﻿/****************************/
/*******Site Variables*******/
:root {
    /*Colours*/
    --ohio-lightshades: #f9f9f9;
    --ohio-background-grey: #e3e3e3;
    --ohio-brandcolor: #c0ced9;
    --ohio-brand-blue: #1073ba;
    --ohio-brand-blue-lighten: #3888c1;
    --ohio-brand-darkblue: #00335b;
    --ohio-brand-darkblue-lighten: #0a4b7e;
    --ohio-brand-lightblue: #d5e6f2;
    --ohio-black: #36353a;
    --ohio-black-hover: #404548;
    --ohio-menu-child: #3a3f42;
    --ohio-white: #ffffff;
    --ohio-white-smoke: #F5F5F5;
    --ohio-sidemenu-border: #58575d;
    --ohio-shadow: #ccc;
    --ohio-border-grey: #878f93;
    --ohio-border-lightgrey: #c7ced1;
    --ohio-error-red: #ea1f1f;
    --ohio-row-hover: #cecece;
    --ohio-admin-core: #1073ba;
    --ohio-admin-finance: #2b9720;
    --ohio-admin-content: #BC2C1A;
    --ohio-admin-system: #7e3f8f;
    --ohio-hover-lighten: rgba(255, 255, 255, 0.2);
    --ohio-traffic-amber: #f4f422;
    --ohio-traffic-red: #ea1f1f;
    --ohio-traffic-lightred: #fff0f0;
    --ohio-traffic-green: #7ce117;
    --ohio-traffic-lightgreen: #f3ffe7;
    --ohio-success: #a9e56e;
    --ohio-info: #a2d9ff;
    --ohio-warning: #fdf675;
    --ohio-error: #ff9393;
    /*Variables*/
    --ohio-navbar-height: 5em;
    --ohio-sidemenu-item-height: 3.1em;
    --ohio-sidemenu-childitem-height: 3em;
    --ohio-footer-height: 15em;
    --ohio-input-height: 2em;
    --ohio-input-width: 12em;
}

