html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.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;
}

.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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/*custom css start*/
.login-bg-color {
    background-color: #193048;
    font-family: Arial,Helvetica Neue,sans-serif;
}

.font-size-licence {
    font-size: 12px;
}

.login-signin-css {
    font-size: 22px;
    font-weight: 300;
    display: block;
}

.login-form-labels {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.main-card-login {
    width: 550px;
}

@media only screen and (max-width: 600px) {
    .main-card-login {
        width: 300px;
    }
}
@media only screen and (max-width: 310px) {
    .main-card-login {
        width: 260px;
    }
}

.form-control:focus {
    border-color: green;
}

.form-check-input:checked {
    background-color: green;
    border-color: green;
}

span[data-valmsg-for="custom-error"], span[data-valmsg-for="custom-fp-error"], span[data-valmsg-for="custom-cp-error"] {
    color: #dc3545;
    font-size: 14px;
}

.d-login-logo {
/*    margin-left: -9px;*/
    vertical-align: middle;
    width:175px;
}

.main-card-login .card .card-body {
    border: none;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    padding: 30px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    overflow: visible;
}

.dx-overlay-content.dx-resizable.dx-loadpanel-content {
    z-index: 200000 !important
}

.dx-overlay-wrapper {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

button:focus {
    box-shadow: none !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: green;
}
/*custom css end*/
.login-fotter-bottom {
    font-size: 8pt !important;
    color: #999;
}
.custom-margin-bottom{
    margin-bottom:20px;
}

.form-check-input:checked {
    width: 22px !important;
    margin-right: 5px !important;
    height: 22px !important;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
    width: 22px !important;
    margin-right: 5px !important;
    height: 22px !important;
}

/*drop down css using header*/
.confirmation-modal-css {
    width: 300px;
}

/*.dropdown-item:focus, .dropdown-item:hover {
    color: black;
    font-weight:bold;
}*/
.dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto;
    top:44px;
}
@media only screen and (max-width: 576px) {
    .dropdown-menu[data-bs-popper] {
        right: auto !important;
        left: 0 !important;
        top:30px !important;
    }
}