﻿:root {
    --lightGrey: #efefef;
    --darkyellow: #FECD58;
    --primaryBlues: #0D1D78;
    --primary-blue-table: #103CD7;
    --forestGreen: #228B22;
    --crimson: #DC143C;
    --deepBlue: #3255a4;
    --lighBlue: #17a2b8;
    --vibrantblue: #214FEE;
    --white: #FFFFFF;
    --black: #000000;
    --primary-gray: #6C757D;
    --dark-gray: #333333;
    --light-gray: #F8F9FA;
    --primary-blue: #214FEE;
    --secondary-blue: #1A3FCC;
    --dark-blue: #172B91;
    --light-blue: #4A7DFF;
    --light-blue-soft: #e7f0f7;
    --primary-green: #28A745;
    --dark-green: #1E7E34;
    --light-green: #5CC67A;
    --primary-red: #DC3545;
    --dark-red: #A71D2A;
    --light-red: #F28B8B;
    --primary-yellow: #FFC107;
    --dark-yellow: #D39E00;
    --light-yellow: #FFE083;
    --alert-red: #D92828;
    --medium-gray: #999999;
    --space-5: 5px;
    --space-10: 10px;
    --space-15: 15px;
    --space-20: 20px;
    --space-25: 25px;
    --space-30: 30px;
    --space-35: 35px;
    --space-50: 50px;
    --space-100: 100px;
    --space-150: 150px;
    --space-200: 200px;
    --space-300: 300px;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth";
    --page-width: 980px;
}

body, * {
    font-family: "Roboto", serif !important;
}

.fa, .fas, .far, .fal, .fad, .fa-classic, .fa-solid, .fa-regular, .fa-light, .fat, .fa-thin {
    font-family: 'Font Awesome 6 Pro' !important;
}

.fab,
.fa-brands {
    font-family: 'Font Awesome 6 Brands' !important;
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
    font-family: 'Font Awesome 6 Duotone' !important;
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
    font-family: 'Font Awesome 6 Sharp' !important;
}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.mce-ico {
    font-family: "TinyMCE", "FontAwesome", sans-serif !important; /* Ensure this is correct */
}

.ag-theme-alpine {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.ag-theme-alpine .ag-icon {
    font-family: 'agGridAlpine' !important;
}
.e-icons {
    font-family: 'e-icons' !important;
}

#PolicyTitle {
    text-align: center;
    margin-bottom: 20px;
}

#PolicyText {
    border: 1px black solid;
    padding: 20px;
    background-color: var(--white);
}

.MsoNormal {
    margin: 0px;
}


.star, .nostar, .starg {
    color: var(--dark-red);
    width: 12px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.starg {
    color: var(--medium-gray);
}

html {
    margin: 0;
    padding: 0;
}


.but {
    text-align: center;
    /*float: right;
    display: inline;*/
    margin: 20px 0;
}

    .but:before {
        margin-top: 1rem;
        content: '';
        display: block;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0,0,0,.5);
        width: 99%;
    }

#accordion h3 *, #accordion2 h3 * {
    display: inline;
    font-weight: bold;
}


img {
    border: 0px;
}


body, p, ol, table tr td {
    font-family: "Open Sans", Verdana, Helvetica, Sans-Serif;
    line-height: 1.6em;
}

body {
    background-color: var(--white);
    /*border-top: solid 2px #000;*/
    color: var(--dark-gray);
    font-size: .8em;
    margin: 0;
    padding: 0;
}

a {
    color: var(--dark-gray);
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: var(--dark-gray);
    }


.statistic-item:hover {
    background-color: silver !important;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

hr {
    border: 0px;
    /*height: 5px;*/
    background-color: #c8c8c8;
    margin-top: 30px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: var(--black);
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 1.7em;
    font-weight: normal;
}

h2 {
    font-size: 1.4em;
    font-weight: normal;
}

h3 {
    font-size: 1.2em;
    margin-top: 30px;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
}

.header-wrapper {
    /*border: solid 1px #ccc;
    border-radius: 4px;*/
}

#body {
    clear: both;
    padding-bottom: 70px;
}

.main-content {
    max-width: var(--page-width);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    background-color: white !important;
}

.featured + .main-content {
}

header .content-wrapper {
}

body .footer {
    font-size: 14px !important;
}

footer {
    clear: both !important;
    background-color: #f0f1f5 !important;
    font-size: .8em !important;
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    border-top: 1px solid #666 !important;
    z-index: 999 !important;
}

    footer p {
        margin: 8px 0 8px 0;
    }

    .footer-link {
        color: var(--dark-gray);
        outline: none;
        padding-left: 3px;
        padding-right: 3px;
        text-decoration: underline !important;
    }


/* site title
----------------------------------------------------------*/
.site-title {
    color: var(--light-gray);
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: var(--light-gray);
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }




/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }


/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* admin calendar*/
.cal-wrapper {
    width: 100%;
    float: left;
}

.cal-left-box {
    width: 66%;
    float: left;
}

.cal-right-box {
    width: 30%;
    float: left;
    padding-left: 1%;
}

    .cal-right-box input[type=text] {
        width: 90%;
    }

    .cal-right-box label {
        text-align: left;
        width: 50px;
    }

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#accordion fieldset, #accordion2 fieldset {
    width: 93%;
}


fieldset legend {
    display: none;
}

fieldset ol {
    padding: 0;
    list-style: none;
}

    fieldset ol li {
        padding-bottom: 5px;
        clear: left;
    }

        fieldset ol li span {
            margin-top: 6px;
            display: inline-block;
        }


label {
    font-size: 1em;
    font-weight: 500;
    width: 30%;
    text-align: right;
    margin-right: 10px;
    padding-top: 7px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
}

.home-col {
    width: 31%;
    padding-right: 2%;
    float: left;
    margin-top: 20px;
}

    .home-col .button {
        position: relative;
        bottom: 0px;
    }


.sq {
    width: 388px;
}

.lblq {
    font-size: 1.2em;
    font-weight: 300;
    width: 30%;
    text-align: right;
    margin-right: 10px;
    padding-top: 7px;
    margin-left: auto;
    display: inline-block;
}



/* hilights */

* ::-moz-selection {
    background: #2b7a95;
    color: white;
}

* ::selection {
    background: #2b7a95;
    color: white;
}


.comments-history {
    width: 600px;
    border: 1px solid #E2E2E2;
    background-color: var(--white);
    padding: 10px;
}

.field-value-container {
    margin: 5px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 630px;
    margin-left: 250px;
}

.profile-title {
    font-weight: bold;
}


label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #c2c2c2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
    vertical-align: top;
}


