﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
a.navbar-brand img{
    width: 210px;
}
/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width:300px) and (max-width: 600px) {
    #pnlCardDetails {
        padding-bottom: 20%;
    }
}


.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/*-------------------------*/

body {
    font-family: "Open Sans", sans-serif !important;
}

h6.logoHeading {
    font-size: 18px;
    font-weight: 600;
    color: #243882 !important;
    margin-top: 14px;
}
body {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.container {
    max-width: 80% !important;
    width: 80%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: auto;
    margin: 0 auto;
    flex: 1;
}

.navbar {
    padding: 0.8rem 0rem;
}

html.fusion-extension-loaded {
    justify-content: center;
    display: flex;
    width: 100%;
}
main.pb-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.dx-overlay-shader {
    background-color: rgb(99 99 99 / 80%) !important;
}

.combineTextBtn {
    display: flex;
}

    .combineTextBtn > .dx-button-mode-contained.dx-button-default {
        background-color: #91bf22;
        border-radius: 2px 0px 0px 2px;
    }

.row.controlrow {
    padding-top: 5px;
    padding-bottom: 5px;
}

#ddlMonth {
    width: 95%;
    float: left;
}

#txtPostcode {
    width: 90% !important;
}

.dx-button {
    border-radius: 4px 0px 0px 4px;
    border-width: 1px;
    border-style: solid;
}

.dx-button-mode-contained.dx-button-success {
    background-color: #1165a7 !important;
    border-color: transparent;
    color: #fff;
}


#txtPostcode {
    border-radius: 0px 4px 4px 0px !important;
}

.dx-popup-title.dx-toolbar {
    background: #1165a7 !important;
    color: #ffffff !important;
}

.dx-loadindicator-icon .dx-loadindicator-segment {
    background: #243882 !important;
}

.dx-popup-content {
    background: #fff !important;
    height: auto !important;
}

.dx-overlay-content.dx-popup-normal.dx-resizable {
    display: flex;
    align-items: center;
    justify-content: center;
}
img.logo-1 {
    width: 96px;
    background: linear-gradient(to right, #B918CD, #D91B8B);
    padding: 0px 8px;
    border-radius: 88px;
}
img.logo-2 {
    width: 125px !important;
}

.main-box {
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
}