/*
Theme Name: MSF
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: Sarah Berg
Description: Magical theme for a princess volunteer group
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: msf
*/


/*******************
	RESET
*******************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    letter-spacing: .05em;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.wf-loading {
    visibility: hidden;
}

.wf-active, .wf-inactive {
    visibility: visible;
}


/*******************
	GLOBAL
*******************/
body {
    background: #A5A5A5;
    font-family: "source-sans", Arial, Helvetica, sans-serif;
    color: #1F1F1F;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    min-width: 1280px;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
    font-weight: bold;
}

h1 {
    font-size: 28px;
    line-height: normal;
}

a {
    text-decoration: none;
    color: #0972D3;
}

a:hover {
    color: #4E84C4;
    text-decoration: underline !important;
}

a:hover:has(.ui-icon) {
    text-decoration: none !important;
}

i, em {
    font-style: italic
}

b, strong {
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    height: 1px;
    border: none;
    background: #eee;
    opacity: .4;
    margin: 15px 0;
}

textarea {
    color: #1F1F1F;
}

.hide {
    display: none
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.inline {
    display: inline-block;
    vertical-align: top;
    /*padding-left: 20px; */
}
/*
    .inline:first-child {
        padding-left: 0px;
    }*/

.row {
    margin: 0 -8px 0 -7px;
}

    .row:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .row > div {
        float: left;
        padding: 0 8px 0 7px;
        box-sizing: border-box;
    }
/**.row>div.left, .row>div.third{ height: 50px; } */ /* fixing height issues when floating dropdowns*/
.fixedheight {
    height: 50px;
}
/* fixing height issues when floating dropdowns*/

.full {
    width: 100%;
}

.half {
    width: 50%;
}

.third {
    width: 33.33%;
}

.two-third {
    width: 66.66%;
}

.fourth {
    width: 25%;
}

.three-fourth {
    width: 75%;
}

.maxContain {
    margin: 0 auto; /**min-width:1280px;*/
}

.maxContainPadding {
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

    .maxContainPadding .maxContainPadding {
        padding-left: 20px;
        padding-right: 0px;
        position: relative
    }

.padding30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.inline-spacer {
    padding: 0 12px;
    display: inline-block;
}

.bgWhite {
    background: #fff;
}

.bgGrey {
    background: #eee;
}

.bgMediumGrey {
    background: #808083
}

.bgBlue {
    background: #003D79;
}

.bgLightBlue {
    background: #eee;
}

.bgDarkBlue {
    background: #001E3C;
}

.bgTeal {
    background: #4E84C4;
}

.bgRed {
    background: #AC0000 !important;
}

.bgYellow {
    background: #C46505 !important;
}

.bgGreen {
    background: #51a351 !important;
}

.fWhite {
    color: #fff;
}

.fBlack {
    color: #1F1F1F;
}

.fGrey {
    color: #808080 !important;
}

.fYellow {
    color: #C46505;
}

h1.fYellow {
    color: #1F1F1F; /** override with black since not using this color for titles */
}

.fBlue {
    color: #003D79;
}

.fDarkBlue {
    color: #3d5464;
}

.fLightBlue {
    color: #def0f3;
}

.fTeal {
    color: #4E84C4;
}

.fTeal2 {
    /**color: #00A9AC*/
    color: #1F1F1F; /* just override with black since not using this color anymore */
}

.fRed {
    color: #AC0000;
}

.fGreen {
    color: #74A550;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f36 {
    font-size: 36px;
}

.f40 {
    font-size: 40px;
}

.bold {
    font-weight: bold
}

.blackLine {
    border-bottom: solid 1px #000;
    padding: 0 0 5px 20px;
    margin: 20px 0;
}

.whiteLine {
    border-bottom: solid 2px #fff;
    padding: 0 0 12px 20px;
    margin: 12px 0 0px !important;
}

.accordian-content {
    margin-top: 5px;
}

.accordian-content-whiteLine {
    border-bottom: solid 2px #fff;
    padding: 12px 0 20px;
}

.accordian-title.whiteLine.active {
    border-bottom: none
}

button,
.button {
    display: inline-block;
    height: 36px;
    color: #fff;
    background: #003D79;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    outline: none;
    letter-spacing: .05em;
}

a.button {
    line-height: 36px;
    min-width: 110px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

a.button:hover {
    text-decoration: none !important;
}

button.secondary,
.button.secondary {
    display: inline-block;
    height: 36px;
    background: #fff;
    color: #003D79;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    border: 2px solid #003D79;
    outline: none;
}

a.button.secondary {
    height: 32px;
    line-height: 32px;
}


button,
.smallButton {
    display: inline-block;
    vertical-align: bottom;
    min-width: 100px !important;
    padding: 1px 5px 0;
    line-height: 20px;
    height: 20px;
    color: #fff;
    background: #003D79;
    font-weight: 200;
    font-size: 11px;
    margin-bottom: 1px;
}

    button:hover,
    .button:hover {
        color: #fff;
        background: #4E84C4;
        cursor: pointer;
    }

    button.secondary:hover,
    .button.secondary:hover {
        border: 2px solid #4E84C4;
    }

.button2 {
    color: #003D79;
    background: transparent;
    padding: 0 5px;
    font-size: 12px;
}

    .button2:hover {
        color: #4E84C4;
        background: transparent;
    }

button:disabled,
.button.disabled {
    background: #817f80;
    cursor: default
}

.print-button {
    display: block;
    height: 42px;
    width: 30px;
    background: url(/assets/images/print.png) center center no-repeat;
    cursor: pointer
}

.export-button {
    display: block;
    height: 42px;
    width: 35px;
    background: url(/assets/images/export.png) center center no-repeat;
    cursor: pointer
}

.print-button:hover {
    background: url(/assets/images/print-active.png) center center no-repeat;
}

.export-button:hover {
    background: url(/assets/images/export-active.png) center center no-repeat;
}

button:disabled, .button:disabled, .button.disabled {
    background: #817f80;
    cursor: default;
    color: #fff;
    border: 1px solid #817f80;
}

/*******************
	TOOLTIP
*******************/
.has-tooltip:hover .tooltip {
    display: block
}
/** .tooltip{ background:#fff; border:1px #C46505 solid; position:absolute; left:18px; top: 10px; width:360px; z-index:999; display:none;} */

.tooltip-title {
    padding: 0px 10px;
    font-size: 15px;
    color: #1F1F1F;
    font-weight: bold;
    line-height: 28px;
}

.tooltip-content {
    padding: 5px 10px 15px;
    background: #fff;
    font-size: 14px;
    border-radius: 5px;
}


.tooltip-notice {
    background: #003D79;
    color: #fff;
    position: absolute;
    left: -2px;
    margin: -50px 0 8px 30px;
    padding: 0;
    font-size: 12px;
    border-radius: 5px;
}

    .tooltip-notice:hover {
        background: #4E84C4
    }

    .tooltip-notice:after {
        top: 100%;
        left: 15px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(4, 120, 153, 0);
        border-top-color: #003D79;
        border-width: 5px;
        margin-left: -5px;
    }

    .tooltip-notice:hover:after {
        border-color: rgba(0, 170, 173, 0);
        border-top-color: #4E84C4
    }

/** Toastr overrides */
    .toast-warning {
        background-color: #C46505;
    }

/**jquery ui override */
.ui-tooltip {
    padding: 0;
    background-color: #fff;
    color: #1F1F1F;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
}

/*******************
	FORM
*******************/
/**form .row{padding-bottom:15px;} */
form .row {
    padding-bottom: 10px;
}

.form label, form label {
    font-size: 14px;
    display: block;
    position: relative;
    line-height: 14px;
    padding-bottom: 2px;
}

    form label label {
        display: inline-block;
        padding-left: 30px;
        font-size: 11px;
    }

input, textarea, select, option {
    font-family: "source-sans", Arial, Helvetica, sans-serif;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
}

    input:not(.button):not([type=checkbox]):not([type=radio]):not(.ui-pg-input),
    select:not(.ui-pg-selbox) {
        display: block;
        color: #1F1F1F;
        font-size: 16px; /**width:100%;*/
        box-sizing: border-box;
        height: 34px;
        line-height: 34px;
        padding: 0 10px;
        border: solid 1px #c0c0c0;
        border-radius: 5px;
    }

    select:not(.ui-pg-selbox) {
        padding: 0 29px 0 9px;
        text-indent: 0.01px;
        text-overflow: '';
        background: #fff url(../images/caret_inov.png) right center no-repeat
    }

    input.date {
        font-size: 18px !important;
        padding: 0 40px 0 10px !important;
        font-weight: 400;
        background: #fff url(../images/fa_calendar.png) calc(100% - 10px) center no-repeat;
        cursor: pointer
    }

    /*div:has(> .date) {
        position: relative;
    }

    div:has(> .date):after {
        color: #003D79; 
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        content: '\f133';
        left: 132px;
        top: 24px;
    }

    .event-table div:has(> .date):after {
        top: 12px;
    }*/


textarea { /**border:1px #4d4d4d solid; */
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    max-width: 800px;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #c0c0c0;
    border-radius: 5px;
}

/** formatting for classic listbox non-chosen */
select[multiple] {
    height: 100px;
    padding: 2px
}

.blueForm textarea {
    border: 0;
    background: #eee;
}

form .options {
    margin-top: -2px;
}

    form .options label {
        font-size: 14px;
    }

input[type=checkbox],
input[type=radio] {
    width: 12px;
    height: 12px;
    display: inline-block;
    visibility: hidden;
    position: relative
}

input[type="radio"] + span,
input[type="checkbox"] + span {
    content: '';
    display: inline-block;
    position: relative;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px #003D79 solid;
    visibility: visible;
    margin-left: -17px;
    margin-right: 5px;
    cursor: pointer
}

    input[type="radio"] + span,
    input[type="radio"] + span:after {
        border-radius: 50%;
    }

input[type="radio"]:checked + span:after,
input[type="checkbox"]:checked + span:after {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    background: #003D79;
    top: 2px;
    left: 2px;
    visibility: visible
}

form button,
form .button,
form .button2 {
    min-width: 110px;
}

.formtools .button, .formtools button {
    height: 25px;
    padding-bottom: 2px;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
}

.space input[type=submit] {
    margin-top: 17px;
}

.space2 input[type=submit] {
    margin-top: 17px;
}

.blueForm input:not([type=submit]):not(.button),
.blueForm select {
    background-color: #eee;
}

    .blueForm input:not([type=submit]):not(.button):disabled {
        background-color: #ddd;
    }

    .blueForm select:disabled {
        background-color: #ccc;
    }

.blueForm textarea:disabled {
    background-color: #ccc;
}

select:disabled {
    background-color: #ccc;
}

textarea:disabled {
    background-color: #ccc;
}

input:disabled {
    background-color: #ccc;
}

input[type="radio"]:disabled + span,
input[type="checkbox"]:disabled + span {
    background: #ccc;
}

input[type="radio"]:disabled:checked + span:after,
input[type="checkbox"]:disabled:checked + span:after {
    background: #817f80;
}

textarea[readonly], textarea[readonly="readonly"] {
    background-color: #ccc;
    cursor: default;
}

input[readonly], input[readonly="readonly"] {
    background-color: #ccc;
    cursor: default;
}

input:read-only:not(.button) {
    background-color: #ccc;
    cursor: default;
}

textarea:read-only:not(.button) {
    background-color: #ccc;
    cursor: default;
}

input:-moz-read-only, textarea::-moz-read-only { /* For Firefox */
    background-color: #ccc;
    cursor: default;
}

#titleBox h1 {
    padding-top: 12px;
    padding-bottom: 5px;
}

#titleBox .inline {
    padding-left: 5px;
}

#titleBox .inline {
    padding-left: 5px;
    display: inline-block;
}

    #titleBox .inline label {
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .08em;
    }
