html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "_bakerMcKenzieBernini-Web-Regular" !important;
}

.header-nav {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #5f5f5f;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #FFFFFF !important;
}

.application-user-label {
    color: #fdfdfd;
    padding: 0.50em 1.5em;
    padding-right: 30px;
    font-size: 0.95em;
    font-family: "_bakermckenziecondensedsemibold";
    text-transform: none;
    font-style: normal;
    float: right;
}

.application-user {
    background-color: #4B4949;
}

.application-name-label {
    color: #fdfdfd;
    padding: 0.50em 1.5em;
    font-size: 0.95em;
    font-family: "_bakermckenziecondensedsemibold";
    font-style: normal;
}

.footer-left {
    text-align: left;
}

.logo-full {
    height: 3rem;
    max-width: 8.375em;
    padding-left: 0.5em;
    padding-right: 0;
}

.nav-link:hover {
    background-color: #EFEFEF;
}

    .nav-link:hover:after {
        opacity: 1;
    }

.nav-link {
    color: #ad122a !important;
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
}

.navbar-header {
    border-bottom: 1px solid #D2D2D2;
    transition: border-color 0.4s;
}

.navbar-right {
    padding-right: 2em;
}

.navbar-hmenu {
    padding-left: 1em;
}

.a-link {
    color: #ad122a !important;
    text-decoration: underline;
}

    .a-link:hover {
        color: #ad122a !important;
    }


