@font-face {
    font-family: 'Aller-Regular';
    src: url('../fonts/Aller.eot');
    src: url('../fonts/Aller.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller.woff2') format('woff2'), url('../fonts/Aller.woff') format('woff'), url('../fonts/Aller.ttf') format('truetype'), url('../fonts/Aller.svg#Aller') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aller-Light';
    src: url('../fonts/Aller-Light.eot');
    src: url('../fonts/Aller-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller-Light.woff2') format('woff2'), url('../fonts/Aller-Light.woff') format('woff'), url('../fonts/Aller-Light.ttf') format('truetype'), url('../fonts/Aller-Light.svg#Aller-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aller-Bold';
    src: url('../fonts/Aller-Bold.eot');
    src: url('../fonts/Aller-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller-Bold.woff2') format('woff2'), url('../fonts/Aller-Bold.woff') format('woff'), url('../fonts/Aller-Bold.ttf') format('truetype'), url('../fonts/Aller-Bold.svg#Aller-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

body {
    font-family: 'Aller', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    color: #272833;
    font-size: 1rem;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.header-shadow {
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1) !important;
}

/* color details start here */
.text-primary {
    color: #222222 !important;
}

.text-secondary {
    color: #a20067 !important;
}

.bg-primary {
    background-color: #0071be !important;
}

.text-dark {
    color: #222222 !important;
}

.bg-dark {
    background-color: #74cfec !important;
    color: #003c7a !important;
}

.text-body {
    color: #003c7a !important;
    font-weight: bold;
}

a.text-body {
    text-decoration: none !important;
}

a.text-body:hover {
    color: #0071be !important;
}

.text-body-red {
    color: #A52A2A !important;
    font-weight: bold;
}

a.text-body-red {
    text-decoration: none !important;
}

a.text-body-red:hover {
    color: red !important;
}

.text-black-gray {
    color: #898d8d !important;
}

.text-success {
    color: #3f7e25 !important;
}

.bg-success {
    background-color: #3f7e25 !important;
}

.text-light-black {
    color: #484848 !important;
}

.text-dark-blue {
    color: #003c7a !important;
}

.bg-dark-blue {
    background-color: #003c7a !important;
}

.text-dark-gray {
    color: #666666 !important;
}

.text-dark-black {
    color: #1a1919 !important;
}

.text-lighter-black {
    color: #323640 !important;
}

.text-grey-light {
    color: #6a737b !important;
}

.text-danger {
    color: #b70000 !important;
}

.btn-default-w {
    min-width: 15% !important;
}

.btn-large-w {
    min-width: 316px !important;
}

.btn-light-blue {
    background-color: #0071be !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    text-transform: none !important;
}

.btn-lighten-blue {
    border-radius: 6px;
    background-color: rgba(0, 113, 190, 0.08) !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #003c7a !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #74cfec !important;
    color: #003c7a !important;
}

.btn {
    padding: .84rem 2.14rem !important;
}

.btn-success {
    background-color: #3f7e25 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    text-transform: none !important;
}

.btn-danger {
    background-color: #b70000 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    text-transform: none !important;
}

.btn-primary-gray {
    background-color: #eeeeee !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    color: #222222 !important;
    text-transform: none !important;
}

.btn-primary {
    background-color: #222222 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    text-transform: none !important;
}

    .btn-primary:hover {
        background-color: #003c7a !important;
    }

    .btn-primary:focus {
        background-color: #003c7a !important;
    }

a.btn-primary, a.btn-secondary {
    line-height: 1.5 !important;
}

    a.btn-primary.font16, a.btn-secondary.font16 a.btn-outline-primary.font-16, .btn-outline-primary a.font-16 {
        line-height: 2 !important;
    }

.btn-secondary {
    background-color: transparent !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    border: solid 1px #0071be;
    color: #0071be !important;
    text-transform: none !important;
}

    .btn-secondary:hover {
        background-color: #003c7a !important;
        color: #ffffff !important;
    }

    .btn-secondary:focus {
        background-color: #003c7a !important;
        color: #ffffff !important;
    }

    .btn-secondary:hover > a {
        color: #ffffff !important;
    }

    .btn-secondary:focus > a {
        color: #ffffff !important;
    }

    .btn-secondary > a {
        color: #0071be !important;
    }


.btn-outline-primary {
    background-color: transparent !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    border: solid 1px #0071be !important;
    color: #0071be !important;
    text-transform: none !important;
}

    .btn-outline-primary > a {
        color: #0071be !important;
    }

    .btn-outline-primary:focus {
        background-color: #003c7a !important;
        color: #ffffff !important;
    }

    .btn-outline-primary:hover {
        background-color: #003c7a !important;
        color: #ffffff !important;
    }

        .btn-outline-primary:hover > a {
            color: #ffffff !important;
        }

    .btn-outline-primary:focus > a {
        color: #ffffff !important;
    }
/* color details end here */

/* Font details start here */

.font-16 {
    font-size: 16px !important;
}

.font-60 {
    font-size: 60px !important;
    line-height: 1.2;
}

.font-20 {
    font-size: 20px !important;
    line-height: 1.3;
}

.font-18 {
    font-size: 18px !important;
    line-height: 1.44;
}

.font-21 {
    font-size: 21px !important;
    line-height: 1.2;
}

.font-24 {
    font-size: 24px !important;
    line-height: 1.27;
}

.font-22 {
    font-size: 22px !important;
    line-height: 1.2;
}

.font-26 {
    font-size: 26px !important;
    line-height: 1.27;
}

.font-36 {
    font-size: 36px !important;
}

.font-38 {
    font-size: 38px !important;
    line-height: 1.2;
}

.font-31 {
    font-size: 31px !important;
    line-height: 1.2;
}

.font-23 {
    font-size: 23px !important;
    line-height: 1.39;
}

.font-42 {
    font-size: 42px !important;
    line-height: normal;
}

.font-50 {
    font-size: 50px !important;
    line-height: 1.28;
}

.font-44 {
    font-size: 44px !important;
    line-height: 1.05;
}

.font-12 {
    font-size: 12px !important;
    line-height: 1.58;
}

.font-14 {
    font-size: 14px !important;
    line-height: 1.36;
}

.font-30 {
    font-size: 30px !important;
    line-height: 1.2;
}

.font-10 {
    font-size: 10.6px !important;
    line-height: 1.2;
}

.font-29 {
    font-size: 28.8px !important;
    line-height: 1.2;
}

.font-11 {
    font-size: 28.8px !important;
    line-height: 1.39;
}

.font-regular {
    font-family: "Aller-Regular";
}

.font-light {
    font-family: "Aller-Light";
}

.font-medium {
    font-family: "Aller-Bold";
}


/*.font-bold {
    font-family: Circular Std !important;
    font-weight: 900;
}*/

.border-primary {
    border-color: #0071be !important;
}

.table {
    color: #333333 !important;
}

.table-custom.table thead th {
    border-bottom: solid 1px #0071be;
    font-family: "Aller-Regular" !important;
    font-size: 18px !important;
    color: #003c7a !important;
}

.table td {
    border-top: 0px solid #dee2e6;
    border-bottom: 1px solid #eaeaea;
}
/* Font details start here */
/* Font details end here */
/* Custom select  start here */
.mdb-sel {
    position: relative;
    height: 80px !important;
}

    .mdb-sel select {
        border: 0;
        padding: 0;
        box-shadow: none;
        outline: none;
        min-height: 40px;
        font-family: Aller-Regular;
        font-weight: normal !important;
        padding-top: 0.25rem !important;
        background-color: transparent;
        padding-right: 30px;
    }

        .mdb-sel select:focus {
            box-shadow: none;
        }

.mdb-main-label {
    position: absolute;
    top: 25px;
    transition: all 200ms;
    color: #757575;
}

.mdb-sel .colorful-select[input] ~ .mdb-main-label,
.mdb-sel .colorful-select:focus ~ .mdb-main-label,
.mdb-sel .colorful-select:valid ~ .mdb-main-label,
.mdb-sel .colorful-select:not([value=""]):disabled ~ .mdb-main-label {
    font-size: 16px;
    opacity: 1;
    top: 8px;
}

.mdb-sel .colorful-select[input]:focus ~ .mdb-main-label {
    font-size: 16px;
    opacity: 1;
    top: 8px;
}

.mdb-sel .colorful-select:-webkit-autofill ~ .mdb-main-label {
    font-size: 14px;
    opacity: 1;
    top: 8px;
}

.md-form label.active {
    -webkit-transform: translateY(-5px) scale(1) !important;
    transform: translateY(-5px) scale(1) !important;
}

.md-form input[type="text"]:not(.browser-default):focus:not([readonly]) {
    box-shadow: 0 1px 0 0 transparent !important;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        float: left;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
        float: left;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        width: 86%;
        max-width: 1600px;
        float: left;
    }

    .h-383 {
        height: 383px !important;
    }
}
/*@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}*/



/* Custom select  end here */
.footer-blue {
    background-color: #0071be !important;
}

.footer-light-blue {
    background-color: #e5f6fc !important;
}

.footer-dardk-blue {
    background-color: #BFEAF7 !important;
}

.footer-dark {
    background-color: #1f1f1f !important;
}

footer .footer-light-blue {
    border-top: 2px solid #00a9e0;
}

.h-80 {
    height: 80px !important;
}

.h-60 {
    height: 60px !important;
}

.label {
    color: #666666 !important;
}

.card {
    border: 1px solid rgba(0,0,0,.125) !important;
}

.border-top-primary {
    border-top-color: #0071be !important
}


.card-border-width {
    border-top-width: 13px !important;
    border-top-style: solid !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.card-shadow {
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.11) !important;
}

.card-text {
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 1.44 !important;
    color: #333333 !important;
}

/* style for magellam start*/
.fa-chevron-left:before {
    content: "\f053";
    padding: -8px;
    position: absolute;
    top: 8px;
    left: 10px;
}

.fa-chevron-right:before {
    content: "\f054";
    position: absolute;
    top: 8px;
    left: 10px;
}

.ch-70 {
    width: 100%;
    height: 650px !important;
}

@media (min-width: 576px) {
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -5rem !important;
    }
}

@media screen and (max-width: 700px) {
    .mask-texts h2 {
        font-size: 1.5rem;
    }

    .mask-texts h4 {
        font-size: 1rem;
    }
}

#carousel-example-multi .carousel-card {
    min-height: 365px !important;
}