textarea {
    font-family: inherit;
    width: 500px;
    height: 100px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

.textarea-small textarea {
    width: 300px;
}

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="radio"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
.button, .button-s, .button-s2, .buttont {
    background-color: var(--primary-blue-table) !important;
    border: #17a2b8;
    cursor: pointer;
    font-size: 1.2em;
    padding: 5px 10px 6px 9px;
    margin-right: 8px;
    width: auto;
    color: white !important;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    border-radius: 6px;
}

.button-not-allowed, .button-s, .button-s2, .buttont {
    background-color: #0e7da2;
    border: 1px #0e7da2 solid;
    cursor: not-allowed;
    font-size: 1.2em;
    padding: 5px 10px 6px 9px;
    margin-right: 8px;
    width: auto;
    color: white !important;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    border-radius: 6px;
}

.buttont {
    background-color: #22275b;
    border: 1px #22275b solid;
}

input[type="submit"]:hover,
.button:hover,
.button-sel,
.button-s:hover,
.button-s2:hover {
    background-color: #7ac0da;
    border: 1px #7ac0da solid;
    cursor: pointer;
    margin-right: 8px;
    width: auto;
    color: white;
    font-weight: normal;
    padding: 5px 10px 6px 9px;
}

.buttont:hover {
    background-color: #4b4f7a;
    border: 1px #4b4f7a solid;
}


.button-s, .button-s:hover,
.button-s2, .button-s2:hover {
    padding: 2px 5px 2px 5px;
}

    .button-s2, .button-s2:hover {
        background-color: gray;
        border: 0px;
    }

        .button-s2:hover {
            background-color: #c8c8c8;
        }




td input[type="submit"],
td .button, td .button:hover {
    padding: 3px 7px 4px 7px;
    margin-right: 4px;
}



/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, select.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
    vertical-align: top;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}




select {
    width: 100%;
    padding: 7px;
}

.small-select select {
    width: 200px;
    padding: 7px;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    .lblq {
        text-align: left;
    }

    .sq {
        width: 85%;
    }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    select {
        width: 100%;
        padding: 8px;
    }

    label {
        width: 90%;
        text-align: left;
    }



    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer ul li, .float-left ul li {
            display: inline;
        }

        footer p {
            margin: 0;
        }


    /* admin calendar*/
    .cal-wrapper {
        width: 100%;
        float: left;
    }

    .cal-left-box {
        width: 100%;
        float: left;
    }

    .cal-right-box {
        width: 100%;
        float: left;
        padding-left: 0px;
    }

        .cal-right-box input[type=text] {
            width: 250px;
        }
}


.pager {
    margin: 10px 0;
}

    .pager .pager-count {
        float: left;
    }

    .pager .pager-buttons {
        float: right;
    }

#FilterForm label {
    float: none;
}

#FilterForm input, #FilterForm select {
    width: auto;
}

label.field-value {
    width: auto;
    text-align: left;
    vertical-align: top;
}

fieldset ol li:after {
    content: '';
    display: block;
    clear: both;
}

span.field-value {
    font-size: 1.2em;
    padding: 5px;
    margin: 5px 0;
    display: inline-block;
    vertical-align: top;
}

.input-field {
    width: 700px;
    display: inline;
}

.security-question select {
    width: 300px;
}

.clear {
    clear: both;
}

#view-file #page-navigation #page-number {
    float: left;
}

#view-file #page-navigation #page-buttons {
    float: right;
}

#view-file #page-image {
    position: relative;
    width: 960px;
    overflow: hidden;
    margin-top: 20px;
}

    #view-file #page-image img {
        width: 960px;
        z-index: 100;
    }

    #view-file #page-image #image-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0); /* For IE8 and earlier */
        z-index: 1000;
    }

.bold {
    font-weight: bold;
}

.tooltipsy {
    padding: 10px;
    max-width: 400px;
    color: #303030;
    background-color: #f5f5b5;
    border: 1px solid #deca7e;
    border-radius: 5px;
}

span.tooltip {
    margin-top: 10px;
    vertical-align: top;
    display: inline-block;
}

#SpecialistRegistrations {
    width: 100%;
}

    #SpecialistRegistrations td {
        white-space: nowrap;
    }

        #SpecialistRegistrations td form {
            display: inline;
        }

body .cookie-message-body {
    font-size: 14px !important;
    background-color: #f0f1f5;
    
}

.cookie-message-p {
    margin: 10px;
    padding: 0;
    font-size: .8em !important;
    
}

    .cookie-left {
        float: left;
        width: 80%;
    }

    .cookie-right {
        float: right;
    }

    .cookie-link {
        color: var(--dark-gray);
        text-decoration: underline !important;
    }

th a.LinkSortColumn {
    font-weight: bold;
}

#tab1 h2, #tab2 h2, #tab3 h2, #tab4 h2, #tab5 h2, #tab6 h2, #tab7 h2 {
    float: left;
}

.home-main {
    width: 99%;
    overflow: hidden;
}

    .home-main .home-box-left, .home-main .home-box-right {
        width: 48%;
        float: left;
        background-color: #f0f1f5;
        height: 100%;
    }

    .home-main .home-box-left {
        margin-right: 2%;
    }

    .home-main .home-box-right {
        margin-left: 2%;
    }

    .home-main .home-box-content {
        text-align: center;
    }

        .home-main .home-box-content h1, .home-main .home-box-content .button, .home-main .home-box-content p {
            margin: 40px 20px;
        }

        .home-main .home-box-content .button {
            font-size: 1.5em;
            line-height: 1.5em;
        }

        .home-main .home-box-content h1 {
            font-weight: bold;
            line-height: 1.5em;
        }

        .home-main .home-box-content p {
            font-size: 1.5em;
        }

.ui-icon {
    display: inline-block !important;
}

#timeout-countdown {
    position: fixed;
    bottom: 40px;
    right: 0;
    /*border: 1px solid #999999;*/
    /*background-color: #efeeef;*/
    /*padding: 5px;*/
    background: rgb(0, 20, 137);
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    z-index: 10000;
    opacity: 0.5;
}

    #timeout-countdown #remaining-time {
    }

#remaining-time {
    font-size: x-large;
    color: #e80c4d;
    opacity: 1;
    z-index: 10001;
}

#timeout-countdown #remaining-time.warning {
    color: #e80c4d;
}

.report-scroller {
    overflow-x: scroll;
    width: 100%;
    background-color: #fff;
}

    .report-scroller table {
        font-size: 12px;
        margin: 0;
    }

        .report-scroller table th, .report-scroller table td {
            border: 1px solid var(--lightGrey);
            white-space: nowrap;
            padding: 3px;
        }

