.modal .modal-content .modal-header .close {
    cursor: pointer;
}

    .modal .modal-content .modal-header .close:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
    }

.aj--body-dash {
    background-image: url(../demo/demo4/media/bg/header.jpg);
    background-position: center top;
    background-size: 100% 350px;
}

.aj--bg__left {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    max-height: 100vh;
}

    .aj--bg__left > img {
        width: auto;
        max-height: 100vh;
    }

.aj--bg__right {
    position: absolute;
    text-align: right;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    max-height: 100vh;
}

    .aj--bg__right > img {
        width: auto;
        max-height: 100vh;
    }

.aj--login-body__bg-gr {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000923; /* Old browsers */
    background: -moz-linear-gradient( 185deg, #000923 0%, #3698e8 50%, #c3e8f4 100% ); /* FF3.6-15 */
    background: -webkit-linear-gradient( 185deg, #000923 0%, #3698e8 50%, #c3e8f4 100% ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( 185deg, #000923 0%, #3698e8 50%, #c3e8f4 100% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000923', endColorstr='#c3e8f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.aj--login-body__error-message {
    background-color: #fd397a;
    color: #fff !important;
    text-align: center;
    border-radius: 10px;
}

    .aj--login-body__error-message li {
        list-style: none;
    }

.aj-login__footer {
    z-index: 999;
    background-color: #2a70b6a8;
    padding: 5px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

    .aj-login__footer span {
        color: #fff;
    }

    .aj-login__footer a {
        color: #fff;
        text-decoration: underline;
    }

.aj-porlet--changes {
    margin: 0 5px 20px;
}

.aj-menu__active {
    background-color: #ffffff33 !important;
}

.aj--z-index__9 {
    z-index: 9;
}

.kt-container.kt-body {
    min-height: calc(100vh - 118px);
}

.kt-grid.kt-grid--hor.kt-grid--root.kt-login.kt-login--v2.kt-login--signin.aj--login-body__bg-gr {
    max-height: 100vh;
    overflow: hidden;
}

.pull-right {
    float: right !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-disabled {
    cursor: not-allowed;
}

.pricing-text {
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.pricing-padded {
    padding: 10px 0;
}

.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link {
    border-color: #5867dd;
}

.pricing-alternate:nth-child(even) {
    background-color: #f9f9fc;
}

    .pricing-alternate:nth-child(even) .striped-disabled {
        border: 0;
        background-color: #f9f9fc;
        padding: 0;
    }

.pricing-alternate:nth-child(odd) .striped-disabled {
    border: 0;
    background-color: #fff;
    padding: 0;
}

.pricing-btn-wrapper {
    display: flex;
    flex-direction: row-reverse;
    margin-right:20px;
}

.pricing-btn-footerwrapper {
    display: flex;
    margin-left:25px;
}

    .pricing-btn-footerwrapper button {
        margin-bottom: 5px;
        margin-right: 3px;
    }

.pricing-highlight {
    border-bottom: 2px solid #a0b0ff;
    background-color: #7a9bf926;
    padding: 5px;
}

.pricing-container {
    margin-bottom: 5px;
    margin-top: 10px;
}

.pricing-btn-wrapper button {
    margin-bottom: 8.5px;
    margin-right: 3px;
}


.pricing-Inputstagelable {
    padding: 5px 0;
    font-size: 1.05rem;
    font-weight: 500;
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.fixedHeight .modal-body {
    max-height: auto !important;
    overflow: unset;
    height: 315px;
}

.field-deleted {
    background: #fbbbbb !important;
}

.medication-padding {
    padding: 3px;
}

.kt-notification .kt-notification__item:after {
    content: "";
}

.dx-htmleditor-content img {
    vertical-align: middle;
    padding-right: 10px;
}

.kt-header--fixed.kt-header--minimize .kt-header {
    z-index: 100;
}

.react-datepicker-popper {
    z-index: 100 !important;
}



.ClaimModelTab .kt-portlet .kt-portlet {
    margin: 0;
}

.ExpensesTable {
    padding: 20px;
    padding-top: 0;
}

    .ExpensesTable .kt-portlet {
        border: 1px solid #dee2e6 !important;
        margin-bottom: 20px !important;
    }

.kt-portlet__head-title span {
    color: #B5B5C3;
    font-size: 1rem;
    font-weight: 400;
}

.lineHeight {
    line-height: 40px;
}

.dollars {
    position: relative;
}

.dollarss {
    position: relative;
}

.dollars::before {
    content: "\f155";
    position: absolute;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free !important;
    color: #91A8BA;
    left: 20px;
}

.dollarss::before {
    content: "\f155";
    position: absolute;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free !important;
    color: #91A8BA;
    left: 0px;
}

.dollars .form-control {
    padding-left: 25px;
}

.percentage {
    position: relative;
}

    .percentage::before {
        content: "\f541";
        position: absolute;
        font-weight: 900;
        font-family: Font Awesome\ 5 Free !important;
        color: #91A8BA;
        right: 20px;
    }

    .percentage .form-control {
        padding-right: 35px !important;
    }

.month {
    position: relative;
}

    .month::before {
        content: "Months";
        position: absolute;
        font-weight: 900;
        /*font-family: Font Awesome\ 5 Free !important;*/
        color: #91A8BA;
        right: 20px;
    }

    .month .form-control {
        padding-right: 35px !important;
    }

.inputPercentage::before {
    top: 10px;
    color: #646c9a;
}

.prCategory {
    width: 250px;
}

#reportLink .kt-portlet__body {
    padding: .5rem;
}

#SubDropDownText .kt-menu__link-text:after {
    display: none;
}

.overflow-visible {
    overflow: visible !important;
}

.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    /*border-radius: 0.42rem;*/
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    background-color: #fd397a !important;
    text-align: center;
}

    .symbol.symbol-lg-30 .symbol-label {
        line-height: 30px;
    }

.bullet.bullet-bar {
    border-left: 5px solid #ddd;
}

    .bullet.bullet-bar.bg-primary {
        border-color: #5867dd !important;
    }


#faqHeading1 .card-title .svg-icon {
    transform: rotate(90deg) !important;
    transition: all 0.5s ease-in-out !important;
}

#faqHeading1 .card-title.collapsed .svg-icon {
    transform: rotate(0deg) !important;
    transition: all 0.5s ease-in-out !important;
}

#faqHeading2 .card-title .svg-icon {
    transform: rotate(90deg) !important;
    transition: all 0.5s ease-in-out !important;
}

#faqHeading2 .card-title.collapsed .svg-icon {
    transform: rotate(0deg) !important;
    transition: all 0.5s ease-in-out !important;
}


#faqHeading3 .card-title .svg-icon {
    transform: rotate(90deg) !important;
    transition: all 0.5s ease-in-out !important;
}

#faqHeading3 .card-title.collapsed .svg-icon {
    transform: rotate(0deg) !important;
    transition: all 0.5s ease-in-out !important;
}



@media (min-width: 1440px) {
    .kt-container {
        width: 100% !important;
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .kt-widget26 .kt-widget26__content .kt-widget26__desc {
        margin-top: 2rem;
    }
}

@media (max-height: 500px) {
    .aj-login__footer {
        display: none;
    }
}