nav#submenu {
    width: 12%;
    height: 90%;
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
    margin-right: 10px;
    background-color: #eeeeee;
    position: absolute;
}

section#main {
    width: 88%;
    float: right;
    margin: 0;
    padding: 0 0 0 150px;
    position: fixed;
    left: 15%;
    height: 75%;
    overflow: auto;
}

#navbar-menu ul li {
    padding: 10px !important;
}

    #navbar-menu ul li:first-child, #nav-tab a:first-child {
        padding-left: 0px !important;
    }

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #323640 !important;
}
/*#navbar-menu ul li:first-child, > a {
    margin-left: 0px !important;
    padding-left: 0px !important;
}*/

.navbar .navbar-nav.sub-navigation {
    flex-direction: row !important;
}

#navbar-menu .sub-navigation .nav-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.sub-navigation .nav-item.active {
    border-bottom: solid 1px #0071be !important;
}

#navbar-menu .sub-navigation .nav-item a {
    color: #1a1919 !important;
    background: transparent !important;
    font-weight: normal !important;
}

.navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
    color: #0071be !important;
    background: transparent !important;
    font-weight: normal !important;
}

/*#navbar-menu .sub-navigation .nav-item.active a {
    color: #0071be !important;
}*/

.icon-default {
    width: 32px;
    height: 32px;
}