.manage-users {
    width: 300px;
    display: inline-block;
    margin: 5px 0;
}

    .manage-users table {
        margin-top: 0;
    }

        .manage-users table select {
            width: 220px;
        }

.hospital-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 300px;
    display: inline-block;
}

    .hospital-list li label {
        width: auto;
        text-align: left;
    }

.popup_staylogoutbtn {
    background-color: #272559 !important;
    background: #272559 !important;
    margin-left: 20px !important;
}

    .popup_staylogoutbtn span {
        color: white !important;
    }

.mce-tinymce {
    display: inline-block !important;
}

.referral-prescriptions {
    width: 100% !important;
}

    .referral-prescriptions input {
        width: 100%;
    }

    .referral-prescriptions tfoot {
    }

.referral-investigations {
    width: 100% !important;
}

.referral-investigation-note {
    width: 100% !important;
}

.referral-investigations-pathology {
    width: 100% !important;
}

.fake-input-field {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    width: 500px;
    height: 100px;
    overflow: auto;
    padding: 5px;
}

.ui-autocomplete {
    cursor: pointer;
    min-height: 50px;
    max-height: 300px;
    width: 500px;
    overflow-x: auto;
    overflow-y: scroll;
}

    .ui-autocomplete li.ui-menu-item a:hover {
        background: #114a88;
        color: white;
        border-radius: inherit !important;
    }

.custom-bordered {
    border: 2px solid #3189d4 !important;
}

    .custom-bordered th {
        font-weight: 700 !important;
    }

.info-record {
    margin-bottom: -10px !important;
    font-size: small;
    color: #114a88 !important;
}

.txtsearchcode {
    background-image: url('../Content/images/Search.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 14px;
    padding: 8px 10px 10px 50px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    background-size: 40px;
}


/*
new styling changes */
#body {
    background-color: #ffff;
    /* min-height: 500px;*/
}

.main-content {
    background-color: #ffff !important;
}


table.myDataTable {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    /*border: 0 none;*/
    width: 99%;
    table-layout: fixed;
    white-space: normal !important;
}

#MVCGridTable_ReferralGrid thead, .myDataTable thead {
    background-color: #5bc0de;
    color: white;
}

.myDataTable th {
    font-size: small;
    /*background-color: #5bc0de;*/
    padding: 8px;
    padding-left: 0;
    vertical-align: top;
    border: 1px solid #ddd;
    word-wrap: break-word;
    white-space: pre-wrap !important;
    text-align: center;
}

.myDataTable td {
    border: 1px solid #ddd;
    word-wrap: break-word;
    white-space: pre-wrap !important;
    text-align: center;
    background-color: white;
    padding: 0 4px;
}

.menu-inner-items {
    margin-left: 2%;
}

.dataTables_wrapper {
    width: 99%;
}

.dataTables_length label, .dataTables_length label select {
    width: auto !important;
}

.custom-h2 {
    color: #337ab7 !important;
}

.mdc-data-table__header-cell {
    color: white !important;
}

.menu-header {
    background-color: #f0f1f5 !important;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    border-bottom: 1px solid rgba(0,0,0,.5);
    height: 120px;
    z-index: 3;
}

.header-logo {
    width: 256px;
    /*height: 80px;*/
    float: right;
    margin-top: -2rem;
}

.sticky {
    width: 100% !important;
    position: -webkit-sticky;
    position: fixed;
    top: 120px;
    background-color: var(--primaryBlues);
    color: rgb(255, 255, 255);
    font-size: 15px;
    display: flex !important;
    z-index: 1;
    padding: 5px 15px;
    line-height: 1.6em !important;
    left: 0;
    z-index: 999998;
    margin: 0px !important;
}

    .sticky > div {
        padding: inherit !important;
        align-self: center !important;
        display: inline-flex !important;
    }



.admin-heading {
    display: flex;
}

.admin-heading-left {
    width: 50%;
}

.admin-heading .h2Btn {
    width: 61%;
    background: white;
    color: #0e7da2 !important;
    border-left: 5px solid #0e7da2;
    font-weight: bold;
    cursor: default;
}

.admin-heading-right {
    width: 50%;
}

.menu-inner-items .button {
    width: 60%;
    border-left: 5px solid #f0f1f5;
}

.menu-heading {
    display: block;
    max-width: var(--page-width);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 120px;
}

.menu-heading-left {
    position: relative;
    top: 10px;
}

.menu-heading-right {
    position: relative;
    margin-left: -2%;
    top: 50px;
}

.mdc-data-table__header-row {
    background-color: #5bc0de !important;
}

@media only screen and (max-width: 768px) {
    header {
        height: inherit;
    }

    .menu-heading {
        display: block;
        flex-direction: row-reverse;
    }

    .admin-heading {
        display: block;
    }

    .admin-heading-left {
        width: auto;
    }

    .menu-inner-items .button {
        width: 90%;
        white-space: pre-wrap !important;
    }
}

.info-text-color {
    color: #114a88;
}




.dataTables_filter label {
    display: flex !important;
    margin: auto;
}

.dataTables_filter input {
    margin-top: -4px
}

.myDataTable td a {
    margin: 5px 0;
    white-space: normal;
    word-wrap: break-word;
    font-size: small;
}

.myDataTableExt td {
    position: relative;
}

    .myDataTableExt td a {
        top: 13px;
        position: absolute;
        left: 5px;
        right: 5px;
    }

.reportsTable {
    table-layout: unset !important;
}

.btnCaptial {
    text-transform: uppercase;
    font-weight: bold;
}

.patientRespond {
    width: 37%;
    display: inline-block;
    border-radius: 4px;
}

.patientInputDetails {
    margin-bottom: 30px;
}

    .patientInputDetails input {
        width: 37%;
        border-radius: 4px;
    }

    .patientInputDetails li {
        padding: 10px 0px;
    }

.highlight {
    border: 2px solid red !important;
}

    .highlight:focus {
        outline: none !important;
    }

.pt-0 {
    padding-top: 0px !important;
}

.referral-doc-logo {
    padding-bottom: 10px;
    margin-top: 32px;
    height: 50px;
}

.logo-summary {
    width: 150px;
    float: right;
}

    .logo-summary img {
        width: 100%;
        padding-top: 5px;
        padding-right: 10px;
    }

.consultant-header-logo {
    height: 50px;
    display: flex;
}

@-moz-document url-prefix() {
    .menu-heading-right {
        padding-top: 20px;
    }
}

.loader {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102, 0.6);
}

    .loader p {
        position: absolute;
        top: 45%;
        left: 45%;
        color: White;
    }

    .loader > p > img {
        height: 100px;
    }