/*#titleBox input:not([type=submit]),
#titleBox textarea,
#titleBox select{ background-color:#def0f3;  height: 34px; line-height: 34px; font-size:13px;}*/
#titleBox select {
    background: #def0f3 url(../images/select-small.png) right center no-repeat
}

#titleBox input[type=submit] {
    min-width: inherit;
    padding: 1px 5px 0;
    line-height: 20px;
    height: 20px;
    font-weight: 200;
    font-size: 11px;
    margin-bottom: 1px;
}

/** added these lines */
#titleBox label {
    font-size: 13px;
    display: block;
    position: relative;
    line-height: 14px;
    padding-bottom: 2px;
}

#titleBox .ui-selectmenu-button {
    background: #def0f3 url(../images/select-small.png) right center no-repeat
}

.inline-field {
    padding-bottom: 5px;
    font-size: 13px;
}

    .inline-field label {
        width: 140px;
        display: inline-block;
        vertical-align: middle
    }

    .inline-field input {
        display: inline-block !important; /**width:auto !important;*/
    }

    .inline-field input.hide {
        display: none !important;
    }

    .inline-field input,
    .inline-field select {
        display: inline-block;
        vertical-align: middle
    }

    .inline-field .ui-selectmenu-button {
        display: inline-block;
        vertical-align: middle;
        width: auto !important;
    }

    .inline-field.size1 input:not(.picker),
    .inline-field.size1 select,
    .inline-field.size1 .ui-selectmenu-button { /**width:auto !important; */
        min-width: 200px
    }

    .inline-field.size2 input,
    .inline-field.size2 select,
    .inline-field.size2 .ui-selectmenu-button { /**width:auto !important; */
        min-width: 240px
    }

    .inline-field.size1 input.date {
        display: inline-block !important;
        width: 240px !important;
    }

.checkbox-field input {
    min-width: 15px !important;
}

.checkbox-field-label {
    width: 250px !important
}

.calendar-field div {
    display: inline-block;
    vertical-align: top;
}

.calendar-field label {
    display: inline-block;
    width: 140px;
    margin-top: 10px;
}

.div-field div {
    display: inline-block;
}

.radio-field > div {
    display: inline-block;
    padding-left: 5px;
}

.radio-field div label {
    margin: 0;
    min-width: 50px
}


.inline-field .number-input {
    min-width: 100px;
    width: 100px !important;
}

    .inline-field .number-input ~ .ui-selectmenu-button {
        min-width: 100px;
        width: 100px !important;
    }


/*******************
	TABS
*******************/
.tabs {
    padding-left: 150px;
    margin-top: 40px;
    height: 40px;
}

    .tabs .tab {
        display: inline-block;
        padding: 0 20px;
        line-height: 40px;
        background: #4E84C4;
        color: #fff;
        font-size: 19px;
        cursor: default;
        margin-right: 7px;
    }

        .tabs .tab:hover, /*:not(.empty):hover,*/
        .tabs .tab.active {
            background: #003D79;
            cursor: pointer
        }

        .tabs .tab .resultCount {
            color: #fff;
            font-size: 28px;
            line-height: 40px;
            font-weight: bold;
            padding-left: 20px;
            margin-bottom: -10px;
            float: right
        }

        .tabs .tab.empty .resultCount {
            color: #d6edee;
            cursor: pointer
        }

    .tabContent {
        position: relative;
        padding-top: 10px;
        padding-left: 20px;
        padding-bottom: 30px;
    }

.tabs a {
    color: #FFFFFF;
}

/*******************
	TOGGLE
*******************/
.toggle,
.toggle.active:hover {
    color: #003D79;
    display: block;
    margin-top: 15px;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
}

    .toggle:hover,
    .toggle.active {
        color: #4E84C4;
    }

.bgBlue.toggle:hover {
    background: #4E84C4;
}

.toggle:before {
    color: #003D79;
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    position: absolute;
    left: 5px;
    font-weight: bold
}

.toggle.active:before {
    content: '\f107';
    color: #4E84C4;
}



/*******************
	TABLES
*******************/
/**
table{ width:100%; font-size:13px; line-height:18px; border-bottom:2px #def1f3 solid; color:#4d4d4d; background:#fff;}
table.autoWidth{ width:auto; min-width:80%}
table tr{ border-bottom:1px #def1f3 solid;}
table td{ border-left:1px #def1f3 solid; vertical-align:top; box-sizing:border-box; position:relative}
table tr:first-child{ border-top:none;}

table thead tr{ background:#69bbcb; cursor:pointer; font-size:13px; line-height:13px;}
table thead td{ padding:10px 10px; font-weight:bold; color:#fff; white-space:nowrap}
table thead td.sort-asc{ padding-right:35px; background: url(/assets/images/sort-asc.png)  right 20px center no-repeat;}
table thead td.sort-desc{ padding-right:35px; background: url(/assets/images/sort-desc.png)  right 20px center no-repeat;}
table tbody{font-family: Arial, Helvetica, sans-serif;}
table tbody tr{ background:#fff;}
table tbody tr.even{ background:#eee;}
table tbody tr:hover{ background:#fce4b9 !important}
table tbody td{ padding:10px 10px;}
table tbody td.center{ text-align:center;}
*/
/*no style*/
table.nostyle,
table.nostyle tr,
table.nostyle tbody tr:hover,
table.nostyle tbody tr:hover td,
table.nostyle td {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent !important;
    vertical-align: top
}

    table.nostyle a {
        font-weight: bold;
    }

/*alerts table*/
table.data-table {
    border-bottom: 2px #003D79 solid;
}

    table.data-table tr {
        border-bottom: 1px #003D79 solid;
    }

    table.data-table td {
        border-left: 1px #003D79 solid;
        vertical-align: middle;
    }

    table.data-table tr:first-child {
        border-top: none;
    }

    table.data-table td:first-child {
        border-left: none;
        border-right: 3px #003D79 solid;
    }

    table.data-table td:last-child {
        border-left: none;
        border-left: 3px #003D79 solid;
    }

    table.data-table thead tr {
        background: #d1d2d3;
    }

    table.data-table thead td {
        color: #003D79;
    }

        table.data-table thead td:hover {
            color: #4E84C4;
        }

        table.data-table thead td.sort-asc {
            padding-right: 35px;
            background: url(/assets/images/sort-asc.png) right 20px center no-repeat;
        }

        table.data-table thead td.sort-desc {
            padding-right: 35px;
            background: url(/assets/images/sort-desc.png) right 20px center no-repeat;
        }

        table.data-table thead td:first-child {
            padding-left: 20px;
        }

    table.data-table .group-header {
        cursor: pointer;
        border-bottom: 1px #fff solid;
        font-family: "source-sans", Arial, Helvetica, sans-serif;
    }

        table.data-table .group-header th,
        table.data-table .group-header td {
            background: #4E84C4;
            color: #ffffff;
            text-align: left;
            padding: 0px 10px;
            line-height: 35px;
            vertical-align: middle;
            height: 35px;
            border: 0px #4E84C4 solid !important
        }

        table.data-table .group-header:hover th {
            background: #003D79
        }

        table.data-table .group-header th:first-child {
            background-image: url(/assets/images/arrow-white-right.png);
            background-position: 25px center;
            background-repeat: no-repeat;
        }
        /*table.data-table .group-header:hover th:first-child,*/
        table.data-table .group-header.active th:first-child {
            background-image: url(/assets/images/arrow-white-down.png);
            background-position: 20px center;
            background-repeat: no-repeat;
        }

        table.data-table .group-header th:first-child {
            padding-left: 45px;
        }

        table.data-table .group-header .row-count {
            font-size: 24px;
            font-weight: bold;
            text-align: center
        }

    table.data-table tbody {
        font-family: Arial, Helvetica, sans-serif;
    }

        table.data-table tbody tr {
            background: #fff;
        }
            /*table.data-table tbody tr:not(.group-header):nth-child(even),*/
            table.data-table tbody tr.even {
                background: #eee;
            }

            table.data-table tbody tr:hover td {
                backgroundxx: #fce4b9 xx !important
            }

        table.data-table tbody td {
            padding: 8px 10px;
        }

            table.data-table tbody td.center {
                text-align: center;
            }

            table.data-table tbody td:first-child {
                padding: 10px 10px 10px 30px;
            }

    table.data-table tr:hover {
        border-bottom: 1px ran
    }

        table.data-table tr:hover td {
            border-bottom: 1px #003D79 solid;
        }