/*@media screen and (max-width: 992px) {
    #navbar-menu ul li:first-child, a {
        margin-left: 10px !important;
    }

    .ch-70 {
        width: 100%;
        height: 380px !important;
    }

    ul.navbar-nav.w-100 {
        width: auto !important;
    }

    header {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .font-60 {
        font-size: 48px !important
    }
}*/

@media screen and (max-width: 768px) {


    .copy-right.list-group-horizontal {
        display: inherit !important;
    }

        .copy-right.list-group-horizontal .px-3 {
            padding-left: 0px !important;
        }

    .font-60 {
        font-size: 38px !important
    }
}

@media screen and (max-width: 540px) {
    .font-60 {
        font-size: 60px !important;
        font-size: xx-large !important;
    }

    .font-50 {
        font-size: 50px !important;
        font-size: xx-large !important;
    }

    .font-44 {
        font-size: 44px !important;
        font-size: x-large !important;
    }

    .navbar .navbar-nav.sub-navigation {
        flex-direction: column !important;
    }
}

.grey.lighten-4 {
    background-color: #f0f4f6 !important;
}

.md-form input[type="text"]:not(.browser-default):focus:not([readonly]) + label {
    color: #666666 !important;
}

.md-form input[type="password"]:not(.browser-default):focus:not([readonly]) + label {
    color: #666666 !important;
}