.reactivation-title {
    width: 50%;
    display: inline-block;
    word-break: break-word;
}

.counter-tab {
    padding: 10px 0;
    margin: 0px;
    font-size: 14px;
}

#liOutcome img {
    margin-left: 50px;
}

/*New css*/
.specialistResponse {
    /*border: 1px solid black;*/
    /*border-radius: 4px;
    padding: 0 30px 30px 30px;*/
}

#divSpecialistResponse p {
    font-size: 16px;
}

.questionSections {
    width: 100% !important;
}

    .questionSections .questionSections-Text label {
        width: 30% !important
    }

    .questionSections input[type=text] {
        width: 70%;
        /* border: 20px black; */
    }

.outComeRadioButton {
    display: flex;
    width: 100% !important;
}

.labelRadioCheckbox {
    width: 100%;
    display: inline;
    text-align: left;
    padding: 10px 0 0 15px !important;
    font-size: 15px;
}

.specialistResponse input[type=radio], .specialistResponse input[type=checkbox] {
    width: 30px;
    height: 30px;
}

.ml-10 {
    margin-left: 10px;
}

.column-half li {
    display: flex;
    padding: 5px;
}

    .column-half li > * {
        padding: 5px !important;
    }

#dvReferralRelatedQuestion {
    padding: 5px 0px 0px 10px;
}

.specialistResponse p {
    padding: 20px 0px;
}

#dvDifferentSpecialityQuestion {
    display: flex;
}

.consultant-outcomes-tooltip {
    padding-left: 15px;
    position: relative;
    display: flex;
    /*width: 100px;*/
    cursor: pointer;
    float: right;
    font-weight: normal;
    font-size: 14px;
}

    .consultant-outcomes-tooltip .tooltiptext {
        visibility: hidden;
        background-color: var(--darkyellow);
        text-align: left;
        border-radius: 4px;
        padding: 15px;
        position: absolute;
        z-index: 5;
        word-break: break-word;
        top: 0;
        right: 80px;
        top margin-top: -10px;
        width: 200px;
    }

    .consultant-outcomes-tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .consultant-outcomes-tooltip .response-txt {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.outcomeDivInside {
    margin: 0px 0px;
    display: flex;
    vertical-align: top;
    position: relative;
    width: 100%;
}

    .outcomeDivInside div {
        width: 50%;
        padding: 5px;
    }

    .outcomeDivInside select {
        border-radius: 4px;
        width: auto !important;
    }

    .outcomeDivInside label {
        text-align: left;
        font-weight: bold;
    }

.outcomeCbDivPadding {
    padding-top: 10px;
}

.btnDiffSpeciality {
    margin: 5px;
    padding-top: 15px;
}

#followUpDates {
    width: 100%;
    margin: 5px;
    margin-left: 42px;
}

    #followUpDates select, #followUpDates input {
        border-radius: 4px;
        width: 25% !important;
    }

#dvPartialViewRecommendedSpecialities {
    margin: 5px 5px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 630px;
}

.outcomeInternal {
    margin-left: 34px !important;
}

.btnDisabled {
    background-color: #c8dbf1;
    border: #c8dbf1;
    color: #114a88 !important;
    pointer-events: none;
}

.closeButton {
    position: absolute;
    background-color: white;
    color: #c0c0c0 !important;
    font-weight: bold;
    font-size: 34px;
    border: 0;
    right: 5px;
    top: 1px;
    padding: 0;
}

    .closeButton:hover {
        position: absolute;
        background-color: white;
        color: #c0c0c0 !important;
        font-weight: bold;
        font-size: 34px;
        border: 0;
        right: 5px;
        top: 1px;
        padding: 0;
    }

.tableCommon tr td {
    word-break: break-all
}

.taskBody {
    background: white !important;
    color: black !important;
}

.bgcolor {
    background: var(--deepBlue) !important;
    border: unset !important;
    color: white !important;
}

.linkClass {
    color: var(--vibrantblue) !important;
    font-size: 14px;
}

.responseDivTop {
    padding-left: 0px;
    padding-top: 5px;
    margin-left: 250px;
}

.responseText {
    font-weight: bold;
    font-size: medium;
}

.subResponse {
    padding-left: 20px;
}

.subResponseText {
    display: inline !important;
    font-size: medium;
    font-weight: 300;
}

.leafnodeexpandable {
    padding-left: 42px;
    padding-top: 13px;
}

.followUpDates {
    width: 100%;
    margin: 5px;
    margin-left: 42px;
}

.followUpReason {
    width: 100%;
    margin: 5px;
    margin-left: 42px;
}

.ui-autocomplete-category {
    /*font-weight: bold;*/
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.noResults a {
    color: red !important;
}

    .noResults a:hover {
        background: none !important;
        color: red !important;
        border: none !important;
    }

.ui-menu-item-wrapper:hover {
    background-color: #9CE3D5 !important;
    color: black !important;
}

.categoryLi {
    padding-left: 20px !important;
}

#ddlDiagnosisStages {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

#diagnosiStagesSearch {
    margin-top: 20px !important;
}

#diagnosisOrderedDiv .table-primary {
    background-color: var(--primary-blue-table);
    border-radius: 4px;
}

#diagnosisOrderedDiv .btn-danger {
    background-color: #AF3232;
    border-color: #AF3232;
    border-radius: 4px !important;
}

#diagnosisOrderedDiv .undoExcluded {
    background-color: #001489;
    border-color: #001489;
    border-radius: 4px !important;
}

.hideNotExcludedDiv {
    display: none;
}

.treatmentLabel {
    text-align: left !important;
}

.iconPlus {
    font-size: 3em !important;
    padding-left: 10px !important;
}

.treatmentButton {
    border: none !important;
    background-color: white !important;
}



.treatmentItalic {
    font-style: italic !important
}

.infoPlus {
    font-size: 10px;
    font-style: italic;
    width: 20%;
    padding-top: 5px;
    font-weight: 700;
    color: #8C8C8C;
}