* {
    font-family: OpenSans-Regular, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

html, body, form, page {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.page-title {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0px;
    height: 0px;
    z-index: -1;
}

.gradient h1 {
    font-size: 222%;
    color: #083785;
    font-weight: normal;
    letter-spacing: -.05em;
    display: inline-block; /*Dont remove. Required for site header*/
    white-space: nowrap; /*Dont remove. Required for site header*/
    text-align: left;
    position: relative; /*Dont remove. Required for gradient*/
}

    .gradient h1 span {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: url(/Images/Default/gradient_1.png) repeat-x;
    }


    * html .gradient h1 span {
        background-color: #fff;
        background-color: transparent;
        background-image: url(/Images/Default/gradient_1.png);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/Default/gradient_1.png", sizingMethod="scale");
    }


/*---- General text elements styles----*/
h1 {
    color: #221F73;
    display: inline;
    font-size: 128%;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
}

legend {
    color: #0071BC;
    font-weight: bold;
}


table.twoColumnsContainerTable, table.twoColumnsContainerTable_RightAligned, table.threeColumnsContainerTable {
    vertical-align: top;
    border-collapse: collapse;
    border: 0px;
    white-space: nowrap;
    min-width: 700px;
}

table.threeColumnsContainerTable {
    min-width: 875px;
}

table.twoColumnsContainerTable_RightAligned {
    width: 100%;
    min-width: 0px;
}

table.twoColumnsContainerTable > tbody > tr td[colspan]:first-child, table.threeColumnsContainerTable > tbody > tr td[colspan]:first-child {
    padding-right: 2px;
}

table.twoColumnsContainerTable > tbody > tr > td, table.threeColumnsContainerTable > tbody > tr > td {
    text-align: left;
    vertical-align: top;
    padding-right: 2px;
}

tr.recordStatusBlock {
    border-bottom: 1px solid #EDEDED;
}

table.twoColumnsContainerTable_RightAligned > tbody > tr > td {
    text-align: right;
}

.blockHeader {
    color: #0071BC;
    font-weight: bold;
}

table.twoColumnsContainerTable > tbody > tr.blockHeader > td, table.threeColumnsContainerTable > tbody > tr.blockHeader > td {
    font-weight: bold;
    padding-top: 10px;
}

table.twoColumnsContainerTable > tbody > tr.rowPadding > td {
    padding-bottom: 10px;
}

table.wbClinicalReport > tbody > tr > td {
    padding-top: 10px;
    vertical-align: middle;
}

td.separator {
    width: 2px;
    background-color: Gray;
}

.commonTextGray /*Use this for displaying all text information*/ {
    color: #333333;
    font-size: small;
}

    .commonTextGray a, .commonTextGray a:hover {
        color: #333333;
        font-size: small;
        text-decoration: underline;
    }

        .commonTextGray a:hover {
            color: Gray;
        }

.commonTextBlue /*Use this for displaying highlighted text info, important notes etc*/ {
    color: navy;
    font-size: small;
    white-space: nowrap;
}

    .commonTextBlue a, .commonTextBlue a:hover {
        color: navy;
        font-size: small;
        text-decoration: underline;
    }

        .commonTextBlue a:hover {
            color: #0071BC;
        }

.h2 {
    font-weight: bold;
    color: #0071BC;
    font-size: medium;
}

.h3 {
    font-weight: bold;
    font-size: small;
}

.bold {
    font-weight: bold;
}

.mandatory {
    color: Red;
    padding: 0 0.2em;
}

.hideElement {
    color: rgb(245,245,245);
}

.breadCrumbs {
    height: 30px;
}

    .breadCrumbs, .breadCrumbs a {
        color: navy;
        font-size: 9pt;
        background-color: #DFDFDF;
        padding-top: 5px;
    }

        .breadCrumbs span:first-child {
            margin-left: 23px;
        }

#MainContent_MainBreadcrumbs_SiteMapPathMain span {
    margin-left: 0;
}

.breadCrumbs a:hover {
    color: #0071BC;
}

/*Logo*/
.logoImage {
    width: 378px;
    min-width: 378px;
    height: 159px;
    min-height: 159px;
    float: left;
}

.logoContainer {
    min-height: 125px;
}

.loginDisplay {
    text-align: left;
    position: relative;
    float: right;
}

.leftRightButtonStyle {
    width: 3em;
    height: 3em;
    color: white;
    margin: 1em;
}

.rmDashboardButtons {
    text-align: left;
    position: relative;
    float: left;
}

    .rmDashboardButtons > div {
        padding-right: 10px;
    }

.paddingtop55 {
    padding-top: 55px !important;
}

div.loginDisplay > div {
    text-align: right;
}

.accountInfo {
    text-align: center;
    vertical-align: top;
}

    .accountInfo * > p > span:first-child {
        padding-left: 5px;
        padding-right: 5px;
    }

.buttonEnableLiveChat {
    margin-left: 22px;
    margin-right: 25px;
    background-color: #0071BC;
    color: white;
    padding: 5px 13px 5px 13px;
    font-weight: bold;
    border: 0px;
    border-radius: 3px;
}

    .buttonEnableLiveChat:hover {
        cursor: pointer;
        background-color: #2989c9;
    }

.buttonSmall {
    background-image: url('/Images/Default/button_background.gif');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #221F73;
    color: White;
    text-align: center;
    border: 1px solid #333333;
    cursor: pointer;
    padding-bottom: 1px;
    font-weight: bold;
    font-size: smaller;
    padding-left: 3px;
    padding-right: 3px;
}


/*-----Main body elements styles------------*/
.main {
    padding-top: 5em;
    padding-top: var(--ohio-navbar-height);
    padding-left: 4.6em;
    transition: padding-left 0.5s ease-in-out;
    min-height: calc(100vh - 15em);
    min-height: calc(100vh - var(--ohio-footer-height));
    background-color: #e3e3e3;
    background-color: var(--ohio-background-grey);
    box-sizing: border-box;
}

.expand-menu {
    padding-left: 15em !important;
    transition: padding-left 0.5s ease-in-out !important;
    -moz-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
    -moz-transition-delay: 0.2s !important;
    -o-transition-delay: 0.2s !important;
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
}

.login-content-container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-top: 5em;
    padding-top: var(--ohio-navbar-height);
    width: 100%;
    min-height: calc(100vh - 15em);
    min-height: calc(100vh - var(--ohio-footer-height));
    background-color: #e3e3e3;
    background-color: var(--ohio-background-grey);
}

.content-container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.6em;
    width: 100%;
}

.grid_header {
    background-color: #ededed;
    height: 25px;
}

    .grid_header .print_container {
        float: left;
    }

    .grid_header .filter_container {
        float: right;
        text-align: right;
        padding-top: 5px;
    }

    .grid_header .clear {
        clear: both;
    }

.hidden {
    display: none;
}

.visibilityHidden {
    visibility: hidden;
}

.modalBackground {
    background-color: #C0C0C0;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalConfirm {
    background-color: White;
    width: 350px;
}

.mfa-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.mfa-content-container {
    background-color: var(--ohio-background-grey);
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    min-height: calc(100vh - 15em);
    min-height: calc(100vh - var(--ohio-footer-height));
}