.md-form input[type="password"]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 0px;
    -webkit-box-shadow: 0 0 0 0 !important;
    box-shadow: 0 10 0 0 !important;
}

.color-img {
    width: 100%;
    max-height: 158px;
    padding: 8px 25px 0 22px;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
}

.z-index-1 {
    z-index: 1 !important;
}

.nav-tabs .nav-link.active {
    color: #0071be !important;
    border: 0px;
    border-bottom: 1px solid #0071be !important;
}

.form-control {
    color: #333333 !important;
   /* font-size: 18px;
    font-family: Aller-Regular !important;*/
}

.picker {
    position: relative;
    z-index: auto !important;
    text-align: left !important;
}

.btn-outline {
    border: 1px solid !important;
}

.btn-outline-dark {
    color: #003c71 !important;
    background-color: transparent !important;
    border: 1px solid #003c71 !important;
}

.page-link {
    padding-left: 12px !important;
    padding-right: 12px !important;
    color: #505152 !important;
}

    .page-link.active {
        color: #003c7a !important;
    }

.pagination .page-item.active .page-link {
    background-color: transparent !important;
    border: 0px !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.16),0 0 0 0 rgba(0,0,0,0.12) !important;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.16),0 0 0 0 rgba(0,0,0,0.12) !important;
    color: #003c7a !important
}
/*Custom scroll bar*/
.option-height::-webkit-scrollbar {
    width: 8px;
}

.option-height::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 8px
}

.option-height::-webkit-scrollbar-thumb {
    background-color: #0071be;
    /*outline: 1px solid #0071be;*/
    border-radius: 8px
}

.border-left-width-danger {
    border-left-color: #b70000 !important;
}

.border-left-width {
    border-left-width: 7px !important;
    border-left-style: solid !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.input-prefix {
    pointer-events: initial !important;
}

input, optgroup, select, textarea {
    /*font-family: revert !important;*/
}

select {
    font-family: revert !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    select {
        font-family: "Aller-regular" !important;
    }
}

.md-form input[type="text"]:not(.browser-default).valid {
    -webkit-box-shadow: 0 0 0 0 #fff !important;
    box-shadow: 0 0 0 0 #fff !important;
}

.border-bottom-blue {
    border-bottom: solid 1px #999999;
}

.border-top-blue {
    border-top: solid 1px #74cfec;
}

.border-top-black {
    border-top: solid 13px #484848 !important;
}

.site-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #6a737b;
    line-height: 1.2;
    text-transform: uppercase;
}