/* Absolute Center Spinner */
.loadingSpinner {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loadingSpinner:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loadingSpinner:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loadingSpinner:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            -ms-animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.iconBgColor {
    color: rgb(40, 53, 147) !important;
}

.iconBtn {
    all: unset !important;
    display: inline-block !important;
    cursor: pointer !important;
}

.btnCancelNew {
    border: 1px solid !important;
    background: none !important;
    text-decoration: none !important;
    border-color: #2e6da4 !important;
    color: #2e6da4 !important;
}

.custom-modal-viewrtt .modal-content, .custom-modal-history .modal-content {
    background-color: rgb(238,238,238) !important;
    padding-bottom: 40px !important;
    border-radius: 10px !important;
}

.rttHistoryBody {
    padding: 10px 40px !important;
}

.modal-headerHist {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 10px !important;
    width: 95% !important;
    margin: 10px !important;
}

.modal-titleHist {
    width: 90% !important;
    text-align: left !important;
    font-size: xx-large !important;
    font-weight: 600 !important;
}

.rttView th, .rttHistory th {
    background-color: rgb(40, 53, 147) !important;
    text-align: center !important;
    border: 1px solid rgb(189,189,189) !important;
    height: 50px !important;
    vertical-align: middle !important;
    color: white !important;
    width: 15% !important;
}

.rttView td, .rttHistory td {
    border: 1px solid rgb(189,189,189) !important;
    background-color: white !important;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}

.rttHistory th {
    width: 10% !important;
}

    .rttHistory th:nth-child(2), .rttHistory th:nth-child(3), .rttHistory th:nth-child(7) {
        width: 20% !important;
    }

.rttView th:nth-child(1), .rttView th:nth-child(4), .rttView th:nth-child(5), .rttView th:nth-child(6), .rttView th:nth-child(8) {
    width: 10% !important;
}

.rttView tbody td:nth-child(8) {
    text-align: center !important;
    vertical-align: middle !important;
}

.rttContentRed {
    color: #ff0000;
}

.rttContentblack {
    color: var(--black);
}

.add-new-btn {
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-weight: normal;
    font-style: italic;
    color: black;
    padding-left: 16px;
}

    .add-new-btn .plus-icon {
        background-color: rgb(40, 53, 147);
        color: #fff;
        font-size: 18px;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding-right: 3px;
        margin-right: 4px;
    }


    .add-new-btn span {
        font-style: italic;
        color: black;
    }

.closeButtonRTT {
    background-color: rgb(40, 53, 147);
    color: white;
    font-size: 18px;
    width: 24px;
    top: 57px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: center;
    right: 44px;
}


.addBtn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 0px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    text-align: center !important;
}

    .addBtn i {
        margin-right: 10px;
    }

.modal-headerRttView {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    width: 95%;
    margin: 10px
}

.modal-titleRttView {
    width: 90% !important;
    text-align: left !important;
    font-size: xx-large !important;
    font-weight: 600 !important;
}

.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
}

.pagination-container, .buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.items-per-page-container {
    display: flex;
    align-items: center;
}

    .items-per-page-container label {
        font-size: 14px;
        margin-right: 5px;
        white-space: normal;
        word-wrap: break-word;
        max-width: 150px;
        line-height: 1.2;
    }

itemSelect {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 80px;
    max-width: 100%;
}



.rttViewBody {
    padding: 10px 40px;
}

.rtt-dates p {
    margin: 10px;
    font-size: 14px;
    color: #555;
}

.abp-busy-overlay {
    z-index: 9999 !important;
}

.modal-content {
    border-radius: 20px !important;
}

.rttStatus .ui-select-choices .ui-select-choices-row {
    word-wrap: break-word; /* Break long words to fit the container */
    white-space: normal; /* Allow line breaks */
    overflow-wrap: break-word; /* Same as word-wrap: break-word */
}

.no-btn {
    background-color: #21a26f;
    border-color: #21a26f;
}
/* Optional: limit max height of dropdown and make it scrollable */
.rttStatus .ui-select-choices {
    max-height: 250px; /* Maximum height of the dropdown */
    overflow-y: auto; /* Make the dropdown scrollable if content exceeds max height */
}

/* Style for the input box (optional) */
.rttStatus .ui-select-match {
    padding: 5px;
}

.rttConfirmation .modal-footer {
    text-align: center;
}

.ag-header-row {
    background-color: rgb(40, 53, 147) !important;
    color: white !important;
}

.ag-header .ag-icon {
    color: #fff !important;
    /*font-size: 20px !important;*/
}

.ag-header-row .ag-header-cell {
    border: 1px solid rgb(189,189,189) !important;
    font-weight: bold !important;
}

.wordwrapCells {
    word-wrap: break-word !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

.ag-header-cell-text {
    word-wrap: break-word !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.statistics-list a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    text-decoration: none;
}

div.statistics-list {
}

span.new-referral-info {
    float: right;
    width: auto;
    font-weight: normal;
    font-size: 15px;
    text-align: right;
    background-color: #f0f1f5;
    padding: 5px;
    background-color: #fff3cd; /* Light yellow background */
    color: #856404; /* Darker gold/brown text */
    border: 2px solid #ffe3cd; /* Slightly darker yellow border */
}

h2.page-heading {
    padding: 20px;
    padding-left: 0px;
    font-size: 26px;
    border-bottom: 1px solid #ddd;
}

ol h4 {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
    background-color: #f0f1f5;
}



hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.table-striped {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid var(--primary-blue-table) !important;
}

    .table-striped th {
        background-color: var(--primary-blue-table) !important;
        color: white;
        padding: 10px;
    }

    .table-striped td {
        padding: 10px;
    }

    /* Only apply striped styling if the row does NOT have class "lightgrey" */
    .table-striped tbody tr:nth-child(even):not(.lightgrey) {
        background-color: var(--light-blue-soft) !important;
        transition: background-color 0.3s ease;
    }

        .table-striped tbody tr:nth-child(even):not(.lightgrey):hover {
            background-color: var(--light-blue-soft) !important;
        }

    .table-striped tbody tr:nth-child(odd):not(.lightgrey) {
        background-color: var(--white) !important;
    }

        .table-striped tbody tr:nth-child(odd):not(.lightgrey):hover {
            background-color: var(--white) !important;
        }

    /* Custom style for .lightgrey rows */
    .table-striped tbody tr.lightgrey {
        background-color: #d3d3d3 !important; /* Example color */
    }

        .table-striped tbody tr.lightgrey:hover {
            background-color: #c0c0c0 !important; /* Example hover color */
        }

input[type="checkbox"], input[type="radio"] {
    accent-color: var(--primaryBlues);
}


.ui-menu-item-wrapper {
    width: 100% !important;
    text-decoration: none !important;
    display: block !important;
    border: none !important;
}

.btn {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: black;
}

.btn-info {
    background-color: var(--primary-blue-table) !important;
    border-color: #17a2b8;
    color: white;
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: black;
}

.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: white;
}

.btn-outline-primary {
    background-color: transparent;
    border-color: #007bff;
    color: #007bff;
}

.btn-outline-secondary {
    background-color: transparent;
    border-color: #6c757d;
    color: #6c757d;
}

.btn-outline-success {
    background-color: transparent;
    border-color: #28a745;
    color: #28a745;
}