.notes {
    height: 30px;
    width: 30px;
    display: block;
    background: url(/assets/images/note.png) center center no-repeat;
    cursor: pointer;
    margin: 0 auto
}

    .notes:hover {
        background: url(/assets/images/note-active.png) center center no-repeat;
    }

    .notes.many {
        background: url(/assets/images/notes2.png) center center no-repeat;
    }

        .notes.many:hover {
            background: url(/assets/images/notes2-active.png) center center no-repeat;
        }

.tabletools {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .tabletools .print-button {
        display: block;
        height: 40px;
        width: 30px;
        background: url(/assets/images/print.png) center center no-repeat;
        cursor: pointer
    }

        .tabletools .print-button:hover {
            background: url(/assets/images/print-active.png) center center no-repeat;
        }

.pagination ul li {
    display: inline-block;
    padding: 7px 7px;
}

    .pagination ul li.active a {
        color: #4E84C4;
        font-weight: bold
    }

.pagination ul {
    font-size: 14px;
}

.groupWidget {
    background: #4E84C4;
    padding: 5px 0;
    font-size: 14px;
    height: 42px;
    box-sizing: border-box
}

    .groupWidget .drag {
        color: #fff;
        padding: 0px 10px;
        border: 2px dashed #69bbcb;
        font-size: 13px;
        line-height: 28px;
        text-align: left;
        position: relative;
    }

        .groupWidget .drag.empty {
            text-align: center;
            font-style: italic;
            font-size: 16px;
        }

    .groupWidget .grouping-option {
        display: inline;
        display: inline-block;
        background: #fff;
        margin: -1px 0 1px 5px;
        color: #4d4d4d;
        font-weight: bold;
        font-size: 13px;
        line-height: 20px;
        padding: 0 5px;
        min-width: 85px;
    }

        .groupWidget .grouping-option .close {
            display: inline;
            display: inline-block;
            width: 13px;
            height: 13px;
            margin: 2px 4px -2px 0;
            background: #003D79 url(/assets/images/close.png) center center no-repeat;
            cursor: pointer;
            line-height: 12px
        }



/*******************
	HEADER
*******************/
.header {
    padding-top: 15px;
    height: 60px;
    box-sizing: border-box
}

    .header .logo {
        margin: -10px 0 0;
    }

    .header .logo2 {
        margin: -10px 0 0px
    }

.tool-contain {
    white-space: nowrap;
}


/*******************
	NAVIGATIONS
*******************/
ul.navigation {
    position: relative;
}

    ul.navigation li {
        white-space: nowrap;
        letter-spacing: .05em;
        position: relative;
    }

        ul.navigation li span,
        ul.navigation li a {
            display: block;
        }

        ul.navigation li:hover span {
            cursor: pointer;
        }

        ul.navigation li.active > span,
        ul.navigation li.active > a {
            font-weight: bold !important
        }
    /*level0 */
    ul.navigation > li {
        display: inline-block;
        border-left: 1px #fff solid;
        position: relative;
        transition-delay: .2s;
    }

        ul.navigation > li:hover + li {
            border-left-color: transparent;
        }

        ul.navigation > li:hover {
            border-bottom-color: #fff;
        }

        ul.navigation > li:first-child {
            border-left: none;
        }

        ul.navigation > li > span,
        ul.navigation > li > a {
            border: 4px #003D79 solid;
            border-bottom: none;
            display: block;
            transition-delay: .2s;
        }

        ul.navigation > li.parent > span,
        ul.navigation > li.parent > a {
            padding-right: 25px;
        }

        ul.navigation > li.parent:hover > span,
        ul.navigation > li.parent:hover > a {
            color: #fff;
            background: #003D79;
            position: relative; /**z-index:950;*/
            margin: -10px -5px 0 -2px;
            padding: 10px 30px 6px 10px;
            transition-delay: .2s;
            /**-webkit-box-shadow: 8px 0px 3px -3px rgba(0,0,0,.2) */;
        }
    /*subnav - level1+ */
    ul.navigation li:hover > .submenu {
        visibility: visible;
        transition-delay: .2s;
    }

    .submenu {
        background: #003D79;
        visibility: hidden;
        position: absolute;
        left: 100%;
        top: -10px;
        padding-top: 8px;
        padding-bottom: 18px;
        z-index: 900;
        transition-delay: .2s;
        border: 4px #003D79 solid;
        border-left: 2px #003D79 solid;
        border-radius: 5px;
    }

/*.submenu {
    background: #fff;
    visibility: hidden;
    position: absolute;
    left: 100%;
    top: -10px;
    padding-top: 8px;
    padding-bottom: 18px;
    z-index: 900;
    transition-delay: .2s;
    border: 4px #003D79 solid;
    border-left: 2px #003D79 solid;
    border-radius: 5px;*/ /**-webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,.25); */
/*}*/

    .submenu.submenu-level1 {
        left: -2px;
        top: 100%;
        bottom: auto;
        border-left: 4px #003D79 solid;
        margin-top: 2px;
        min-width: calc(100% - 1px);
        transition-delay: .2s;
        border-top-color: transparent;
        border-top-width: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .submenu span,
    .submenu a {
        color: #fff;
        background: #003D79;
        font-size: 14px;
        line-height: 28px; /**transition-delay: .1s */
    }

    .submenu li:hover > span,
    .submenu li:hover > a {
        color: #fff;
        background: #4E84C4; /**transition-delay: .1s */
    }

    /*.submenu li.parent > span,
    .submenu li.parent > a {
        background: url(../images/arrow-blue-right-small.png) right 10px center no-repeat;
    }*/

    .submenu li.parent::after {
        content: "\f105";
        color: #fff;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 600;
        font-size: 20px;
        position: absolute;
        top: 4px;
        right: 7px;
    }

/*    .submenu li.parent:hover > span,
    .submenu li.parent:hover > a {
        background: #003D79 url(../images/arrow-white-right-small.png) right 10px center no-repeat;
    }*/

    .submenu li > span,
    .submenu li > a {
        padding-right: 20px;
        color: #fff;
        text-decoration: none !important
    }

    .submenu:not(.submenu-level1) {
        border-radius: 0 5px 5px 0
    }

    #ctl00_ucMenuProfile_ulMain .submenu-level2 li {
        max-width: 220px;
    }

    #ctl00_ucMenuProfile_ulMain .submenu-level2 li a {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* header tools*/
.tool-contain .welcome-name {
    font-size: 19px;
    display: block;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    margin-right: 20px
}

/*.tool-contain .inline {
    vertical-align: bottom;
}*/
/* header tools menu*/
.tool-contain ul.navigation.tool-navigation {
    display: inline-block;
    z-index: 100;
    margin-bottom: 2px;
}

.tool-contain ul.navigation span,
.tool-contain ul.navigation a {
    padding: 0 12px;
    padding-left: 5px;
}

    .tool-contain ul.navigation span .count,
    .tool-contain ul.navigation a .count {
        vertical-align: top;
        display: inline-block;
        top: 2px;
        background: #003D79;
        color: #fff;
        margin: 2px 0 -2px 2px;
        padding: 1px 5px 1px;
        font-size: 10px;
        line-height: 10px;
        height: auto;
        position: relative
    }

.tool-contain ul.navigation .count:after {
    top: 100%;
    left: 3px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-style: solid;
    border-width: 4px 6px 0 0;
    border-color: #003D79 transparent transparent transparent;
}

.tool-contain ul.navigation > li > span,
.tool-contain ul.navigation > li > a {
    border: 4px #fff solid;
    border-bottom: 0px;
    padding: 10px 20px 5px 8px;
    white-space: nowrap;
    font-size: 17px;
    color: #003D79;
}

.tool-contain ul.navigation > li.parent:hover > span,
.tool-contain ul.navigation > li.parent:hover > a {
    background: #fff;
    color: #003D79;
    border: 4px #ffffff solid;
    border-bottom: 0;
    padding-right: 25px;
    /** padding: 6px 25px 5px 10px */
}

.tool-contain ul.navigation > li:not(.parent):hover > a,
.tool-contain ul.navigation > li:not(.parent):hover > span {
    color: #4E84C4;
}



.tool-contain ul.navigation > li.parent:after {
    display: inline-block;
    content: "\f107";
    color: #003D79;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    height: 10px;
    width: 15px;
    top: 15px;
    right: 3px;
    transition-delay: .2s;
}

.tool-contain ul.navigation > li.parent:hover:after {
    top: 5px;
    z-index: 10;
    transition-delay: .2s
}

.tool-contain .submenu {
    background: #fff;
}

.tool-contain .submenu span, .tool-contain .submenu a {
    background: #fff;
    color: #003D79;
}

.tool-contain .submenu li.parent::after {
    color: #003D79;
    right: 3px;
}

.tool-contain .submenu li.parent:hover::after {
    color: #fff;
}


/* main navigation*/
.navigation-contain {
    padding: 10px 8px 0;
    height: 40px;
    box-sizing: border-box
}

    .navigation-contain span,
    .navigation-contain a {
        color: #fff;
        padding: 0 8px; /**transition-delay: .2s */
    }

    .navigation-contain ul.navigation > li > a,
    .navigation-contain ul.navigation > li > span {
        font-size: 19px;
        font-weight: 300;
        line-height: 14px;
    }

    .navigation-contain ul.navigation > li.parent::after {
        content: "\f107";
        color: #fff;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 600;
        font-size: 20px;
        position: absolute;
        top: -1px;
        right: 10px;
    }

/*    .navigation-contain ul.navigation > li.parent:hover:after {
        z-index: 10;
        background: url(../images/arrow-down.png) 0 -3px;
        transition-delay: .2s;
    }*/



/*ul.navigation li > .submenu-level1 {

    overflow:hidden;
    max-height: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    padding:0;
    margin:0;
    border:0;
}*/

/**
ul.submenu li > .submenu-level2 {

    overflow:hidden;
    max-width: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    padding:0;
    margin:0;
    border:0;
}
*/

/*ul.navigation li:hover > .submenu-level1 {

    max-height: 1000px;
    overflow:visible;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    padding-top:8px;  
    padding-bottom:18px; 
    border:4px #003D79 solid;
    border-top: 0;
}*/

/**
ul.submenu li:hover > .submenu-level2 {

    overflow:visible;
    max-width: 1000px;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    border:4px #003D79 solid;
}
*/

/**
li:hover > .submenu-level2{

    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-width: 1000px;
    padding-top:8px;  
    padding-bottom:18px; 
    border:4px #003D79 solid;
    overflow-x:visible;
}*/



/*******************
	PAGE
*******************/

    #titleBox .inline {
        vertical-align: bottom;
    }