.dataTables_paginate {
    float: left !important;
}

@media only screen and (min-width: 768px) {
    .dropdown-menu:after {
        position: absolute;
        right: 0%;
        left: 10%;
        transform: translateX(-50%);
        top: -9px;
        width: 0;
        height: 0;
        content: '';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
    }

    #state .dropdown-menu:after {
        content: '';
        display: none !important;
    }
}

input.col-10 {
    max-width: 100% !important
}

.dataTables_paginate .paginate_button .page-link {
    border: 1px solid #dee2e6 !important;
    margin: 1px !important;
    border-radius: 0.25rem !important;
    margin-right: 5px !important;
}


.circle-radius-75 {
    width: 75px !important;
    height: 75px !important;
}

.spinner-border {
    border-color: #0071be transparent #0071be #0071be;
    z-index: 1;
}

#Loading-Overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 9000;
}

.modal-header, .card, .card-header, .card-footer {
    background-color: #f1f1f1 !important
}

    .card.boxs {
        border: 0px !important
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0071be !important;
    background-color: #0071be !important;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting::before {
    content: " " !important;
}

table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_asc_disabled::after {
    content: "\f0aa" !important;
    color: #0071be !important;
}

table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_desc_disabled::after,
table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc_disabled::before {
    content: "\f0ab" !important;
    color: #0071be !important;
}


@media screen and (max-width: 1023px) {
    .login-banner {
        background-color: #003c7a;
    }

    .log-container:before {
        height: auto !important;
    }
}

@media screen and (min-width: 768px) {
    .log-container {
        margin: 0 -30px;
    }

    .main-container {
        min-height: calc(100% - 472px);
    }
}

@media screen and (max-width: 991px) {
    #collapsibleNavbar ul {
        height: auto !important;
    }
}

@media screen and (min-width: 1024px) {
    .login-banner {
        background-image: url('images/Login-background.png');
    }
}

.login-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    left: -1px;
}

.log-container {
    line-height: normal !important;
    position: relative;
    z-index: 0 !important;
}

    .log-container:before {
        content: "";
        height: 100%;
        left: -100%;
        background-color: #003c7a;
        position: absolute;
        width: 100%;
    }

.alert-danger {
    color: #b70000 !important;
    background-color: #f7d7da !important;
    border-left-width: 9px !important;
    border-left-color: #b70000 !important;
}

.alert-success {
    color: #3f7e25 !important;
    background-color: #d5ecdc !important;
    border-left-width: 9px !important;
    border-left-color: #3f7e25 !important;
}

a:focus-visible {
    outline: none !important;
}

.disabled-inputs {
    background-color: #e1e5e8 !important;
}

#StateOptions li:hover {
    background-color: rgba(0,0,0,.07) !important;
}

.btn-app {
    background-color: #000000 !important;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
    }

.mdb-sel {
    background: url('../img/dropdown-arr.png') no-repeat;
    background-size: 24px;
    background-position: top 31px right 3%;
}

.selectState .mdb-sel {
    background: url('../img/dropdown-arr.png') no-repeat;
    background-size: 24px;
    background-position: top 22px right 3% !important;
}

.form-control:focus {
    background-color: transparent;
}
/* style for magellam end*/
.mdb-sel-profile {
    background: url('../img/dropdown-arr.png') no-repeat;
    background-size: 24px;
    z-index: 99999;
    background-position: top 0 right 5px;
}

.mdb-sel-profile select {
    padding: 0 40px 0 0 !important;
    background: transparent !important;
    font-family: Aller-Regular !important;
    font-size: 18px;
}

.mdb-sel-profile select:focus {
    background-color: transparent;
    outline: 0;
}

.mdb-sel-profile select option:hover {
    background-color: #FFF !important;
}
.form-control:disabled {
    background-color: transparent;
}