/****************/
/**** Wizard ****/
/****************/
.wizardheader {
    width: 100%;
    height: 40px;
}

    .wizardheader * span {
        font-size: 14px;
    }

    .wizardheader td {
        white-space: nowrap;
    }

.aligner {
    width: 99%;
}

.wizardtab {
    min-width: 900px;
}

.wizardbody {
    padding-bottom: 2em;
}

    .wizardbody table {
        width: 100%;
    }

.blockHeaderAlone td {
    color: #0071BC;
    font-weight: bold;
}

.capital {
    text-transform: uppercase;
}

    .capital input {
        text-transform: uppercase;
    }

.wizard {
    width: 100%;
}

.red {
    color: var(--ohio-traffick-red) !important;
    color: #ea1f1f !important;
}

.green {
    color: var(--ohio-traffic-green) !important;
    color: #7ce117 !important;
}

.top {
    vertical-align: top;
}

.nowrap {
    white-space: nowrap;
}

.wrapnormal {
    white-space: normal;
}

div.trainingSite {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50em;
    margin: 1em;
    border-radius: 0.4em;
    box-shadow: 0px 5px 15px -6px var(--ohio-border-grey);
}

p.banner {
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: center;
}


div.waitContainer {
    background-image: url('/Images/Default/wait_icons/wait30trans.gif');
    height: 30px;
    width: 30px;
}

.fixed {
    position: fixed;
    top: 0px;
    right: 0px;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}
/*--- Search toolbar styles---*/
.cpHeader {
    cursor: pointer;
    background-color: #EDEDED;
    font-size: 9pt;
    font-weight: bold;
}

.searchToolbar {
    border: 1px solid #EDEDED;
    border-bottom-width: 2px;
    border-right-width: 2px;
    width: 100%;
}


    .searchToolbar > tbody > tr > td:first-child {
        white-space: normal;
        width: 40px;
        font-size: 8pt;
        padding-left: 0px;
        text-align: left;
    }

    .searchToolbar * td > input[type="submit"] {
        width: 50px;
        margin-left: 5px;
        margin-right: 5px;
    }



    .searchToolbar * td > input[type="text"] {
        width: 150px;
    }
/*--- End Search toolbar styles---*/

/*News/Announcements styles*/
div.news .h2 {
    padding-top: 5px;
    padding-left: 5px;
}

.newsBody {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 10px;
}


/*-----Footer------------*/
.pagefooter {
    background-color: #00335b;
    background-color: var(--ohio-brand-darkblue);
    height: 15em;
    height: var(--ohio-footer-height);
}

.pagefooter, .main:after {
    min-height: 4em;
}

.page-footer-loggedin {
    padding-left: 4.6em;
    transition: padding-left 0.5s ease-in-out;
}

.footer-container {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    color: #ffffff;
    color: var(--ohio-white);
    width: 100%;
    height: 100%;
    padding: 1em;
}

.footer-top {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-bottom: 1em;
}

.footer-bottom {
    border-top: 2px solid #878f93;
    border-top: 2px solid var(--ohio-border-grey);
    box-sizing: border-box;
    color: #ffffff;
    color: var(--ohio-white);
    display: flex;
    justify-content: flex-start;
    padding: 1em;
    width: 100%;
}

.footer-left,
.footer-middle,
.footer-right {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1em;
    width: 100%;
}

.footer-middle {
    border-left: 2px solid #878f93;
    border-left: 2px solid var(--ohio-border-grey);
    border-right: 2px solid #878f93;
    border-right: 2px solid var(--ohio-border-grey);
}

.footer-title {
    font-size: 1.2em;
    font-weight: bold;
}

.footer-text {
}


.assestmentRiskOnManReferralEditable {
    margin-left: -12px;
}

.assestmentRiskOnManReferralRead {
    margin-left: -5px;
}

.inputCheck {
    padding-right: 4px;
    padding-left: 0px;
    margin-top: 3px;
}

    .inputCheck input[type="checkbox"] {
        padding: 0px;
    }

a.print {
    cursor: pointer;
}

.print_header {
    display: none;
}

.removeImageBorder img {
    border: 0px;
}


table.Content {
    text-align: center;
    color: #333333;
    width: 98%;
    border-collapse: collapse;
    white-space: pre-line;
    margin-left: 5px;
}

table.ContentTable > tbody > tr.blockHeader > td {
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
}

table.CaseFile {
    text-align: center;
    color: #333333;
    width: 98%;
    border-collapse: collapse;
    border: 0;
    white-space: pre-line;
    margin-left: 5px;
}

    table.CaseFile td {
        vertical-align: top;
        /* ReSharper disable once CssNotResolved */
        align: top;
    }

    table.CaseFile a, .CaseFile a:hover {
        color: #333333;
    }

    table.CaseFile > tbody > tr.blockHeader > td {
        text-align: left;
        font-weight: bold;
        padding-top: 10px;
    }