.title {
    font-size: 38px;
    line-height: 40px;
}

.title2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    padding-top: 25px;
    margin-bottom: -2px
}

    .title2 span {
        font-size: 17px;
        padding-left: 20px;
        font-style: italic;
        color: #4d4d4d
    }

.info-title {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 18px;
}



/*******************
	TEMPLATE: HOME
*******************/
.home-title {
    font-size: 71px;
    line-height: 71px;
    letter-spacing: -.04em;
    margin-bottom: 30px;
}

.section {
    padding-bottom: 50px;
}

.section-title {
    font-size: 38px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

.main-content {
    padding: 35px 0;
}

/*** system message  ***/
.system-message {
    margin-bottom: 50px;
}

.system-message-title {
    background: #3d5464;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 10px 8px 8px 20px;
    line-height: 36px;
}

.system-message-content {
    background: #d6eef0;
    font-size: 18px;
    padding: 15px 20px;
    line-height: normal;
}

    .system-message-content p {
        padding-bottom: 10px;
    }

.system-warning .system-message-title {
    background: #AC0000;
}

.system-warning .system-message-content {
    background: #f2dbd3;
}

/*** alert summaries ***/
.showAll > div {
    display: block !important
}

.alert-summary {
    padding: 0px 0 70px;
}

.alert-summary-title {
    font-size: 42px;
}

    .alert-summary-title a {
        font-size: 18px;
        line-height: 42px;
        font-weight: 400;
    }

.alert-summary-item {
    display: block;
    float: left;
    text-align: center;
    font-size: 23px;
    line-height: normal;
    margin-right: 95px;
    min-width: 80px;
}

.alert-summary-item a:hover {
    text-decoration: none !important;
}

.alert-summary-count {
    color: #C46505;
    font-size: 110px;
    line-height: 110px;
    font-weight: bold;
    padding-bottom: 5px;
}

.alert-summary-item.empty .alert-summary-count {
    color: #95d6d8;
}

.alert-summary-item.high .alert-summary-count {
    color: #AC0000;
}

.alert-summary-item.low .alert-summary-count {
    color: #68bbcb;
}

.alert-summary-items:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a:hover .alert-summary-count {
    color: #00A9AC !important;
}

/*** performance ***/
.performanceGrid .row {
    margin: 0 -25px -50px;
}

.performanceGrid .performance-item {
    padding: 0 25px 40px;
    font-size: 23px;
}

.performanceGrid .half:nth-child(2):after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.performanceGrid .performance-item .performance-item-title {
    padding: 0 50px 15px 0;
}

.performanceGrid .performance-item img {
    max-width: 100%;
}

.performanceGrid .performance-item:nth-child(4) img {
    padding-left: 40px;
}

/*** tasks ***/
.task-tools {
    padding-top: 10px;
}

    .task-tools .button {
        min-width: 0px;
        padding: 0 10px;
        vertical-align: top;
    }

        .task-tools .button:nth-child(1) {
            margin-right: 7px;
        }

        .task-tools .button:nth-child(2) {
            margin-right: 3px;
        }

        .task-tools .button.right {
            min-width: 0px;
            padding: 0 20px;
        }

    .task-list {
        border-top: 2px #1F1F1F solid;
        border-bottom: 2px #1F1F1F solid;
        margin-top: 10px;
    }

    .task-list li {
        display: block;
        border-top: 1px #1F1F1F solid;
        line-height: 33px;
        font-size: 18px;
    }

    .task-list li div {
        display: inline-block;
    }


    .task-list li label {
        display: inline-block;
    }

        .task-list li label:hover {
            color: #4E84C4;
            cursor: pointer;
        }

        .task-list li:first-child {
            border: none
        }

.upArrow {
    background: url(../images/arrowUp.png) no-repeat center center;
    width: 15px;
    height: 17px;
    display: block;
    padding: 5px 0;
}

.downArrow {
    background: url(../images/arrowDown.png) no-repeat center center;
    width: 15px;
    height: 17px;
    display: block;
    padding: 5px 0;
}

/*** news ***/
.news-block {
    width: 56%;
}

.half.contact-block {
    width: 44%;
    padding-left: 35px;
}

.news-block .section-content {
    margin-top: -4px;
}

.news-list a {
    font-size: 18px;
    margin-bottom: 15px;
    display: block
}

.half.contact-block .section-content {
    font-size: 23px;
    line-height: 32px;
    border-left: 1px #1F1F1F solid;
    padding: 8px 0 0 35px;
    margin: -16px 0 -15px -35px;
}

.bigLinks a {
    display: block;
    line-height: 45px;
    font-size: 31px;
    font-weight: bold
}



/*******************
	TEMPLATE: ALERTS
*******************/
.showSearchContent {
    padding-bottom: 5px;
    margin-top: -5px;
}

    .showSearchContent form {
        padding-top: 15px;
    }

    .showSearchContent .form-area-1 {
        padding-right: 175px;
    }

    .showSearchContent .form-area-2 {
        border-left: 2px #fff solid;
        padding-left: 20px;
        min-height: 265px;
    }

        .showSearchContent .form-area-2 .row {
            padding-bottom: 0;
        }

        .showSearchContent .form-area-2 .formtools {
            margin: -10px 0 10px
        }

            .showSearchContent .form-area-2 .formtools .button2 {
                line-height: 20px;
                height: 20px;
            }



/*******************
	TEMPLATE: ALERT-STATUS/PROFILE
*******************/
/**.modal-info-template .header{height:65px; padding-top:18px;}*/
.modal-info-template .header {
    height: 50px;
    padding-top: 10px;
}

    .modal-info-template .header h1 {
        font-size: 27px;
        line-height: 1em;
    }

.modal-info-template .section {
    padding: 10px 0 0;
}

.modal-info-template .inline strong {
    padding-right: 12px;
}

.modal-info-template .details {
    font-size: 14px;
    line-height: 14px;
}

    .modal-info-template .details .inline {
        padding-right: 40px;
    }

    .modal-info-template .details table tr td {
        line-height: 25px;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align: middle
    }

        .modal-info-template .details table tr td strong,
        .modal-info-template .details table tr td:first-child {
            font-family: "source-sans", Arial, Helvetica, sans-serif;
            line-height: 24px;
        }

.modal-info-template .titleArea .alertTitle {
    padding: 10px 0 20px;
}

.modal-info-template .titleArea label {
    line-height: 36px;
    font-size: 12px;
}

.modal-info-template table.profileData {
    display: block;
    width: 100%;
    height: 228px;
    overflow-y: scroll;
}
    /*.modal-info-template table.profileData thead { position:absolute; z-index: 10px; background:#fff;}
.modal-info-template table.profileData thead td { width:1%;}*/
    .modal-info-template table.profileData tbody td {
        width: 1%;
    }


.nowrap-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-info-template .patient-info2 {
    padding-left: 0px;
    margin: 0px !important;
}

.modal-info-template .patient-name-container {
    line-height: 30px;
}

.modal-info-template .patient-highlights2 div {
    font-size: 14px;
}

.modal-info-template .patient-highlights2 table tr td {
    padding: 0px 10px 2px 10px;
}

.modal-info-template .patient-highlights2 table tr td:first-child {
    padding-left: 0px;
}

.modal-info-template .patient-highlights2 table tr td .label {
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
}

/**


.tabContent{ padding:20px 20px 20px 40px; margin:0 -20px 0px;}
*/
.tabs {
    border-bottom: 10px #003D79 solid;
    height: 40px;
}

    .tabs .tab {
        font-size: 19px;
        font-weight: 300;
        line-height: 40px;
        height: 40px;
    }

    .tabs .tab a:hover {
        text-decoration: none !important;
    }

.modal-info-template .form-tools {
    margin: 0 0 20px 0;
}

.modal-info-template .form-tools2 {
    margin: 0 0 10px 0;
}

.modal-info-template .form-tools input {
    margin-right: 5px;
}
/*.modal-info-template form label{color:#4D4D4D}*/

.modal-info-template .form-area-1 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.modal-info-template .form-area-2 {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

    .modal-info-template .form-area-2 label {
        vertical-align: top;
    }

    .modal-info-template .form-area-2 > div:first-child {
        margin-bottom: 20px;
    }

.modal-info-template .midAlign {
    vertical-align: middle !important;
}

.modal-info-template .topAlign {
    vertical-align: top !important;
}

.topAlign {
    vertical-align: top !important;
}

.midAlign {
    vertical-align: middle !important;
}

.modal-info-template .form-area-3 {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.modal-info-template .accordian-title {
    font-size: 18px;
    cursor: pointer;
    display: block;
}

.modal-info-template .accordianLocation .accordian-title,
.modal-info-template .accordianVisit .accordian-title {
    font-size: 16px;
    padding-left: 25px;
}

.modal-info-template .accordianEvents label {
    vertical-align: top;
}

.modal-info-template .accordianEvents .field .ui-selectmenu-button {
    margin: 0 5px 0 0;
}

.modal-info-template .accordianEvents .field {
    padding-bottom: 10px;
}

    .modal-info-template .accordianEvents .field:nth-child(1) {
        padding-bottom: 20px;
    }

.modal-info-template .accordianEvents .smallButton {
    vertical-align: bottom;
    line-height: 1px;
}

.modal-info-template .accordianEvents .indentField {
    padding-left: 145px;
}

    .modal-info-template .accordianEvents .indentField label {
        width: auto;
        margin-right: 15px;
    }

    .modal-info-template .accordianEvents .indentField .ui-selectmenu-button {
        min-width: 90px;
    }

.modal-info-template .accordianEvents .extraIndent {
    margin-left: 375px;
    margin-bottom: 20px;
}

.modal-info-template .bottomButtons input {
    margin: 15px 15px 10px 0;
}

.modal-info-template .form-tools .print-button {
    padding-right: 60px;
}

.modal-info-template .accordianFooter {
    padding: 8px 20px 0px 40px;
    margin: 0 -20px 0px;
}

    .modal-info-template .accordianFooter .accordianPrevious div {
        margin-bottom: 0px !important;
    }

    .modal-info-template .accordianFooter .accordianPrevious {
        padding-bottom: 30px;
    }

/** patient profile **/
.modal-info-template .patient-header-list {
    margin-right: 15px;
    line-height: 30px;
    font-size: 12px;
}

    .modal-info-template .patient-header-list li {
        float: left;
    }

        .modal-info-template .patient-header-list li:after {
            content: " | ";
            padding: 0 10px;
        }

        .modal-info-template .patient-header-list li:last-child:after {
            content: "";
        }

.modal-info-template .patient-name {
    font-weight: bold;
    line-height: 30px; /**padding-top:5px;*/
}

.modal-info-template .patient-highlights {
    padding-bottom: 25px;
}
    /*.modal-info-template .patient-highlights div{ font-size:24px; font-weight: lighter;}*/
    .modal-info-template .patient-highlights div {
        font-size: 16px;
    }
    /*.modal-info-template .patient-highlights div:nth-child(3),
.modal-info-template .patient-highlights div:last-child{ font-weight: bold;}*/
    .modal-info-template .patient-highlights label {
        display: block;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
    }

.modal-info-template .details {
    padding-bottom: 5px;
}

.modal-info-template .showVisit {
    padding-bottom: 15px;
}

.modal-info-template .accordianVisit .accordian-content {
    padding-bottom: 15px;
}

.modal-info-template .section-template1 {
    padding-top: 8px;
    border-top: 8px #3d5464 solid;
}

    .modal-info-template .section-template1 .sidebar {
        float: left;
        width: 20%;
        padding-right: 10px;
        box-sizing: border-box;
    }
/**.modal-info-template .section-template1 .sidebar-content{ float:right; width:80%;} */

.modal-info-template .sidebar span {
    color: #fff !important;
    font-size: 18px;
    padding: 7px 0 7px 30px !important;
}

    .modal-info-template .sidebar span.toggle {
        margin: 0 0 5px 0;
    }

        .modal-info-template .sidebar span.toggle:before {
            background: url(/assets/images/arrow-white-right.png) center center no-repeat;
            padding: 7px 10px;
        }

        .modal-info-template .sidebar span.toggle.active:before {
            background: url(/assets/images/arrow-white-down.png) center center no-repeat;
            padding: 7px 10px;
        }

.sidebar-submenu {
    margin-bottom: 5px;
}

.modal-info-template .sidebar .sidebar-submenu a {
    color: #003D79;
    display: block;
    padding: 7px 25px;
    font-size: 16px;
}

.modal-info-template .sidebar .sidebar-submenu li:hover,
.modal-info-template .sidebar .sidebar-submenu > li.active {
    background: #4E84C4;
}

    .modal-info-template .sidebar .sidebar-submenu li:hover > a,
    .modal-info-template .sidebar .sidebar-submenu > li.active a {
        color: #fff !important;
    }

.modal-info-template .sidebar-content .patientViewTitle {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 28px;
    letter-spacing: .065em;
    height: 30px;
}

.modal-info-template .sidebar-content .button,
.modal-info-template .sidebar-content .export-button {
    vertical-align: middle;
}

.modal-info-template .sidebar-content .export-button {
    margin-left: 40px;
}

.modal-info-template .sidebar-content .print-button {
    margin: 0 20px 0 15px;
}

.modal-info-template .sidebar-content .date {
    margin-bottom: 10px;
}

.modal-info-template .sidebar-content .section .pagination {
    padding: 15px 15px 15px 0;
}

.pagination ul li:first-child,
.pagination ul li:last-child {
    font-size: 14px;
}

.modal-info-template .sidebar-content .full .cell {
    padding-right: 10px;
}

/*******************
	FOOTER
*******************/
.footer {
    display: none;
    font-size: 15px;
    height: 40px;
    padding: 0 38px;
}


/** POP WINDOW TEMPLATE */
.pop-bottom-border {
    border-bottom: 4px solid #1F1F1F
}

.pop-small-header {
    font-size: 23px;
    font-weight: bold;
    color: #1F1F1F;
    margin-bottom: 20px;
}

.pop-section-padding {
    padding-top: 10px;
}

.pop-form-area label {
    font-size: 16px;
    font-weight: bold
}

/******************************
	JQUERY UI OVERRIDES
******************************/
.ui-widget {
    font-family: "source-sans", Arial, Helvetica, sans-serif;
}

.ui-widget-content {
    color: #1F1F1F;
}

.ui-widget-header {
    background: #4E84C4;
    color: #fff;
    font-family: "source-sans", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

    .ui-widget-header a {
        border: none
    }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 2px;
}

.ui-datepicker-calendar a.ui-state-default:hover {
    text-decoration: none !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #F5E6BB !important;
    color: #1F1F1F;
    border: 1px solid #d3d3d3;
}

.ui-widget-overlay {
    opacity: 0.5;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "source-sans", Arial, Helvetica, sans-serif;
}

.ui-dialog {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.ui-dialog .ui-button {
    min-width: 0 !important;
}

.ui-dialog-buttonset .ui-button {
    border-radius: 5px;
    background: #003D79;
    color: #FFFFFF;
    border: transparent;
}

    .ui-dialog-buttonset .ui-button:hover {
        background: #4E84C4;
    }

.ui-dialog .ui-dialog-buttonset .ui-button {
    height: auto;
}


.ui-datepicker th {
    font-family: "source-sans", Arial, Helvetica, sans-serif;
}

.ui-dialog {
    z-index: 9999 !important;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0 10px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    /**padding: 0 30px 0 10px;*/
    font-size: 16px;
    font-family: "source-sans", Arial, Helvetica, sans-serif;
}

.ui-selectmenu-button {
    width: 100% !important;
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #037799;
    background: #037799;
    font-weight: normal;
    color: #fff;
}

.ui-button .ui-selectmenu-icon {
    background: url('../images/caret_inov.png');
    width: 22px;
    /* margin-top: 7px; */
    /* margin-right: 7px; */
    border-bottom: 0px;
    position: absolute;
    right: 5px;
    top: 7px;
}

.ui-selectmenu-button.ui-button:hover .ui-icon {
    background-image: url('../images/caret_inov.png') !important;
}

.ui-selectmenu-button.ui-button:focus .ui-icon {
    background-image: url('../images/caret_inov.png') !important;
}




/* IE specific */
select::-ms-expand {
    display: none;
}

input:-ms-input-placeholder {
    color: #999 !important;
}

.blueForm .ui-selectmenu-button,
form.blueForm .ui-selectmenu-button,
form.blueForm .ui-menu .ui-menu-item {
    background: #eee;
}

.ui-selectmenu-button.ui-state-focus {
    border: 1px solid #003D79;
}

.ui-menu {
    border: 1px solid #003D79;
    border-radius: 0;
}

    .ui-menu .ui-menu-item {
        font-size: 14px;
        padding: 5px 5px;
    }

        .ui-menu .ui-menu-item.ui-state-focus,
        .ui-menu .ui-menu-item.ui-state-hover {
            color: #fff;
            background: #003D79;
        }

        .ui-menu .ui-menu-item.ui-state-disabled {
            display: none
        }

/*span.ui-icon.ui-icon-triangle-1-s {
    background: url(../images/select.png) left center no-repeat;
    width: 20px;
}*/

.ui-selectmenu-button span.ui-selectmenu-text {
    color: #1F1F1F
}

#titleBox .ui-selectmenu-button {
    background-color: #eee;
    height: 34px;
    line-height: 34px;
    width: 185px !important;
    box-sizing: border-box;
}

    #titleBox .ui-selectmenu-button span.ui-selectmenu-text {
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        padding: 0 20px 0 10px;
    }
/*
#titleBox span.ui-icon.ui-icon-triangle-1-s {
    background: url(../images/caret_inov.png) left center no-repeat;
    background-image: none;
    width: 16px;
}*/

form:has(> .linkToggle), form:has(> .linkToggle) {
    position: relative;
}

/** link toggling */
a.linkToggle {
    /*background: url(../images/arrow-blue-right-small.png) no-repeat 0 3px; */
    padding: 0px 0 0px 20px;
    position: relative;
}

a.linkToggle:before {
    color: #003D79;
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    position: absolute;
    left: 5px;
    font-weight: bold
}

a.linkToggle.expanded:before {
    content: '\f107';
}


.search-criteria-list {
    padding-bottom: 10px;
    font-size: 13px;
}

    .search-criteria-list strong {
        white-space: nowrap;
    }

    .search-criteria-list > span {
        display: inline-block;
        padding: 7px;
        padding-right: 10px;
        /**color: #003D79; */
        background: #fff;
        border-radius: 10px;
        color: #1F1F1F;
        margin-top: 2px;
        min-width: 50px;
    }

    .search-criteria-list > span::before {
        content: "\00a0";
    }

    .search-criteria-list > span.search-criteria-summary {
        background: transparent;
        color: #4E84C4;
        border: 0;
        padding: 5px;
        border-radius: 0px;
        border-right: 1px solid gray;
        padding-right: 10px;
        margin-right: 10px;
    }

/*** Login */
.login-line {
    margin-bottom: 15px;
    line-height: 40px;
    font-weight: lighter;
}

    .login-line div:first-child {
        width: 125px;
    }

.login-buttonline {
    padding-left: 125px;
    padding-bottom: 10px;
    height: 38px;
    line-height: 38px
}

.login-box {
    width: 65%;
    opacity: .8;
    padding-left: 100px;
    padding-top: 45px;
    padding-bottom: 35px;
}

.login-bottombar {
    position: absolute;
    bottom: 0;
    height: 50px;
}

.login-bottombar-text {
    height: 50px;
    line-height: 50px;
    margin-right: 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: lighter;
    text-align: right
}

.login-error {
    font-weight: lighter;
    line-height: 50px;
    padding: 7px;
    background-color: #AC0000;
    /**border-radius: 2px;*/
}

.login-validation {
    font-weight: lighter;
    width: 200px;
    color: #FFFFFF;
    padding: 7px;
    background-color: #AC0000;
    /**border-radius: 2px;*/
    margin-bottom: 5px;
}

.span-error {
    color: #FFFFFF;
    padding: 7px;
    background-color: #AC0000;
    margin-top: 5px;
    margin-bottom: 5px;
}

.validator div {
    padding-bottom: 15px;
    color: #AC0000 !important;
}




/** ComponentArt Grid Styling   */

.HeadingRow {
    background: #69bbcb;
    font-size: 13px;
    line-height: 13px;
    font-family: "source-sans"
}

.HeadingRow td {
    white-space: nowrap;
    background: #003D79;
    color: #fff;
    font-size: 14px;
}


.HeadingCell {
    border-left: 1px #BDBDBD solid;
    vertical-align: middle;
}

.HeadingCellText {
    vertical-align: middle;
    cursor: pointer;
}

.HeadingCell:first-child {
    border-left: 0;
}

/**
        table thead td.sort-asc{ padding-right:35px; background: url(/images/spyglass/sort-asc.png)  right 20px center no-repeat;}
        table thead td.sort-desc{ padding-right:35px; background: url(/images/spyglass/sort-desc.png)  right 20px center no-repeat;}
        */

.Grid {
    font-family: "source-sans", Helvetica, sans-serif;
    width: 90%;
}
/**
        table tbody tr{ background:#fff;}
        */
.Row:hover {
    background: #fce4b9 !important
}

.AlternatingRow:hover {
    background: #fce4b9 !important
}


.Row {
    background: #fff;
}

.AlternatingRow {
    background: #eee;
    background-color: #eee;
}

    .HeadingRow > td, .Row td, .AlternatingRow td, .SelectedRow td, .BoldRow td, .SelectedBoldRow td {
        border-bottom: 1px #BDBDBD solid;
    }

.HeadingRow > td {
    padding: 7px 7px;
    height: 24px;
}

.DataCell {
    padding: 5px 5px;
    font-size: 13px;
}

.DataCell {
    border-left: 1px #BDBDBD solid;
    vertical-align: middle;
}

.SelectedRow td {
    background: #fce4b9;
}

/**.Row:first-child{ border-top:none;}*/

/**
        .DataCell:first-child{ border-left:none; border-right:3px #003D79 solid;}
        .DataCell:last-child{ border-left:none; border-left:3px #003D79 solid;}
    */

div[id*='stgroup'] .DataCell {
    padding: 0px 5px 0px 5px;
    border-bottom: 1px solid #BDBDBD;
}

div[id*='stgroup'] tr td:last-child:not(.HeadingCellText) {
    border-right: 1px solid #BDBDBD;
}

/*.HeadingRow {
    background: #d1d2d3;
}*/

        /**.HeadingRow td{ color:#ffffff;} */

        .HeadingRow td:hover {
            color: #4E84C4;
        }

        .HeadingRow td.sort-asc {
            padding-right: 35px;
            background: url(../images/spyglass/sort-asc.png) right 20px center no-repeat;
        }

        .HeadingRow td.sort-desc {
            padding-right: 35px;
            background: url(../images/spyglass/sort-desc.png) right 20px center no-repeat;
        }

/**.HeadingRow td:first-child{ padding-left:20px;} just for alert tables */


.Row {
    background: #fff;
}
    /*table.data-table tbody tr:not(.group-header):nth-child(even),*/
    /**table.data-table tbody tr.even{ background:#eee;}*/
    .Row:hover td {
        background: #fce4b9 !important
    }

.AlternatingRow:hover td {
    background: #fce4b9 !important
}
/**.DataCell { padding:8px 10px;} **/
.DataCell.center {
    text-align: center;
}

.DataCell:first-child {
    border-left: 0;
}
/*
        .Row:hover{ border-bottom:1px ran}
        .Row:hover td{
            border-bottom:1px #003D79 solid;
            border-top:1px #003D79 solid;
        }*/


.BoldRow {
    background-color: #FFFFFF;
}

    .BoldRow td.DataCell {
        font-weight: bold;
        background-color: whitesmoke;
    }

.SelectedBoldRow td.DataCell {
    background-color: #FFEEC2;
    font-weight: bold;
}


.GridHeader { /**background:#4E84C4; */
    background: #F5E6BB;
    padding: 5px 0;
    font-size: 14px;
}

.GridHeaderText {
    padding: 5px 0;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: "source-sans";
    height: 30px;
}

.GridHeaderText {
    color: #4E84C4;
    padding: 0px 10px;
    border: 2px dashed #4E84C4;
    font-size: 13px;
    line-height: 28px;
    text-align: left;
    position: relative;
    border-image-repeat: round;
    border-image-slice: 2;
}

.GridHeaderText {
    text-align: center;
    font-style: italic;
    font-size: 16px;
}

.GroupByText {
    cursor: pointer;
    background: #fff;
    color: #4d4d4d;
    font-weight: bold;
    font-size: 13px;
    /**line-height: 20px; */
    padding: 0 5px;
    /**min-width: 85px; */
    vertical-align: top;
    border-radius: 5px;
}

.GridHeaderText img {
    margin-top: 3px;
}

.GroupByCell table {
    margin-left: 5px;
}

.GroupByCell tbody table td {
    cursor: pointer;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    background: #003D79;
    padding: 0 5px;
    margin-left: 5px;
    vertical-align: middle;
    border-radius: 2px;
}

/** This is the Group By: text */
.GroupByCell > tbody > tr > .GroupByText {
    background: transparent;
    color: rgb(77, 77, 77);
    cursor: default;
    border-radius: 2px;
}


td[id*='expcolgrp'], .GroupHeading {
    cursor: pointer;
    border-bottom: 1px #fff solid;
    font-family: "source-sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
}

td[id*='expcolgrp'], .GroupHeading {
    background: #fff;
    color: #1F1F1F;
    text-align: left;
    padding: 0px 10px;
    line-height: 35px;
    vertical-align: middle;
    height: 35px; /**border:0px #4E84C4 solid !important */
    border-bottom: 1px solid #BDBDBD;
}
/**td[id*='expcolgrp']:hover, .GroupHeading:hover {background:#003D79}*/

td[id*='expcol'] {
    cursor: pointer;
    font-family: "source-sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

td[id*='expcol'] {
    background: #fff;
    color: #1F1F1F;
    text-align: left;
    padding: 0px 10px;
    vertical-align: middle; /**border:0px #4E84C4 solid !important */
}

div[id*='stgroup'] td[id*='expcol'] {
    background: #ffffff;
}

div[id*='stgroup'] .SelectedRow td[id*='expcol'] {
    background: #fce4b9;
}

.GroupHeading .row-count {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
}

.GridFooterText {
    font-weight: bold;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 20px;
    font-size: 14px;
    word-spacing: 5px;
}

    .GridFooterText a {
        text-decoration: none;
        color: #003D79;
    }

        .GridFooterText a:hover {
            color: #4E84C4;
        }



.Grid-NoHeader .HeadingRow td {
    background: #003D79;
    color: #FFFFFF;
}

.Grid-NoHeader .HeadingRow > td {
    border-left: 1px solid #def1f3;
}

    .Grid-NoHeader .HeadingRow > td:first-child {
        border-left: 1px solid #BDBDBD;
    }

    .Grid-NoHeader .HeadingRow > td:last-child {
        border-right: 1px solid #BDBDBD;
    }


.Grid-NoHeader .Row td, .Grid-NoHeader .AlternatingRow td, .Grid-NoHeader .SelectedRow td, .Grid-NoHeader .BoldRow td, .Grid-NoHeader .SelectedBoldRow td {
    border-left: 1px #BDBDBD solid;
    border-bottom: 1px solid #BDBDBD;
}

    .Grid-NoHeader .Row td, .Grid-NoHeader .AlternatingRow td, .Grid-NoHeader .SelectedRow td:last-child, .Grid-NoHeader .BoldRow td, .Grid-NoHeader .SelectedBoldRow td:last-child {
        border-right: 1px solid #BDBDBD;
    }

.BoldDataCellICPatientView {
    font-weight: bold;
}




/********************* Calendar *****************/

.dateimg {
    background-color: #FFFFFF;
    background: url(../images/fa_calendar.png) 5px center no-repeat;
    cursor: pointer;
}

.blueForm .dateimg {
    background-color: #eee;
}


.componentart-calendar {
    width: 130px !important;
}

.componentart-calendar > div:first-child {
    width: 100px !important;
}

.componentart-calendar > .dateimg {
    width: 30px !important;
}

.componentart-calendar




    .blueForm .calendar-field .componentart-calendar {
        background-color: #eee;
    }

.blueForm .calendar-field input {
    border: 0;
}


.caltitle {
    font-weight: bold;
    background: #4E84C4;
    color: #fff;
    height: 30px;
    padding-top: 8px;
    font-family: "source-sans", Arial, Helvetica, sans-serif;
}

.day {
    width: 35px;
    cursor: pointer;
    text-align: right;
    border-width: 2px;
    border-color: #FFFFFF;
    border-style: solid;
    padding-right: 5px;
    background: #e6e6e6;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
}

.dayhover {
    width: 35px;
    cursor: pointer;
    text-align: right;
    padding-right: 5px;
    background: #dadada;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #212121;
    font-family: Arial, Helvetica, sans-serif;
}

.disabledday {
    text-decoration: none;
    background-image: url(../images/baddate.gif);
    background-repeat: no-repeat;
    cursor: default;
    background-position: center center;
}

.dayheader {
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    height: 28px;
    padding-top: 5px;
    font-size: 13px;
    font-family: "source-sans", Arial, Helvetica, sans-serif;
}

.othermonthday {
    color: #999999;
}

.selectedday {
    background: #FFFFFF;
    color: #212121;
    /**border:2px solid #aaaaaa; */
}

.calendar {
    /**font-family: Arial, Helvetica, sans-serif; */
    font-size: 1.1em;
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    border-collapse: collapse;
    background-color: #FFFFFF;
    cursor: default;
    border-radius: 2px;
    padding: 2px;
}


    /**
.calendar .month {
    border-collapse: separate;
    border-spacing: 2px;
}
*/


    .calendar img {
        max-width: none;
        height: auto;
    }

/*.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}*/

.nextprev {
    cursor: pointer;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
}

.selector {
    padding-left: 7px;
}

.picker {
    font-size: 16px !important;
    /**padding: 2px 10px 0 10px !important; */
    cursor: pointer;
    background: #FFF;
}

.picker__holder {
    margin-top: 0 !important;
}


input.picker:disabled {
    background-color: #ccc !important;
}


.ui-selectmenu-menu .ui-widget-content {
    max-height: 200px;
}

.ui-selectmenu-open {
    z-index: 10100 !important;
}


.date {
    width: 150px !important;
}

.ui-datepicker-calendar {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 2px #def1f3 solid;
    color: #4d4d4d;
    background: #fff;
}

    .ui-datepicker-calendar thead tr {
        cursor: pointer;
        font-size: 13px;
        line-height: 13px;
    }

    .ui-datepicker-calendar table thead td {
        padding: 10px 10px;
        font-weight: bold;
        color: #fff;
        white-space: nowrap
    }

    .ui-datepicker-calendar tbody td {
        font-family: Arial, Helvetica, sans-serif;
    }
/**
table tbody tr{ background:#fff;}
table tbody tr.even{ background:#eee;}
table tbody tr:hover{ background:#fce4b9 !important}
table tbody td{ padding:10px 10px;}
table tbody td.center{ text-align:center;}
*/

.NavBar {
    background: #FFFFFF;
    padding: 0;
}

.NavBar_Group {
    color: #fff !important;
    font-size: 18px;
    background: #003D79;
    margin-bottom: 5px;
}

    .NavBar_Group ~ div {
        margin-bottom: 5px;
    }


    .NavBar_Group img {
        max-width: none;
    }

    .NavBar_Group tr td {
        padding: 7px 0 7px 10px !important;
    }

        .NavBar_Group tr td:first-child {
            min-width: 20px;
        }

.NavBar_Group_Hover {
    color: #fff !important;
    font-size: 18px;
    background: #4E84C4;
    cursor: pointer;
    margin-bottom: 5px;
}

    .NavBar_Group_Hover ~ div {
        margin-bottom: 5px;
    }


    .NavBar_Group_Hover tr td {
        padding: 7px 0 7px 10px !important;
    }

    .NavBar_Group_Hover img {
        max-width: none;
    }

    .NavBar_Group_Hover tr td:first-child {
        min-width: 20px;
    }

.NavBar_Item {
    color: #003D79;
    display: block;
    padding: 5px 15px;
    font-size: 16px;
}

.NavBar_Item_Hover {
    color: #fff;
    background: #4E84C4;
    display: block;
    padding: 5px 15px;
    font-size: 16px;
    cursor: pointer;
}

.NavBar_Item_Active {
    color: #fff;
    background: #4E84C4;
    display: block;
    padding: 5px 15px;
    font-size: 16px;
}

.NavBar_Item_NotesPresent {
    color: #003D79;
    display: block;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold
}

.NavBar_Item_Hover_NotesPresent {
    color: #FFFFFF;
    background: #4E84C4;
    display: block;
    padding: 5px 15px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold
}


.NavBar_Item_Active_NotesPresent {
    color: #FFFFFF;
    background: #4E84C4;
    display: block;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
}



.save-error, .search-error {
    padding: 5px;
    background-color: #AC0000;
    color: #FFFFFF;
}

.save-success, .search-success {
    padding: 5px;
    background-color: #74A550;
    color: #FFFFFF;
}

.red {
    color: #AC0000;
}

.green {
    color: #74A550;
}


.dashboard-print {
    padding-left: 25px;
    padding-top: 10px;
}

.dashboard-grid {
    margin-left: 20px;
    margin-right: 20px;
}

.dashboard-grid table td .fa:not(.red,.green,.fa-info-circle) {
    color: #003D79;
}


/** Chosen customization */
.blueForm .chosen-choices {
    background-color: #eee;
}

.blueForm .chosen-container-single .chosen-single {
    background-color: #eee !important;
}

.chosen-choices {
    min-height: 32px;
}

/**
.chosen-container .chosen-choices {
    border: 1px solid transparent;
}
*/

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 5px 0 5px 5px;
    font-size: 16px;
    color: #1F1F1F;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 5px 0 5px 0px;
    color: #1F1F1F;
    font-size: 14px;
}

.chosen-container-multi .chosen-choices {
    background-image: none;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
}

.chosen-container-active .chosen-choices {
    box-shadow: none;
    border: 1px solid #003D79;
}

.chosen-container .chosen-drop {
    border: 1px solid #003D79;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-size: 14px;
    height: 15px;
    padding: 0;
    padding-left: 5px;
    display: inline-block !important;
}

.chosen-container-multi .chosen-choices li.search-field {
    width: unset !important;
}


/**
.chosen-container-multi .chosen-choices {
    background-image: none;
    border: 1px solid #FFFFFF;
}





*/

.chosen-container-multi .chosen-choices li.search-choice {
    font-size: 16px;
/*    border-radius: 0px;*/
    background-image: unset;
    background-color: #f4f4f4;
    box-shadow: unset;
    color: #1F1F1F;
    /**border: 1px solid #003D79;*/
}

.chosen-container-single {
    min-width: 100px;
}

.chosen-container-single .chosen-single {
    font-size: 16px;
    border-radius: 0px;
    height: 32px;
    color: #1F1F1F;
    line-height: 32px;
    background-color: #fff !important;
    background: #def0f3 url(../images/caret_inov.png) right center no-repeat;
}

.chosen-container-single .chosen-single:hover {
    text-decoration: none !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff !important;
}

    .chosen-container-active.chosen-with-drop .chosen-single div b, .chosen-container-single .chosen-single div b {
        display: none;
    }

.chosen-container-single .chosen-single .chosen-choices li.search-choice {
    margin: 5px 0 5px 5px;
    font-size: 16px;
    color: #1F1F1F;
}

.chosen-container-single .chosen-single .chosen-choices {
    background-image: none;
    border: 1px solid #FFFFFF;
}

    .chosen-container-single .chosen-single .chosen-choices li.search-field {
        width: unset !important;
    }

.chosen-disabled .chosen-choices {
    background-color: #bfbfbf !important;
}

.chosen-disabled .chosen-single {
    background-color: #bfbfbf !important;
}


.chosen-disabled, select:disabled {
    opacity: 1 !important;
}


.chosen-container-single .chosen-single abbr {
    top: 10px;
    right: 36px;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #4E84C4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #4E84C4), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#4E84C4 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#4E84C4 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#4E84C4 20%, #2a62bc 90%);
    background-image: linear-gradient(#4E84C4 20%, #2a62bc 90%);
    color: #fff;
}

/** Tippy overides */

.tippy-box[data-theme~='inovalon'] {
    background-color: #fff;
    color: #1F1F1F;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
}

.tippy-box[data-theme~='inovalon'][data-placement^='top'] > .tippy-arrow::before {
    border-top-color: #fff;
}

.tippy-box[data-theme~='inovalon'][data-placement^='bottom'] > .tippy-arrow::before {
    border-bottom-color: #fff;
}

.tippy-box[data-theme~='inovalon'][data-placement^='left'] > .tippy-arrow::before {
    border-left-color: #fff;
}

.tippy-box[data-theme~='inovalon'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #fff;
}

/** patient chart addon */
.patientchart-search {
    width: 260px !important;
    height: 28px !important;
    border: #ededed 1px solid;
    font-size: 12px !important;
}

ul.ui-autocomplete.ui-menu {
    width: 260px
}

.cell {
    display: table-cell;
}

.table {
    display: table;
}


/*****Steve Additions******/
.fa15 {
    font-size: 1.5em !important;
}

.fa-6x {
    font-size: 6em !important;
}

.required {
    color: #AC0000;
}



.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #4E84C4;
    background: #4E84C4 !important;
    font-weight: normal;
    color: #fff;
}

.ui-selectmenu-button.ui-button:active, .ui-selectmenu-button.ui-button:focus, .ui-selectmenu-button.ui-button:hover {
    background: #fff !important;
}

.ui-selectmenu-button.ui-button:focus {
    border: 1px solid #003D79;
}


.ui-selectmenu-button.ui-button:active .ui-selectmenu-icon, .ui-selectmenu-button.ui-button:active .ui-selectmenu-icon {
    background: url('../images/caret_inov.png');
}


.ui-widget-content a {
    color: #0972D3;
}

.ui-state-hover a {
    color: #0972D3 !important;
}


    .ui-state-hover a:hover {
        color: #4E84C4 !important;
    }

/**
.ui-state-highlight a:hover {
    color: #ffffff !important;
}
*/

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #0972D3;
}



.checkbox-highlight {
    border: 3px solid #74A550 !important;
    margin-left: -19px !important;
}

select:focus {
    border: solid 1px #003D79;
}

input[type="text"]:focus, textarea:focus {
    border: solid 1px #003D79 !important;
}

.button:focus {
    background: #4E84C4;
}

.theme-selector {
    display: inline !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
    padding: 0 !important;
    font-size: 11px !important;
    color: transparent !important;
    border-radius: 5px;
    vertical-align: top;
    background: none;
}

.word-wrap {
    white-space: normal !important;
}

#divClientCommunicationBubble {
    position: fixed;
    top: 190px;
    right: 20px;
    min-width: 350px;
    padding-bottom: 30px;
    border-radius: 3px;
    background: #DCE6F3;
    border: 1px solid #1F1F1F;
    font-weight: normal;
    cursor: pointer;
}

    #divClientCommunicationBubble:hover {
        background: #eaf1fc;
    }