.btn-outline-danger {
    background-color: transparent;
    border-color: #dc3545;
    color: #dc3545;
}

.btn-outline-warning {
    background-color: transparent;
    border-color: #ffc107;
    color: #ffc107;
}

.btn-outline-info {
    background-color: transparent;
    border-color: #17a2b8;
    color: #17a2b8;
}

.btn-outline-light {
    background-color: transparent;
    border-color: #f8f9fa;
    color: black;
}

.btn-outline-dark {
    background-color: transparent;
    border-color: #343a40;
    color: #343a40;
}

.btn:hover {
    opacity: 0.85;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
}

.btn-lg {
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 6px;
}


.comment-history-container {
    max-height: 400px;
    overflow-y: auto;
}

.comment-text {
    border: 1px solid black;
    padding: 10px;
}

.comment-user {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 10px;
    text-align: right;
}

#diagnosiStagesSearch .txtsearchcode {
    width: 90% !important;
}

#searchloadingp1 {
    display: none;
    height: 10px;
    margin-left: 93%;
    margin-top: -7.2%;
    position: absolute;
    color: var(--primaryBlues);
    font-size: 30px;
}

#searchloadingp {
    display: none;
    height: 10px;
    margin-left: 30%;
    margin-top: -1.8%;
    position: absolute;
    color: var(--primaryBlues);
    font-size: 30px;
}

#searchloadingtreatment {
    display: none;
    height: 10px;
    position: absolute;
    margin-left: 30%;
    margin-top: -1.8%;
    color: var(--primaryBlues);
    font-size: 30px;
}

#dvIsInitialLoad {
    display: none;
}

.txtsearchcode {
    width: 70% !important;
}

.specialistresponseheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #f0f1f5;
}

    .specialistresponseheader h4 {
        border: none !important;
    }

.responseText {
    margin: 0;
}

.sphelpBlock {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .sphelpBlock img {
        margin-left: 5px;
    }

.consultant-outcomes-tooltip {
    position: relative;
    display: flex;
    align-items: center;
}

#genderDictionaryNotification {
    display: none !important;
    margin-left: 3%;
}

.treatmentPlusIcons {
    color: var(--primaryBlues);
    font-size: 0.8em !important;
    line-height: 1em !important;
    vertical-align: 2% !important;
}

.treatmentsMainDiv {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

    .treatmentsMainDiv #txtcode {
        flex: 7;
        min-width: 0;
    }

    .treatmentsMainDiv.iconPlus {
        flex: 1;
        display: flex;
        justify-content: center;
    }

.infoPlus {
    flex: 1;
    white-space: nowrap;
}

.recommendedTreatment, .consultantMangementPlan, .diagnosismainSection, .outcomeMainDiv, .previewPageHeader {
    display: flex;
    gap: 8px;
    width: 100%;
}

    .diagnosismainSection .bannerDiagnosis, .consultantMangementPlan .bannerCmp, .recommendedTreatment .bannerTreatment, .outcomeMainDiv .leftContent, .previewPageHeader a {
        flex: 1.9;
        min-width: 0;
    }

    .recommendedTreatment #prescriptionSection, .consultantMangementPlan .responseDivTop, .diagnosismainSection #diagnosisSection, .outcomeMainDiv .rightContent {
        flex: 6;
        min-width: 0;
        margin: unset;
        margin-top: 5px;
    }

    .outcomeMainDiv .responseDivTop {
        margin: unset !important;
    }

#stickyheader {
    display: none;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

    #stickyheader .header-title {
        flex: 6;
        font-size: 28px !important;
    }

    #stickyheader .header-info {
        flex: 2;
        text-align: center;
    }

.text-danger {
    color: #d9534f !important;
    font-weight: bold;
}

.signConsultantName {
    color: #00A887;
    font-size: large;
    font-weight: bold;
}

.guideMe {
    margin-left: 15px;
}

.previewStep {
    width: 0px;
    margin-left: 30%;
    height: 0px
}

.previewLogo {
    text-align: right;
    padding-right: 30px;
    padding-bottom: 20px;
}

    .previewLogo img {
        height: 50px;
    }

.previewContentM200 {
    margin-left: 200px;
}


.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}




/* Margin Classes */
.m-0 {
    margin: 0px !important;
}

.m-5 {
    margin: var(--space-5);
}

.m-10 {
    margin: var(--space-10);
}

.m-15 {
    margin: var(--space-15);
}

.m-20 {
    margin: var(--space-20);
}

.m-25 {
    margin: var(--space-25);
}

.m-30 {
    margin: var(--space-30);
}

.m-35 {
    margin: var(--space-35);
}

.m-50 {
    margin: var(--space-50);
}

.m-100 {
    margin: var(--space-100);
}

.m-150 {
    margin: var(--space-150);
}

.m-200 {
    margin: var(--space-200);
}

.m-300 {
    margin: var(--space-300);
}

/* Margin Top */
.mt-5 {
    margin-top: var(--space-5);
}

.mt-10 {
    margin-top: var(--space-10);
}

.mt-15 {
    margin-top: var(--space-15);
}

.mt-20 {
    margin-top: var(--space-20);
}

.mt-25 {
    margin-top: var(--space-25);
}

.mt-30 {
    margin-top: var(--space-30);
}

.mt-35 {
    margin-top: var(--space-35);
}

.mt-50 {
    margin-top: var(--space-50);
}

.mt-100 {
    margin-top: var(--space-100);
}

.mt-150 {
    margin-top: var(--space-150);
}

.mt--100 {
    margin-top: calc(-1 * var(--space-100));
}

.mt--150 {
    margin-top: calc(-1 * var(--space-150));
}

.mt-200 {
    margin-top: var(--space-200);
}

.mt-300 {
    margin-top: var(--space-300);
}

/* Margin Bottom */
.mb-5 {
    margin-bottom: var(--space-5);
}

.mb-10 {
    margin-bottom: var(--space-10);
}

.mb-15 {
    margin-bottom: var(--space-15);
}

.mb-20 {
    margin-bottom: var(--space-20);
}

.mb-25 {
    margin-bottom: var(--space-25);
}

.mb-30 {
    margin-bottom: var(--space-30);
}

.mb-35 {
    margin-bottom: var(--space-35);
}

.mb-50 {
    margin-bottom: var(--space-50);
}

.mb-100 {
    margin-bottom: var(--space-100);
}

.mb-150 {
    margin-bottom: var(--space-150);
}

.mb--150 {
    margin-bottom: calc(-1 * var(--space-150));
}

.mb-200 {
    margin-bottom: var(--space-200);
}

.mb-300 {
    margin-bottom: var(--space-300);
}