.statisticRefButtonsMinus {
    margin-top: -30px;
}

.statisticButtonsPlus {
    margin-top: 10px;
}

.statisticAppButtonsMinus {
    margin-top: -50px;
}

table.employeeDetails > tbody > tr > td {
    padding-right: 0 !important;
}

td.employeeAddress .second {
    padding-left: 6px !important;
}

/*apply questionnaires row styling like within the ohio grid view*/
.float-right {
    float: right;
}

/*apply questionnaires row styling like within the ohio grid view*/
.questrowstyle {
}

.questaltrowstyle {
    background-color: rgb(237, 245, 255)
}

    .questrowstyle:hover, .questaltrowstyle:hover {
        background-color: #fffacd;
    }

.clientList {
    color: black;
    font-size: 12pt;
}


.page-update-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

/*DASHBOARD*/
.dashboard-header {
    align-items: center;
    background-color: #ffffff;
    background-color: var(--ohio-white);
    border-radius: 0.4em;
    box-sizing: border-box;
    display: flex;
    height: 6vh;
    justify-content: space-between;
    margin-bottom: 0.6em;
    padding: 0 1em;
    width: 100%;
}

.dashboard-section-header {
    color: #1073ba;
    color: var(--ohio-brand-blue);
    font-weight: bold;
    font-size: 14px;
    margin: auto 0;
    margin-right: 1em;
}

.dashboard-title {
    font-family: OpenSans-Regular;
    font-size: 2.4em;
    color: #36353a;
    color: var(--ohio-black);
}

.dashboard-panel {
    background-color: #ffffff;
    background-color: var(--ohio-white);
    border-radius: 0.4em;
    box-sizing: border-box;
    width: 100%;
    padding: 0.6em;
    margin-bottom: 0.6em;
}

.client-dashboard {
    width: 100%;
}