#divClientCommunicationBubble .content {
    margin: 38px 5px 0px;
}

#divClientCommunicationBubble .close {
    position: absolute;
    top: -10px;
    right: -7px;
    font-size: 1.5em;
    cursor: pointer;
}

#divClientCommunicationBubble .announcement-title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 1.2em;
    font-weight: bold;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    padding: 2px 5px;
    box-sizing: border-box;
    background-color: white;
}

#divClientCommunicationBubble .instruction {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 0.9em;
    font-style: italic;
}

/** Admin Event ID Search **/
.wrap-container {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
}

.inputRow {
    display: flex;
    align-items: center;
    gap: 5px;
}

#errorMessage {
    color: red;
    font-size: 12px;
}


#divMassAck {
    margin-top: 60px !important;
}

#vue-app a {
    color: #0972D3 !important;
}

/** Patient Chart */

#navPatientData td img {
    margin-bottom: -2px;
}


.pagination .fa {
    color: #003D79 !important;
}

#thTPNHeader tr th:first-child, #thRoundingHeader tr th:first-child, #thASPHeader tr th:first-child {
    background: #003D79 !important;
}

#divPatientMedContent .plusgif, #divPatientMedContent .disgif, #divPatientTPNContent .plusgif, #divPatientTPNContent .disgif,
#divDataASPPatientView .plusgif, #divDataASPPatientView .disgif {
    margin-bottom: -2px;
}

