﻿/* version 3.3.9 */

BODY {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow: auto;
    width: 100%; /* full window width */
}

body, button, input, select, textarea, span, legend {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}


.copyright-text {
    font-size: 8pt;
    color: #929292;
    text-align: left;
}

.gridHeaderLabel {
    font-size: 10pt;
    color: Black;
    text-align: left;
    width: 200px;
}

.version-text {
    font-size: 8pt;
    color: #929292;
    text-align: right;
}

.no-data-found-text {
    font-size: 10pt;
    color: red;
    text-align: left;
}

.facility-text {
    font-size: 13pt;
    color: #C1CEDB;
    text-align: right;
}

.facility-text-mobile {
    font-size: 13pt;
    color: #C1CEDB;
    text-align: left;
}

.facility-header {
    font-size: 13pt;
    color: #434446;
    text-align: right;
}

.wizard-header {
    font-size: 14pt;
    font-weight: 500;
    color: #507CD1;
}

.wizard_summary_header {
    font-size: 15px;
    font-weight: 500;
    color: #507CD1;
}

.wizard_summary_detail {
    font-size: 13px;
    color: Gray;
}

.wizard-info {
    font-size: 14px;
    color: Gray;
}

.processinglbl {
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}

.statuslbl {
    font-size: 8pt;
    font-weight: bold;
    color: #666666;
}

.statuslblNew {
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}

.report-param-textbox {
    font-size: 13px;
    color: Black;
}

.report-param-textboxNew {
    font-size: 13px;
    color: Black;
}

.search-textbox {
    font-size: 13px;
    color: Black;
}

.report-param-informtext {
    background-color: #E7F1FF;
    font-size: 12pt;
    color: #696969;
    padding: 10px;
    margin-left: 13px;
    margin-right: 13px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-top: 1px solid silver;
}

.report-param-informtext-noback {
    font-size: 13px;
    color: #696969;
}

.report-param-infobox {
    background-color: #E7F1FF;
    font-size: 13px;
    color: #696969;
    border: solid 2px #dcdcdc;
    padding: 20px;
}

.report-param-infoboxNew {
    background-color: #E7F1FF;
    font-size: 12pt;
    color: #696969;
    border: solid 2px #dcdcdc;
    padding: 20px;
    text-align: left;
}

.fv-format {
    font-weight: bold;
    font-size: 13px;
    font-family: Wingdings;
    color: orange;
}

.report-param-descriptiontext {
    text-align: left;
    padding-left: 5px;
    font-size: 11px;
    font-style: italic;
    color: #AAAAAA;
}

.select_all_button {
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
    width: 25px;
}

.report-param-button {
    font-size: 13px;
    color: Black;
}

.report-param-back-button {
    font-size: 7pt;
    color: Black;
    width: 110px;
    height: 24px;
}

.tableParams {
    padding-top: 10px;
}

.report-param-row {
    background-color: #ffffff;
    font-size: 13px;
    color: Black;
    padding: 10px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    margin-left: 13px;
    margin-right: 13px;
}

.report-param-rowNew {
    background-color: #FCFDEE;
    font-size: 13px;
    color: Black;
    padding: 10px;
}

.report-param-table {
    background-color: #ffffff;
    padding: 10px;
}

.report-param-tableNew {
    background-color: #ffffff;
    padding: 10px;
    font-size: 13px;
}

.formtxt {
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}

.formtxtNew {
    font-size: 13px;
    border-style: solid;
    background-color: white;
    border-width: 1px;
    border-color: #dcdcdc;
}

.formtxtNew_HOT {
    font-size: 13px;
    border-style: solid;
    background-color: #fdd8c7;
    border-width: 1px;
    border-color: Red;
}

.formtxtReport {
    font-size: 12pt;
    border-style: solid;
    border-width: 1px;
    border-color: #c6c6c6;
    background-color: #ffffff;
    color: GrayText;
    height: 25px;
}

.formcboReport {
    font-size: 12pt;
    border-style: solid;
    border-width: 1px;
    border-color: #c6c6c6;
    background-color: #ffffff;
    color: GrayText;
    height: 29px;
}

.formlistReport {
    font-size: 12pt;
    border-style: none;
    background-color: transparent;
    color: GrayText;
}