/* Margin Left */
.ml-5 {
    margin-left: var(--space-5);
}

.ml-10 {
    margin-left: var(--space-10);
}

.ml-15 {
    margin-left: var(--space-15);
}

.ml--15 {
    margin-left: calc(-1 * var(--space-15));
}

.ml--20 {
    margin-left: calc(-1 * var(--space-20));
}

.ml-20 {
    margin-left: var(--space-20);
}

.ml-25 {
    margin-left: var(--space-25);
}

.ml-30 {
    margin-left: var(--space-30);
}

.ml-35 {
    margin-left: var(--space-35);
}

.ml-50 {
    margin-left: var(--space-50);
}

.ml-100 {
    margin-left: var(--space-100);
}

.ml-150 {
    margin-left: var(--space-150);
}

.ml--150 {
    margin-left: calc(-1 * var(--space-150));
}

.ml-200 {
    margin-left: var(--space-200);
}

.ml-300 {
    margin-left: var(--space-300);
}

/* Margin Right */
.mr-5 {
    margin-right: var(--space-5);
}

.mr-10 {
    margin-right: var(--space-10);
}

.mr-15 {
    margin-right: var(--space-15);
}

.mr-20 {
    margin-right: var(--space-20);
}

.mr-25 {
    margin-right: var(--space-25);
}

.mr-30 {
    margin-right: var(--space-30);
}

.mr-35 {
    margin-right: var(--space-35);
}

.mr-50 {
    margin-right: var(--space-50);
}

.mr-100 {
    margin-right: var(--space-100);
}

.mr-150 {
    margin-right: var(--space-150);
}

.mr-200 {
    margin-right: var(--space-200);
}

.mr-300 {
    margin-right: var(--space-300);
}

/* Padding Classes */
.p-5 {
    padding: var(--space-5);
}

.p-10 {
    padding: var(--space-10);
}

.p-15 {
    padding: var(--space-15);
}

.p-20 {
    padding: var(--space-20);
}

.p-25 {
    padding: var(--space-25);
}

.p-30 {
    padding: var(--space-30);
}

.p-35 {
    padding: var(--space-35);
}

.p-50 {
    padding: var(--space-50);
}

.p-100 {
    padding: var(--space-100);
}

.p-150 {
    padding: var(--space-150);
}

.p-200 {
    padding: var(--space-200);
}

.p-300 {
    padding: var(--space-300);
}

/* Padding Top */
.pt-5 {
    padding-top: var(--space-5);
}

.pt-10 {
    padding-top: var(--space-10);
}

.pt-15 {
    padding-top: var(--space-15);
}

.pt-20 {
    padding-top: var(--space-20);
}

.pt-25 {
    padding-top: var(--space-25);
}

.pt-30 {
    padding-top: var(--space-30);
}

.pt-35 {
    padding-top: var(--space-35);
}

.pt-50 {
    padding-top: var(--space-50);
}

.pt-100 {
    padding-top: var(--space-100);
}

.pt-150 {
    padding-top: var(--space-150);
}

.pt-200 {
    padding-top: var(--space-200);
}

.pt-300 {
    padding-top: var(--space-300);
}

/* Padding Bottom */
.pb-5 {
    padding-bottom: var(--space-5);
}

.pb-10 {
    padding-bottom: var(--space-10);
}

.pb-15 {
    padding-bottom: var(--space-15);
}

.pb-20 {
    padding-bottom: var(--space-20);
}

.pb-25 {
    padding-bottom: var(--space-25);
}

.pb-30 {
    padding-bottom: var(--space-30);
}

.pb-35 {
    padding-bottom: var(--space-35);
}

.pb-50 {
    padding-bottom: var(--space-50);
}

.pb-100 {
    padding-bottom: var(--space-100);
}

.pb-150 {
    padding-bottom: var(--space-150);
}

.pb-200 {
    padding-bottom: var(--space-200);
}

.pb-300 {
    padding-bottom: var(--space-300);
}

/* Padding Left */
.pl-5 {
    padding-left: var(--space-5);
}

.pl-10 {
    padding-left: var(--space-10);
}

.pl-15 {
    padding-left: var(--space-15);
}

.pl-20 {
    padding-left: var(--space-20);
}

.pl-25 {
    padding-left: var(--space-25);
}

.pl-30 {
    padding-left: var(--space-30);
}

.pl-35 {
    padding-left: var(--space-35);
}

.pl-50 {
    padding-left: var(--space-50);
}

.pl-150 {
    padding-left: var(--space-150);
}

/* Padding Right */
.pr-5 {
    padding-right: var(--space-5);
}

.pr-10 {
    padding-right: var(--space-10);
}

.pr-15 {
    padding-right: var(--space-15);
}

.pr-20 {
    padding-right: var(--space-20);
}

.pr-25 {
    padding-right: var(--space-25);
}

.pr-30 {
    padding-right: var(--space-30);
}

.pr-35 {
    padding-right: var(--space-35);
}

.pr-50 {
    padding-right: var(--space-50);
}

.height-80 {
    height: 80px;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-light {
    font-weight: lighter;
}

.font-weight-bolder {
    font-weight: bolder;
}

.font-weight-medium {
    font-weight: 500;
}

.w-auto {
    width: auto !important
}

.break-word {
    word-break: break-all;
    word-wrap: break-word;
}


.previewpidbanner {
    background-color: var(--lightGrey);
    border-radius: 20px;
}

#EventsIndex {
    line-height: 1.7;
}

.colorforestGreen {
    color: var(--forestGreen)
}

.colorcrimson {
    color: var(--crimson)
}

.color-forest-green {
    color: var(--forestGreen);
    font-weight: bold;
}

.color-crimson {
    color: var(--crimson);
    font-weight: bold;
}

.color-ligh-blue {
    color: var(--lighBlue);
}

.taskbtn {
    display: flex;
    gap: 3px;
}

.attachmentName {
    width: 80%;
}

#EventsIndex .event-body {
    background-color: #f5f8ff !important;
    border: unset !important;
    border: 1px solid #666666 !important;
}


.menu-header {
    background-color: var(--primary-blue-table) !important;
}