/*Print Media Query to handle the font issue in IE*/
@media print and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
        background: #A5A5A5;
        font-family: Arial, Helvetica, sans-serif;
        color: red;
        font-size: 15px;
        line-height: 22px;
        font-weight: 500;
        min-width: 1280px;
        -webkit-font-smoothing: antialiased;
    }

    input, textarea, select, option {
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 0;
        outline: none;
        border: 1px #fff solid;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        -moz-appearance: none;
        color: red;
    }

    table.data-table .group-header {
        cursor: pointer;
        border-bottom: 1px #fff solid;
        font-family: Arial, Helvetica, sans-serif;
        color: red;
    }

    .modal-info-template .details table tr td:first-child {
        font-family: Arial, Helvetica, sans-serif;
        line-height: 24px;
    }

    .ui-widget {
        font-family: Arial, Helvetica, sans-serif;
    }

    .ui-widget-header {
        background: #003D79;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Arial, Helvetica, sans-serif;
    }

    .ui-datepicker th {
        font-family: Arial, Helvetica, sans-serif;
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        padding: 0 10px;
        box-sizing: border-box;
        height: 32px;
        line-height: 32px;
        padding: 0 30px 0 10px;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .HeadingRow {
        background: #69bbcb;
        cursor: pointer;
        font-size: 13px;
        line-height: 13px;
        font-family: Arial;
    }

    .GridHeaderText {
        padding: 5px 0;
        font-size: 14px;
        margin-left: 15px;
        margin-right: 15px;
        font-family: Arial;
        height: 30px;
    }

    td[id*='expcolgrp'], .GroupHeading {
        cursor: pointer;
        border-bottom: 1px #fff solid;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 20px;
    }

    td[id*='expcol'] {
        cursor: pointer;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .caltitle {
        font-weight: bold;
        background: #003D79;
        color: #fff;
        height: 30px;
        padding-top: 8px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .dayheader {
        background-color: #69bbcb;
        text-align: center;
        font-weight: bold;
        height: 28px;
        padding-top: 5px;
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
    }

    input[type="checkbox"]:checked + span:after {
        content: 'X';
        display: inline-block;
        position: absolute;
        height: 12px;
        width: 12px;
        background: #003D79;
        color: #003D79;
        top: 0px;
        left: 1px;
        visibility: visible;
        box-shadow: inset 0 0 0 1000px #003D79
    }
}


.eyeball {
    position: relative;
    top: 4px;
}


.div-logo-mobile {
    display: none;
}

.login-logo-mobile {
    display: none;
}

#txtMobileSearch {
    display: none;
}

#divMobileResult {
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 75%;
    overflow-y: scroll;
    -webkit-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -4px 3px rgba(50, 50, 50, 0.75);
}

    #divMobileResult div {
        padding: 5px;
        height: 25px;
        line-height: 25px;
    }

        #divMobileResult div.alt {
            background-color: #eee;
        }