.k-button-solid-primary {
    border-color: #dd4b39;
    color: white;
    background-color: #dd4b39;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

h5.normal {
    color: black;
    margin-bottom: 0px;
}

.h5, h5 {
    font-size: 1rem;
    color: #EE3035;
    margin-bottom: 1.5rem;
}


/*Primary button, selected item in dropdown, hover item in dropdown and switch button*/
.k-button-solid-primary:hover, .k-button-solid-primary.k-hover, .k-button-solid-primary, .k-switch-on .k-switch-track, .k-list-item.k-selected, .k-selected.k-list-optionlabel
.k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel,
.k-selected.k-list-optionlabel {
    border-color: #ad122A;
    background-color: #ad122A;
}

.InputGroupLabel {
    min-width: 20px;
}


.field-title {
    font-size: 1rem;
    color: #EE3035;
}

.field-column-title {
    font-size: 1.25rem;
    color: #EE3035;
}

.field-column-title-full {
    text-align: center;
    font-size: 1.25rem;
    color: #EE3035;
    width: 100%;
}

.k-checkbox:checked, .k-checkbox.k-checked, .form-check-input:checked, .k-radio:checked, .k-radio.k-checked {
    border-color: #ad122a;
    color: white;
    background-color: #ad122a;
}

.form-check-label, .form-label, .k-checkbox-label, .k-radio-label {
    font-family: "_bakermckenziecondensedsemibold" !important;
    margin-bottom: 0.5px;
}

.lbl-title {
    font-size: 16pt;
    font-family: "_bakermckenziecondensedsemibold" !important;
}

.card-title {
    font-family: "_bakermckenziecondensedsemibold" !important;
}

.card-header {
    font-size: 1.5rem;
    font-family: "_bakermckenziecondensedsemibold" !important;
}

.navbar-nav {
    font-family: "_bakermckenziecondensedsemibold" !important;
}

.btn-success {
    color: #fff;
    background-color: #007A65;
    border-color: #007A65;
}

.btn-danger {
    color: #fff;
    background-color: #AD122A;
    border-color: #AD122A;
}

img.info {
    max-height: 20px;
    max-width: 20px;
    top: 10px;
    left: 10px;
    position: relative;
}

    img.info.number {
        top: 1px;
    }

    img.info.discount {
        left: -10px;
    }

.label-info {
    max-height: 20px;
    max-width: 20px;
    left: 10px;
    position: relative;
}

.k-radio:checked, .k-radio.k-checked {
    border-color: #ad122a;
    color: white;
    background-color: #ad122a;
}

.k-rounded-md {
    border-radius: 0rem;
}

.k-grid-content.k-auto-scrollable {
    height: 100% !important;
}

.form-number-input {
    width: 100%;
    text-align: right;
}

.form-percent-input {
    width: 100%;
    padding-right: 0px;
    text-align: right;
}

.col-cf-percent-value {
    padding-right: 0px;
}

.col-cf-percent-sign {
    padding-left: 10px;
}

th.k-table-th.k-header {
    font-size: 10pt;
    font-weight: bold;
}

td.k-table-td, .BodyText {
    font-size: 12pt;
    vertical-align: middle;
}

    td.k-table-td > input.numberBox {
        max-width: 50%;
    }

div.dialog-box {
    max-width: 700px;
    position: absolute;
    top: 10%;
    z-index: 1;
    background-color: white;
    border: 1px solid black;
    left: 35%;
    padding: 10px;
}

.hideDiv {
    display: none;
}

.error-messages {
    display: flex;
    font-size: 0.75rem;
    font-style: normal;
    color: #dc3545;
}

    .error-messages.file-upload {
        font-size: 12pt;
        font-weight: bold;
        display: inline;
    }

.success-messages.file-upload {
    font-size: 12pt;
    display: inline;
    font-weight: bold;
    color: lightgreen;
}

.country-col-left {
    margin-left: 50px;
}

.required {
    color: red;
}

.form-check-input {
    cursor: pointer;
}

.info {
    cursor: pointer;
}

.img-cover {
    height: 200px;
    object-fit: cover;
}

.h2, h2 {
    color: #EE3035;
}

.text-primary {
    color: #EE3035 !important;
    font-family: "_bakermckenziecondensedsemibold" !important;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.k-button-solid-primary:focus, .k-button-solid-primary.k-focus {
    box-shadow: none;
}

.k-button-flat-primary {
    color: #ad122a;
}

.kendo-ruledialog {
    top: 0px !important;
}

.label-justify {
    text-align: justify !important;
}

/* Breadcrumb Css */
.breadcrumb-rootcustom {
    padding-right: 1px !important;
}

.k-breadcrumb-root-link {
    padding-right: 1px !important;
}

    .k-breadcrumb-root-link, .k-breadcrumb-root-link:hover, .k-breadcrumb-link, .k-breadcrumb-link:hover {
        color: #ad122a;
        font-family: "_bakermckenziecondensedsemibold";
    }
/* =======Breadcrumb Css */

.tr-breakdown {
    background-color: #e4e7eb;
}

.a-breakdown {
    text-decoration: underline !important;
    cursor: pointer !important;
    color: #ad122a !important;
}

.td-breakdown-center {
    text-align: center;
}


.btnTooltip {
    height: 40px;
    min-width: 80px;
    padding: 8px;
    margin: 5px;
    text-align: left;
}

.icon-top {
    vertical-align: top;
    top: 5px;
}

.BM-Color {
    background-color: #ad122a;
    border-color: #ad122a;
}

.btn-File {
    background-color: transparent;
    border-color: transparent;
    color: black;
    height: 100px;
    width: 300px;
    text-align: center;
}

.color-black {
    color: black;
}

.hideElement {
    display: none;
}

.showElement {
    display: flex;
}

.empty-grid::before {
    padding: 1em;
    line-height: 3em;
    content: "No record found";
}

.table {
    font-family: "_bakermckenziecondensedsemibold" !important;
}

img.info-th {
    max-height: 20px;
    max-width: 20px;
    top: 10px;
    left: 10px;
}

.notification-section {
    text-align: center;
    line-height: 2em;
}

    .notification-section .k-button {
        width: 100px;
    }

.application-notification-label {
    margin-right: 1em;
}

.notification-list {
    position: absolute;
    top: 60px;
    right: 260px;
    min-height: 150px;
    max-height: 200px;
    min-width: 300px;
    max-width: 300px;
    padding: 5px 5px;
    border: 2px #ad122a solid;
    border-radius: 3px;
    z-index: 1;
    background-color: white;
}

.notification-list-detail {
    min-height: 100px;
    max-height: 170px;
    overflow-y: auto;
}

.notification-header {
    border-bottom: 1px #ad122a solid;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    box-shadow: none !important;
}

a.notification {
    color: #0d6efd;
    text-decoration: underline;
    font-size: 12px;
}

.notificationNumber {
    top: 10px !important;
    left: 30px !important;
}

.i-bell {
    font-size: 22px;
    right: -12px;
    top: 3px;
}

.btn-notification, .btn-Notification:hover, .btn-notification:active, .btn-notification:focus {
    color: #fff;
    background-color: white;
    border-color: white;
    box-shadow: none;
}

/*notification*/

.notification-wraper {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    margin-top: 5px;
}

#notificationBell {
    text-decoration: none;
    color: inherit;
}

.badge {
    background-color: #ad122a;
    color: #ffff;
    border-radius: 50%;
    padding: 2px 6px;
    position: absolute;
}

.notification-dropdown {
    position: absolute;
    background-color: #ffff;
    border: 1px solid #ccc;
    padding: 5px 0;
    width: 300px;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    left: 0px;
}

    .notification-dropdown ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .notification-dropdown ul li {
            padding: 10px;
            cursor: pointer;
        }

            .notification-dropdown ul li:hover {
                background-color: #f0f0f0;
            }


.ipFeeAlert {
    max-width: 300px;
}

.btnCells {
    width: 1%;
    white-space: nowrap;
}

.btnCells-FeeSched {
    width: 1%;
    white-space: nowrap !important;
}

span.k-multiselect.k-input.k-multiselect-clearable.k-input-solid.k-input-md.k-rounded-md {
    max-height: 150px;
    overflow-y: auto;
}

#ipfee-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 1000;
}

.nav-information {
    display: inline-flex;
    float: right;
}

.account-navbar-header {
    transition: border-color 0.4s;
}

.account-title-login {
    font-weight: bold;
    color: black;
}

.account-btn-login {
    font-size: 14pt !important;
}

.account-bg {
    background: #f8f9fa !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f1f2f3;
}

.center-text {
    text-align: center !important;
}

.wrap-text {
    vertical-align: middle !important;
}

    .wrap-text span span span {
        white-space: normal;
    }