.menu-heading {
    /*padding: 10px 20px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


.menu-heading-center {
    display: flex;
    justify-content: end;
    flex: 2;
    gap: 20px;
}

    .menu-heading-center a {
        background-color: #2E58EF !important;
        border: 1px solid white !important;
        border-radius: 3px !important;
        color: white !important;
        padding: 10px 20px !important;
        text-decoration: none !important;
        display: inline-block !important;
        text-align: center !important;
        font-size: 14px !important;
        margin: unset !important;
        margin-right: 10px !important;
    }

        .menu-heading-center a:hover {
            background-color: #2E58EF !important;
            border-color: black !important;
            cursor: pointer !important;
            border-radius: 3px !important;
            color: white !important;
            padding: 10px 20px !important;
            text-decoration: none !important;
            display: inline-block !important;
            text-align: center !important;
        }

html, body {
    background-color: var(--white) !important;
}

.metro-scope .icon {
    color: white;
}

.metro-scope .branding-bar {
    font-weight: bold !important;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.form-control {
    height: 43px !important;
}

.ui-select-match .btn-default {
    background-color: var(--white) !important;
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
}

.ui-select-match .caret {
    color: var(--black) !important;
}

.ui-select-match-text {
    color: var(--black);
}

.ui-select-choices-row {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

    .ui-select-choices-row span {
        display: block !important;
        max-width: 450px !important;
        white-space: normal !important;
        word-break: break-word !important;
    }

    .ui-select-choices-row:hover {
        background-color: #cccccc !important;
        color: black !important;
    }

.ui-select-choices-row-inner:hover {
    background-color: #cccccc !important;
}

.ui-select-choices-row.active {
    background-color: #428bca !important; 
    color: white !important;
}


.sweet-alert.release-referral {
    font-family: "Open Sans", Verdana, Helvetica, Sans-Serif !important;
    padding: 30px !important;
    width: 510px !important;
}

    .sweet-alert.release-referral h2 {
        color: #575757;
        font-size: 20px;
        text-align: left;
        font-weight: 600;
        text-transform: none;
        position: relative;
        margin: 0px !important;
        padding: 0px !important;
        line-height: 25px;
        display: block;
    }

    .sweet-alert.release-referral p {
        color: #575757 !important;
        text-align: left !important;
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    .sweet-alert.release-referral .confirm {
        float: right !important;
        background-color: #0e7da2 !important;
        color: #fff !important;
        border: 2px solid #0e7da2 !important;
    }

    .sweet-alert.release-referral .cancel {
        float: left !important;
        color: #0e7da2 !important;
        border: 2px solid #0e7da2 !important;
        background-color: #fff !important;
    }

.referral-tooltip {
    position: relative;
    display: inline-block;
    width: 100px;
    cursor: pointer;
}

    .referral-tooltip .tooltiptext {
        visibility: hidden;
        max-width: 200px;
        width: -moz-max-content;
        width: -webkit-max-content;
        width: -o-max-content;
        width: max-content;
        background-color: #22275b;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 5;
        word-break: break-word;
        top: 40px;
        left: 10px;
        margin-top: -10px;
    }

    .referral-tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .referral-tooltip .response-txt {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

#consultantText {
    overflow-wrap: break-word;
    word-break: normal;
}


body.loading {
    position: relative;
    opacity: 0.8;
}

    body.loading::after {
        content: "Loading...";
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        background: #333;
        color: white;
        border-radius: 4px;
        z-index: 9999;
    }

.wide-mode {
    max-width: 90% !important;
    /*width: 90% !important;*/
    transition: max-width 0.3s ease;
}



.e-grid .deactivated-row {
    background-color: #f2f2f2 !important;
    color: #999 !important;
}

/* Disabled command buttons */
.e-grid .disabled-action-btn {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* Optional: subtle hover effect for active rows only */
.e-grid tr:not(.deactivated-row):hover {
    background-color: #eef6ff !important;
}

/* Optional: make readonly cells look different */
.e-grid .readonly-cell {
    background-color: #f5f5f5 !important;
    color: #999 !important;
    cursor: not-allowed;
}

/* Hide filter icons from header */
.e-grid .e-filtermenudiv,
.e-grid .e-filterbarcell {
    display: none !important;
}

/* Remove extra space from header caused by hidden icons */
.e-grid .e-headercelldiv {
    padding-right: 8px !important;
}
/* Remove hover, selection, and focus for ALL rows EXCEPT deactivated ones */
body .e-grid .e-content .e-row:not(.deactivated-row):hover,
body .e-grid .e-content .e-row:not(.deactivated-row).e-hover,
body .e-grid .e-content .e-row:not(.deactivated-row).e-selectionbackground,
body .e-grid .e-content .e-row:not(.deactivated-row):hover td,
body .e-grid .e-content .e-row:not(.deactivated-row).e-hover td,
body .e-grid .e-content .e-row:not(.deactivated-row).e-selectionbackground td {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    cursor: default !important;
}

/* Keep deactivated rows as they are — untouched */
body .e-grid .e-content .e-row.deactivated-row:hover,
body .e-grid .e-content .e-row.deactivated-row.e-hover {
    /* No override here — allow existing disabled-row styling */
}


.custom-blue-dialog.e-dialog .e-dlg-content {
    background-color: transparent !important;
    color: rgb(255, 255, 255) !important;
}

.custom-blue-dialog.e-dialog .e-dlg-header {
    background-color: var(--primaryBlues) !important;
    color: rgb(255, 255, 255) !important;
}

/* Center the header text */
.custom-blue-dialog .e-dlg-header-content {
    justify-content: center !important; /* centers the text horizontally */
    text-align: center !important;
    position: relative;
}

    /* Keep the close (X) icon on the right */
    .custom-blue-dialog .e-dlg-header-content .e-dlg-closeicon-btn {
        position: absolute;
        right: 10px;
    }

/* Optional - remove header bottom border for cleaner look */
.custom-blue-dialog .e-dlg-header {
    border-bottom: none !important;
}


.patient-alerts-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #d32f2f !important;
    background: none;
    cursor: pointer;
    border-radius: 4px;
    /*    font-family: Arial, sans-serif;
    font-size: 14px;*/
    transition: all 0.2s ease;
}

/* Dialog content layout */
.deactivate-dialog-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px 4px;
}

/* Label styling */
.deactivation-label {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
    white-space: nowrap;
}


/* Textarea styling */
#deactivationReason {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px;
    font-size: 14px;
    resize: vertical;
    outline: none;
    transition: border-color 0.2s;
}

    #deactivationReason:focus {
        border-color: var(--primaryBlues, #0078d4);
        box-shadow: 0 0 3px rgba(0, 120, 212, 0.3);
    }

/* Character counter */
.char-counter {
    text-align: right;
    font-size: 12px;
    color: #666;
}

/* Disabled confirm button */
.e-btn.confirm-deactivate-btn.e-disabled,
.confirm-deactivate-btn[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.hide-action-btn {
    display: none !important;
}

.e-grid .e-emptyrow td {
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 1.7rem;
    color: #666;
    font-style: italic;
    background-color: #f9f9f9;
}