/** mobile date picker */

.picker__frame {
    bottom: 0 !important;
    max-width: 375px !important;
    margin-bottom: 2px !important;
    margin: 0 !important;
}

.picker__box {
    max-width: 375px !important;
}

.picker__month, .picker__year {
    font-size: 20px !important;
}

.picker__weekday {
    font-size: 16px !important;
}

.picker__table td {
    font-size: 14px;
}

.picker__nav--prev:before {
    border-right: 0.75em solid #003D79 !important;
}

.main-navigation li {
    cursor: pointer;
}

.picker__nav--next:before {
    border-left: 0.75em solid #003D79 !important;
}

.pso-message {
    font-size: 18px;
    color: darkgray;
    font-weight: bold
}

.pso-grid {
    font-size: 11px;
    color: #808080;
    line-height: 15px;
    font-weight: bold
}

.warning-message {
    font-size: 18px;
    color: darkgray;
    width: 750px;
    word-wrap: normal;
    padding-left: 200px;
}

/** body site control */
.bodysite-container {
    display: inline-block;
    width: 325px;
    height: 316px;
    margin: 0 auto;
}

    .bodysite-container canvas {
        position: relative;
        z-index: 20;
        border: 1px solid black;
    }

    .bodysite-container img {
        position: absolute;
        z-index: 1;
    }