.dashboard-container {
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

.tile-link {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    padding: 1em;
    text-decoration: none;
    width: 100%;
}

.tile-title {
    align-items: center;
    color: #ffffff;
    color: var(--ohio-white);
    display: flex;
    font-weight: bold;
    justify-content: center;
}

.section {
    background-color: #ffffff;
    background-color: var(--ohio-white);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-left: 1em;
    padding: 1em;
    border-radius: 0.4em;
    align-items: center;
}

.first-section {
    margin: 0;
}

.section-title {
    color: #36353a;
    color: var(--ohio-black);
    font-size: 2em;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 0.4em;
    box-sizing: border-box;
}

.input-section-title {
    font-size: 16px;
    font-weight: bold;
    color: #1073ba;
    color: var(--ohio-brand-blue);
}

/**************/
/* SCROLL BAR */
/**************/
::-webkit-scrollbar {
    width: 1em;
    margin: 0.1em;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #e3e3e3;
    background: var(--ohio-background-grey);
    box-shadow: inset 0 0 10px #36353a;
    box-shadow: inset 0 0 10px var(--ohio-black);
    border-radius: 10px;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .login-container > div {
        display: flex;
    }

    .login-container * input[type="password"],
    .login-container * input[type="text"] {
        height: 3em;
        border-radius: 0.4em;
        margin: 0 0.4em;
        border: 2px solid #878f93;
        border: 2px solid var(--ohio-border-grey);
        cursor: text;
        padding: 0 0.2em;
    }

.login-input-container {
    display: flex;
    align-items: flex-end;
}

    .login-input-container > label,
    .login-input-container > span,
    .login-link {
        color: #878f93;
        color: var(--ohio-border-grey);
        font-weight: bold;
    }

.login-link {
    text-decoration: none;
    margin: 0 0.4em;
}

.cancel-link {
    text-decoration: none;
    margin: 0 0.4em;
    color: #1073ba !important;
    color: var(--ohio-brand-blue) !important;
    font-weight: bold;
}

    .login-link:hover,
    .cancel-link:hover {
        text-decoration: underline;
    }

.errorText {
    color: #ea1f1f;
    color: var(--ohio-error-red);
}

.memorable-letter {
    width: 1em;
    text-align: center;
    color: #878f93;
    color: var(--ohio-border-grey);
}

.memorable-letter-title {
    font-size: 16px;
    color: #1073ba !important;
    color: var(--ohio-brand-blue) !important;
    margin-right: 0.2em;
    margin-left: 0.4em;
}


/**********************/
/* table search boxes */
/**********************/
.search-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1em;
    border-bottom: 2px solid #878f93;
    border-bottom: 2px solid var(--ohio-border-grey);
}

.search-button-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.search-option-container {
    display: flex;
    flex-direction: column;
}

.ohio-calendar > input[type="text"],
.time > input[type="search"],
.details-input,
.details-select {
    width: 12em;
    width: var(--ohio-input-width);
    color: #36353a;
    color: var(--ohio-black);
    height: 2em;
    height: var(--ohio-input-height);
    box-sizing: border-box;
    border: 2px solid #878f93;
    border: 2px solid var(--ohio-border-grey);
    border-radius: 0.3em;
    padding-left: 0.4em;
}

.time-label,
.time > input[type="text"] {
    width: 11em !important;
}

.details-title {
    font-weight: bold;
}

.details-wrapper,
.details-title {
    margin-top: 0.2em;
}

.search-container > div > table > tbody > tr > td,
.search-container > div > div > table > tbody > tr > td {
    padding: 0 !important;
}

.search-calendar {
    width: 16em;
    height: 2em;
}

.search-dropdown {
    width: 15em;
    height: 2em;
    box-sizing: content-box;
}

.search-checkbox > input {
    transform: scale(2);
    margin-left: 0.5em;
    margin-top: 0.5em;
}

.details-section-header {
    color: #1073ba;
    color: var(--ohio-brand-blue);
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1em;
}

.header-link {
    text-decoration: none;
}

    .header-link:hover {
        text-decoration: underline;
    }

.details-section {
    border-bottom: 2px solid #878f93;
    border-bottom: 2px solid var(--ohio-border-grey);
    padding: 1em 0;
}

.details-container {
    display: flex;
    justify-content: space-between;
}

.details-table th,
.details-table td {
    text-align: start;
    min-height: 2em;
}


.details-table th {
    border: none;
    padding-right: 4em;
    min-width: 10em;
}

.details-table td {
    text-align: start;
}


.details-list-box {
    width: 15em;
    color: #36353a;
    color: var(--ohio-black);
    height: 5.5em;
    border-radius: 0.3em;
    border: 2px solid #878f93;
    border: 2px solid var(--ohio-border-grey);
}

.reportTable {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    margin-top: 2em;
}

.reportTable {
    background-color: white;
}

    .reportTable th {
        border-block-color: #7f7f7f;
        padding: 1em;
        text-decoration: none;
        color: black;
        background-color: var(--ohio-background-grey);
    }

    .reportTable tr td {
        padding: 1em;
        font-size: 10pt;
        border: 1px solid #7f7f7f;
    }

        .reportTable tr td:first-child {
            text-align: center;
        }

/***********/
/* Tooltip */
/***********/
.new-tooltip {
    position: relative;
    display: flex;
}

    .new-tooltip:before {
        content: attr(data-text);
        position: absolute;
        top: -13em;
        left: -20%;
        width: 40em;
        padding: 1em;
        border-radius: 0.4em;
        box-shadow: 0px 0px 2px 1px #36353a;
        box-shadow: 0px 0px 2px 1px var(--ohio-black);
        background: #1073ba;
        background: var(--ohio-brand-blue);
        color: #ffffff;
        color: var(--ohio-white);
        text-align: start;
        display: none;
        height: 10em;
        z-index: 1000;
    }

    .new-tooltip:after {
        content: "";
        position: absolute;
        left: 12%;
        margin-top: -5px;
        top: 1em;
        transform: translateY(-100%) rotateZ(-90deg);
        border: 10px solid #000;
        border-color: transparent #1073ba transparent transparent;
        border-color: transparent var(--ohio-brand-blue) transparent transparent;
        display: none;
        z-index: 1000;
    }

    .new-tooltip:hover:before,
    .new-tooltip:hover:after {
        display: block;
    }

.custom-tooltip {
    box-shadow: 0px 0px 2px 1px #36353a;
    box-shadow: 0px 0px 2px 1px var(--ohio-black);
    background: #1073ba;
    background: var(--ohio-brand-blue);
    color: #ffffff;
    color: var(--ohio-white);
}



/**********************/
/******* Common *******/
/**********************/

.flexbox {
    display: flex;
}

.flexbox-row {
    flex-direction: row !important;
}

.inline-flexbox {
    display: inline-flex;
}

.flexbox-spacebetween {
    display: flex;
    justify-content: space-between;
}

.flexbox-vertical {
    display: flex;
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-flex-end {
    align-items: flex-end;
}

.align-flex-center {
    align-items: center;
}

.align-baseline {
    align-items: baseline;
}

.justify-flex-spacearound {
    justify-content: space-around;
}

.justify-flex-spacebetween {
    justify-content: space-between;
}

.justify-flex-end {
    justify-content: flex-end;
}

.justify-flex-start {
    justify-content: flex-start;
}

.justify-flex-center {
    justify-content: center;
}

.full-width {
    width: 100% !important;
}

.margin-bottom {
    margin-bottom: 0.6em;
}

.margin-bottom-small {
    margin-bottom: 0.4em;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-right {
    margin-right: 1em !important;
}

.margin-left {
    margin-left: 1em;
}

.margin-left-large {
    margin-left: 5em;
}

.margin-left7em {
    margin-left: 7em;
}

.margin-left5em {
    margin-left: 4.75em;
}

.margin-top {
    margin-top: 0.6em;
}

.margin-top-large {
    margin-top: 2em;
}

.margin-none {
    margin: 0 !important;
}

.padding-none {
    padding: 0 !important;
}

.padding {
    padding: 1em;
}

.padding-top {
    padding-top: 1em;
}

.padding-top-half {
    padding-top: 0.5em;
}

.padding-left {
    padding-left: 1em;
}

.padding-left3 {
    padding-left: 3em;
}

.padding-vertical {
    padding: 1em 0;
}

.padding-vertical-small {
    padding: 0.4em 0;
}

.border-form {
    border: 2px solid #e3e3e3;
    border: 2px solid var(--ohio-background-grey);
}

.border-top {
    border-top: 2px solid #878f93;
    border-top: 2px solid var(--ohio-border-grey);
}

.border-bottom {
    border-bottom: 2px solid #878f93;
    border-bottom: 2px solid var(--ohio-border-grey);
}

.border-none {
    border: none;
}

.background-white {
    background-color: #ffffff;
    background-color: var(--ohio-white);
}

.text-align-center {
    text-align: center;
}

.font-weight-normal {
    font-weight: normal;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.border-collapse {
    border-collapse: collapse;
}

.width-8 {
    width: 8em;
}

.text-decoration-none {
    text-decoration: none;
}

.width-10 {
    width: 10em;
}

.width-12 {
    width: 12em;
}

.width-25 {
    width: 25em;
}

.width-20 {
    width: 20em;
}

.width-50 {
    width: 50em !important;
}

.width-fit-content {
    width: fit-content;
}

.width-auto {
    width: auto !important;
}

.min-width-quarter {
    width: 24%;
}

.padding-none {
    padding: 0em !important;
}

.width-50-pc {
    width: 50%;
}

.width-25-pc {
    width: 25%;
}

.height-2 {
    height: 2em;
}

.height-6 {
    height: 6em;
}

.height-40 {
    height: 40em;
}

.border-box {
    box-sizing: border-box;
}

.grid-container {
    display: grid;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
}

.grid-4 {
    grid-template-columns: auto auto auto auto;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

/**********************/
/**********************/
/**********************/
.dashboard-buttons {
    height: 100%;
    display: flex;
    align-items: center;
}

.table-buttons-container {
    display: flex;
    justify-content: flex-end;
    padding-top: 1em;
}

.wizard-bottom-buttons-container {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    background-color: #FFFFFF;
    border-radius: 0.4em;
}

.wizard-internal-buttons-container {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    background-color: #FFFFFF;
    border-radius: 0.4em;
    padding: 0;
    padding-top: 1em;
}


/***************/
/**** Forms ****/
/***************/
.wizard-step-header {
    width: 100%;
    background-color: #00335b;
    background-color: var(--ohio-brand-darkblue);
    border-radius: 0.4em;
    box-sizing: border-box;
    color: var(--ohio-white);
    font-size: 12px;
    font-weight: bold;
    padding: 0.6rem;
    margin-bottom: 0.6rem;
}

.wizard-substep-header {
    width: 100%;
    background-color: #1073ba;
    background-color: var(--ohio-brand-blue);
    border-radius: 0.4em;
    box-sizing: border-box;
    color: #ffffff;
    color: var(--ohio-white);
    font-size: 12px;
    font-weight: bold;
    padding: 0.6rem;
    margin-bottom: 0.6rem;
}

.form-section,
.comment-section {
    display: flex;
    flex-direction: column;
    background-color: #e3e3e3;
    background-color: var(--ohio-background-grey);
    border-radius: 0.4em;
    margin-bottom: 0.6em;
    padding: 0.6em;
}

    .form-section > p,
    .form-input-section-header,
    .form-section-grid > p {
        font-size: 14px;
        font-weight: bold;
        color: #1073ba;
        color: var(--ohio-brand-blue);
    }

.consent-section {
    background-color: #e3e3e3;
    background-color: var(--ohio-background-grey);
    border-radius: 0.4em;
    margin-top: 1em;
    padding: 1em;
    display: flex;
}

.form-item {
    display: flex;
    padding: 0.3em 1em;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
}

    .form-item > p {
        font-weight: bold;
        width: 12em;
        overflow-wrap: normal;
        margin-right: 2em;
    }

    .form-item > div {
        width: 28em;
    }

.form-input-section {
    margin-bottom: 0.6em;
    width: 100%;
}

.form-input {
    display: flex;
    padding: 0.5em 0;
}

.form-input-header {
    font-weight: bold;
    line-height: 2em;
}

.form-calendar > input[type="text"],
.time > input[type="text"],
.form-details {
    width: 25em;
}

.form-details-large {
    width: 40em;
}

.form-details-massive {
    width: 75em;
}

.form-details-small {
    width: 4em;
}

.table-calendar {
    width: 8em;
}

.table-details {
    width: 12em;
}

.form-text-area {
    width: 100%;
    border-radius: 0.3em;
    border: 2px solid #878f93;
    border: 2px solid var(--ohio-border-grey);
    padding: 0.4em;
    box-sizing: border-box;
}

.confirmation-text,
.confirmation-text > strong {
    font-size: 14px;
}

.confirmation-link,
.confirmation-link > a {
    color: #1073ba;
    color: var(--ohio-brand-blue);
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

    .confirmation-link:hover {
        text-decoration: underline;
    }

.form-select-list {
    border-radius: 0.3em;
    border: 2px solid #878f93;
    border: 2px solid var(--ohio-border-grey);
    box-sizing: border-box;
    width: 25em;
    min-height: 8em;
}

.consent-table > tbody > tr > th {
    width: 15em;
    border: none;
    font-weight: bold;
    text-align: start;
}

.consent-table td {
    padding: 0.2em 0;
}

.candidate-consent-table {
}

    .candidate-consent-table th,
    .candidate-consent-table td {
        padding: 0.4em 3em 0.4em 0;
    }

    .candidate-consent-table th {
        border: none;
        font-weight: bold;
        text-align: start;
    }

    .candidate-consent-table .consent {
        width: 80%;
    }

.comment-panel {
    background-color: #ffffff;
    background-color: var(--ohio-white);
    border-radius: 0.4em;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin-top: 0.4em;
}

.comment-title {
    font-weight: bold;
    margin-top: 0.6em;
}


/* Resource Monitor*/
.rm-resourcetypetable {
    width: 100%;
}

.rm-resourcetype {
    font-weight: bold;
    display: inline-block;
}

    .rm-resourcetype input {
        margin-right: 0.5em;
        transform: scale(1.2);
    }

.rm-datepicker {
    width: 300px !important;
    height: 20px;
    font-size: large;
}

.rm-week {
    border-collapse: collapse;
    margin: 0 auto;
}

    .rm-week thead {
        background-color: rgb(0, 113, 188);
        font-weight: bold;
    }

    .rm-week th {
        min-width: 200px;
        border: 0px solid;
        padding: 5px;
    }

    .rm-week td {
        padding: 5px;
    }

    .rm-week tbody tr {
        background-color: #ececec;
    }

        .rm-week tbody tr:hover {
            background-color: whitesmoke;
        }

.rm-day {
    background-color: #fff;
    border-collapse: collapse;
    width: 175px;
}

    .rm-day tr {
        background-color: #fff !important;
    }

.day-name {
    font-size: x-large;
    color: white;
}

.day-date {
    color: #a6d5ff;
}

.multiple-room {
    color: rgb(45, 45, 45);
    text-align: center;
}

.no-data {
    background-color: #efefef;
}

.productivity-good {
    border: 3px solid green;
}

.productivity-attention {
    border: 3px solid orange;
}

.productivity-poor {
    border: 3px solid red;
}

.productivity-master-appointment {
    border: 3px solid blue;
}

.topFreeze {
    position: fixed;
    top: 5em;
    margin-left: 0px;
}

.forget-password-container {
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    height: 100%;
}

.dis-resend-otp {
    cursor: not-allowed;
    color: #dcdcdc !important;
}

.notification-section {
    display: flex;
    background-color: #e3e3e3;
    background-color: var(--ohio-background-grey);
    border-radius: 0.4em;
    margin-bottom: 1em;
    padding: 1em;
}

.readonly {
    background-color: var(--ohio-white-smoke);
    background-color: #F5F5F5;
}

.footer-sites {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.footer-link,
.footer-link > a {
    color: #ffffff;
    color: var(--ohio-white);
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

    .footer-link:hover {
        text-decoration: underline;
    }

.api-container {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.api-confirm {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--ohio-border-grey);
    width: 20em;
    height: 15em;
}

/*DayPilot*/
.form-item_main > div > a > span {
    font-size: 14px;
    cursor: pointer;
    padding: 0.2em;
}

    .form-item_main > div > a > span:hover {
        background-color: var(--ohio-row-hover);
        cursor: pointer;
        padding: 0.2em;
    }

.month_blue_event_inner_active {
    position: absolute;
    overflow: hidden;
    height: 70px !important;
    font-size: 12px;
    background-color: #EDBCA8;
    border: 1px solid rgb(237,188,180);
    -moz-box-shadow: 0px 0px 5px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(237,188,180,072);
    -webkit-box-shadow: 0px 0px 5px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(237,188,180,1);
    box-shadow: 0px 0px 5px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(237,188,180,1);
    text-shadow: 0px -1px 0px rgba(237,188,180,1), 0px 0px 0px rgba(000,000,000,0);
}

.month_blue_event_inner_closed {
    position: absolute;
    height: 70px !important;
    overflow: hidden;
    font-size: 12px;
    background: #09b2ef;
    border: 1px solid #079beb;
    -moz-box-shadow: 0px 0px 5px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(072,211,246,1);
    -webkit-box-shadow: 0px 0px 5px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(072,211,246,1);
    box-shadow: 0px 0px 5px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(072,211,246,1);
    text-shadow: 0px -1px 0px rgba(007,155,235,1), 0px 0px 0px rgba(000,000,000,0);
}

/* BREADCRUMB */
.breadcrumb-container {
    display: flex;
    width: 100%;
    margin-bottom: 0.6em;
    justify-content: space-between;
}


.breadcrumbs {
    list-style: none;
    overflow: hidden;
    width: 100%;
}


    .breadcrumbs li {
        float: left;
        display: flex;
    }

        .breadcrumbs li a {
            background: var(--ohio-brand-blue);
            border-radius: 0.4em 0em 0em 0.4em;
            color: var(--ohio-white);
            display: flex;
            float: left;
            font-weight: bold;
            padding: 2px 0px 2px 50px;
            position: relative;
            text-decoration: none;
            height: 25px;
            align-items: center;
        }

            .breadcrumbs li a img {
                margin-right: 1em;
                width: 1.6em;
            }

        .breadcrumbs li:nth-child(2) a {
            background: #4991c5;
        }

            .breadcrumbs li:nth-child(2) a:after {
                border-left-color: #4991c5;
            }

        .breadcrumbs li:nth-child(3) a {
            background: #73a7cd;
        }

            .breadcrumbs li:nth-child(3) a:after {
                border-left-color: #73a7cd;
            }

        .breadcrumbs li:nth-child(4) a {
            background: #aacce5;
            color: var(--ohio-black);
        }

            .breadcrumbs li:nth-child(4) a:after {
                border-left-color: #aacce5;
            }

        .breadcrumbs li:nth-child(5) a {
            background: #cde1ef;
            color: var(--ohio-black);
        }

            .breadcrumbs li:nth-child(5) a:after {
                border-left-color: #cde1ef;
            }

        .breadcrumbs li:last-child a {
            pointer-events: none;
            cursor: default;
        }

.breadcrumb li:last-child a::after {
    border: 0;
}

.breadcrumbs li a:hover {
    background: var(--ohio-brand-darkblue);
    color: var(--ohio-white);
}

    .breadcrumbs li a:hover:after {
        border-left-color: var(--ohio-brand-darkblue) !important;
    }

.breadcrumbs li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid var(--ohio-background-grey);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 3px;
    left: 100%;
    z-index: 1;
}


.breadcrumbs li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid var(--ohio-brand-blue);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.crumb-no-link {
    pointer-events: none;
    cursor: default;
}


.form-grid {
    display: grid;
    counter-reset: grid-items;
    column-gap: 0.6em;
    row-gap: 0.6em;
}

.grid--auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(30em, 1fr));
}

.grid--auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(30em, 1fr));
}

.form-section-grid {
    display: flex;
    flex-direction: column;
    background-color: #e3e3e3;
    background-color: var(--ohio-background-grey);
    border-radius: 0.4em;
    padding: 0.6em;
    counter-increment: grid-item;
}

.employee-detail-item {
    display: flex;
    padding: 0.3em 1em;
    width: 100%;
    box-sizing: border-box;
}

    .employee-detail-item > p {
        font-weight: bold;
        min-width: 8em;
    }

    .grid__item::before {
        content: counter(grid-item);
    }

.rm-resource-cell {
    display: flex;
    min-height: 9.5em;
    min-width: 15em;
}

.rm-clinician-container {
    align-items: center;
    background-color: #f9f9f9;
    background-color: var(--ohio-lightshades);
    border: 3px solid #1073ba;
    border: 3px solid var(--ohio-brand-blue);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
}

.calendar-event {
    font-weight: bold;
}