.formtxtNewFilter {
    font-size: 13px;
    border-style: solid;
    border-width: 0px;
    border-color: #dcdcdc;
    background-color: #f5f5f5;
    color: GrayText;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dashboard_cbo {
    font-size: 13px;
    border: 0px;
    outline: 0px;
    height: 30px;
}

.formtxtNewFilterSide {
    font-size: 13px;
    border-style: none;
    border-width: 0px;
    background-color: white;
    color: GrayText;
    height: 30px;
}

.formtxtNewCenterFilter {
    font-size: 13px;
    border-style: none;
    border-width: 0px;
    background-color: #f5f5f5;
    text-align: center;
    color: GrayText;
    height: 30px;
}

.formtxtNewMobile {
    font-size: 14pt;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}

.formtxtMobile {
    font-size: 14pt;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}

.formtxtreqMobile {
    font-size: 14pt;
    background-color: #E7F1FF;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}


.formtxtNew_rt {
    font-size: 13px;
    text-align: right;
    border-style: solid;
    background-color: white;
    border-width: 1px;
    border-color: #dcdcdc;
}

.formtxtNew_rt_HOT {
    font-size: 13px;
    text-align: right;
    border-style: solid;
    background-color: #fdd8c7;
    border-width: 1px;
    border-color: red;
}

.wizformtxt {
    font-size: 13pt;
    border-style: solid;
    background-color: white;
    border-width: 1px;
    border-color: #dcdcdc;
}

.formtxt_noborder {
    font-size: 13px;
    border-style: solid;
    border-width: 0px;
    border-color: inherit;
}

.formtxt_noborder_new {
    font-size: 13px;
    border-style: solid;
    border-width: 0px;
    border-color: inherit;
}

    .formtxt_noborder_new:hover {
        color: #ff6347;
        font-size: 13px;
        text-decoration: underline;
    }

.formtxt_rt {
    font-size: 13px;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}

.formtxt_rtNew {
    font-size: 13px;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}

.formtxt_ctr {
    font-size: 13px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}


.formtxt_ctr_noborder {
    font-size: 13px;
    text-align: center;
    border-style: none;
}

.formtxt_ctr_noborderNew {
    font-size: 13px;
    text-align: center;
    border-style: none;
}

.formtxt_rt_noborder {
    font-size: 13px;
    text-align: right;
    border-style: none;
}

.formtxt_rt_noborderNew {
    font-size: 13px;
    text-align: right;
    border-style: none;
}

.formtxtreq {
    font-size: 13px;
    background-color: #E7F1FF;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}

.formtxtreqNew {
    font-size: 13px;
    background-color: #E7F1FF;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}

.formtxtreqNew_HOT {
    font-size: 13px;
    background-color: #fdd8c7;
    border-style: solid;
    border-width: 1px;
    border-color: Red;
}

.formtxtreqNew_rt {
    font-size: 13px;
    background-color: #E7F1FF;
    border-style: solid;
    border-width: 1px;
    text-align: right;
    border-color: #dcdcdc;
}

.formtxtreqNew_rt_HOT {
    font-size: 13px;
    background-color: #fdd8c7;
    border-style: solid;
    text-align: right;
    border-width: 1px;
    border-color: Red;
}

.wizformtxtreq {
    font-size: 13pt;
    background-color: #E7F1FF;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}

.wizsidebar {
    font-size: 13px;
}

.formtxtreq_rt {
    font-size: 13px;
    background-color: #E7F1FF;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}

.formtxtreq_rtNew {
    font-size: 13px;
    background-color: #E7F1FF;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}

.formtxtreq_rtMobile {
    font-size: 14pt;
    background-color: #E7F1FF;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
}

.formCheckboxMobile input {
    width: 20px;
    height: 20px;
    font-size: 14pt;
}

.formtxtcalc {
    font-size: 13px;
    background-color: #F6FFF8;
    color: Gray;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    cursor: no-drop;
}

.formtxtcalcNew {
    font-size: 13px;
    background-color: #F6FFF8;
    color: Gray;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    cursor: no-drop;
}

.formtxtcalc_rt {
    font-size: 13px;
    background-color: #F6FFF8;
    color: Gray;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    cursor: no-drop;
}

.formtxtcalc_rtNew {
    font-size: 13px;
    background-color: #F6FFF8;
    color: Gray;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    cursor: no-drop;
}

.maindiv {
    padding-left: 15px;
    padding-top: 15px;
}

.login_name {
    color: #e1e1e1;
    font-size: 13px;
}

.login_name_mobile {
    color: #D3D3D3;
    font-size: 13pt;
}

.login_name_label {
    color: White;
    font-size: 13px;
}

A {
    color: #4060A2;
    text-decoration: none;
}

    A:hover {
        color: #595959;
        text-decoration: none;
        cursor: pointer;
    }

.LoginLink {
    font-size: 13px;
    color: White;
    text-decoration: none;
}

A.LoginLink {
    font-size: 13px;
    color: White;
    text-decoration: none;
}

    A.LoginLink:hover {
        font-size: 13px;
        color: #ff6347;
        text-decoration: underline;
    }

.sitepathmap {
    font-size: 7pt;
}

.MenuLink {
    position: relative;
    font-size: 15px !important;
    color: White !important;
    z-index: 20000;
}

    .MenuLink img {
        padding-right: 5px !important;
    }

    .MenuLink:hover {
        color: #DCFC5C !important;
        z-index: 20000;
    }

A.MenuLink:link {
    color: White !important;
    z-index: 20000;
}

.MenuLink A.static.selected {
    color: White !important;
    z-index: 20000;
}

textbox.txt_right {
    text-align: right;
    font-size: 8pt;
}

#ctl00_Image1, #ctl00_Image2, #ctl00_BannerFade {
    display: block
}

td.topright {
    text-align: right;
    vertical-align: top;
}

td.middleright {
    text-align: right;
    vertical-align: middle;
}

td.topleft {
    text-align: left;
    vertical-align: top;
}

td.bottomleft {
    text-align: left;
    vertical-align: bottom;
}

td.toolbar {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: #999999;
    font: 11px 'Roboto', sans-serif;
    font-size: 12px;
}

td.lowertoolbar {
    background: #2E5CB8;
    /*background: Lime;*/
    height: 0;
    WHITE-SPACE: nowrap;
    border-bottom: 1px solid #999999;
}

td.footerbar {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background: #2E5CB8;
    color: white;
    font-size: 7pt;
    height: 30px;
    vertical-align: middle;
    text-align: left;
}

a.toolbar {
    color: #FFFFFF;
    font: 11px 'Roboto', sans-serif;
    font-size: 11px;
    text-decoration: none;
}

td.mainbody {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.frmTable {
    font-size: 8pt;
    color: #666666;
}

.fvTable {
    font-size: 8pt;
    width: 100%;
    table-layout: fixed;
}

    .fvTable td {
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: bottom;
    }

.fvTableNew {
    font-size: 13px;
    width: 100%;
    table-layout: fixed;
    text-align: left;
    padding: 5px;
}

.fvTableTop {
    font-size: 13px;
    width: auto;
    table-layout: fixed;
    text-align: left;
    margin-left: 5px;
}

.fvTableMobile {
    font-size: 14pt;
    width: 100%;
    table-layout: fixed;
    text-align: left;
}

.fvTableNew td {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom;
}

.fvTableContent {
    font-size: 13px;
    width: 100%;
    text-align: left;
    padding-right: 5px;
}

.fvTableFooter {
    font-size: 13px;
    width: 100%;
}

    .fvTableFooter td {
        padding-left: 15px;
        padding-right: 5px;
        vertical-align: middle;
    }

.gvTD {
    padding: 5px 5px 5px 5px;
    border: 1px solid #dddddd;
    border-top-color: white;
    background-color: #FFFFFF;
    empty-cells: hide;
    overflow: hidden;
}

.gvTDnew {
    padding: 5px 5px 5px 5px;
    border: 1px solid #dddddd;
    border-top-color: white;
    background-color: #FFFFFF;
    empty-cells: hide;
    overflow: hidden;
}

.gvTDTab {
    padding: 0px 3px 0px 3px;
    vertical-align: top;
}

.cancelbtnTable {
    table-layout: fixed;
    width: 100%;
}

    .cancelbtnTable td {
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

.fvpanel {
    background-color: #EDECEC;
}

.cancelbtnTD {
    height: 35px;
}

.frmtablemain {
    font-size: 13px;
    color: #666666;
    width: 100%
}

.table100 {
    font-size: 13px;
    width: 100%;
}

.frmtablemainNew {
    font-size: 13px;
    color: #666666;
    width: 100%
}

.frmTableDis {
    font-size: 13px;
    color: White;
    background-color: #E56F6C
}

.frmTableDisNew {
    font-size: 13px;
}

.tableStandard {
    font-size: 13px;
    width: 100%;
    border: none;
    text-align: left;
    padding: 5px;
}

.tableReport {
    font-size: 13px;
    border: none;
    text-align: left;
    padding: 5px;
}

    .tableReport td {
        padding: 5px;
    }

.tableWizard {
    font-size: 13px;
    width: 100%;
    border: none;
    text-align: left;
    table-layout: fixed;
}

.tableWizardInfo {
    font-size: 13px;
    width: auto;
    border: none;
    text-align: left;
}

    .tableWizardInfo td {
        padding: 5px;
    }

.tableError {
    font-size: 14px;
    width: 100%;
    border: none;
    text-align: left;
    padding: 10px;
}

.tableStandardMobile {
    font-size: 14pt;
    width: 100%;
    border: none;
    text-align: left;
    padding: 1px;
}

.tableStandardNoPad {
    font-size: 13px;
    width: 100%;
    border: none;
    text-align: left;
    padding: 0px;
}

.tableStandardAdmin {
    font-size: 13px;
    width: 100%;
    border: none;
    text-align: left;
    padding: 5px;
    background-image: url(/images/divAdmin.png);
}

.tableStandardAction {
    font-size: 13px;
    width: 100%;
    border: none;
    text-align: left;
    padding: 5px;
    background-color: #f5f5f5;
}

.tableStandardAuto {
    font-size: 13px;
    width: auto;
    border: none;
    text-align: left;
    padding: 5px;
}


/***********************************************************************/
/**                        Form gridview style                        **/

.MainGrid {
    font-size: 8pt;
    table-layout: fixed;
}

.homeGrids {
    font-size: 8pt;
    border-width: 1px;
    border-color: #E0DFE3;
    border-style: solid;
    table-layout: fixed;
}

.homeGridsNew {
    font-size: 13px;
    border-width: 1px;
    border-color: #E0DFE3;
    border-style: solid;
    table-layout: fixed;
    width: 100%;
}

    .homeGridsNew tr:hover {
        background-color: #DCFC5C;
    }

.Grid {
    font-size: 8pt;
    border-width: 1px;
    border-color: #FFFFFF;
    border-style: solid;
    table-layout: fixed;
    overflow: scroll;
}

.Gridpopup {
    font-size: 13px;
    font-weight: 200;
    border-width: 0px;
    border-color: transparent;
    border-style: solid;
    table-layout: fixed;
    overflow: scroll;
    cursor: pointer;
}

.Gridnew {
    font-size: 13px;
    border-width: 0px;
    border-color: transparent;
    border-style: solid;
    table-layout: fixed;
    overflow: scroll;
    cursor: pointer;
    color: GrayText;
}

.Gridlistbox {
    font-size: 13px;
    border-width: 0px;
    border-color: transparent;
    border-style: solid;
    table-layout: fixed;
    overflow: scroll;
    cursor: pointer;
    color: GrayText;
    background-color: #f5f5f5;
}

.gridTime {
    font-size: 13px;
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    table-layout: fixed;
    overflow: scroll;
    cursor: pointer;
}

.GridCal {
    font-size: 13px;
    border-width: 0px;
    border-color: Silver;
    border-style: solid;
    table-layout: fixed;
    overflow: scroll;
    cursor: pointer;
    z-index: 1;
}

.GridnewNoHover {
    font-size: 13px;
    border-width: 0px;
    border-color: transparent;
    border-style: solid;
    table-layout: fixed;
    overflow: scroll;
    cursor: pointer;
    color: GrayText;
    width: 100%;
}

.GridSmallNoHover {
    font-size: 9px;
    border-width: 0px;
    border-color: transparent;
    border-style: solid;
    table-layout: fixed;
    overflow: scroll;
    cursor: pointer;
    color: GrayText;
}

.GridNoHover {
    font-size: 13px;
    border-width: 0px;
    border-color: transparent;
    border-style: solid;
    table-layout: fixed;
    overflow: scroll;
    cursor: pointer;
    color: GrayText;
}

.GridnewNoHover2 {
    font-size: 13px;
    border-width: 0px;
    border-color: transparent;
    border-style: solid;
    table-layout: fixed;
    overflow: scroll;
    cursor: pointer;
}

.hideleftbottomborder {
    border-left-width: 0px;
    border-bottom-width: 0px;
}

.gv {
    font-size: 8pt;
    border-width: 1px;
    border-color: #FFFFFF;
    border-style: solid;
    table-layout: fixed;
}

.Grid2 {
    font-size: 8pt;
    table-layout: fixed;
}

.Grid2New {
    font-size: 13px;
    table-layout: fixed;
}


.Grid td {
    text-align: left;
    padding: 3px 3px 3px 3px;
}

.Grid2 td {
    text-align: left;
    padding: 3px 3px 3px 3px;
}

.GridHeader {
    color: white;
    background-color: #99b2d6;
    font-size: 13px;
    margin: 0px;
    text-align: left;
    height: 30px;
    cursor: pointer;
}

.GridHeaderNew {
    color: white;
    background-color: #99b2d6;
    font-size: 13px;
    margin: 0px;
    text-align: left;
    height: 30px;
    cursor: pointer;
}

.GridHeader th a {
    float: left;
}

.GridHeaderLight {
    color: #ffffff;
    background-color: #99b2d6;
    font-size: 12pt;
    font-weight: 300;
    text-align: left;
    height: 40px;
}

.GridSelectedItem {
    background-color: #DCFC5C;
    height: 40px;
    /*background-color:#FDCB0A;*/
}

.GridSelectedItemRPT {
    background-color: #FFFFFF;
    color: Black;
    font-size: 13px;
    font-weight: normal;
}

.GridItem {
    background-color: #f5f5f5;
    height: 40px;
    /*background-color:#F7F6F3;*/
    /*behavior: url(/styles/rollover.htc); */
}

.GridItemPlain {
    height: 40px;
    behavior: initial;
}

.GridItemSR {
    background-color: #f5f5f5;
    height: 40px;
    /*border-bottom: 1px solid silver;*/
    /*behavior: url(/styles/rollover.htc); */
}

.GridRowBottomPadding {
    padding-bottom: 50px;
}

.NewGridItem {
    background-color: #e8effb;
    font-size: 13px;
    /*background-color:#F7F6F3;*/
    /*behavior: url(/styles/rollover.htc); */
}

.GridItemRPT {
    background-color: #DFDFDF;
    font-size: 10pt;
    height: 25px;
    color: ThreeDDarkShadow;
    font-weight: normal;
    /*behavior: url(/styles/rollover2.htc); */
}

.GridItemNoHighlight {
    /*background-color:#FFFFFF;*/
    background-color: Transparent;
}

.GridDetailItem {
    background-color: #eee8aa;
}

.GridAltItem {
    background-color: #FFFFFF;
    height: 40px;
    behavior: url(/styles/rollover.htc);
}

.GridAltItemSR {
    background-color: #FFFFFF;
    height: 40px;
    /*border-bottom: 1px solid silver;*/
    behavior: url(/styles/rollover.htc);
}

.GridAltItemSRNoLine {
    background-color: #FFFFFF;
    height: 40px;
    behavior: url(/styles/rollover.htc);
}

.GridAltItemRPT {
    background-color: #DFDFDF;
    font-size: 13px;
    height: 25px;
    color: ThreeDDarkShadow;
    font-weight: normal;
    behavior: url(/styles/rollover2.htc);
    cursor: pointer;
}

.GridAltItemNoHighlight {
    /*background-color:#FFFFFF;*/
    background-color: Transparent;
    behavior: initial;
}

.GridEditItem {
    background-color: #DCFC5C;
}
/**********************************************************************/

table.table {
    font-size: 1em;
}


    table.table th {
        padding-left: 5px;
        background: #DADADA;
        text-align: left;
    }


/* not sure what this is used for */
table.table {
    width: 100%;
}

    table.table td {
        padding: 5px 5px 10px;
        vertical-align: top;
        background: #F1F1F1;
    }

div.indent {
    padding-left: 25px;
}

.hiddencol {
    display: none;
}

.spacecol {
    width: 10px;
}

.currencycol {
    width: 85px;
    text-align: right;
}

.datecol {
    width: 75px;
}

.residentcol {
    width: 150px;
    text-align: left;
}

.tabButton {
    border-style: solid;
    border-top-color: Silver;
    border-top-width: 1px;
    border-right-width: 1px;
    border-right-color: Silver;
    border-left-width: 1px;
    border-left-color: Silver;
    border-bottom-width: 0px;
    cursor: default;
    font-size: 8pt;
    width: 60px;
    height: 25px;
}

.tabButtonWide {
    border-style: solid;
    border-top-color: Silver;
    border-top-width: 1px;
    border-right-width: 1px;
    border-right-color: Silver;
    border-left-width: 1px;
    border-left-color: Silver;
    border-bottom-width: 0px;
    cursor: default;
    font-size: 8pt;
    width: 80px;
    height: 25px;
}

.tabBox {
    width: 65px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.ovrButton {
    border-style: solid;
    border-right-color: Silver;
    border-right-width: 1px;
    border-left-width: 1px;
    border-left-color: Silver;
    border-top-width: 4px;
    border-top-color: #ff6347;
    border-bottom-width: 0px;
    cursor: pointer;
    font-size: 8pt;
    width: 60px;
    height: 25px;
}

.cancelButton {
    background-color: #dcdcdc;
    border-color: Silver;
    font-size: 13px;
    border-width: 1px;
    cursor: pointer;
}

.numcol {
    text-align: right;
}

.watermark3 {
    font-size: 13px;
    color: #C0C0C0 !important;
    text-align: left;
    text-indent: 2px;
    height: 54px;
    vertical-align: middle;
}

.watermark5 {
    font-size: 13px;
    color: #C0C0C0 !important;
    text-align: left;
    text-indent: 2px;
    height: 90px;
    vertical-align: middle;
}


.fvbackcolor {
    border: 1px solid Gray;
    background-color: #EDECEC;
    table-layout: fixed;
}

.fvbackcolornoborder {
    background-color: #EDECEC;
    table-layout: fixed;
    table-layout: fixed;
    border-collapse: collapse;
}

.fvbackcolornoborderNew {
    background-color: White;
    table-layout: fixed;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

.fvbackcolornoborderMobile {
    background-color: #f5f8fc;
    table-layout: fixed;
    table-layout: fixed;
    border-collapse: collapse;
}

.tableFV {
    background-color: #EDECEC;
    table-layout: fixed;
    width: 460px;
}

.TDbackcolor {
    background-color: #EDECEC;
}

.title {
    border: solid 0px white;
    font-weight: 500;
    font-size: 25px;
    color: #414B56;
    padding: 0px;
}

.pageTitle {
    border: solid 0px white;
    font-weight: 500;
    font-size: 18px;
    color: #414B56;
    padding: 0px;
    margin-left: 13px;
}

.pageTitleNoMargin {
    border: solid 0px white;
    font-weight: 500;
    font-size: 18px;
    color: #414B56;
    padding: 0px;
}

.pageBackButton {
    padding: 0px;
    margin-left: 15px;
}

.pageSubText {
    width: 100%;
    font-size: 14px;
    margin-left: 13px;
}

.errorText {
    width: 100%;
    font-size: 14px;
}

.helpTitle {
    border: solid 0px white;
    font-size: 22pt;
    color: #414B56;
    padding: 0px;
}

.helpText {
    font-family: 'Roboto', sans-serif;
    border: solid 0px white;
    font-size: 16px;
    color: #414B56;
    padding: 10px 0px 10px 0px;
}

.pageTitleBorderless {
    font-size: 18pt;
    color: #414B56;
}

.pageTitleNoBorder {
    font-size: 22pt;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}


.homeTitle {
    border: solid 5px transparent;
    font-size: 14pt;
    color: #414B56;
}


.tblError {
    width: 100%;
}

.tblErrorTD {
    color: #000000;
    vertical-align: top;
    padding-left: 5px;
    width: 100px;
}

.errorBackColor {
    background-color: #FFFFFF;
}

.GridHeaderILBC {
    color: #ffffff;
    background-color: #A78FF1;
    text-align: left;
    height: 20px;
}

    .GridHeaderILBC th a {
        float: left;
    }

.GridHeaderCensus {
    color: #ffffff;
    background-color: #E7A134;
    text-align: left;
    height: 20px;
}

    .GridHeaderCensus th a {
        float: left;
    }


.GridHeaderDOB {
    color: #ffffff;
    background-color: #F18FAA;
    text-align: left;
    height: 20px;
}

    .GridHeaderDOB th a {
        float: left;
    }


.GridHeaderCIR {
    color: #ffffff;
    background-color: #79BA65;
    text-align: left;
    height: 20px;
}

    .GridHeaderCIR th a {
        float: left;
    }

.GridHeaderSMO {
    color: #ffffff;
    background-color: #BAB765;
    text-align: left;
    height: 20px;
}

    .GridHeaderSMO th a {
        float: left;
    }


.GridHeaderBilling {
    color: #ffffff;
    background-color: #65B9BA;
    text-align: left;
    height: 20px;
}

    .GridHeaderBilling th a {
        float: left;
    }


.ConditionAreaInfo {
    font-size: 13pt;
    text-align: center;
    width: 100%;
    text-align: center;
}

.GridHeaderNested {
    color: #979797;
    background-color: #EEEEEE; /*#D5E2F3;*/
    text-align: left;
    height: 10px;
}

.GridItemNested {
    font-size: 7pt;
    height: 10px;
}

.GridEmptyNested {
    color: #ffffff;
    background-color: #C7311D; /*#D5E2F3;*/
    text-align: left;
}

.ovrButtonWide {
    border-style: solid;
    border-right-color: Silver;
    border-right-width: 1px;
    border-left-width: 1px;
    border-left-color: Silver;
    border-top-width: 4px;
    border-top-color: #ff6347;
    border-bottom-width: 0px;
    cursor: pointer;
    font-size: 8pt;
    width: 80px;
    height: 25px;
}

.collapsePanel {
    width: 100%;
    height: 0px;
    background-color: White;
    overflow: hidden;
}

.collapsePanelHeader {
    width: 100%;
    height: 20px;
    color: white;
    background-color: #92B4E0;
    float: left;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.timeHeaderOFF {
    background-color: #EFF2F3;
    color: Navy;
}

.GridFooterTime {
    color: #000000;
    font-weight: bold;
    /*background-color:#5A7DC5;*/
    background-color: #D6D6D6;
    height: 15px;
}

.modalBackground {
    top: 0px !important;
    left: 0px !important;
    position: absolute !important;
    background: #DCDCDC;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
    z-index: 99999 !important;
}

.msgBoxTitle {
    background-color: #5A7DC5;
    color: White;
    font-size: 10pt;
}

.msgBox {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: #778899;
    padding: 3px;
    z-index: 10001;
    width: 350px;
    vertical-align: middle;
    text-align: center;
    font-size: 10pt;
}

.msgBoxTitle2 {
    font-size: 14pt;
    font-weight: normal;
    color: White;
}

.msgboxLabel {
    font-size: 13pt;
    font-weight: normal;
    color: White;
    cursor: default;
}

.msgBox2 {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    padding: 0px;
    z-index: 10001;
    width: 350px;
    vertical-align: middle;
    text-align: center;
    font-size: 10pt;
    padding-bottom: 0px;
}

.msgBox3 {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    padding: 0px;
    z-index: 10001;
    width: 600px;
    vertical-align: middle;
    text-align: center;
    font-size: 10pt;
}

.msgBoxFV {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    padding: 0px;
    z-index: 10001;
    vertical-align: middle;
    text-align: center;
    font-size: 10pt;
}

.modal_close_btn {
    cursor: pointer;
}

.msgboxtblHeader {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    height: 50px;
    table-layout: fixed;
    padding: 0 0 5px 0;
    margin: 0 0 0 0;
    background-color: #399aef;
}

.msgboxHeader {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    height: 50px;
    table-layout: fixed;
    padding: 0 0 5px 0;
    margin: 0 0 0 0;
    background-color: #399aef;
}

.msgboxFooter {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    height: 70px;
    font-size: 13px;
    table-layout: fixed;
    padding: 15px 0 0;
    margin: 0 0 0 0;
    background-color: #f7f3f7;
}

.msgboxContainerFooter {
    width: 100%;
    table-layout: fixed;
}

.msgboxContainer {
    width: 100%;
    border: 0px;
    table-layout: fixed;
}

.msgboxLeft {
    vertical-align: middle;
    text-align: left;
    height: 50px;
    padding-left: 10px;
}

.msgboxRight {
    vertical-align: middle;
    text-align: right;
    height: 50px;
    padding-right: 10px;
}

.msgboxBack {
    /*background-color:#EEEEEE;*/
    background-color: white;
}

.lblmsgstyle {
    border-style: none;
    border-color: Black;
    border: 1px;
    text-align: left;
    padding: .3cm;
}

.msgboxtblBody {
    width: 100%;
    border: 1px;
    border-color: #59595D;
    table-layout: fixed;
}


.msgBoxText {
    font-size: 10pt;
    font-weight: normal;
    color: #474747;
}

.msgBoxTextNew {
    font-size: 13px;
    font-weight: normal;
    /*color: #474747;*/
}

.msgBoxHighlightedText {
    font-size: 10pt;
    font-weight: bold;
    color: #DD7643;
}

.footerbar {
    background: #2e5cb8;
    height: 25px;
    width: 100%;
    WHITE-SPACE: nowrap;
    border-top: 1px solid #999999;
}

.IE8Fix {
    z-index: 1000;
}

.tblMainstyle {
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 3px;
}

.tblMainstyleNew {
    width: 100%;
    font-size: 13px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}

.showPic {
    display: inherit;
}

.hidePic {
    display: none;
}

.td_header_back {
    background-color: Fuchsia;
}

.homeBack {
    background-color: #f5f5f5;
}

.homeBack_org {
    background: url(/images/watermark.png) 50% 50% no-repeat;
}

.issueText {
    font-size: 13px;
    color: white;
    border: none;
    text-align: left;
    background-color: transparent;
}

/* Rating */

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.ratingStarBig {
    font-size: 0pt;
    width: 24px;
    height: 24px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/images/FilledStar24.png);
}

.emptyRatingStar {
    background-image: url(/images/EmptyStar24.png);
}

.savedRatingStar {
    background-image: url(/images/FilledStar24.png);
}

.emptyRatingStarBig {
    background-image: url(/images/EmptyStar24.png);
}

.filledRatingStarBig {
    background-image: url(/images/FilledStar24.png);
}

.cursor_hand {
    cursor: pointer;
}

.cursor_default {
    cursor: default;
}

.wizardButton {
    background-color: Orange;
    border-color: Silver;
    font-size: 13px;
    border-width: 1px;
    cursor: pointer;
    height: 40px;
    width: 150px;
}

.HiddenColumn {
    display: none;
}

.Gridnew tr:hover, .Gridnew tr.normal:hover, .Gridnew tr.alternate:hover, .Gridnew tr.editted:hover, .Gridnew tr.different:hover {
    background-color: #DCFC5C;
}

.Gridnew tr.selected, tr.editted {
    background-color: #DCFC5C;
    height: 40px;
}

.Gridlistbox tr.selected, tr.editted {
    background-color: #1989f3;
    color: white;
    font-weight: 900;
}

.Gridnew tr.normal {
    background-color: white;
    height: 40px;
}

.Gridlistbox tr.normal {
    background-color: #f5f5f5;
}

.Gridnew tr.alternate {
    background-color: #f5f5f5;
    height: 40px;
}

.Gridnew tr.different {
    background-color: var(--bgc, white);
    height: 40px;
}

.MyTabStyle .ajax__tab_header {
    font-size: 14px;
    display: block;
}

    .MyTabStyle .ajax__tab_header .ajax__tab_outer {
        border-color: #222;
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
        height: 30px;
        border: solid 1px #d7d7d7;
    }

    .MyTabStyle .ajax__tab_header .ajax__tab_inner {
        border-color: #666;
        color: #666;
        padding: 3px 10px 2px 0px;
    }

.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
    background-color: #DCFC5C;
    cursor: pointer;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
    color: #000;
    cursor: pointer;
}

.MyTabStyle .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #399aef;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner {
    color: #fff;
    border-color: #333;
}

.MyTabStyle .ajax__tab_body {
    font-size: 13px;
    background-color: #fff;
    border-top-width: 0;
    border: solid 1px #d7d7d7;
    border-top-color: #d7d7d7;
}

.MyTabStyle .ajax__tab_disabled {
    display: none;
}


.MyTabStyle2 .ajax__tab_header {
    font-size: 14px;
    display: block;
}

    .MyTabStyle2 .ajax__tab_header .ajax__tab_outer {
        border-color: #222;
        color: #222;
        padding-left: 10px;
        margin-right: 3px;
        height: 30px;
        border: solid 1px #d7d7d7;
    }

    .MyTabStyle2 .ajax__tab_header .ajax__tab_inner {
        border-color: #666;
        color: #666;
        padding: 3px 10px 2px 0px;
    }

.MyTabStyle2 .ajax__tab_hover .ajax__tab_outer {
    background-color: #fccd5c;
    cursor: pointer;
}

.MyTabStyle2 .ajax__tab_hover .ajax__tab_inner {
    color: #000;
    cursor: pointer;
}

.MyTabStyle2 .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #acdee8;
}

.MyTabStyle2 .ajax__tab_active .ajax__tab_inner {
    color: #fff;
    border-color: #333;
}

.MyTabStyle2 .ajax__tab_body {
    font-size: 13px;
    background-color: #fff;
    border-top-width: 0;
    border: solid 0px #d7d7d7;
    border-top-color: #d7d7d7;
}

.MyTabStyle2 .ajax__tab_disabled {
    display: none;
}

.watermarked {
    background-color: white;
    border: 1px solid #BEBEBE;
    color: #D5D5D5 !important;
    font-style: italic;
    height: 15px;
    padding: 2px 0 0 2px;
}

.watermarkedNew {
    background-color: white;
    border: 0px solid #dcdcdc;
    /*height: 20px;*/
    font-size: 13px;
    font-style: italic;
    color: #D5D5D5 !important;
    padding: 2px 0 0 2px;
}

.watermarkedNewFilter {
    background-color: #f5f5f5;
    border: 0px solid #dcdcdc;
    /*height: 30px;*/
    font-size: 13px;
    color: #D5D5D5 !important;
    font-style: italic;
    padding-left: 5px;
}

.watermarkedNewFilterSide {
    background-color: white;
    border: 0px none #dcdcdc;
    height: 30px;
    font-size: 13px;
    color: #D5D5D5 !important;
    font-style: italic;
    padding-left: 5px;
}

.GridFooter {
    color: #666666;
    background-color: #e9e9e9;
    height: 15px;
}

    .GridFooter tr:hover {
        background-color: #e9e9e9;
    }

.GridPager {
    font-weight: 500;
    position: absolute;
    top: 60px;
    right: 50px;
    background-color: transparent !important;
}

    .GridPager a, .GridPager span {
        display: block;
        height: 15px;
        width: 15px;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        padding-right: 10px;
    }

    /* Other Pages*/
    .GridPager a {
        background-color: #f5f5f5;
        color: GrayText;
        border: 1px solid silver;
        padding: 1px 1px 1px 1px;
        cursor: pointer;
    }

    /*Selected Page*/
    .GridPager span {
        background-color: #c1c1c1;
        color: White;
        font-weight: 700;
        border: 1px solid #c1c1c1;
        padding: 1px 1px 1px 1px;
        cursor: pointer;
    }

    /*Other Pages*/
    .GridPager a:hover {
        background-color: Gray;
        color: White;
        font-weight: 700;
    }

.lblCareScore {
    font-size: 100pt;
    font-weight: bold;
}

.gridWait {
    font-size: 13px;
    color: #969696;
}

.wrapper {
    position: relative;
}

.updateProgress {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-right: -20px;
    width: 100px;
    height: 40px;
    text-align: center;
}

.WrapperDiv {
    height: calc(100vh - var(--hs, 300px));
    width: var(--w, 100%);
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    pointer-events: all;
}

.WrapperDivScroll {
    width: var(--w, 100%);
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: all;
    height: calc(100vh - var(--hs, 265px));
    transition: max-height 0.3s ease-out; /* Smooth transition effect */
}

.WrapperDivScrollParam {
    width: var(--w, 100%);
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: all;
    height: calc(100vh - 250px);
}

.WrapperDivScrollTop {
    width: var(--w, 100%);
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: all;
    height: var(--toph, 180px);
}

.WrapperDivScrollTab {
    width: 100%;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: all;
    height: calc(100vh - var(--hs, 457px));
}

.WrapperDivScrollMD {
    width: 100%;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: all;
    height: calc(100vh - var(--hs, 520px));
}

.NotifyDiv {
    width: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: all;
    max-height: 425px;
}

.NotifyDivScroll {
    width: 420px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: all;
    max-height: 425px;
}

.noScroll {
    overflow: hidden;
    width: auto;
}

.WrapperDivScroll::-webkit-scrollbar, .quickreports_cbo::-webkit-scrollbar, .lb::-webkit-scrollbar, .WrapperDivScrollMD::-webkit-scrollbar, .WrapperDivScrollTab::-webkit-scrollbar, .WrapperDivScrollTop::-webkit-scrollbar, .WrapperDivScrollParam::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.WrapperDivScroll::-webkit-scrollbar-track, .quickreports_cbo::-webkit-scrollbar-track, .lb::-webkit-scrollbar-track, .WrapperDivScrollMD::-webkit-scrollbar-track, .WrapperDivScrollTab::-webkit-scrollbar-track, .WrapperDivScrollTop::-webkit-scrollbar-track, .WrapperDivScrollParam::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.WrapperDivScroll::-webkit-scrollbar-thumb, .quickreports_cbo::-webkit-scrollbar-thumb, .lb::-webkit-scrollbar-thumb, .WrapperDivScrollMD::-webkit-scrollbar-thumb, .WrapperDivScrollTab::-webkit-scrollbar-thumb, .WrapperDivScrollTop::-webkit-scrollbar-thumb, .WrapperDivScrollParam::-webkit-scrollbar-thumb {
    background: #bebebe;
}

    /* Handle on hover */
.WrapperFVDiv::-webkit-scrollbar-thumb:hover, .quickreports_cbo::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.NotifyDivScroll::-webkit-scrollbar {
    width: 15px;
}

/* Track */
.NotifyDivScroll::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-left: 10px white solid;
    background-clip: padding-box;
}

/* Handle */
.NotifyDivScroll::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-left: 10px white solid;
    background-clip: padding-box;
}

    /* Handle on hover */
.NotifyDivScroll::-webkit-scrollbar-thumb:hover {
        background: #c0c0c0;
    }

div::-webkit-scrollbar {
    width: 10px;
}

div::-webkit-scrollbar-thumb:hover {
    background: #888;
}

div::-webkit-scrollbar-thumb {
    background: #bebebe;
}

div::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dimmer {
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: var(--setheight, 10px);
    z-index: 100500;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    pointer-events: none;
}

.cursorpointer {
    cursor: pointer !important;
}

.cursorhelp {
    cursor: help;
}

.center_groups {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
}

.popFooter {
    font-size: 13px;
    width: 100%;
    padding-left: 5px;
    border-top: 1px solid #A9A9A9;
    background-color: #e1e1e1;
}

.cpHeader {
    color: white;
    background-color: #979797;
    font-size: 12px;
    cursor: pointer;
    width: 450px;
    height: 18px;
    padding: 4px;
}


a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #99b2d6 url("/images/up-arrow.png") no-repeat center 50%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a:hover.back-to-top {
    background-color: #DCFC5C;
}

.panelStandard {
    font-size: 13px;
}

.bubble-notification {
    position: relative;
    background: #f5f5f5;
    /*border: 1px solid #a9a9a9;*/
    /*max-width: 1000px;*/
    padding: 10px;
    margin: 0 auto;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 6px;
}

    .bubble-notification:after,
    .bubble-notification:before {
        right: 100%;
        top: 40%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

.bubble-general {
    position: relative;
    background: #d6f8e7;
    border: 2px solid #d6f8e7;
    /*max-width: 1000px;*/
    padding: 10px;
    margin: 0 auto;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 8px;
}

    .bubble-general:after,
    .bubble-general:before {
        right: 100%;
        top: 40%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .bubble-general:after {
        border-color: rgba(219, 253, 215, 0);
        border-right-color: #d6f8e7;
        border-width: 12px;
        margin-top: -12px;
    }

    .bubble-general:before {
        border-color: rgba(46, 204, 30, 0);
        border-right-color: #d6f8e7;
        border-width: 13px;
        margin-top: -13px;
    }

.bubble-resident {
    position: relative;
    background: #9ce1ff;
    border: 2px solid #9ce1ff;
    /*max-width: 1000px;*/
    padding: 10px;
    margin: 0 auto;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 8px;
}

    .bubble-resident:after,
    .bubble-resident:before {
        right: 100%;
        top: 40%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .bubble-resident:after {
        border-color: rgba(215, 233, 253, 0);
        border-right-color: #9ce1ff;
        border-width: 12px;
        margin-top: -12px;
    }

    .bubble-resident:before {
        border-color: rgba(59, 152, 255, 0);
        border-right-color: #9ce1ff;
        border-width: 13px;
        margin-top: -13px;
    }

.bubble-important {
    position: relative;
    background: #f8e1df;
    border: 2px solid #f8e1df;
    /*max-width: 1000px;*/
    padding: 10px;
    margin: 0 auto;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 8px;
}

    .bubble-important:after,
    .bubble-important:before {
        right: 100%;
        top: 40%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .bubble-important:after {
        border-color: rgba(253, 215, 215, 0);
        border-right-color: #f8e1df;
        border-width: 12px;
        margin-top: -12px;
    }

    .bubble-important:before {
        border-color: rgba(255, 59, 59, 0);
        border-right-color: #f8e1df;
        border-width: 13px;
        margin-top: -13px;
    }

.bubble-reply {
    position: relative;
    padding: 10px 20px;
    margin: 0 auto;
    font-size: 14px;
    border-radius: 8px;
    background-color: #d8d8d8;
    top: 5px;
}

    .bubble-reply::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 20px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 20px solid #d8d8d8;
    }

.MyTabStyleNew .ajax__tab_header:after {
    clear: both !important;
}

.MyTabStyleNew .ajax__tab_disabled {
    display: none !important;
}

.MyTabStyleNew .ajax__tab_header:before, .tabs .ajax__tab_header:after {
    content: "" !important;
    display: table !important;
}

.MyTabStyleNew .ajax__tab_header {
    font-size: 11px !important;
    display: block !important;
    height: 36px !important;
    background-image: none !important;
}

    .MyTabStyleNew .ajax__tab_header .ajax__tab_outer {
        background-image: none !important;
        border-color: #222 !important;
        color: #222 !important;
        padding-left: 1px !important;
        margin-right: 3px !important;
        height: 30px !important;
        border: solid 1px #d7d7d7 !important;
    }

    .MyTabStyleNew .ajax__tab_header .ajax__tab_tab {
        height: 30px !important;
        padding: 4px !important;
        margin: 0 !important;
        color: #666 !important;
        background-image: none !important;
    }

    .MyTabStyleNew .ajax__tab_header .ajax__tab_inner {
        border-color: #666 !important;
        color: #666 !important;
        padding: 3px 1px 2px 0px !important;
        background-image: none !important;
    }

.MyTabStyleNew .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff !important;
    background-color: #7dbdf5 !important;
    background-image: none !important;
}

.MyTabStyleNew2 .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff !important;
    background-color: #7dbdf5 !important;
    background-image: none !important;
}

.MyTabStyleNew .ajax__tab_active .ajax__tab_inner {
    color: #fff !important;
    border-color: #333 !important;
}

.MyTabStyleNew .ajax__tab_active .ajax__tab_tab {
    color: #fff !important;
    background-image: none !important;
}

.MyTabStyleNew .ajax__tab_inner {
    background-image: none !important;
}

.MyTabStyleNew .ajax__tab_hover .ajax__tab_outer {
    background-color: #DCFC5C !important;
    background-image: none !important;
    cursor: pointer !important;
}

.MyTabStyleNew .ajax__tab_hover .ajax__tab_inner {
    color: #000 !important;
    cursor: pointer !important;
}

.MyTabStyleNew .ajax__tab_hover .ajax__tab_tab {
    background-image: none !important;
    color: #000 !important;
}

.MyTabStyleNew .ajax__tab_hover .ajax__tab_outer .ajax__tab_active {
    background-image: none !important;
    color: red !important;
}

.MyTabStyleNew .ajax__tab_body {
    font-size: 13px !important;
    background-color: #fff !important;
    border-top-width: 0 !important;
    border: solid 1px #d7d7d7 !important;
    padding: 0px !important;
}

.MyTabStyleNew2 .ajax__tab_header:after {
    clear: both;
}

.MyTabStyleNew2 .ajax__tab_disabled {
    display: none !important;
}

.MyTabStyleNew2 .ajax__tab_header:before, .tabs .ajax__tab_header:after {
    content: "";
    display: table;
}

.MyTabStyleNew2 .ajax__tab_header {
    font-size: 11px !important;
    display: block;
    height: 36px;
    background-image: none !important;
}

    .MyTabStyleNew2 .ajax__tab_header .ajax__tab_outer {
        background-image: none !important;
        border-color: #222;
        color: #222;
        padding-left: 1px;
        margin-right: 3px;
        height: 30px !important;
        border: solid 1px #d7d7d7;
    }

    .MyTabStyleNew2 .ajax__tab_header .ajax__tab_tab {
        height: 30px;
        padding: 4px;
        margin: 0;
        color: #666;
        background-image: none !important;
    }

    .MyTabStyleNew2 .ajax__tab_header .ajax__tab_inner {
        border-color: #666;
        color: #666;
        padding: 3px 1px 2px 0px;
        background-image: none !important;
    }

.MyTabStyleNew2 .ajax__tab_active .ajax__tab_outer {
    border-bottom-color: #ffffff;
    background-color: #7dbdf5;
    background-image: none !important;
}

.MyTabStyleNew2 .ajax__tab_active .ajax__tab_inner {
    color: #fff;
    border-color: #333;
}

.MyTabStyleNew2 .ajax__tab_active .ajax__tab_tab {
    color: #fff;
    background-image: none !important;
}

.MyTabStyleNew2 .ajax__tab_inner {
    background-image: none !important;
}

.MyTabStyleNew2 .ajax__tab_hover .ajax__tab_outer {
    background-color: #DCFC5C;
    background-image: none !important;
    cursor: pointer;
}

.MyTabStyleNew2 .ajax__tab_hover .ajax__tab_inner {
    color: #000;
    cursor: pointer;
}

.MyTabStyleNew2 .ajax__tab_hover .ajax__tab_tab {
    background-image: none !important;
    color: #000;
}

.MyTabStyleNew2 .ajax__tab_hover .ajax__tab_outer .ajax__tab_active {
    background-image: none !important;
    color: red;
}

.MyTabStyleNew2 .ajax__tab_body {
    font-size: 13px !important;
    background-color: #fff !important;
    border-top-width: 0 !important;
    border: solid 1px #d7d7d7 !important;
    padding: 0px !important;
}

.txtBigLight {
    font-size: 12pt !important;
    color: #a1a1a1;
}

.txtBig {
    font-size: 14pt !important;
}

.daybox {
    position: relative;
    padding-top: 5px;
    padding-left: 10px;
    text-align: left;
    height: 35px;
    vertical-align: middle;
}

.note {
    background-image: linear-gradient(225deg, #ff4c4c, #ff4c4c 10px, transparent 10px, transparent);
}

.hourglass {
    right: 3px;
    position: absolute;
    bottom: 3px;
    cursor: help;
}

.hourglass2 {
    right: 23px;
    position: absolute;
    bottom: 3px;
    cursor: help;
}

.daybox_available {
    height: 20px;
}

    .daybox_available:hover {
        background-size: 95px 16px;
        background-image: url("/images/available_plus.png");
        background-position: center;
        background-repeat: no-repeat;
    }

.daybox_unavailable {
    height: 20px;
}

    .daybox_unavailable:hover {
        background-size: 95px 16px;
        background-image: url("/images/unavailable_plus.png");
        background-position: center;
        background-repeat: no-repeat;
    }

.daybox_empty {
    height: 20px;
}

    .daybox_empty:hover {
        background-size: 16px 16px;
        background-image: url("/images/plus.svg");
        background-position: center;
        background-repeat: no-repeat;
    }

.daylabel {
    font-size: 11px;
    font-weight: 500;
    color: #000;
    /*line-height: 35px;*/
    vertical-align: middle;
}

.daylabel2 {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    /*line-height: 35px;*/
    vertical-align: middle;
}

.daylabel_cost {
    font-size: 9px;
    color: forestgreen;
}

.day_hours {
    font-size: 10pt;
    font-weight: 500;
    color: #000;
    opacity: .5;
    vertical-align: top;
}

.daylabel_shift {
    font-size: 11px;
    cursor: help;
    color: #777777;
    /*line-height: 35px;*/
    vertical-align: middle;
}

.daylabel_shift2 {
    font-size: 12px;
    color: #000;
    /*line-height: 35px;*/
    vertical-align: middle;
}

.padMe {
    padding: 3px;
    font-size: 9pt;
    font-weight: 500;
    color: #000;
    text-align: left;
    border-width: 0px;
    width: 90px;
    vertical-align: top;
}

.divDay {
    position: relative;
    left: 5px;
}

.floating_note {
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 75px;
}

.floating_span {
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 10px;
}

.loading-image {
    position: relative;
    top: 45%;
    height: 100px;
    width: 100px;
}

/**************************************************************************/
/* Modal Message Box */
/**************************************************************************/

.modal_dialog_panel_main {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    padding: 0px;
    z-index: 10001;
    width: 420px;
    vertical-align: middle;
    text-align: center;
    font-size: 10pt;
    padding-bottom: 0px;
}

.modal_dialog_panel_main_system {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    padding: 0px;
    z-index: 100010;
    width: 420px;
    vertical-align: middle;
    text-align: center;
    font-size: 10pt;
    padding-bottom: 0px;
    box-shadow: 5px 5px 14px -5px black;
}

.modal_msgbox_panel_main {
    background-color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    padding: 0px;
    z-index: 9999;
    vertical-align: middle;
    text-align: center;
    font-size: 10pt;
    padding-bottom: 0px;
    box-shadow: 5px 5px 14px -5px black;
    max-height: 80vh; /* 80% of viewport height */
}

.hot_title {
    background-color: #e90037;
    -webkit-animation: hot_title_ani 1s infinite; /* Safari 4+ */
    -moz-animation: hot_title_ani 1s infinite; /* Fx 5+ */
    -o-animation: hot_title_ani 1s infinite; /* Opera 12+ */
    animation: hot_title_ani 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes hot_title_ani {
    0%, 49% {
        background-color: #e90037;
    }

    50%, 100% {
        background-color: #399aef;
    }
}

.modal_msgbox_div_title_alt {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    height: 50px;
    table-layout: fixed;
    padding: 0 0 5px 0;
    margin: 0 0 0 0;
    background-color: #399aef;
}

.modal_msgbox_table_title {
    width: 100%;
    border: 0px;
    height: inherit;
    table-layout: fixed;
}

.modal_msgbox_left {
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
    padding-right: 10px;
    width: auto;
    white-space: nowrap;
}

.modal_msgbox_right {
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
    padding-left: 10px;
    margin-left: auto;
    width: fit-content;
}

.modal_msgbox_right_buttons {
    vertical-align: top;
    text-align: right;
    padding-right: 15px;
    padding-left: 10px;
    margin-left: auto;
}

.modal_msgbox_right_buttons_settings {
    vertical-align: top;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
}

.modal_msgbox_right_close {
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
    padding-left: 10px;
    width: 100px;
}

.modal_msgbox_center {
    margin-left: auto;
    margin-right: auto;
}

.modal_msgbox_label_title {
    font-size: 18px;
    font-weight: 500;
    color: var(--color, #ffffff);
    cursor: default;
}

.modal_msgbox_table_body {
    width: 100%;
    border: 1px;
    min-height: 80px;
    border-color: #59595D;
    table-layout: fixed;
}

.modal_msgbox_background {
    background-color: white;
}

.modal_msgbox_icon_body {
    text-align: center;
    padding-left: 10px;
    padding-top: 10px;
    width: var(--w, 70px);
    vertical-align: middle;
}

.modal_msgbox_label_body {
    border-style: solid;
    border-color: Black;
    border: 1px;
    text-align: left;
    padding: .3cm;
    vertical-align: middle;
}

.modal_msgbox_label_message {
    font-weight: normal;
}

.modal_msgbox_time_message {
    font-size: 25pt;
    font-weight: 300;
}

.modal_msgbox_table_footer {
    width: 100%;
    table-layout: fixed;
}

.modal_msgbox_div_footer {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    height: 55px;
    font-size: 13px;
    table-layout: fixed;
    padding: 10px 0 0 0;
    margin: 0 0 0 0;
    /*background-color: #f7f3f7;*/
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.modal_msgbox_screen_background {
    top: 0px !important;
    left: 0px !important;
    position: absolute !important;
    background: #5a5a5a;
    filter: opacity(0.8) !important;
    opacity: 0.8 !important;
    z-index: 88 !important;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.modal_msgbox_screen2_background {
    top: 0px !important;
    left: 0px !important;
    position: absolute !important;
    background: #5a5a5a;
    filter: opacity(0.8) !important;
    opacity: 0.8 !important;
    z-index: 90 !important;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.modal_dialog_screen_background {
    top: 0px !important;
    left: 0px !important;
    position: absolute !important;
    background: #5a5a5a;
    filter: opacity(0.8) !important;
    opacity: 0.8 !important;
    z-index: 99 !important;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.modal_dialog_screen_background_system {
    top: 0px !important;
    left: 0px !important;
    position: absolute !important;
    background: #5a5a5a;
    filter: opacity(0.8) !important;
    opacity: 0.8 !important;
    z-index: 1000 !important;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.modal_msgbox_message_icon {
    vertical-align: middle;
    text-align: center;
    width: 70px;
}

.modal_msgbox_message_table {
    background-color: transparent;
    width: 100%;
    padding: 5px;
    overflow: hidden !important;
}

.modal_msgbox_message_panel {
    width: 100%;
    background-color: #FFFFEE;
    height: 70px;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.modal_msgbox_message_label {
    background-color: Transparent;
    font-size: 12pt;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.loading_background {
    position: fixed;
    background-color: rgba(220, 220, 220, 0.7);
    min-height: 100%;
    min-width: 100%;
    background-image: url("/images/working2.gif");
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10998 !important;
    overflow: hidden;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.loading_background_system {
    position: fixed;
    background-color: rgba(220, 220, 220, 0.7);
    min-height: 100%;
    min-width: 100%;
    background-image: url("/images/working2.gif");
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10999 !important;
    overflow: hidden;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.loading_background_report {
    position: fixed;
    background-color: rgba(220, 220, 220, 0.7);
    min-height: 100%;
    min-width: 100%;
    background-image: url("/images/workingRPT.gif");
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500 !important;
    overflow: hidden;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.circularVAR {
    display: inline-block;
    width: var(--setwidth, 32px);
    height: var(--setheight, 32px);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    cursor: help;
    border: solid lightgray 1px;
}

.circular135 {
    display: inline-block;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: solid lightgray 1px;
    background-color: white;
}

.circular225 {
    display: inline-block;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: solid lightgray 1px;
    background-color: white;
}

.circular275 {
    display: inline-block;
    width: 275px;
    height: 275px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: solid lightgray 1px;
    background-color: white;
}

.myCalendar {
    background-image: url("/images/calendar24.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.tableFooter {
    font-size: 10pt;
    color: gray;
    width: 100%;
    border: none;
    text-align: left;
    padding-top: 5px;
    background-color: #f7f7f7;
}

.footerColumn {
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    line-height: 12px;
    color: GrayText;
    font-size: 12px;
}

.badge0 {
    position: relative;
    font-size: 12px;
    font-weight: 600;
}

    .badge0[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: -20px;
        right: -35px;
        font-size: .8em;
        font-weight: 600;
        background: #fa453d;
        color: white;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }

.badge_clock {
    position: relative;
    font-size: 12px;
    font-weight: 500;
}

    .badge_clock[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: 0px;
        right: 0px;
        background-image: url("/images/clock64.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 20px;
        height: 20px;
        text-align: center;
        box-shadow: 0 0 0px #333;
    }

.badge1 {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

    .badge1[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: var(--settop, -20px);
        right: var(--setright, -40px);
        font-size: .8em;
        font-weight: 300;
        background: #fa453d;
        color: white;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }

.badgeNotifications {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.badgeNotifications[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: var(--settop, -20px);
        right: var(--setright, -40px);
        font-size: .8em;
        font-weight: 500;
        background: #fa453d;
        color: white;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
        animation: msPulseEffect 1s infinite;
}

.badgeAlerts {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.badgeAlerts[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: var(--settop, -20px);
    right: var(--setright, -40px);
    font-size: .8em;
    font-weight: 500;
    background: #fa453d;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
    animation: msPulseEffect 1s infinite;
}

.badgeIsolations {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.badgeIsolations[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: var(--settop, -20px);
    right: var(--setright, -40px);
    font-size: .8em;
    font-weight: 500;
    background: #fa453d;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 1px #333;
    animation: msPulseEffect 1s infinite;
}

.badgeFlash {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    cursor: help;
}

    .badgeFlash[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: var(--settop, 0px);
        right: var(--setright, -50px);
        background-image: var(--imgpath);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: var(--setwidth, 32px);
        height: var(--setheight, 32px);
        border-radius: 50%;
        box-shadow: 0 0 var(--setborder, 1px) #333;
        animation: msPulseEffect 1s infinite;
    }

.badgeDocuments {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

    .badgeDocuments[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: var(--settop, -20px);
        right: var(--setright, -40px);
        font-size: .8em;
        font-weight: 500;
        background: #fa453d;
        color: white;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }

.badgeNotify {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    top: -40px;
    left: 400px;
}

    .badgeNotify[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        font-size: .8em;
        background: #fa453d;
        color: white;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }

.notifyUpDown {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: white;
    background-image: url("/images/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 70%;
    box-shadow: 0 0 1px #BCBCBC;
    opacity: 1.0;
    cursor: pointer;
}

    .notifyUpDown:hover {
        box-shadow: 0 0 5px #BCBCBC;
    }

.notifyDismissAll {
    position: absolute;
    top: -15px;
    /*left: -5px; /*left: 35px;*/
    left: 35px;
    background-color: white;
    background-image: url("/images/close_all.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 70%;
    opacity: 1.0;
    box-shadow: 0 0 1px #BCBCBC;
    cursor: pointer;
}

    .notifyDismissAll:hover {
        box-shadow: 0 0 5px #BCBCBC;
    }

.badgeSuite {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

    .badgeSuite[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: -20px;
        right: -40px;
        font-size: .8em;
        background: #efca35;
        color: white;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }

.badgeVAR {
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

.badgeVAR[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: var(--settop, 0px);
    right: var(--setright, 0px);
    font-size: var(--setfontsize, .8em);
    font-weight: var(--setfontweight, 400);
    background: var(--setbackcolor, #fa453d);
    color: white;
    width: var(--setwidth, 25px);
    height: var(--setheight, 25px);
    text-align: center;
    line-height: var(--setlineheight, 25px);
    border-radius: var(--setborderradius, 50%);        
    box-shadow: 0 0 var(--setborder, 1px) #333;
}

.badge2 {
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

    .badge2[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: var(--top, 0px);
        right: var(--right, -55px);
        font-size: .8em;
        background-image: url("/images/locked.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: var(--width, 24px);
        height: var(--height, 24px);
        text-align: center;
        box-shadow: 0 0 0px #333;
    }

.badge3 {
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

    .badge3[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: var(--top, 0px);
        right: var(--right, -55px);
        font-size: .8em;
        background-image: url("/images/not_approved.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: var(--width, 24px);
        height: var(--height, 24px);
        text-align: center;
        box-shadow: 0 0 0px #333;
    }

.badgeDash {
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

    .badgeDash[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: -27px;
        right: var(--rightpad, -115px);
        font-size: .9em;
        background: var(--bcolor, white);
        color: white;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }

.badgeProgram {
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

    .badgeProgram[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: -17px;
        right: -136px;
        background-image: var(--imgpath);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }

.badgeGeneral {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    cursor: help;
}

.badgeGeneral[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: var(--settop, 0px);
    right: var(--setright, -50px);
    background-color: #ffffff;
    background-image: var(--imgpath);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: var(--setwidth, 32px);
    height: var(--setheight, 32px);
    border-radius: 50%;
    box-shadow: 0 0 var(--setborder, 1px) #333;
    border: 1px solid white;
}

.GVFixedHeader {
    position: relative;
    /*top:expression(this.offsetParent.scrollTop);*/
    z-index: 10;
}

.custom-balloon {
    background-color: #c8c8c8;
    width: 375px;
    height: 150px;
    border-radius: 6px;
}

fieldset {
    border: 1px solid silver;
    font-size: 13px;
    font-weight: 500;
    color: Gray;
    text-align: left;
}
/*this is the border color*/

.session_container {
    position: relative;
    font-size: 13px;
}

.timeout_countdown {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.clear_search_button {
    padding-left: 10px;
    padding-top: 5px;
    vertical-align: middle;
    width: 24px;
}

.search_button {
    padding-left: 20px;
    padding-top: 5px;
    vertical-align: middle;
    width: 24px;
}

.var_height {
    height: calc(100vh - var(--hs, 615px));
    overflow: hidden;
}

.divNoDataNoCalc {
    height: var(--setheight, 270px);
    width: 100%;
    /*background-color: #f5f5f5; */
    background: rgba(245, 245, 245, var(--setalpha, 1.0));
    font-size: 14pt;
    color: black;
    overflow: hidden;
    border: hidden;
    background-image: url("/images/nodatafound.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 128px;
    pointer-events: none;
    opacity: var(--setopacity, 1);
}

.divNoData {
    height: calc(100vh - var(--hs, 270px));
    width: 100%;
    /*background-color: #f5f5f5; */
    background: rgba(245, 245, 245, var(--setalpha, 1.0));
    font-size: 14pt;
    color: black;
    overflow: hidden;
    border: hidden;
    background-image: url("/images/nodatafound.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 128px;
    pointer-events: none;
    opacity: var(--setopacity, 1);
}

.divNoDataMD {
    height: calc(100vh - var(--hs, 525px));
    width: 100%;
    /*background-color: #f5f5f5; */
    background: rgba(245, 245, 245, var(--setalpha, 1.0));
    font-size: 14pt;
    color: black;
    overflow: hidden;
    border: hidden;
    background-image: url("/images/nodatafound.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 128px;
    pointer-events: none;
    opacity: var(--setopacity, 1);
}

.divNoDataTab {
    height: calc(100vh - var(--hs, 465px));
    width: 100%;
    /*background-color: #f5f5f5; */
    background: rgba(245, 245, 245, var(--setalpha, 1.0));
    font-size: 14pt;
    color: black;
    overflow: hidden;
    border: hidden;
    background-image: url("/images/nodatafound.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 128px;
    pointer-events: none;
    opacity: var(--setopacity, 1);
}

/* AjaxControlToolkit Validator */
.validatorCalloutHighlight {
    border: solid;
    border-width: 2px;
    border-color: red;
    /*background-color: lemonchiffon;*/
}

.CustomValidator {
    position: absolute;
    /*margin-left: -80px;*/
    /*left:-200px;*/
}

    .CustomValidator div {
        border: none;
        background-color: #ffc1b8;
        position: relative;
        color: black;
        font-size: 12px;
    }

    .CustomValidator td {
        border: none;
        background-color: #ffc1b8;
        color: black;
        font-size: 12px;
    }

    .CustomValidator .ajax__validatorcallout_popup_table {
        display: none;
        border: none;
        background-color: transparent;
        padding: 0px;
    }

    .CustomValidator .ajax__validatorcallout_popup_table_row {
        vertical-align: top;
        height: 100%;
        background-color: transparent;
        padding: 0px;
    }

    .CustomValidator .ajax__validatorcallout_callout_cell {
        text-align: right;
        vertical-align: top;
        border: none;
        background-color: transparent;
        padding: 0px;
    }

    .CustomValidator .ajax__validatorcallout_callout_table {
        height: 100%;
        border: none;
        background-color: transparent;
        padding: 0px;
    }

    .CustomValidator .ajax__validatorcallout_callout_table_row {
        background-color: transparent;
        padding: 0px;
    }

    .CustomValidator .ajax__validatorcallout_callout_arrow_cell {
        padding: 8px 0px 0px 0px;
        text-align: right;
        vertical-align: top;
        border: none;
        background-color: transparent;
    }

        .CustomValidator .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {
            position: relative;
            left: 1px;
            border-bottom: none;
            border-right: none;
            border-left: none;
            width: 15px;
            background-color: transparent;
            padding: 0px;
        }

            .CustomValidator .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {
                height: 1px;
                overflow: hidden;
                border-top: none;
                border-bottom: none;
                border-right: none;
                padding: 0px;
                margin-left: auto;
            }

    .CustomValidator .ajax__validatorcallout_error_message_cell {
        min-width: 250px;
        max-width: 325px;
        min-height: 100px;
        padding: 10px 5px 10px 20px;
        border-right: none;
        border-left: none;
        width: 100%;
        font-size: 12px;
    }


        .CustomValidator .ajax__validatorcallout_error_message_cell:after {
            content: '';
            position: absolute;
            border-style: solid;
            border-width: 0px 20px 20px 0px;
            border-color: transparent transparent transparent transparent;
            display: block;
            width: 0;
            top: 0px;
            /*	bottom:55px;*/
            left: -5px;
            font-size: 12px;
        }

    .CustomValidator .ajax__validatorcallout_icon_cell {
        width: 20px;
        padding: 5px;
        border-right: none;
        /*display:none;*/
    }

    .CustomValidator .ajax__validatorcallout_close_button_cell {
        vertical-align: top;
        padding-top: 7px;
        padding-right: 50px;
        text-align: right;
    }

        .CustomValidator .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {
            border: none;
            text-align: center;
            width: 10px;
            padding: 2px;
            cursor: pointer;
        }

.searchColumn {
    width: var(--setwidth, 1px);
    padding-right: 10px;
    vertical-align: bottom;
}

.searchLabel {
    width: auto;
    padding-right: 10px;
    vertical-align: middle;
}

.searchDate {
    width: var(--setwidth, 1px);
    padding-right: 2px;
    padding-right: 10px;
    vertical-align: bottom;
}

.searchButton {
    width: var(--setwidth, 1px);
    padding-right: 10px;
    padding-bottom: 7px;
    vertical-align: bottom;
}

.wizColumn {
    width: var(--setwidth, 1px);
}

.fvColumn {
    width: var(--setwidth, 1px);
    padding-right: 10px;
    text-align: left;
}

.fvDate {
    width: var(--setwidth, 1px);
    padding-right: 10px;
    text-align: left;
}

.gvColumn {
    width: var(--setwidth, auto);
    padding-right: 5px;
}

.cellTime {
    text-align: right;
}

.cellTimeIIF {
    text-align: right;
    width: 35px;
}

.cellTimeRowFV {
    background-color: #99b2d6;
    color: white;
}

.cellTimeEntry {
    width: 45px;
    text-align: right;
}

.cellTimeEntryWiz {
    width: 60px;
    text-align: right;
    font-size: 14pt;
}

.tableTimeIIF {
    padding-left: 0px;
    font-size: 10pt;
}

.tableTimeFV {
}

.celldateTime {
    font-weight: 300;
    font-size: 10pt;
}

.celldateTimeWiz {
    font-weight: 300;
    font-size: 14pt;
}

.footerColumnTime {
    width: 50px;
    text-align: right;
    vertical-align: middle;
    line-height: 11px;
    cursor: pointer;
}

.footerColumnTimeIIF {
    width: 40px;
    text-align: right;
    vertical-align: middle;
    line-height: 11px;
    cursor: pointer;
}

.footerTotalTime {
    width: 53px;
    text-align: right;
    font-weight: 500;
    vertical-align: middle;
    line-height: 11px;
    cursor: pointer;
}

.footerTotalTimeIIF {
    width: 47px;
    text-align: right;
    font-weight: 500;
    vertical-align: middle;
    line-height: 11px;
    cursor: pointer;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #ef395b;
    border-radius: 50%;
    display: inline-block;
}

.tableTimeFooter {
    width: 100%;
    padding: 5px 5px 5px 5px;
    background-color: #f5f5f5;
    table-layout: fixed;
    border-collapse: collapse;
}

.time_header_cell_iif {
    background-color: #99b2d6;
    color: white;
    text-align: right;
    width: 40px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-top: 1px solid silver;
    border-bottom: 1px solid white;
    cursor: pointer;
}

.time_header_cell_big {
    background-color: #99b2d6;
    color: white;
    text-align: right;
    width: 50px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-top: 1px solid silver;
    border-bottom: 1px solid white;
    cursor: pointer;
}

.time_header_cell_big2 {
    text-align: right;
    width: 50px;
    padding-right: var(--rpad, 0px);
    vertical-align: bottom;
}

.time_data_cell_big2 {
    text-align: right;
    width: 50px;
    padding-right: var(--rpad, 0px);
    vertical-align: middle;
}

.time_header_cell_wiz {
    background-color: #99b2d6;
    color: white;
    text-align: right;
    width: 60px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-top: 1px solid silver;
    border-bottom: 1px solid white;
    font-size: 14pt;
    cursor: pointer;
}

.time_data_cell {
    color: black;
    text-align: right;
    width: 40px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

.time_data_cell_big {
    color: black;
    text-align: right;
    width: 50px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

.time_data_total {
    background-color: #99b2d6;
    color: white;
    text-align: right;
    font-weight: 700;
    width: 55px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid #99b2d6;
}

.time_data_total_wiz {
    background-color: #99b2d6;
    color: white;
    text-align: right;
    font-weight: 700;
    width: 60px;
    font-size: 14pt;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid #99b2d6;
}

.time_data_total_big {
    background-color: #99b2d6;
    color: white;
    text-align: right;
    width: 60px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid #99b2d6;
}

.time_data_total_big2 {
    text-align: right;
    width: 60px;
    vertical-align: middle;
}

.time_header_total_iif {
    background-color: #99b2d6;
    color: white;
    text-align: right;
    width: 55px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-top: 1px solid silver;
    border-bottom: 1px solid #99b2d6;
    cursor: pointer;
}

.time_header_total_big {
    background-color: #99b2d6;
    color: white;
    text-align: right;
    width: 60px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-top: 1px solid silver;
    border-bottom: 1px solid #99b2d6;
    cursor: pointer;
}

.time_header_total_big2 {
    text-align: right;
    width: 60px;
    vertical-align: bottom;
}

.time_header_total_wiz {
    background-color: #99b2d6;
    color: white;
    text-align: right;
    width: 60px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-top: 1px solid silver;
    border-bottom: 1px solid #99b2d6;
    cursor: pointer;
}

.stat_holiday {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: 40px 40px;
    color: white;
    min-width: 40px;
    text-align: right;
    font-weight: 700;
    opacity: 0.7;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    cursor: pointer;
    text-shadow: -1px -1px 0 #727272, 1px -1px 0 #727272, -1px 1px 0 #727272, 1px 1px 0 #727272;
}

.tableActions {
    width: auto;
    margin-right: auto;
    margin-left: 0px;
    empty-cells: hide;
}

.tableActions_noEdit {
    width: auto;
    margin-right: 0px;
    margin-left: auto;
    empty-cells: hide;
}

.tableActions2 {
    width: auto;
    empty-cells: hide;
}

.wiz_step_description {
    width: 200px;
    text-align: center;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    color: #4c4c4c;
    font-size: 10pt;
}

.wiz_step_header {
    text-align: center;
    vertical-align: top;
    font-weight: 900;
    color: #8c8a8c;
}

.wiz_steps_header_row {
    background-color: #52beef;
    height: 40px;
    color: white;
    font-weight: 900;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dashboard_container {
    text-align: center;
    width: 200px;
}

.columnPad {
    padding-right: 10px;
}

.columnPad-L {
    padding-left: 10px;
}

.columnPad-R {
    padding-right: 10px;
}

.overLayText {
    position: absolute;
    left: 0px;
    bottom: 6px;
    color: #808080;
    font-weight: 900;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.hoverTipNoTitle {
    position: relative;
    z-index: 1;
    background-color: var(--bc, #ffffff);
    padding: 40px 15px 10px 15px;
    text-align: left;
    min-width: var(--setwidth, 200px);
    color: black;
    float: left;
    border-radius: 40px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

.hoverTip {
    position: relative;
    z-index: 9999;
    background-color: #fff;
    padding: 40px 15px 10px 15px;
    text-align: left;
    min-width: var(--setwidth, 200px);
    color: black;
    float: left;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

    .hoverTip:before {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 35px;
        content: "";
        background-color: var(--bc, #2ba9bd);
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }


.hoverTip[data-text]:after {
    content: attr(data-text);
    position: absolute;
    padding: 5px 5px 10px 5px;
    top: 2px;
    width: 100%;
    left: 10px;
    right: 0px;
    font-weight: 500;
    font-size: 18px;
    color: white;
    text-align: left;
    line-height: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.facility_title_hover {
    font-size: 16pt;
    font-weight: 400;
}

.facility_hover {
    font-size: 12pt;
    font-weight: 400;
}

.resident_title_hover {
    font-size: 16pt;
    font-weight: 400;
}

.resident_hover {
    font-size: 13pt;
    font-weight: 400;
}

.assignment_header {
    font-size: 14px;
    padding-right: 10px;
    color: #989898;
    height: 40px;
    width: 125px;
    text-align: right;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

.assignment_detail {
    font-size: 14px;
    color: #989898;
    width: 134px;
    text-align: center;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

.assignment_footer_sum {
    font-size: 13px;
    color: #3792cb;
    text-align: right;
    padding-right: 5px;
}

.assignment_footer {
    font-size: 13px;
    table-layout: fixed;
    padding-right: 10px;
    color: #3792cb;
    height: 30px;
    width: 125px;
    text-align: right;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

.timesheet_header {
    table-layout: fixed;
    padding-right: 10px;
    font-size: 14px;
    color: #989898;
    height: 40px;
    width: 80px;
    text-align: right;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

.timesheet_detail {
    width: 80px;
    text-align: right;
    padding-right: 10px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

.timesheet_footer_sum {
    font-size: 13px;
    color: #3792cb;
    text-align: right;
    padding-right: 5px;
}

.timesheet_footer {
    font-size: 13px;
    table-layout: fixed;
    padding-right: 10px;
    color: #3792cb;
    height: 30px;
    width: 80px;
    text-align: right;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    cursor: help;
}

.timesheet_footer_on {
    font-size: 13px;
    table-layout: fixed;
    padding-right: 10px;
    color: #3792cb;
    height: 30px;
    width: 80px;
    text-align: right;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    background-image: linear-gradient(225deg, #ff4c4c, #ff4c4c 10px, transparent 10px, transparent);
    cursor: help;
}

.timesheet_header_info {
    font-size: 13px;
    cursor: help;
    color: #3792cb;
}

.assignment_header_info {
    font-size: 13px;
}

.display_image {
    border-style: dashed;
    border-color: lightgray;
    border-width: 1px;
    width: 250px;
    height: auto;
}

.showAll {
    width: var(--setwidth, auto);
    vertical-align: middle;
    padding-right: 10px;
    white-space: var(--setwrap, normal);
}

.switch {
    vertical-align: middle;
    width: var(--setwidth, 45px);
    padding-right: var(--setpadding-right, 30px);
}

.switch2 {
    vertical-align: middle;
    width: var(--setwidth, 42px);
    padding-right: var(--setpadding-right, 10px);
}

.cbx {
    width: auto;
    padding-right: 10px;
    vertical-align: middle;
    text-align: left;
}

.cbx20 {
    width: auto;
    padding-right: 20px;
    vertical-align: middle;
    text-align: left;
}

.cbx_c {
    width: auto;
    padding-right: 10px;
    vertical-align: middle;
    padding-bottom: 5px;
    text-align: left;
}

.switch_report {
    vertical-align: bottom;
    padding-bottom: 10px;
    width: var(--setwidth, 35px);
    padding-right: var(--setpadding-right, 10px);
}

.switch_label_report {
    width: var(--setwidth, auto);
    vertical-align: bottom;
    padding-top: 4px;
    padding-bottom: 9px;
    white-space: var(--setwrap, normal);
}

.tabPanel {
    padding: 10px;
}

.sidenav {
    height: calc(100vh - var(--hs, 105px));
    width: 0px;
    position: fixed;
    left: 0px;
    background-color: #f5f5f5;
    overflow: hidden;
    padding-top: 5px;
}

#frm_main {
    position: relative;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

.top_details {
    color: #3a77dd;
}

.top_details_warning {
    color: Red;
    font-weight: 700;
}

.top_details_header {
    color: GrayText;
    width: auto;
}

.top_details_header_pad {
    width: auto;
    color: GrayText;
    padding-left: 20px;
}

.top_details_content {
    color: #3a77dd;
    width: auto;
    padding-left: 5px;
}

#curved2 {
    position: absolute;
    top: 32px;
    left: 400px;
    width: 400px;
}

.no_hover table.inline tr:hover th {
    /*pointer-events: none;*/
    background-color: #dadada !important;
    opacity: 1.0;
}

.dashboard_panel {
    padding: 10px 10px 10px 10px;
}

.dashboard_title {
    font-size: 12pt;
    font-weight: 500;
}

.dashboard_column_title {
    font-size: 13px;
    color: Gray;
    font-weight: 500;
}

.dashboard_header_table {
    border-bottom: 1px solid silver;
    padding-bottom: 5px;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.div_header {
    position: relative;
    width: var(--setwidth, 100%);
    background-color: #f5f5f5;
    float: left;
    height: var(--setheight, 40px);
}

.tbl_header {
    position: absolute;
    width: var(--setwidth, auto);
    background-color: #f5f5f5;
    padding: 5px 5px 5px 5px;
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: collapse;
    float: left;
    bottom: 0px;
}

.tbl_assignment {
    font-size: 13px;
    width: var(--setwidth, 1409px);
    padding: 5px 5px 5px 5px;
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: collapse;
    bottom: 0px;
}

.tbl_header_dashboard {
    width: var(--setwidth, auto);
    background-color: white;
    padding: 5px 5px 5px 0px;
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: collapse;
}

.tbl_data {
    width: auto;
    padding: 5px 5px 5px 5px;
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: collapse;
}

.tbl_footer {
    font-size: 13px;
    width: 100%;
    padding-left: 10px;
    background-color: #e1eef8;
    table-layout: fixed;
    border-collapse: collapse;
    height: 25px;
    /*margin-top: 5px; */
}

.tbl_footer_grp {
    font-size: 13px;
    width: 100%;
    padding-left: 10px;
    background-color: #f5f5f5;
    table-layout: fixed;
    border-collapse: collapse;
    height: 25px;
    /*margin-top: 5px; */
}

.div_footer {
    /*position: relative; */
    width: var(--setwidth, 100%);
    background-color: #e1eef8; /* #f5f5f5; */
    float: left;
    height: 25px;
}

.div_timesheet_footer {
    font-size: 13px;
    width: var(--setwidth, 100%);
    background-color: #f5f5f5;
    /*height: 32px;
    top: -5px;
    position:relative; */
}

.btn_column_header_no_hover {
    font-size: var(--fontsize, 13px);
    /*color: #1ea8e0;*/
    color: #3792cb;
    font-weight: 500;
    border: none;
    padding: 0;
    background: none;
    text-align: var(--ta, left);
    white-space: pre-line;
}

.footer_button {
    font-size: var(--fontsize, 14px);
    /*color: #1ea8e0;*/
    color: GrayText;
    font-weight: 500;
    border: none;
    padding: 0;
    background: none;
    background-color: transparent;
    text-align: var(--ta, left);
    white-space: pre-line;
    cursor: pointer;
}

    .footer_button:hover {
        color: #027dcb;
    }

.btn_column_header {
    font-size: var(--fontsize, 13px);
    /*color: #1ea8e0;*/
    color: #3792cb;
    font-weight: 500;
    border: none;
    padding: 0;
    background: none;
    text-align: var(--ta, left);
    white-space: pre-line;
    cursor: pointer;
}

    .btn_column_header:hover {
        color: #027dcb;
        font-weight: 900;
    }

.btn_column_header_fv {
    font-size: 13px;
    /*color: #1ea8e0;*/
    color: GrayText;
    font-weight: 500;
    border: none;
    padding: 0;
    background: none;
    text-align: var(--ta, left);
    white-space: pre-line;
    cursor: pointer;
    vertical-align: bottom;
}

.td_column_header {
    color: GrayText;
    width: var(--setwidth, auto);
    text-align: var(--ta, left);
    padding-right: var(--rpad, 5px);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    vertical-align: bottom;
}

.td_column_data {
    width: var(--setwidth, auto);
    text-align: var(--ta, left);
    padding-right: var(--rpad, 5px);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    vertical-align: middle;
}

.td_column_footer {
    width: var(--setwidth, auto);
    text-align: var(--ta, left);
    padding-right: var(--rpad, 5px);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    vertical-align: middle;
    line-height: 11px;
}

.txt_column_ts_data {
    font-size: 13px;
    text-align: right;
}

.td_column_data_first_indent {
    padding-left: 5px;
}

.table_icons {
    vertical-align: middle;
    empty-cells: hide;
}

.incident_icons {
    padding-right: 10px;
    vertical-align: middle;
    empty-cells: hide;
}

.hoverMenu {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.tableFormview {
    font-size: 13px;
    width: var(--setwidth, auto);
    border: none;
    text-align: left;
    padding: 5px 0px 0px 10px;
}

.tableFormviewSides {
    font-size: 13px;
    width: var(--setwidth, auto);
    border: none;
    text-align: left;
    padding: 0px 0px 0px 10px;
}

.tableFormviewForm {
    font-size: 15px;
    width: var(--setwidth, auto);
    border: none;
    text-align: left;
    padding: 5px 15px 15px 15px;
}

.tableSearch {
    font-size: 13px;
    width: auto;
    border: none;
    text-align: left;
    padding: 5px;
}

.tbl_grid_actions {
    position: relative;
    color: GrayText;
    font-size: 10pt;
    float: right;
    padding-right: 10px;
    height: inherit;
}

.grid_refresh {
    padding-left: 5px;
    vertical-align: middle;
}

.grid_new {
    padding-left: 5px;
    vertical-align: middle;
}

.grid_save {
    padding-left: 5px;
    vertical-align: middle;
}

.grid_delete {
    padding-left: 5px;
    vertical-align: middle;
}

.div_record_count {
    color: GrayText;
    font-size: 10pt;
    cursor: help;
    margin-left: auto;
}

.record_count {
    color: GrayText;
    font-size: 13px;
    line-height: 13px;
    cursor: help;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
    width: auto;
}

.footer_info {
    color: GrayText;
    font-size: 12px;
    line-height: 12px;
    cursor: help;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

/*border color for grouping text panel*/
fieldset {
    border: 1px solid #dddddd;
}

.search_panel {
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px;
    border: 1px solid #dddddd;
}

/*dropdownlist selected item*/
option:checked {
    font-weight: 700;
}

/*disabled textboxes*/
input[type="text"]:disabled {
    background: #f5f5f5;
    cursor: not-allowed;
}

.GridPager {
    font-weight: 500;
    position: absolute;
    top: 60px;
    right: 50px;
    background-color: transparent !important;
}

    .GridPager a, .GridPager span {
        display: block;
        height: 15px;
        width: 15px;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        padding-right: 10px;
    }

    /* Other Pages*/
    .GridPager a {
        background-color: #f5f5f5;
        color: GrayText;
        border: 1px solid silver;
        padding: 1px 1px 1px 1px;
        cursor: pointer;
    }

    /*Selected Page*/
    .GridPager span {
        background-color: #c1c1c1;
        color: White;
        font-weight: 700;
        border: 1px solid #c1c1c1;
        padding: 1px 1px 1px 1px;
        cursor: pointer;
    }

    /*Other Pages*/
    .GridPager a:hover {
        background-color: Gray;
        color: White;
        font-weight: 700;
    }

.GridPager2 {
    font-weight: 500;
    position: absolute;
    top: 30px;
    right: 50px;
    background-color: transparent !important;
}

    .GridPager2 a, .GridPager2 span {
        display: block;
        height: 15px;
        width: 15px;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        padding-right: 10px;
    }

    /* Other Pages*/
    .GridPager2 a {
        background-color: #f5f5f5;
        color: GrayText;
        border: 1px solid silver;
        padding: 1px 1px 1px 1px;
        cursor: pointer;
    }

    /*Selected Page*/
    .GridPager2 span {
        background-color: #c1c1c1;
        color: White;
        font-weight: 700;
        border: 1px solid #c1c1c1;
        padding: 1px 1px 1px 1px;
        cursor: pointer;
    }

    /*Other Pages*/
    .GridPager2 a:hover {
        background-color: Gray;
        color: White;
        font-weight: 700;
    }

.GridPagerMain {
    font-weight: 500;
    position: absolute;
    top: 210px;
    right: 30px;
    background-color: transparent !important;
}

.GridPagerMain a, .GridPagerMain span {
        display: block;
        height: 15px;
        width: 15px;
        font-size: 10pt;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        padding-right: 10px;
    }

/* Other Pages*/
 .GridPagerMain a {
    background-color: #f5f5f5;
    color: GrayText;
    border: 1px solid silver;
    padding: 1px 1px 1px 1px;
    cursor: pointer;
}

/*Selected Page*/
.GridPagerMain span {
    background-color: #c1c1c1;
    color: White;
    font-weight: 700;
    border: 1px solid #c1c1c1;
    padding: 1px 1px 1px 1px;
    cursor: pointer;
}

/*Other Pages*/
.GridPagerMain a:hover {
    background-color: Gray;
    color: White;
    font-weight: 700;
}

/* FOR PAGES WITH SIDE GRID*/
.GridPagerwSide {
    font-weight: 500;
    position: absolute;
    top: 167px;
    right: 30px;
    background-color: transparent !important;
}

.GridPagerwSide a, .GridPagerwSide span {
    display: block;
    height: 15px;
    width: 15px;
    font-size: 10pt;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding-right: 10px;
}

/* Other Pages*/
    .GridPagerwSide a {
        background-color: #f5f5f5;
        color: GrayText;
        border: 1px solid silver;
        padding: 1px 1px 1px 1px;
        cursor: pointer;
    }

/*Selected Page*/
    .GridPagerwSide span {
        background-color: #c1c1c1;
        color: White;
        font-weight: 700;
        border: 1px solid #c1c1c1;
        padding: 1px 1px 1px 1px;
        cursor: pointer;
    }

/*Other Pages*/
    .GridPagerwSide a:hover {
        background-color: Gray;
        color: White;
        font-weight: 700;
    }
/*
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.file_upload {
    cursor: pointer;
}
  */
.btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper {
    position: relative;
}

.upload-control {
    position: relative;
    text-align: right;
    /*-moz-opacity:0 ;*/
    /*filter:alpha(opacity: 0);*/
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.upload_fake_button {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
/*
input[type=file] {
    height: var(--setheight, 35px);
    width: 102px;
    position: absolute;
    opacity: 0.0;  
}
  */
.inputfile {
}

.formtxtreqNew::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.formtxtreqNew::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.formtxtreqNew::-webkit-scrollbar-thumb {
    background: #bebebe;
}

    /* Handle on hover */
    .formtxtreqNew::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.formtxtNew::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.formtxtNew::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.formtxtNew::-webkit-scrollbar-thumb {
    background: #bebebe;
}

    /* Handle on hover */
    .formtxtNew::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.tableInformation {
    font-size: 13px;
    width: 100%;
    border: none;
    padding: 15px;
    background-color: #f5f5f5;
    text-align: justify;
    color: #0375b0;
}

hr.form {
    border: 3px solid #f7f3f7;
}

.wizStepNext {
    position: absolute;
    top: 365px;
    right: 50px;
}

.wizStepPrev {
    position: absolute;
    top: 365px;
    right: 140px;
}

ul {
    list-style-type: circle;
    margin-left: -20px;
}

li {
    margin: 10px 0;
}

.imageButton {
    cursor: pointer;
}

.screen {
    position: relative;
}

.innerdiv {
    position: absolute;
    bottom: 0;
    right: 0;
}

.notification_header_hyperlink {
    color: #000000;
    text-decoration: none;
}

    .notification_header_hyperlink:hover {
        color: #89cff0;
        text-decoration: none;
    }

.small_gray_hyperlink {
    font-size: 13px;
    color: #7f7f7f;
    text-decoration: none;
}

    .small_gray_hyperlink:hover {
        font-size: 13px;
        color: #89cff0;
        text-decoration: none;
    }

.med_gray_hyperlink {
    color: #3792cb;
    font-size: 14px;
    text-decoration: none;
}

    .med_gray_hyperlink:hover {
        font-size: 14px;
        color: #027dcb;
        font-weight: 900;
        text-decoration: none;
    }

.notification_header {
    font-size: 16px;
    color: black;
}

.notification_detail {
    font-size: 13px;
    color: #7f7f7f;
}

.overdue_notify {
    color: #ff0000;
}

.blinking {
    animation: blinkingText 1.5s infinite;
}

@keyframes blinkingText {
    0% {
        color: #ff0000;
    }

    49% {
        color: #ff0000;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #ff0000;
    }
}

.blinking_ready {
    animation: blinkingTextReady 2.5s infinite;
}

@keyframes blinkingTextReady {
    0% {
        color: #10a93f;
    }

    49% {
        color: #10a93f;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #10a93f;
    }
}

@keyframes blink {
    100%, 0% {
        fill: #500;
    }

    60% {
        fill: #f00;
    }
}

.blinkme {
    animation: blink 0.8s infinite;
}

#message_container {
    /* to position it at bottom-right (independent of the parent) */
    position: fixed;
    bottom: 1em;
    right: 1em;
    /* to position the contents within the box (ie the message text) */
    display: flex;
    justify-content: center;
    align-items: center;
    /* to style the message box in particular ways */
    padding: 2em;
    border-radius: 40px;
    box-shadow: 4px 4px 20px rgba(0,0,0,0.3);
    width: 100%;
    max-width: 400px;
    z-index: 8000;
    background-color: white;
}

@media (max-width: 320px) {

    #message_container {
        padding: 0.5em;
        padding-top: 1em;
        padding-bottom: 1em;
        left: 50%;
        transform: translate(-50%,0);
    }

    #message_content {
        font-size: 0.9em;
        overflow: auto;
        overflow-y: hidden;
        overflow-x: scroll;
        pointer-events: all;
        max-height: 700px;
    }
}

hr.notify {
    border: 0.5px solid #ffffff;
}

.pageTitleDiv {
    background-color: white;
}

.search_title {
    color: #cdd0d3;
    font-size: 12px;
}

.icon {
    cursor: help;
}

.container {
    border-collapse: collapse;
}

.inventory_subitem {
    font-size: 9pt;
    color: Gray;
    padding-left: 25px;
}

.float_control {
    background-color: #ffffff;
    padding: 5px 5px 2px 5px;
    display: none;
    box-shadow: 0 0 1px #333;
}

.blink {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

.blink-default {
    animation-name: anim-default;
}

.blink-primary {
    animation-name: anim-primary;
}

.blink-success {
    animation-name: anim-success;
}

.blink-info {
    animation-name: anim-info;
}

.blink-warning {
    animation-name: anim-warning;
}

.blink-danger {
    animation-name: anim-danger;
}

.blink-overtime {
    animation-name: anim-overtime;
}

@keyframes anim-default {
    to {
        color: #333;
        background-color: #fff;
    }
}

@keyframes anim-primary {
    to {
        color: #fff;
        background-color: #337ab7;
    }
}

@keyframes anim-success {
    to {
        color: #fff;
        background-color: #5cb85c;
    }
}

@keyframes anim-info {
    to {
        color: #fff;
        background-color: #5bc0de;
    }
}

@keyframes anim-warning {
    to {
        color: #fff;
        background-color: #f0ad4e;
    }
}

@keyframes anim-danger {
    to {
        color: #fff;
        background-color: #d9534f;
    }
}

@keyframes anim-overtime {
    to {
        color: #fff;
        background-color: #fabebe;
    }
}

.stat_image {
    cursor: help;
    padding-left: 5px;
    height: 12px;
    width: 12px;
}

.report_param_header {
    font-size: 13px;
    color: #3792cb;
}

legend {
    color: #3792cb;
}

.formLabel {
    color: #0047BE;
}

.indent_column10 {
    padding-left: 10px;
}

.indent_first_column {
    padding-left: var(--ifc, 5px);
}

.indent_right {
    padding-left: 25px;
}

.pad_last_column {
    padding-right: 5px;
}

.dim_button {
    opacity: 0.5;
}

.settings_sideheader {
    font-size: 13px;
    font-weight: 500;
    color: #5f6368;
}

.settings_sideheader_on {
    font-size: 13px;
    font-weight: 500;
    vertical-align: baseline;
    color: #3d68d3;
}

.settings_header {
    font-size: 17px;
    font-weight: 500;
    vertical-align: baseline;
    color: #5f6368;
}

.settings_icon1 {
    width: 40px;
    text-align: left;
    cursor: pointer;
}

.settings_icon2 {
    width: 40px;
    text-align: left;
    cursor: pointer;
    padding-top: 20px;
}

.settings_span1 {
    cursor: pointer;
}

.settings_span2 {
    cursor: pointer;
    padding-top: 20px;
}

.signin_div {
    box-shadow: 5px 5px 14px -5px silver;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.settings_div {
    box-shadow: 5px 5px 14px -5px silver;
    border: 2px solid silver;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: white;
}

.settings_header_td1 {
    padding-bottom: 15px;
}

.settings_header_td2 {
    padding-top: 25px;
    padding-bottom: 15px;
}

.settings_fv_col_header {
    font-size: 13px;
    color: #202124;
}

.settings_fv_detail {
    font-size: 13px;
    border-style: none;
    border-width: 0px;
    background-color: #f5f5f5;
    color: GrayText;
    height: 30px;
}

.fvColumnHeader {
    font-size: 13px;
    font-weight: 400;
    color: #202124;
    width: auto;
}

.fvColumnHeader + label{
    font-size: 13px;
    font-weight: 400;
    color: #202124;
    width: auto;
}

.fvColumnHeaderSmall {
    font-size: 11px;
    font-weight: 300;
    color: #202124;
    width: auto;
}

.fvColumnHeaderForm {
    font-size: 15px;
    font-weight: 400;
    color: #202124;
}

.fvInfoText {
    font-size: 12px;
    color: GrayText;
}

.paramField {
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    border-width: 0px;
    background-color: #f5f5f5;
    color: GrayText;
    height: 30px;
    width: 545px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.paramListField {
    padding: 3px;
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdcdc;
    border-width: 0px;
    background-color: #f5f5f5;
    color: GrayText;
    height: 150px;
    width: 525px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.paramCheck {
    padding-right: 5px;
    font-size: 13px;
    border-style: none;
    background-color: white;
    color: GrayText;
    height: 30px;
}

.fvField {
    font-size: 13px;
    border-style: solid;
    border-width: 0px;
    border-color: #dcdcdc;
    background-color: #f5f5f5;
    color: GrayText;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.fvFieldForm {
    font-size: 15px;
    border-style: solid;
    border-width: 0px;
    border-color: #dcdcdc;
    background-color: #f5f5f5;
    color: GrayText;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.multi {
    padding: 5px;
}

.wizmulti {
    padding: 5px;
    height: calc(100vh - var(--vh,500px));
}

.smallfont {
    font-size: 11px;
}

.regfont {
    font-size: 13px;
}

.bigfont {
    font-size: 16px;
}

.bigtitlefont {
    font-weight: 500;
    font-size: 36px;
}

.medtitlefont {
    font-size: 26px;
}

.required {
    background-color: #deefff !important;
}

.NVmandatory {
    /*no validation required*/
    background-color: #deefff !important;
}

.evaluation {
    background-color: #ffeec2 !important;
}

.med {
    font-weight: 500;
}

.red {
    color: Red !important;
}

.green {
    color: Green !important;
}

.black {
    color: black !important;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.white {
    background-color: white !important;    
}

.hot {
    background-color: #fdd8c7 !important;
}

.transparent {
    background-color: transparent !important;
}

.calc {
    cursor: no-drop;
}

.blue {
    color: #3792cb;
}

.fvField::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.fvField::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.fvField::-webkit-scrollbar-thumb {
    background: #bebebe;
}

    /* Handle on hover */
    .fvField::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.addbutton {
    width: 24px;
    vertical-align: bottom;
    padding-right: 5px;
    padding-bottom: 5px;
}

.addbuttonfile {
    width: 24px;
    vertical-align: middle;
    padding-right: 5px;
}

.buttonadded {
    padding-right: 0px;
}

.tableSurvey {
    background-color: #ffffff;
}

.disabled {
    cursor: no-drop;
}

.hide {
    display: none !important;
}

.selectall {
    cursor: pointer;
}

.today {
    cursor: help;
    color: #3792cb;
    font-weight: 700;
}

.not_today {
    cursor: help;
    color: GrayText;
    font-weight: 300;
}

.rounded_div {
    border-radius: 25px;
    /*border: 2px;
  border-style: solid;
  border-color: var(--bcolor, #ffffff);  */
    background-color: var(--bgcolor, #ffffff);
    padding: 1px;
    text-align: center;
    width: 100px;
    float: right;
    cursor: help;
}

.availability {
    padding-left: 0px;
}

.shift_title_label {
    font-weight: 500;
    font-size: 14px;
}

.show {
    display: normal !important;
}

.hide {
    display: none;
}

.editimage {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

    .editimage:hover {
        fill: #000000;
        opacity: 1;
    }

.action_button {
    width: var(--abw, 18px);
    height: var(--abh, 18px);
    cursor: pointer;
    opacity: 0.2;
    padding-left: 3px;
    padding-right: 3px;
}

.action_button_tiny {
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: 0.2;
    padding-left: 3px;
    padding-right: 3px;
}

.action_button:hover {
    opacity: 1;
}

.action_button_tiny:hover {
    opacity: 1;
}

.action_button.disabled, .action_button[disabled] {
    opacity: 0.1;
    cursor: not-allowed;
}

.action_button_off {
    width: 18px;
    height: 18px;
    opacity: 0.1;
    padding-left: 3px;
    padding-right: 3px;
    pointer-events: none;
}

    .action_button_off:hover {
        cursor: not-allowed;
    }

.action_button_white {
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 1;
}

    .action_button_white:hover {
        opacity: 0.2;
    }

.clearButton {
    vertical-align: top;
    cursor: pointer;
    height: 24px;
    width: 24px;
    opacity: 0.3;
}

    .clearButton:hover {
        opacity: 1;
    }

    .clearButton.disabled, .clearButton[disabled] {
        opacity: 0.1;
        cursor: not-allowed;
    }

.dragHandle {
    cursor: move;
}

.tDnD_whileDrag {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2) !important;
    background-color: lime;
}

.action_button_big {
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.3;
    padding-left: 1px;
    padding-right: 1px;
}

    .action_button_big:hover {
        opacity: 1;
    }

    .action_button_big.disabled, .action_button_big[disabled] {
        opacity: 0.1;
        cursor: not-allowed;
    }

.action_button_huge {
    width: 32px;
    height: 32px;
    cursor: pointer;
    opacity: 0.3;
    padding-left: 1px;
    padding-right: 1px;
}

    .action_button_huge:hover {
        opacity: 1;
    }

    .action_button_huge.disabled, .action_button_huge[disabled] {
        opacity: 0.1;
        cursor: not-allowed;
    }

.color_action_button_big {
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 1;
    padding-left: 1px;
    padding-right: 1px;
}

    .color_action_button_big:hover {
        opacity: 0.5;
    }

    .color_action_button_big.disabled, .color_action_button_big[disabled] {
        opacity: 0.1;
        cursor: not-allowed;
    }

.badge_icon_group {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

    .badge_icon_group:hover {
        opacity: 1.0;
    }

.Gridgroups tr:hover, .Gridgroups tr.normal:hover {
    background-color: white;
    color: black;
    font-weight: bold;
    opacity: 1.0;
    cursor: pointer;
}

.Gridgroups tr.selected:hover {
    background-color: white;
    opacity: 1.0;
    cursor: help;
}

.Gridgroups tr.selected {
    background-color: white;
    opacity: 1.0;
    height: 40px;
    cursor: help;
}

.Gridgroups tr.normal {
    background-color: #dfdfdf;
    height: 40px;
    cursor: pointer;
    opacity: 0.5;
}

.Gridgroups tr.static {
    background-color: #dfdfdf;
    opacity: 0.5;
    pointer-events: none;
}

.object_group {
    color: black;
    opacity: 0.5;
}

    .object_group:hover {
        opacity: 1.0;
    }

.object_group_selected {
    background-color: #FFFFFF;
    opacity: 1.0;
}

.badge_icon {
    width: 24px;
    height: 24px;
    cursor: help;
}

.badge_icon_action {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.badge_icon_action_off {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    padding-left: 3px;
    padding-right: 3px;
    pointer-events: none;
}

    .badge_icon_action_off:hover {
        cursor: not-allowed;
    }

.badge_icon_action_var {
    width: var(--w, 24px);
    height: var(--h, 24px);
    cursor: pointer;
}

.badge_icon_med_action {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.badge_icon_tiny_action {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.badge_icon_med {
    width: 32px;
    height: 32px;
    cursor: help;
}

.badge_icon_var {
    width: var(--w, 32px);
    height: var(--h, 32px);
    cursor: help;
}

.badge_icon_tiny {
    width: 16px;
    height: 16px;
    cursor: help;
}

.badge_icon_12 {
    width: 12px;
    height: 12px;
    cursor: help;
}

.action_button_small {
    width: var(--szw, 16px);
    height: var(--szh, 16px);
    cursor: pointer;
    opacity: 0.3;
    padding-left: 1px;
    padding-right: 1px;
}

    .action_button_small:hover {
        opacity: 1;
    }

    .action_button_small.disabled, .action_button_small[disabled] {
        opacity: 0.1;
        cursor: not-allowed;
    }

.calendarButton {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0.3;
    cursor: pointer;
}

    .calendarButton:hover {
        opacity: 1;
    }

    .calendarButton.disabled, .calendarButton[disabled] {
        opacity: 0.1;
        cursor: not-allowed;
    }

.timesheetMonth {
    font-size: 16pt;
}

.timesheetWeekNum {
    font-size: 12pt;
    color: GrayText;
}

.date {
    background-image: url(/images/calendar_dim.svg);
    background-size: 20px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
}

.date:hover {
        background-image: url(/images/calendar.svg);
    }

.datetime {
    background-image: url(/images/calendar_dim.svg);
    background-size: 20px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 145px;
    white-space: nowrap;
    overflow: hidden;
}

    .datetime:hover {
        background-image: url(/images/calendar.svg);
    }

.icon24 {
    width: 24px;
    height: 24px;
}

.column_separate {
    padding-left: var(--pl, 20px);
}

.form_header {
    height: 50px;
    background-color: #c5ddf1;
    width: 100%;
    box-shadow: 2px 2px 5px -5px black;
}

.form_page_header {
    font-size: 20px;
    color: GrayText;
}

.default_button {
    display: none;
}

.action-button-blue {
    background-color: #1a73e8;
    color: #fff;
    border: 1px solid #1a73e8;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s linear;
    height: 32px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
}

.action-button-blue:hover {
        opacity: 0.9;
        box-shadow: -1px 1px 5px -1px #1a73e8;
    }

.action-button-blue:disabled {
        background-color: #ccc;
        border: 1px solid #ccc;
        pointer-events: none;
        cursor: not-allowed;
    }

.action-button-red {
    background-color: #e83f1d;
    color: #fff;
    border: 1px solid #d9dcdf;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s linear;
    height: 32px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
}

.action-button-red:hover {
        opacity: 0.9;
        box-shadow: -1px 1px 5px -1px #e83f1d;
    }

.action-button-red:disabled {
        background-color: #ccc;
        border: 1px solid #ccc;
        pointer-events: none;
        cursor: not-allowed;
    }

.action-button-white {
    background-color: #fff;
    color: #1d72e8;
    border: 1px solid #d9dcdf;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s linear;
    height: 32px;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
}

.action-button-white:hover {
        background-color: #edf4fc;
        border: 1px solid #d2e2fc;
    }

.action-button-white:disabled {
        background-color: #ccc;
        border: 1px solid #ccc;
        pointer-events: none;
        cursor: not-allowed;
    }

input[type="submit"].action-button-blue {
    background-color: #1a73e8;
    color: #fff;
    border: 1px solid #1a73e8;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s linear;
    height: 32px;
    cursor: pointer;
    font-weight: 500;
}

input[type="submit"].action-button-blue:hover {
        opacity: 0.9;
        box-shadow: -1px 1px 5px -1px #1a73e8;
    }

input[type="submit"].action-button-blue:disabled {
        background-color: #ccc;
        border: 1px solid #ccc;
        pointer-events: none;
        cursor: not-allowed;
    }

input[type="submit"].action-button-red {
    background-color: #e83f1d;
    color: #fff;
    border: 1px solid #d9dcdf;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s linear;
    height: 32px;
    cursor: pointer;
    font-weight: 500;
}

input[type="submit"].action-button-red:hover {
        opacity: 0.9;
        box-shadow: -1px 1px 5px -1px #e83f1d;
    }

input[type="submit"].action-button-red:disabled {
        background-color: #ccc;
        border: 1px solid #ccc;
        pointer-events: none;
        cursor: not-allowed;
    }

input[type="submit"].action-button-white {
    background-color: #fff;
    color: #1d72e8;
    border: 1px solid #d9dcdf;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s linear;
    height: 32px;
    cursor: pointer;
    font-weight: 500;
}

    input[type="submit"].action-button-white:hover {
        background-color: #edf4fc;
        border: 1px solid #d2e2fc;
    }

    input[type="submit"].action-button-white:disabled {
        background-color: #ccc;
        border: 1px solid #ccc;
        pointer-events: none;
        cursor: not-allowed;
    }

input[type="button"].action-button-blue {
    background-color: #1a73e8;
    color: #fff;
    border: 1px solid #1a73e8;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s linear;
    height: 32px;
    cursor: pointer;
    font-weight: 500;
}

    input[type="button"].action-button-blue:hover {
        opacity: 0.9;
        box-shadow: -1px 1px 5px -1px #1a73e8;
    }

    input[type="button"].action-button-blue:disabled {
        background-color: #ccc;
        border: 1px solid #ccc;
        pointer-events: none;
        cursor: not-allowed;
    }

input[type="button"].action-button-white {
    background-color: #fff;
    color: #1d72e8;
    border: 1px solid #d9dcdf;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s linear;
    height: 32px;
    cursor: pointer;
    font-weight: 500;
}

    input[type="button"].action-button-white:hover {
        background-color: #edf4fc;
        border: 1px solid #d2e2fc;
    }

    input[type="button"].action-button-white:disabled {
        background-color: #ccc;
        border: 1px solid #ccc;
        pointer-events: none;
        cursor: not-allowed;
    }

input[type="button"].action-button-red {
    background-color: #e83f1d;
    color: #fff;
    border: 1px solid #d9dcdf;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s linear;
    height: 32px;
    cursor: pointer;
    font-weight: 500;
}

    input[type="button"].action-button-red:hover {
        opacity: 0.9;
        box-shadow: -1px 1px 5px -1px #e83f1d;
    }

    input[type="button"].action-button-red:disabled {
        background-color: #ccc;
        border: 1px solid #ccc;
        pointer-events: none;
        cursor: not-allowed;
    }

.toggle-button-on {
    background-color: #1a73e8;
    color: #fff;
    border: 1px solid #1a73e8;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s linear;
    border-radius: 6px;
    height: 32px;
    cursor: pointer;
    font-weight: 400;
}

.toggle-button-off {
    background-color: #ffffff;
    color: silver;
    border: 1px solid silver;
    transition: all 0.2s linear;
    border-radius: 6px;
    height: 32px;
    cursor: pointer;
}

.no-left-border {
    border-left: none !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.no-right-border {
    border-right: none !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.no-left-radius {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.no-right-radius {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.toggle-button-off:hover {
    background-color: #edf4fc;
    border: 1px solid #d2e2fc;
}

input[type="checkbox"][disabled] {
    cursor: not-allowed;
}

.action_button_pad_left {
    padding-left: 10px;
}

.action_button_pad_right {
    padding-right: 10px;
}

.action_buttons_right {
    float: right;
}

.modal_msgbox_button_close {
    width: 24px;
    height: 24px;
    cursor: pointer;
    opacity: 0.3;
}

    .modal_msgbox_button_close:hover {
        opacity: 1;
    }

.info_text {
    color: GrayText;
}

.action_selected {
    height: 24px;
    width: 24px;
}

.Hrline {
    border-bottom: solid 3px #c9c9c9;
}

@keyframes pulse {
    0% {
        background-color: #FFFFFF;
    }

    70% {
        background-color: #F2D8D8;
    }

    100% {
        background-color: #DE9A9A;
    }
}

.medicationreference {
    font-size: smaller;
    color: GrayText;
    font-style: italic;
}

.center_grid {
    padding-left: 3px;
    padding-right: 3px;
}

@keyframes msPulseEffect {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.5);
    }

    100% {
        box-shadow: 0 0 0 7px rgba(255, 0, 0, 0);
    }
}

.pulse_me {
    margin: 3px;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    width: var(--phw, 24px);
    height: var(--phw, 24px);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    animation: msPulseEffect 1s infinite;
}

.pulse_me16 {
    margin: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    animation: msPulseEffect 1s infinite;
}

.pulse_me12 {
    margin: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    animation: msPulseEffect 1s infinite;
}

.param_select_multiple_top {
    padding-top: 5px;
}

.cbx_padding {
    padding-left: 30px;
}

.quickreports_cbo {
    font-size: 13px;
    background-color: #f5f5f5;
    color: GrayText;
    border-radius: 8px;
    border: 0px;
    outline: 0px;
    height: 30px;
}

.table_report_params_single {
    padding-top: 5px;
    padding-bottom: 5px;
}

.reportDescription {
    color: GrayText;
    font-size: 12px;
    font-style: italic;
}

.inactive_field {
    margin-left: auto;
    margin-right: 5px;
    display: flex;
    width: 20px;
    vertical-align: middle;
}

.inactive_field_hide {
    height: 20px;
    width: 20px;
    display: none;
}

.inactive_col {
    width: 20px;
}

.inactive_col_hide {
    width: 20px;
    display: none;
}

.settings_icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

    .settings_icon:hover {
        opacity: 0.5;
    }

.settings_table_header {
    font-size: 13px;
    color: #5f6368;
    font-weight: 500;
    padding-top: 5px;
    padding-left: 10px;
}

.settings_right {
    text-align: right;
}

.rowsetting {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 10px;
}

    .rowsetting tr {
        height: 50px;
        vertical-align: middle;
    }

.switch_settings {
    vertical-align: middle;
    width: 40px;
}

table.Gridsetting {
    font-size: 13px;
    border-width: 0px;
    border-color: transparent;
    border-style: solid;
    table-layout: fixed;
    overflow: scroll;
    cursor: pointer;
    font-weight: 400;
    color: GrayText;
}


.normal2 {
    border-top: 1px solid #f0f0f0;
    background-color: white;
    height: 50px;
    vertical-align: middle;
}

.GridsettingHeader {
    background-color: white;
    height: 50px;
    font-weight: 200;
    color: GrayText;
    vertical-align: middle;
}

.settings_menu {
    width: 20px;
    height: 20px;
    opacity: 0.6;
}

.tbl_settings_menu {
    padding: 10px;
    border-collapse: collapse;
}

tbl_settings_menu tr {
    height: 40px;
    background-color: white;
}

.tbl_settings_menu tr:hover {
    background-color: lightgray;
}

.reset_button {
    width: 60px;
    height: auto;
}

.selectbox {
    border-radius: 6px;
    border: 1px solid #AAAAAA;
}

.gray_text {
    color: gray;
}

.light_gray_text {
    color: silver;
}

.glow_red {
    box-shadow: 0 0 12px #ff8f8f;
    border: 1px solid #ff5757;
}

.timeout_timer {
    color: white;
}

.hide_scroll {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.fileuploadsuccess {
    font-size: 10pt;
    color: green;
}

.fileuploadfailed {
    font-size: 10pt;
    color: red;
}

.grayscale {
    filter: grayscale(100%);
    opacity: 0.2;
}

.blink {
    animation: blinker 1s infinite;
    color: red;
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.5;
    }

    to {
        opacity: 1.0;
    }
}

.panel_subtext {
    font-style: italic;
    font-size: 13px;
    font-weight: 400;
    color: #646466;
    width: auto;
}

.setting_header {
    font-size: 22px;
}

.setting_detail {
    text-align: left;
    font-size: 14px;
    color: #5F6368;
}

.gridheader_services {
    font-size: 10pt;
    color: #a9a9a9;
    background-color: #e5e5e5;
}

.gridview_row_services {
    border-bottom: 1px dashed #f5f5f5;
}

.round {
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.dim {
    opacity: 0.4;
}

#message_bubble {
    background-image: url("/images/message_bubble.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 50px;
    height: 50px;
    text-align: center;
    /* to position it at bottom-right (dependent on the parent) */
    position: absolute;
    bottom: 1em;
    right: 1em;
    box-shadow: 0 0 0px #333;
}

.badgeNotifyBubble {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    top: -15px;
    left: 5px;
}

    .badgeNotifyBubble[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        font-size: .8em;
        background: #fa453d;
        color: white;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        box-shadow: 0 0 1px #333;
    }

.menu_float_control {
    background-color: #ffffff;
    padding: 5px 5px 2px 5px;
    height: var(--mfch, 30px);
    border-radius: 15px;
    vertical-align: middle;
    box-shadow: 0 0 10px #d8d8d8;
}

.gv_row_indicators {
    text-align: left;
    display: flex;
    vertical-align: middle;
}

.gv_noaction_row_indicators {
    text-align: right;
    display: flex;
    vertical-align: middle;
}

.row_controls {
    display: flex;
    border-collapse: collapse;
    align-items: center;
    height: inherit;
}

.cbxlist tr {
    height: 30px;
}

.cbxlist td {
    width: 200px !important;
}

.ui-icon-triangle-1-e {
    background-image: url(/images/expand-icon.png);
}

.ui-icon-triangle-1-s {
    background-image: url(/images/collapse-icon.png);
}

.bubble-sms_send {
    position: relative;
    background: #2585F3;
    border: 1px solid #2585F3;
    padding: 0px 10px 0px 10px;
    margin: 0 auto;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 14px;
}

    .bubble-sms_send:after,
    .bubble-sms_send:before {
        right: 100%;
        top: 40%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .bubble-sms_send:after {
        border-color: rgba(215, 233, 253, 0);
        border-right-color: #2585F3;
        border-width: 12px;
        margin-top: -10px;
    }

    .bubble-sms_send:before {
        border-color: rgba(215, 233, 253, 0);
        border-right-color: #2585F3;
        border-width: 13px;
        margin-top: -10px;
    }

.bubble-sms_reply {
    position: relative;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    padding: 0px 10px 0px 10px;
    margin: 0 auto;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 14px;
}

    .bubble-sms_reply:after,
    .bubble-sms_reply:before {
        left: 100%;
        top: 40%;        
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .bubble-sms_reply:after {
        border-color: rgba(230, 230, 230, 0);
        border-left-color: #e6e6e6;        
        border-width: 12px;
        margin-top: -10px;
    }

    .bubble-sms_reply:before {
        border-color: rgba(230, 230, 230, 0);
        border-left-color: #e6e6e6;        
        border-width: 13px;
        margin-top: -10px;
    }

    .password {
        background-image: url(/images/show_password_dim.svg);
        background-size: 20px;
        background-position: 95% 50%;
        background-repeat: no-repeat;
        cursor: pointer;
        width: 120px;
        white-space: nowrap;
        overflow: hidden;
    }

  .password:hover {
        background-image: url(/images/show_password.svg);
    }

.toolbar_button {
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 1;
    background-color: #f0f0f0;
    transition: background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
    border: 1px solid silver; /* Silver border */
    box-sizing: border-box;
    border-radius: 2px; /* Make it circular */
    margin-right: 5px;
}

    .toolbar_button:hover {
        background-color: #dcfc5c; /* White background on hover */
        opacity: 0.9;
        border-color: #dcfc5c; /* White border on hover */
    }

.wizMsgStepNext {
    position: absolute;
    top: var(--top, 345px);
    right: 50px;
}

.wizMsgStepPrev {
    position: absolute;
    top: var(--top, 345px);
    right: 140px;
}

.notification_timer {
    color: red;
    font-size: 11px;
    opacity: 50%;
}

.filterColumn {
    vertical-align: bottom;
    width: 150px;
}

.filter {
    background-image: url(/images/filter.svg);
    background-size: 20px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 120px;
    padding-left: 60px;
    white-space: nowrap;
    overflow: hidden;
}

.filterfilled {
    background-image: url(/images/filterfilled.svg);
    background-size: 20px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
}

.filter_title {
    color: Black;
    font-size: 12px;
}

.resident_post {
    width: 100%;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border: 2px solid #d5d5d5;
}

.incident_post {
    width: 100%;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #f4cccc;
    border: 2px solid #d5d5d5;
}

.general_post {
    width: 100%;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #f3feec;
    border: 2px solid #d5d5d5;
}

.important_post {
    width: 100%;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #feeeec;
    border: 2px solid #d5d5d5;
}

.reply_post {
    border-radius: 15px;
    border: 1px solid #cfd9de;
    background-color: #ffffff;
    padding: 15px;
}

.reply_important {
    background-color: #feeeec;
}

.post_header_font {
    font-size: 15px;
    font-weight: 600;
}

.post_subheader_font {
    font-size: 14px;
    font-weight: 600;
}

.post_title {
    color: #667581;
}

.post_body {
    color: #505458;
}

.post_reference {
    color: #d5d5d5;
    font-size: 0.7em;
    cursor: help;
}

.post_spacer {
    padding-bottom: 10px;
}

.badgehouseVAR {
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

.badgehouseVAR[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: var(--settop, 0px);
    right: var(--setright, 0px);
    font-size: var(--setfontsize, .8em);
    font-weight: var(--setfontweight, 400);
    background-image: url('/images/house.svg');
    background-size: contain; /* Ensure the SVG size fits the element */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    color: white;
    width: var(--setwidth, 40px); /* Set width and height for the badge */
    height: var(--setheight, 40px);
    text-align: center;
    line-height: var(--setlineheight, 40px);
    border-radius: 0; /* Remove border-radius */
    box-shadow: 0 0 var(--setborder, 1px) #333;
    line-height: 4.0;
}

.toggle_switch {
    margin-top: 5px;
}

.notification_bubble {
    border-radius: 15px;
    overflow: hidden;
}

    .notification_bubble.normal {
        border: 2px solid #d5d5d5;
        background-color: #F5F5F5;
    }

    .notification_bubble.important {
        border: 2px solid #d5d5d5;
        background-color: #FFE3E3;
    }

.single_lb_height {
    height: calc(100vh - var(--shs, 400px));
}

.gv_row_request {
    background-color: white;
    height: 25px;
    vertical-align: middle;
}

.cbx_container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.light_text {
    color: #c8c8c8;
}

.diagonal-watermark {
    position: relative;
}

.watermark-text {
    font-family: 'Roboto Black', sans-serif !important;
    font-weight: var(--fw, 900);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg); /* Rotate the text back to horizontal */
    font-size: var(--fs, 40px); /* Adjust font size as needed */
    color: rgba(var(--r, 212), var(--g, 0), var(--b, 0), var(--a, 0.3)); /* Color of the watermark text */
}

.color_strip {
    position: var(--p, absolute);
    top: var(--t, 0);
    left: var(--l, 0);
    width: var(--w, 20px);
    height: var(--h, 100%);
    background-color: var(--bc, transparent);
    border-top-left-radius: var(--bbtr, 0px);
    border-bottom-left-radius: var(--bblr, 12px);
}

.rotated-text {
    position: var(--p, absolute);
    top: var(--t, 50%);
    left: var(--l, 50%);
    transform: translate(-50%, -50%) rotate(-90deg); /* Rotate text 90 degrees counterclockwise */
    transform-origin: center center; /* Set the transform origin to the center */
    color: var(--c, #000000); /* Color of the text */
    white-space: var(--ws, nowrap); /* Prevent wrapping of text */
    font-size: var(--fs, inherit);
}

.badgeFilter {
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.badgeFilter[data-badge]:after {
    content: attr(data-badge);
    position: absolute;
    top: -2px;
    right: -108px;
    font-size: .8em;
    font-weight: 500;
    background: #ffffff;
    color: #1a73e8;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    z-index: 2;
}

.emoticon {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    font-size: var(--fs, 24px);
}

.div_spacer {
    padding-right: 10px;
}

textarea::placeholder, input::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: var(--fs, 13px);
    color: #C0C0C0;
    font-style: italic;
    font-weight: 300;
}

.rounded-image {
    border-radius: 15px;
    height: 150px;
}

.circular-image {
    border-radius: 50%; /* Makes the image circular */
    width: 150px; /* Set a fixed width */
    height: 150px; /* Set a fixed height to ensure it remains square */
    object-fit: cover;
}

.button_header_dashboard {
    width: var(--setwidth, auto);
    background-color: white;
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.div_formview_detail_h {
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.div_formview_detail_v {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.div_formview_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    justify-content: flex-start;
    text-align: left;
}

.top_bump {
    margin-top: 5px;
}

.bottom_bump {
    margin-bottom: 5px;
}

.div_column {
    width: var(--setwidth, fit-content);
    margin-right: 10px;
    text-align: left;
}

.add_button {
    margin-left: 3px; 
    margin-bottom: 2px;
}

.fvField_Tiny {
    font-size: 8px;
    border-style: solid;
    border-width: 0px;
    border-color: #dcdcdc;
    background-color: #f5f5f5;
    color: GrayText;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.grid_header {
    color: GrayText;
    width: var(--w, fit-content);
    margin-top: auto;
}

.modal_msgbox_left_div {
    display: flex;
    height: inherit;
    align-items: center;
    margin-left: 15px;
    margin-right: auto;
    white-space: nowrap;
}

.modal_msgbox_right_div {
    display: flex;
    height: inherit;
    align-items: center;
    margin-right: 15px;
    margin-left: auto;
}

.modal_msgbox_div_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 45px;
    margin: 0px 0px 0px 0px;
    background-color: var(--backcolor, #399aef);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.modal_msgbox_div_body {
    display: flex;
    flex-direction: column; /* stack children vertically */
    align-items: center; /* center horizontally */
    justify-content: center; /* center vertically if taller */
    width: 100%;
    min-height: 80px;
}

.cbo {
    height: 32px !important;
}

.disableDiv {
    pointer-events: none;
    opacity: 0.3;
}

.faded {
    opacity: 0.6;
}

.info_bubble {
    /*for the information bubbles used in dialog boxes*/
    background-color: whitesmoke;
    border-radius: 10px; 
    padding: 10px;
}

.off {
    pointer-events: none !important;
}

.col_spacer1 {
    margin-right: 10px;
}

.col_spacer {
    margin-left: 20px;
    margin-right: 10px;
}

.icon_spacer {
    margin-right: 5px;
}

.inactive_post {
    width: 100%;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: #fbeded;
    border: 2px solid #d5d5d5;
}

a.email-link {
    color: inherit; /* Keeps the original text color until hovered */
    text-decoration: none; /* Removes the underline for a cleaner look */
    transition: color 0.3s ease, background-color 0.3s ease; /* Smooth transition */
}

/* Hover effect for email link */
a.email-link:hover {
    color: #89cff0 !important; /* A nice blue color */
}

a.email-link:hover span {
    color: #89cff0 !important;
}


.WrapperDivScrollTips {
    width: var(--w, 500px);
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    pointer-events: all;
    height: auto;
    max-height: 300px;
}

.cbo_sort {
    font-size: 11px;
    border: 0px;
    outline: 0px;
    height: 25px;
    cursor: pointer;
}

.cbo_sort option {
    font-size: 11px;
    white-space: nowrap;
}

.div_sort {
    flex-grow: 1;
}

.sort_button {
    margin-left: 5px;
}

.font8 {
    font-size: 0.8em;
}

.fvField_readonly {
    font-size: 13px;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    background-color: #ffffff;
    color: GrayText;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.div_checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.cbx_margin {
    margin-left: 2px;
}

/* attachments in formviews */
.image-attachment {
    border-radius: 15px; /* Adjust for more or less rounding */
    border: 1px solid silver;
    object-fit: cover; /* Ensures the image fills the rounded area */
    width: 200px;
}

.spaced-image {
    margin: 5px 5px 5px 5px;
}

/* SWEET ALERT FORMATTING*/

/* Override SweetAlert2's default grid layout */
.swal2-popup {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 10px 10px !important;
    text-align: left;
}

/* Title on top */
.swal2-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left !important;
}

/* Row 2: icon left, message right */
.swal-body-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

/* Icon block */
.swal2-icon {
    font-size: 36px;
    color: #f8bb86;
    line-height: 1;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Question text */
.swal-question {
    font-size: 14px;
    line-height: 1.4;
    text-align: left !important;
    flex: 1;
}

/* Buttons row: right-aligned */
.swal2-actions {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 10px;
    margin-top: 10px;
}

.my-warning-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.flex_center {
    align-items: center;
}

.flex_end {
    align-items: flex-end;
}

.flex_start {
    align-items: flex-start;
}

.flex_baseline {
    align-items: baseline;
}

.flex_justify_right {
    justify-content: end;
}

.flex_justify_left {
    justify-content: start;
}

.flex_justify_center {
    justify-content: center;
}
/* FOR TINYMCE */
.tox {
    z-index: 8000 !important;
}

.tox-dialog, .tox-pop, .tox-toolbar__overflow, .tox-silver-sink {
    z-index: 8000 !important;
}

.editor-output h1 {
    font-size: 2em !important;
    font-weight: bold !important;
    margin: 0.67em 0 !important;
}

.editor-output h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.75em 0;
}

.editor-output h3 {
    font-size: 1.17em;
    font-weight: bold;
    margin: 0.83em 0;
}

.editor-output h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 1.12em 0;
}

.editor-output h5 {
    font-size: 0.83em;
    font-weight: bold;
    margin: 1.5em 0;
}

.editor-output h6 {
    font-size: 0.75em;
    font-weight: bold;
    margin: 1.67em 0;
}

.editor-output h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