/* mobile navigation */
.mobile-navigation {
    display: none;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.1s;
    -webkit-box-shadow: 5px 0px 5px -2px #888;
    background-color: #fff;
}

.mobile-navigation-inner {
    margin-top: 20px;
    background-color: #eee;
}

.mobile-navigation .mobile-submenu {
    padding-left: 15px;
    border-bottom: 1px solid #fff;
}

.mobile-submenu div {
    border-bottom: 1px solid #fff;
}

    .mobile-submenu div:last-child {
        border-bottom-width: 0px;
    }



.mobile-navigation a {
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    display: block;
    transition: 0.1s;
    color: #0972D3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}


    .mobile-navigation a:hover {
        color: #4E84C4;
    }

.mobile-navigation .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    padding: 0;
    color: #003D79;
    background: none;
}

.mobile-navigation div span {
    color: #1F1F1F;
    display: block;
    background-color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 20px;
    font-weight: 200;
}

.modalOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
}

.mobile-icon {
    display: none;
    color: #fff;
}

.header .hospital-name {
    display: none;
    margin-left: 10px;
    font-size: 26px;
    font-weight: 200;
    width: 75%;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    height: 25px
}



#divScrollTop {
    color: #003D79;
}

#divScrollTop > .scrolltop-icon {
    color: #003D79 !important;
}


