.disabled { background: #AAA !important; cursor: not-allowed !important; border: #AAA !important; }
.disabled_input { background: #AAA !important; opacity: 0.7; }
.centered { text-align: center }
.blue { color: #0e76bc; }
.pointer { cursor: pointer }
.normal_weight { font-weight: normal; }
body {
    font-size:14px;
    color:#444;
    font-family: "facitweb-1", "facitweb-2", sans-serif;
}

#unit_form input[type=text], #floor_care_assignment_group_form input[type=text] {
    font-size: 16px;
    line-height: 18px;
    display: inline;
    padding: .3em .5em;
}

#unit_form label{
    font-size: 16px;
    display: inline-block;
}

#unit_form > #units, #floor_care_assignment_group_form > #assignment_group {
    width: 395px;
    height: 30px;
    padding: .3em .5em;
    color: #666666;
    border: 1px solid #0e76bc;
    font-size: 16px
}

.room_search, .checklist_room_search{
    min-height: 250px;
}

.or_room_search {
    min-height: 0;
}

.room_search input[type=text], .checklist_room_search input[type=text] {
    padding: .3em .5em;
    font-size: 22px;
}

.shift_search input[type=text] {
    padding: .3em .5em;
    font-size: 22px;
}

.room_search label, .checklist_room_search label {
    font-size: 24px;
}

.shift_search label{
    font-size: 24px;
}



div.epic_assignment_area, div.service_request_assignment_area{
    margin-bottom: 2em;
}

div.epic_assignment_area input[type=text], div.service_request_assignment_area input[type=text] {
    padding: .3em .5em;
    font-size: 22px;
}

div.epic_assignment_area label, div.service_request_assignment_area label{
    font-size: 24px;
}

.service_request_details {
    h4 {
        text-align: center;
        font-size: 28px;
        padding: 10px;
    }

    h5 {
        font-size: 24px;
        padding: 10px;
        font-weight: bold;
    }

    h6 {
        font-size: 20px;
        padding-top: 10px;
        margin-left: 1.5em;
    }

    h6.org_unit_label {
        text-align: center;
        padding-top: 5px;
    }

    ul {
        padding-left: 30px;
    }
}

.cbox_x{
    float: right;
    cursor: pointer;
    font-size: 24px;
    color: #FFF;
    display: inline-block;
}

#cboxLoadedContent .delete-popup, #cboxLoadedContent .details_popup, #cboxLoadedContent .image_popup {
    overflow: hidden;
}

input[type=checkbox]{
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}
textarea{
    color: #666666;
    border: 1px solid #0e76bc;
    border-radius: 5px;
}

input[type=submit] {
    border:0 none;
    cursor:pointer;
    color: white;
    background:#0e76bc;
    padding:5px 25px 7px;
    font-size:12px;
    font-weight:bold;
    border-radius:10px;
}

input[type=button] {
    background: white;
    color: #0e76bc !important;
    border: 1px solid #0e76bc;
    padding:5px;
    font-size:11px;
    font-weight:bold;
    border-radius:10px;
    width: 75px;
    margin: .2em;
    text-align: center;
    font-weight: bold;
}

input, select {
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    background: #fff;
    border: 1px solid #aac;
}

input.time {
    width: 80px;
}

button {
    border:0 none;
    cursor:pointer;
    color: white;
    background:#0e76bc;
    padding:5px 25px 7px;
    font-size:12px;
    font-weight:bold;
    border-radius:10px;
}

button.disabled{
    border:0 none;
    cursor:default;
    color: white;
    background:lightgrey;
    padding:5px 25px 7px;
    font-size:12px;
    font-weight:bold;
    border-radius:10px;
    pointer-events: none;
}


/*Typography*/
p {
    padding: 0.5em 0;
    line-height:1.4;
}
p.sub {
    color:#7d7d7d;
    font-size:12px;
}
p.supervisor{
    width: 35%;
    display: inline-block;
    text-align: right;
    padding: 0;
}
a {
    text-decoration:underline;
    color:inherit;
}

h1,h2,h3,h4 {
    font-weight:bold;
}

h1 {
    font-size:30px;
    line-height:36px;
}

h2 {
    font-size:26px;
    line-height:32px;
}
h3 {
    font-size:22px;
    line-height:28px;
    margin-bottom: .5em;
}
h4 {
    font-size:18px;
    line-height:24px;
}

h4.supervisor{
    width: 60%;
    display: inline-block;
}

strong {
    font-weight:bold;
}

ul.bullets {
    list-style-type:disc;
    list-style-position: inside;
}

ul.bullets li{
    margin-left: 12px;
}

ul li {
    margin:5px 0;
}

fieldset {
    /*border: 1px solid #0e76bc;
    border-radius:5px;*/
    padding: .2em;
    margin-bottom: .5em;
}
fieldset.room_clean_tags {
    padding: .2em;
    margin-bottom: .5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

legend {
    margin-left: .5em;
    color: #0e76bc;
}

legend.tags {
    margin-left: 0;
    color: #000000;
}
legend.room_clean_tags_legend {
    margin: 0 auto;
}

table tr.odd td {
    background: lightblue; /*#bda27e; /*#f8f1e0;*/
}

a.button {
    display:inline-block;
    text-decoration:none !important;
    cursor:pointer;
}
a.blue.button {
    background:#0e76bc;
    color:white !important;
    padding: 7px 25px;
    font-size: 12px;
    font-weight:bold;
    border-radius:10px;
}

input.blue.button {
    background:#0e76bc;
    color:white !important;
    font-size:12px;
    font-weight:bold;
    border-radius:10px;
}
.btn-blue {
    bottom: 34px;
    float: right;
    position: relative;
}

a.disabled.button {
    background:lightgrey;
    color:white !important;
    /*padding:5px 25px 7px;*/
    padding:7px 25px;
    font-size:12px;
    font-weight:bold;
    border-radius:10px;
    cursor: default;
    pointer-events: none;
}

.copy_assignment.button {
    background:#0e76bc;
    color:white;
    padding:8px 8px;
    font-size:11px;
    font-weight:bold;
    border-radius:10px;
    border: solid 1px #0e76bc;
    min-height: 70px;
    vertical-align: middle;
}

a:hover.copy_assignment.button {
    background:white;
    color: #0e76bc;
    padding:8px 8px;
    font-size:11px;
    font-weight:bold;
    border-radius:10px;
    border: solid 1px #0e76bc;
    min-height: 70px;
    vertical-align: middle;
}

input[type=text].selected_assignment_date {
    width: 90px;
    pointer-events: none;
    text-align: right;
    /*padding-right: .3em;*/
    font-weight: bold;
    border: 1px none black;
    background-color: transparent;
    color: #0e76bc;
    font-size: 16px;
    /*vertical-align: middle;*/
    vertical-align: baseline;
    padding: 0;
    margin-right: 4px;
}

input[type=text].selected_copy_assignment_date {
    width: 105px;
    margin-top: .5em;
    pointer-events: none;
    text-align: right;
    padding-right: .5em;
    font-weight: bold;
    border: 1px none black;
    background-color: transparent;
    color: #ffffff;
    vertical-align: bottom;
    font-size: 11px;
}

input[type=text].selected_copy_assignment_date_hover {
    color: #0e76bc;
}

a.na.button {
    /*background: #dfc12a;*/
    /*border: solid 1px #dfc12a;*/
    background: #fce100;
    border: solid 1px #fce100;
    border-radius:10px;
    color: #000000;
    padding: 0 9px 0;
    font-size: 11px;
    font-weight:bold;
}

a:hover.na.button {
    background: #ffffff;
    /*border: solid 1px #dfc12a;*/
    border: solid 1px #fce100;
    /*color: #dfc12a;*/
    color: #fce100;
}

a.complete.button {
    /*background: #669966;*/
    /*border: solid 1px #669966;*/
    /*background: #99fc00;*/
    /*border: solid 1px #99fc00;*/
    background: #46B955;
    border: solid 1px #46B955;
    /*color: #ffffff;*/
    color: #000000;
    padding: 0 9px 0;
    font-size: 11px;
    font-weight:bold;
    border-radius:10px;
}

a:hover.complete.button {
    /*background: #ffffff;*/
    /*border: solid 1px #669966;*/
    background: #ffffff;
    /*border: solid 1px #99fc00;*/
    border: solid 1px #46B955;
    border-radius:10px;
    /*color: #669966;*/
    /*color: #99fc00;*/
    color: #46B955;

}

a.undo.button {
    cursor: pointer;
    display: inline-block;
    background: url(../_images/undo_blue_button.png) no-repeat top left;
    width: 30px;
    height: 30px;
    background-size: 30px 25px;
    margin-top: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

a:hover.undo.button {
    /* background:url(../_images/undo_white_button.png) top left; */
}

a.clear_filters {
    color: #0e76bc !important;
    margin: .2em;
    font-size: 10px;
    cursor: pointer;
}

a:hover.clear_filters{
    color: #d2b48c;
    margin: .2em;
    font-size: 10px;
    cursor: pointer;
}

#clear_floor_filters:hover, #clear_hr_filters_floor:hover, a:hover.clear_filters#clear_unit_filters, a:hover.clear_filters#clear_hr_filters{
    font-size: 16px;
}

a.white_feedback.button {
    background: white;
    color: #0e76bc !important;
    border: 1px solid #0e76bc;
    padding:5px;
    font-size:11px;
    font-weight:bold;
    border-radius:10px;
    width: 75px;
    margin: .2em;
    text-align: center;
    font-weight: bold;
}

a.white_tag.button {
    background: white;
    color: #0e76bc !important;
    border: 1px solid #0e76bc;
    padding:5px;
    font-size:16px;
    font-weight:bold;
    border-radius:10px;
    width: 185px;
    margin: .2em;
    text-align: center;
    font-weight: bold;
}

a.blue_tag.button {
    background: #0e76bc;
    color: white !important;
    border: 1px solid #0e76bc;
    padding:5px;
    font-size:16px;
    font-weight:bold;
    border-radius:10px;
    width: 185px;
    margin: .2em;
    text-align: center;
    font-weight: bold;
}

a.white_tag_bk.button {
    background: white;
    color: #0e76bc !important;
    border: 1px solid #0e76bc;
    padding:3px 15px 5px;
    font-size:10px;
    font-weight:bold;
    border-radius:10px;
}

a.white_y.button {
    background: white;
    color: #0e76bc;
    border: 1px solid #0e76bc;
    padding:5px 25px 7px;
    font-size:12px;
    font-weight:bold;
    border-radius:10px;
}

a.blue_y.button {
    background-color: #0e76bc;
    color: white;
    border: 1px solid #0e76bc;
    padding:5px 25px 7px;
    font-size:12px;
    font-weight:bold;
    border-radius:10px;
}

a:hover.white_y.button {
    background: #0e76bc;
    color: white !important;
    border: 1px solid white;
    /*padding:5px 25px 7px;*/
    /*font-size:12px;*/
    /*font-weight:bold;*/
    border-radius:10px;
}

a:hover.blue_y.button {
    background: #0e76bc;
    color: white;
    border: 1px solid white;
    /*padding:5px 25px 7px;*/
    /*font-size:12px;*/
    /*font-weight:bold;*/
    border-radius:10px;
}

a.white_n.button {
    background: white;
    color: #0e76bc;
    border: 1px solid #0e76bc;
    padding:5px 25px 7px;
    font-size:12px;
    font-weight:bold;
    border-radius:10px;
}

a.blue_n.button {
    background-color: #0e76bc;
    color: white;
    border: 1px solid #0e76bc;
    padding:5px 25px 7px;
    font-size:12px;
    font-weight:bold;
    border-radius:10px;
}

a:hover.white_n.button {
    background: #0e76bc;
    color: white !important;
    border: 1px solid white;
    /*padding:5px 25px 7px;*/
    /*font-size:12px;*/
    /*font-weight:bold;*/
    border-radius:10px;
}

a:hover.blue_n.button {
    background: #0e76bc;
    color: white !important;
    border: 1px solid white;
    /*padding:5px 25px 7px;*/
    /*font-size:12px;*/
    /*font-weight:bold;*/
    border-radius:10px;
}

a.inspect_shift_task.button {
    padding: 0 15px 0;
    font-size:9px;
    font-weight:bold;
    border-radius:10px;
    /*border: solid 1px #669966;*/
    border: solid 1px #46B955;
}

a.save_button {
    background:#dedede;
    color:#7d7d7d;
    padding: 7px 12px;
    border-radius:10px;
    line-height: 16px;
    cursor:default;
}
/* Layout */
.header, .main, .footer {
    clear:both;
    /*overflow:hidden;*/
}
.header {
    padding:20px 0 0 0;
    overflow:visible;
}

.task_comments{
    padding: 0;
}

.container {
    width:980px;
    margin: 0 auto;
}

.container.or_tech_module {
    /*width:980px;*/
    width:1050px;
    margin: 0 auto;
}

.or_shift_task_name {
    width: 700px;
    padding-bottom: 25px;
    margin-right: 25px;
    margin-left: 25px;
}
.or_shift_task_name h1{
    width: 750px;
}

.container.floor_clean_tech_module {
    width:1100px;
    margin: 0 auto;
    min-height: 400px;
}

.breadcrumb {
    border-bottom: 1px solid #DEDEDE;
}
.breadcrumb p {
    text-decoration:none;
    font-size:12px;
    color:#7d7d7d;
}

.breadcrumb a {
    text-decoration:none;
}

.left_column, .right_column {
    width:210px;
    float:left;
    margin-top: 50px;
}

/* .content_wrapper > .left_column{
    padding-right: 35px;
} */

#room_form div.top_row{
    display: none;
}

#room_form div.bottom_row{
    display: none;
}

#room_form div.left_column a.blue.button.finish_room_button{
    width: 160px;
}

#inspection_room_form div.top_row{
    display: none;
}

#inspection_room_form div.bottom_row{
    display: none;
}

.or_tech_module.left_column, .or_tech_module.right_column {
    width:210px;
    float:left;
    margin-top: 0;
}

.ambulatory_staff_module.left_column {
    width:900px;
    float:left;
    margin-top: 0;
}

.right_column {
    width:210px;
    float:left;
}

.left_column, .middle_column, .middle_column_wide {
    margin-right:20px;
}

.middle_column_wide {
    /*width:730px;*/
    width:850px;
    float:left;
}

.middle_column_wide a.blue.button.begin_floor_care {
    font-size: 24px;
}

.middle_column_wide.room_clean_page {
    width:730px;
}

.middle_column_wide.supervisor {
    width: 650px;
    line-height: 18px;}

.left_column .main_title {
    font-weight:normal;
}
.right_column .main_title {
    font-weight:normal;
    margin-bottom: 3px;
}

.left_column a {
    color:inherit;
}
.right_column a {
    color:#3372C0;
}
.middle_column {
    width:520px;
    float:left;
}

.or_tech_home_main_container{
    float:left;
}

.or_tech_home_top_columns{
    width: 425px;
    overflow: unset;
    margin-top: 0;
    /* padding: unset; */
    min-height: 300px;
    margin-right: 0px;
}

.border_left_column {
    border-right: black solid 2px;
    padding-right: 30px;
}

.or_tech_home_top_columns h2{
    text-align: center;
    margin-bottom: 1em;
}

.or_tech_home_top_columns_right{
    padding-left: 30px;
    margin-left: 0px;
}

.or_tech_home_top_columns ul.two_columns{
    text-align: left;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 1em;
    vertical-align: top;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.ambulatory_staff_home_top_columns{
    width: 800px;
    overflow: auto;
    margin-top: 0;
    padding: .5em;
    min-height: 300px;
    margin-right: 0;
}

.ambulatory_staff_home_top_columns h2{
    text-align: center;
    margin-bottom: 1em;
}

.ambulatory_staff_home_top_columns ul.two_columns{
    text-align: left;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 1em;
    vertical-align: top;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.ambulatory_staff_home_top_columns ul.one_column{
    text-align: left;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 1em;
    vertical-align: top;
}

#tasks_area_id .ambulatory_home_task_list_container{
    /*padding: 1em 0;*/
    background-color: rgba(14, 118, 188, 0.03);
    padding: 20px 5px 10px;
    border: 1px solid #0e76bc;
    border-radius:10px;
    /*margin-left: 1em;*/
}

#tasks_area_id .ambulatory_home_task_list_container label{
    margin-top: -2.7em;
    margin-left: 1em;
    float: left;
    font-weight: bold;
    font-size: 14px;
    color: #0E76BC;
    /*z-index: 999;*/
    /*transform: rotate(270deg);*/
    /*transform: rotate(325deg);*/
    /*transform-origin: left 5px;*/
    width: 170px;
    background-color: white;
    padding: .5em;
    text-align: center;
    border: 1px solid #0e76bc;
    border-radius:10px;
}

.event_popup_container{
    /*padding: 1em 0;*/
    background-color: rgba(14, 118, 188, 0.03);
    padding: 10px;
    border: 1px solid #0e76bc;
    border-radius:10px;
    /*margin-left: 1em;*/
    margin-bottom: 1em;
}

.event_popup_container ul{
    margin-left: 1.5em;
    list-style-type: square;
}

ul.two_columns{
    text-align: left;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 1em;
    vertical-align: top;
}

ul.two_columns li{
    margin-top: 0;
    margin-bottom: .3em;
}

ul.two_columns.shift_task_group li {
    margin-bottom: 0;
}

.display_task_feedback_area, .hide_task_feedback_area {
    cursor: pointer;
}

.or_tech_home_top_columns ul.one_column{
    text-align: left;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 1em;
    vertical-align: top;
}

.or_tech_home_top_columns ul li{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    /* border-bottom: 2.25px black;
    border-style: inset; */
}

.or_icon{
    width: 30px;
    height: 30px;
    float: right;
    margin: .15em;
}

.or_icon_cv_7{ /* OR Turnover */
    background-image: url(../_images/or_icon_cv_7.svg);
    background-repeat: no-repeat;
}

.or_icon_cv_7:hover{ /* OR Turnover */
    background-image: url(../_images/or_icon_inverse_cv_7.svg);
    background-repeat: no-repeat;
}

.or_icon_cv_8{ /* Terminal */
    background-image: url(../_images/or_icon_cv_8.svg);
    background-repeat: no-repeat;
}

.or_icon_cv_8:hover{ /* Terminal */
    background-image: url(../_images/or_icon_inverse_cv_8.svg);
    background-repeat: no-repeat;
}

.or_icon_cv_12{ /* Start Up */
    background-image: url(../_images/or_icon_cv_12.svg);
    background-repeat: no-repeat;
}

.or_icon_cv_12:hover{ /* Start Up */
    background-image: url(../_images/or_icon_inverse_cv_12.svg);
    background-repeat: no-repeat;
}

.or_super_home_main_container{
    float:left;
}

.or_super_home_top_columns{
    width: 425px;
    overflow: auto;
    margin-top: 0;
    padding: .5em;
    max-height: 730px;
    margin-right: 0;
}

.or_super_home_top_columns h2{
    text-align: center;
    margin-bottom: 1em;
}

.or_super_home_top_columns_left{
    border-right: black solid 2px;
    height: 100%;
}

.or_super_home_top_columns_right{
    padding-left: 2em;
    /*border-left: black solid 2px;*/
}

.or_super_home_top_columns ul.two_columns{
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 1em;
    vertical-align: top;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.or_super_home_top_columns ul.one_column{
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    vertical-align: top;
}

.or_super_home_top_columns ul.one_column li{
    margin-bottom: .5em;
    width: 100%;
}

.or_super_home_top_columns ul li{
    display: inline-block;
}

.bar {
    display: inline-block;
    margin: 0 0 0 1em;
    height: 14px;
    /*width: 810px;*/
    border: 1px solid #0e76bc;
    vertical-align: middle;
    background-color: #ffffff;
}

.bar_text {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #0e76bc;
    width: 40px;
    margin: 0;
    text-align: right;

}

.or_super_home_body .bar{
    width: 350px;
}

.or_tech_home_top_columns .bar{
    width: 350px;
}

.ambulatory_staff_module .bar{
    width: 810px;
}

.percentage {
    height: 14px;
    background: #0e76bc;
}

.sub_middle_column {
    width: 100%; /*750px;*/
    float:left;
}

.content_wrapper {
    border:1px solid #ececec;
    border:1px solid #0e76bc;
    border-radius:20px;
    padding:20px 30px 30px;
    overflow: auto; /*visible;*/
    clear:both;
    min-height: 300px;
}

.service_record{
    overflow: visible;
}

.content_wrapper.supervisor{
    /*min-height: 550px;*/
    overflow-y: hidden;
    overflow-x: hidden
}

.evs_left_column_height_global {
    height: 683px;
}

.evs_left_column_height_ucsf {
    max-height: 600px;
}

.evs_left_column_height_nyu {
    max-height: 600px;
}

.content_wrapper.or_tech_assign_open_status {
    border:1px solid #0e76bc;
    border-radius:20px;
    padding: .5em 1em .5em 1.3em;
    overflow: auto; /*visible;*/
    clear:both;
    min-height: 5px;
    margin-bottom: .1em;
}

.or_tech_assign_open_status label {
    cursor: pointer;
}

.content_wrapper.or_tech_assign_complete_status {
    /*background-color: #669966;*/
    /*border:1px solid #669966;*/
    /*background-color: #99fc00;*/
    /*border:1px solid #99fc00;*/
    background-color: #46B955;
    border:1px solid #46B955;
    border-radius:20px;
    padding: .5em .5em .5em .3em;
    overflow: auto; /*visible;*/
    clear:both;
    min-height: 60px;
    margin-bottom: .1em;
}

.content_wrapper.or_tech_assign_na_status {
    /*background-color: #dfc12a;*/
    background-color: #fce100;
    /*border:1px solid #669966;*/
    /*border:1px solid #7cfc00;*/
    /*border:1px solid #99fc00;*/
    border:1px solid #46B955;
    border-radius:20px;
    padding: .5em .5em .5em .3em;
    overflow: auto; /*visible;*/
    clear:both;
    min-height: 5px;
    margin-bottom: .1em;
}

.content_wrapper_assignment {
    border:1px solid #ececec;
    border:1px solid lightgray;
    border-radius:20px;
    padding:20px 30px 30px;
    overflow: auto; /*visible;*/
    clear:both;
    min-height: 30px;
}

.content_wrapper.form {
    overflow:visible;
    float:left;
    width:460px;
}
.content_wrapper.form_pro {
    overflow:visible;
    float:left;
    width:520px;
}

/* Header for Billpage */
.logo_wrapper {
    color:#ff9900;
    font-size:30px;
    float:left;
    /*    margin-top:33px;*/
}

.logo_wrapper H1{
    margin-top: 0;
    /* line-height: 80px; */
    margin-left: 10px;
}

.logo_wrapper H1 .client_logo{
    display: inline-block;
}

.logo_wrapper H1 .client_logo img.client_img{
    max-width: 160px;
    max-height: 60px;
    vertical-align: middle;
}

.logo_wrapper H1 .client_logo img.pipe_img{
    /*height: 125px;*/
    max-height: 60px;
    margin: auto 1em;
    vertical-align: middle;
    /*paddding: .1em .3em;*/
}

.logo_wrapper H1 .readylist_logo{
    display: inline-block;
    /*line-height: 50px;*/
    /*vertical-align: middle;*/
    /*margin-left: -.5em;*/
}

.logo_wrapper H1 .readylist_logo img{
    max-height: 30px;
    /* max-width: 160px; */
    vertical-align: middle;
}

div.sec_menu {
    float:right;
    clear:right;
    font-size:12px;
}

div.sec_menu > div {
    float:left;
}
div.sec_menu div.login_container {
    margin-right:30px;
}

div.sec_menu div.name {
    font-weight:bold;
    margin-right: 60px;
}
.login_container {
    float: right;
    margin-right:100px;
}
.login_container label {
    font-size:16px;
    font-weight:bold;
    line-height:14px;
    display: block;
    margin-top: 1em;
}

.login_container input[type=text] {
    font-size:16px;
    font-weight:bold;
    line-height:14px;
    display: block;
    margin-bottom: 1em;
    width: 360px;

}
.login_container input[type=password] {
    font-size:16px;
    font-weight:bold;
    line-height:14px;
    display: block;
    margin-bottom: 1em;
    width: 360px;
}
.login_container input[type=submit] {
    margin:0 0 0 140px;
    display: block;
}

.login_container a.blue.button {
    float:left;
    position: relative;
    top: 2px;
}

.login_container a.forgot {
    color:white;
    font-size: 12px;
    margin-left: .5em;
    display:inline-block;
    text-decoration: underline;
    cursor:pointer;
}

@-moz-document url-prefix() {
    .login_container form input[type="submit"] {
        padding:3px 25px 5px;
        margin:0 0 0 40px;
    }
}

/* Menu for Billpage */

.menu_wrapper {
    float:right;
    vertical-align: top;
}

ul.menu {
    float:right;
    margin-bottom:5px;
}

ul.menu li {
    display:inline;
    float:left;
    position:relative;
}

ul.menu li:hover ul {
    display:block;
}

ul.menu li a {
    background:#650198;
    background:#0e76bc;
    color:white;
    padding:8px 25px;
    display:inline-block;
    width:120px;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
    border-right: 1px solid white;
}

#quick_history_tab{
    width: 140px;
}

ul.menu li.disable a {
    background: lightgrey;
    color:white;
    padding:8px 25px;
    display:inline-block;
    width:120px;
    text-align:center;
    text-decoration:none;
    cursor:default;
    border-right: 1px solid white;
    pointer-events: none;
}

ul.thinner_menu li a {
    padding:8px 12px;
}

ul.menu li a:hover, ul.menu li a.active {
    background:#ccccff;
    background:#d2b48c; /*#74C100;*/
}

ul.menu li.disable a:hover, ul.menu li.disable a.active {
    background: lightgrey;
}

ul.menu ul {
    position:absolute;
    top:30px;
    display:none;
    z-index:101;
}
ul.menu ul li {
    display:block;
    margin:0;
    text-align:center;
}

ul.menu ul li a{
    width:150px;
    background:#cbcbfe;
    background:#8bc067;
    border-top: 1px solid white;


}
ul.menu ul li a:hover {
    background:#0E76BC;

}

.thinner_menu li a {
    padding: 8px 15px;
}
/* Menu for index.html */
ul.home-menu {
    float:left;
    clear:right;
    margin-top:10px;
}

ul.home-menu li {
    display:inline;
    float:left;
    margin:0 20px;
}
ul.home-menu li a {
    color:#5c5b5b;
    text-decoration:none;
    font: bold 1em/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

ul.home-menu li a:hover {
    color:#6BBD00;
}

/* Main content of index.html & info pages*/
.page_wrapper {
    border:1px solid #ececec;
    border-radius:20px;
    padding:30px;
    overflow:hidden;
    width: 625px;
    float: left;
    margin-right: 30px;
    margin-top: 40px;
}
.home_wrapper {
    border:1px solid #ececec;
    border-radius:20px;
    padding:30px;
    overflow:hidden;
}

.home_wrapper .home_left {
    float:left;
    width:60%;
}

.home_wrapper .home_left h1 {
    margin:40px 0 20px;
    font-size:28px;
    font-weight:normal;
    font-family: "jubilat-1","jubilat-2",sans-serif;
}
.page_wrapper h1 {
    font-size:28px;
    font-weight:normal;
    font-family: "jubilat-1","jubilat-2",sans-serif;
}
.home_wrapper .home_left h4, .page_wrapper h4 {

    font-weight:normal;
    font-size:16px;
}
.home_wrapper .home_left p {
    margin-top:40px;
}

.page_wrapper p {
    margin-top:10px;
}
.home_wrapper .home_left a, .page_wrapper a {
    color:#ff9900;
    color:#0e76bc;
    text-decoration:underline;
}

.home_wrapper .home_left a.button, .page_wrapper a.button{
    margin-right:40px;
}
.home_wrapper .home_right {
    float:right;
    width:40%;
}

.home_wrapper .home_right img {
    width:100%;
}

.page_wrapper ul {
    list-style-type: disc;
    list-style-position: inside;
}
.page_wrapper li {
    padding-bottom: 7px;
}


/* Sidebar Content */

.bucket {
    margin-bottom:20px;
}
.bucket .title {
    font-weight:bold;
}

.bucket > p:first-child {
    padding-bottom:0;
}

.bucket a {
    text-decoration:underline;
}
.bucket ul {
    padding-left:15px;
}
.bucket ul li a, .provider a {
    color:#650198;
}
form#pay_bill input.date {
    color:#650198;
    font-weight:bold;
    margin-bottom:10px;
}
.sub-title {
    color:#650198;
    font-weight:normal;
    margin-bottom:10px;
}

.title {
    color:#ff9900; /*#650198;*/
    font-weight:bold;
    margin-bottom:12px;
}


/* Footer */
.footer {
    margin-top:20px;
}
.footer .sub_footer {
    background-color:#dedede;
    padding:15px;
    min-height:50px;
}

.footer_left, .footer_right {
    width:49%;
}

.footer .footer_left {
    float:left;
}

.footer .footer_right {
    float:right;
    text-align:right;
}



/* Forms and Tables */
p.t_half {
    clear:both;
}
p.t_half span {
    width:50%;
    display:inline-block;
}
form#pay_bill label {
    float:left;
    width:180px;
}

form#pay_bill select, form#pay_bill input[type="text"], form#pay_bill select option {
    float:left;
    width:250px;
    height:20px;
    margin-top: -2px;
}
form#pay_bill input.date {
    width:80px;
}
form#pay_bill > div {
    clear:both;
    float:left;
    margin:8px 0;
    position:relative;
}

form hr {
    clear:both;
    margin:20px 0;
    position:relative;
    top:10px;
}

label .highlight, a.button.yellow, input.yellow.button {
    background:#0e76bc;
    border-radius:10px;
    padding:7px 12px;
    color:#fff;
}

label div.info {
    cursor:pointer;
    display:inline-block;
    background:url(../_images/q_mark.png) top left;
    width: 20px;
    height: 20px;
    top: -2px;
    position: relative;
    text-indent:-9999px;
    margin-left:5px;
}

form#pay_bill > div div.info:hover div.tooltip {
    display:block;
    text-indent:0;
}

form#pay_bill div.tooltip {
    position: absolute;
    left: 60px;
    padding: 10px 10px 10px 50px;
    width: 400px;
    z-index: 4;
    top: 10px;
    display:none;
    border-radius:25px;
    color:#3535a6;
    border:1px solid #cbcbfe;
    background-color: #F1F1F1;
    background-image: url(../_images/q_mark.png);
    background-repeat: no-repeat;
    background-position: 15px 20px;
}

form#pay_bill div.tooltip ul li {
    list-style-type:disc;
    list-style-position:inside;
}

form#pay_bill div.half {
    float:left;
    width:45%;
}
form#pay_bill input[type="submit"], div.next_button a {
    background-color: #74C100;
    border: none;
    border-radius: 10px;
    padding: 5px 15px;
    color: white;
    font-size: inherit;
    cursor:pointer;
    display:inline-block;
    text-decoration:none;
    line-height:18px;
}

div.next_button {
    float:left;
    margin-right:50px
}

.finish_room_button{
    width: 190px;
    text-align: center;
}

.cancel_room_button{
    width: 150px;
    text-align: center;
}

.cancel_confirmation{
    width: 140px;
    text-align: center;
}

form#pay_bill h4 {
    padding-top:20px;

}
.form_title, .table_title {
    margin-bottom:20px;
    font-weight:normal;
    clear:both;
}
.form_title {
    margin-right:100px;
    float:left;
}
.table_title {
    margin-right:100px;
    float:left;
}
form#pay_bill div.section {
    border-bottom:1px solid #dedede;
    padding-bottom:25px;
    margin-bottom:15px;
}



.helper_links a.signout {
    text-decoration:underline;
    color:inherit;
    margin:0 15px;
}

.helper_links a.help {
    color:#ff6600;
    text-decoration:underline;
    margin:0 10px;
}

.helper_links * {
    float:left;
}

#account_info.account_info_fifty_two {
    width: 52%;
}

#account_info div.subtract_volume {
    display: inline-block;
    position:relative;
    background:url(../_images/math-minus-icon.png) no-repeat top right;
    margin: 0;
    vertical-align: middle;
    width: 30px;
    height: 18px;
    cursor: pointer;
}

#account_info div.add_volume {
    display: inline-block;
    background:url(../_images/math-add-icon.png) no-repeat top left;
    margin: 0;
    vertical-align: middle;
    width: 20px;
    height: 18px;
    cursor: pointer;
}

table#account_info input.item-request-volume {
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    margin: 0;
}

.click_area{
    cursor: pointer;
}

.task_details_wrapper{
    float: right;
    margin-top: -.2em;
}

.task_details{
    line-height: 16px;
}

.display_task_feedback_area{
    cursor: pointer;
}

.completed_task_label {
    margin-left: .3em;
}

.cleaner_expand {
    float:left;
    margin-right: 10px;
}

.cleaner_collapse{
    float:left;
    margin-right: 10px;
    display: none;
}

.feedback_div{
    line-height: 16px;
    padding: .2em;
    margin-top: .2em;
    margin-left: 1.5em;
    float: left;
    display: none;
}

.cleaner_ul{
    font-size: 12px;
}

.cleaner_li{
    font-weight: bold;
}

.task_details_wrapper a.right_margin{
    margin-right: .3em;
}

.task_details_wrapper div.right_margin{
    margin-right: .3em;
}

.inspection_yes {
    margin-right: .4em;
}

/* Tables */
table#account_info {
    width:100%;
    font-size:16px;
    margin-bottom:20px;
    padding-bottom: 100px;
}

table#account_info th {
    background:#650198;
    background:#0E76BC;
    color:white;
    text-align:left;
    padding:4px;
    text-transform:uppercase;
    font-size: 12px;
}

table#account_info th.l {
    width:60px;
    text-align: right;

}

table#account_info td.l {
    text-align: right;

}
table#account_info th a {
    text-decoration:none;
}

table th {
    background:#0E76BC;
    color:white;
    text-align:left;
    padding:4px;
    text-transform:uppercase;
    font-size: 12px;
}

table td {
    padding:8px;
    vertical-align: middle;
    border-bottom: #bda27e 1px solid;
    /*  border-bottom: white 1px solid;*/
    /*border-bottom: white 1px none;*/
}

table#account_info tr.normal {
    background:white;
    color:#5c5b5b;
}

table#account_info tr.odd {
    background:#e7d5ef;
    background:#bda27e; /*#cbe5ba;*/
    color:#5c5b5b;

}
table#account_info tr.even {
    background:white;
    color:#5c5b5b;
}

table#account_info tr.chosen {
    /*background:#99fc00;*/
    background:#46B955;
    color:#5c5b5b;
}

table#account_info tbody.chosen {
    /*background:#99fc00;*/
    background:#46B955;
    color:#5c5b5b;
}

table.message tr.even td {
    background:white !important;
}
table.message tr.odd td {
    background:#eaebeb !important;
}

table#inspection_data{
    width: 790px;
}

table#inspection_data td{
    border: 1px grey solid;
    font-size: 0.85em;
}

table#inspection_data td.first{
    width: 127px;
}

table#inspection_data td.second{
    width: 145px;
    text-align: center;
}

table#inspection_data td.third{
    width: 150px;
    text-align: center;
}

table#inspection_data td.fourth{
    width: 153px;
    text-align: center;
}

table#inspection_data td.fifth{
    text-align: center;
}

table#middle_table{
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
}

table#middle_table td{
    border: 1px grey solid;
    text-align: center;
}

table#middle_table td.empty_cell{
    border: 0;
    width: 200px;
}

table#middle_table td.data_head{
    font-size: .9em;
    font-weight: 700;
    line-height: 1.5em;
}

table#middle_table td.data{
    font-weight: 600;
    font-size: 1.1em;
}


#floor_care_machine_setup_item_table_mobile div.details {
    display:inline-block;
    position:relative;
    background:url(../_images/notes.png) no-repeat top left;
    padding-left:20px;
    /*width: 25px;*/
    height: 18px;
    cursor: pointer;
}

.feedback_div_ul {
    font-size: 12px;
}

#floor_care_machine_shutdown_item_table_mobile div.details {
    display:inline-block;
    position:relative;
    background:url(../_images/notes.png) no-repeat top left;
    padding-left:20px;
    /*width: 25px;*/
    height: 18px;
    cursor: pointer;
}

p.print_statement {
    float:left;
}

p.table-info-review-order-equipment {
    /*clear:both;*/
    color:#0E76BC;
    background:white;
    font-size:12px;
    padding:10px 5px 10px;
}

p.table-info {
    clear:both;
    background:#650198;
    background:#0E76BC;
    color:white;
    font-size:12px;
    padding:10px 5px 10px;
}

p.table-info input[type="text"] {
    float:right;
    margin:0;
}

.PSA_header {
    width: 860px;
    /* margin-right: 585px; */
}
.EVS_header {
    width: 1000px;
    /* margin-right: 585px; */
}

.ORSUP_header {
    width: 1000px;
    /* margin-right: 585px; */
}

input.search {
    background:white url(/_images/mag_glass.png) no-repeat center right;
    height:15px;
}
a.print_icon {
    float: right;
    /* display: inline-block; */
    width:40px;
    height:40px;
    background:url(../_images/printer.png) no-repeat top left;
    text-indent:-9999px;
    position:relative;
}
a.pdf_icon {
    /* display: inline-block; */
    background:url(../_images/pdf.png) no-repeat top left;
    width:40px;
    height:40px;
    text-indent:-9999px;
    float: right;
}

a.xls_icon {
    /* display:inline-block; */
    background:url(../_images/xls.png) no-repeat top left;
    width:40px;
    height:40px;
    text-indent:-9999px;
    float: right;
}
ul.pagination {
    float:right;
    margin-top:10px;
}
ul.pagination li {
    display:inline;
    float:left;
    margin:0 5px;
}
ul.pagination li a {
    color:inherit;
    text-decoration:none;
}

p.mail {
    background:url(../_images/mail.png) no-repeat 0 7px;
    padding-left:32px;
}

.display_feedback_div {
    margin-bottom: 25px;
}

#Tabs ul {
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    list-style-type: none;
    overflow:hidden;
}

#Tabs ul li {
    /* display: inline-block; */
    clear: none;
    float: left;
    height: 24px;
    min-width: 110px;
    text-align: left;
}

#Tabs ul li a {
    position: relative;
    display: block;
    margin-left: 6px;
    line-height: 24px;
    padding: 3px 10px;
    background: white;
    z-index: 9999;
    border: 1px solid #ccc;
    border: 1px solid #0e76bc;
    border-bottom: 0px;

    /* The following four lines are to make the top left and top right corners of each tab rounded. */
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    /* end of rounded borders */

    color: #000000;
    text-decoration: none;
    font-size:12px;
}

#Tabs ul li.completed a {
    /*background:#99fc00;*/
    background: #46B955;
}
#Tabs ul li.clean_tab_final {
    display: none;
}

#Tabs ul li.active a {
    background:#CACACA;
}

#Tabs #Content_Area { /* this is the css class for the content displayed in each tab */
    padding: 0 15px;
    clear:both;
    overflow:hidden;
    line-height:19px;
    position: relative;
    top: 20px;
    z-index: 5;
    height: 150px;
    overflow: hidden;
}
.JsDatePickBox {
    top:0 !important;
}

span.down_arrow {
    color:white;
    display:inline-block;
    background:#650198;
    width: 20px;
    height: 20px;
    text-align: center;
}

/*STYLE FOR ADMIN &PROVIDER"S PAGES*/

.admin ul.menu li a {
    width:140px;
    background-color: #A69387;
}
.admin ul.menu li a:hover {
    background-color: #B09C8F;
}
.admin ul.menu ul li a {
    background-color: #A69387;
}
.admin ul.menu ul li a:hover {
    background-color: #B09C8F;
}
.admin .title {
    color:#8A7A70;
}
.admin .left_column a {
    color:#650198;
}

.admin table tr.even td {
    background:#fff;
}
.admin table tr.odd td {
    background:#bda27e; /*#f8f1e0;*/
}


.provider ul.menu li a {
    width:140px;
    background-color: #8FB2C5;
}
.provider ul.menu li a:hover {
    background-color: #9BC2D6;
}
.provider ul.menu ul li a {
    background-color: #8FB2C5;
}
.provider ul.menu ul li a:hover {
    background-color: #9BC2D6;
}
.provider .title {
    color:#7A99A9;
}
.provider .bucket {
    margin-bottom:10px;
}
.provider table a {
    color:inherit;
}

div.value {
    float:left;
}
div.value .grey {
    color:#dedede;
}
div.value input.grey {
    border:1px solid #dedede;
}
form#pay_bill div.value input[type="text"]{
    float:left;
    width:50px;
}
form#pay_bill div.value span {
    float:left;
    margin:0 5px;
}
div.exclusions {
    margin-left:180px;
}
div.exclusions span {
    margin-left:5px;
}

input[type=submit].cleaning_version_button, input[type=submit].quick_history_report_button, input[type=submit].cleaning_version_checklist_button {
    margin-left: 3em;
    margin-top: .5em;
    padding: .2em 3em;
    width: 400px;
    display: inline-block;
    font-size:24px;
    font-weight:bold;
}

.center_cleaning_version_button {
    margin: .5em auto !important;
}

input[type=submit].cleaning_version_button.no_select_a_text{ /* Styling for quick history button without "select a" in front of room on quick history page */
    margin-left: 74px;
    /*margin-bottom: 30px !important;*/
}

div.epic_assignment_area a.blue.button, div.service_request_assignment_area a.blue.button{
    margin-left: 7em;
    margin-top: .5em;
    padding: .2em 3em;
    width: 256px;
    display: block;
    font-size:24px;
    font-weight:bold;
    text-align: center;
    /*line-height: 36px;*/
}

input[type=submit].mini_cleaning_version_button{
    margin-left: 2em;
    margin-top: .5em;
    padding: .2em 3em;
    width: 325px;
    display: block;
    font-size:24px;
    font-weight:bold;
}

input[type=submit].or_supervisor_version{
    margin-left: 3.5em;
    margin-top: 1em;
    padding: 5px 25px 7px;
    width: 250px;
    display: block;
    font-size:12px;
    font-weight:bold;
}

input[type=submit].mini_category_button{
    /*margin-left: 2em;*/
    margin-top: .5em;
    padding: .2em 1em;
    width: 300px;
    display: block;
    font-size: 24px;
    font-weight:bold;
    text-align: center;
}

input[type=submit].mini_category_button.float_right_button{
    margin-right: 1em;
    float: right;
}

input[type=submit].mini_category_button.float_left_button{
    margin-left: 1em;
    float: left;
}

input[type=submit].mini_category_button.room_setup_procedure_button{
    /*margin-left: 2em;*/
    /*margin-top: .5em;*/
    /*padding: .2em 1em;*/
    width: 200px;
    display: block;
    font-size: 18px;
    font-weight:bold;
    text-align: center;
}

input[type=submit].mini_shift_task_group_button{
    /*margin-left: 2em;*/
    margin-top: .5em;
    padding: .2em 2em;
    width: 325px;
    display: inline-block;
    font-size:24px;
    font-weight:bold;
}

.or_tech_home_top_columns input[type=submit].mini_shift_task_group_button{
    margin-left: 2em;
}

input[type=submit].mini_shift_task_group_v2_button{
    margin-left: 0;
    margin-top: .5em;
    padding: .2em 1em;
    width: 350px;
    display: block;
    font-size:24px;
    font-weight:bold;
}

input[type=submit].temperature_asset_button{
    /*margin-left: 2em;*/
    margin-top: .5em;
    padding: .2em 1em;
    width: 385px;
    display: inline-block;
    font-size:24px;
    font-weight:bold;
}

input[type=submit].unit_daily_cleaning_button, input[type=submit].daily_cleaning_favorite_button{
    margin-top: 1em;
    width: 250px;
}

input[type=submit].inspect_button, input[type=submit]#create_service_request{
    margin-top: 1em;
    width: 250px;
}

.direct_inspect input[type=submit].inspect_button {
    width: 270px;
}

/*input[type=submit].inspect_button1{*/
/*margin-top: 1em;*/
/*width: 125px;*/
/*}*/

input[type=submit].history_button{
    margin-top: 1em;
    width: 250px;
}

input[type=submit].create_record_button{
    margin-top: .5em;
    width: 250px;
}

#create_record_form div{
    display: block;
    margin-bottom: .5em;
}

#account_info div.tooltip {
    position: absolute;
    right: -10px;
    padding: 10px 20px;
    width: 100px;
    z-index: 4;
    top: 20px;
    display: none;
    border-radius: 25px;
    color: #3535A6;
    border: 1px solid #CBCBFE;
    background-color: #F1F1F1;
}

#account_info a.msg {
    display:inline-block;
    position:relative;
    background:url(../_images/jmail.png) no-repeat top left;
    padding-left:20px;
    width: 25px;
    height: 15px;

}

.brackets {
    font-size: 14px;
}

#account_info div.email_not_pressed_button {
    display:inline-block;
    position:relative;
    background:url(../_images/envelopeplusside.png) no-repeat top left;
    padding-left:20px;
    width: 25px;
    height: 18px;
    cursor: pointer;
}

#account_info div.email_pressed_button {
    display:inline-block;
    position:relative;
    background:url(../_images/envelopeminusside.png) no-repeat top left;
    padding-left:20px;
    width: 25px;
    height: 18px;
    cursor: pointer;
}

#account_info a.msg:hover > div.tooltip {
    display:block;
}

#account_info div.tooltip2 {
    position: fixed;
    left: 600px;
    padding: 10px 20px;
    width: 500px;
    z-index: 5;
    top: 235px;
    display: none;
    border-radius: 25px;
    color: #3535A6;
    border: 1px solid #CBCBFE;
    background-color: #F1F1F1;
    cursor: pointer;
}

#account_info div.tooltip2 p{
    line-height: 18px;
}
/*#account_info a.details > div.tooltip2 {
    display:block;
}*/

#account_info div.tooltip2 div.closemodal {
    border: 2px solid #CBCBFE;
    border-radius: 35px;
    float: right;
    width: 20px;
    height: 18px;
    text-align: center;
    background-color: white;
    cursor: pointer;
}

#account_info div.details {
    display:inline-block;
    position:relative;
    background:url(../_images/notes.png) no-repeat top left;
    padding-left:20px;
    /*width: 25px;*/
    height: 18px;
    cursor: pointer;
}

#account_info div.tooltip3 {
    position: absolute;
    right: 130px;
    padding: 10px 20px;
    width: 300px;
    z-index: 4;
    top: 0px;
    display: none;
    border-radius: 25px;
    color: #3535A6;
    border: 1px solid #CBCBFE;
    background-color: #F1F1F1;
}

#account_info a.details2:hover > div.tooltip3 {
    display:block;
}

#account_info a.details2 {
    display:inline-block;
    position:relative;
    background:url(../_images/camera-2-icon.png) no-repeat top left;
    padding-left:20px;
    width: 25px;
    height: 25px;

}

.shift_task_group div.tooltip {
    position: absolute;
    right: -10px;
    padding: 10px 20px;
    width: 100px;
    z-index: 4;
    top: 20px;
    display: none;
    border-radius: 25px;
    color: #3535A6;
    border: 1px solid #CBCBFE;
    background-color: #F1F1F1;
}

.shift_task_group a.msg {
    display:inline-block;
    position:relative;
    background:url(../_images/jmail.png) no-repeat top left;
    padding-left:20px;
    width: 25px;
    height: 15px;

}
.shift_task_group a.msg:hover > div.tooltip {
    display:block;
}

.shift_task_group div.tooltip2 {
    position: fixed;
    left: 600px;
    padding: 10px 20px;
    width: 500px;
    z-index: 5;
    top: 235px;
    display: none;
    border-radius: 25px;
    color: #3535A6;
    border: 1px solid #CBCBFE;
    background-color: #F1F1F1;
    cursor: pointer;
}

/*#shift_task_group a.details > div.tooltip2 {
    display:block;
}*/

.shift_task_group div.tooltip2 div.closemodal {
    border: 2px solid #CBCBFE;
    border-radius: 35px;
    float: right;
    width: 20px;
    height: 18px;
    text-align: center;
    background-color: white;
    cursor: pointer;
}

.shift_task_group div.details {
    display: inline-block;
    position: relative;
    background: url(../_images/notes.png) no-repeat top left;
    padding-left: 10px;
    background-size: 30px 30px;
    height: 29px;
    width: 30px;
    cursor: pointer;
    /* margin-left: .5em; */
    /* width: auto; */
    vertical-align: middle;
}

.or_tech_module div.cleaner_notes {
    /* display:inline-block; */
    position:relative;
    background:url(../_images/comment_icon.png) no-repeat bottom left;
    padding-left:40px;
    padding-top: 35px;
    height: 36px;
    cursor: pointer;
    margin-left: .5em;
    width: auto;
    vertical-align: bottom;
    float: left;
}

.shift_task_group div.tooltip3 {
    position: absolute;
    right: 130px;
    padding: 10px 20px;
    width: 300px;
    z-index: 4;
    top: 0px;
    display: none;
    border-radius: 25px;
    color: #3535A6;
    border: 1px solid #CBCBFE;
    background-color: #F1F1F1;
}

.shift_task_group a.details2:hover > div.tooltip3 {
    display:block;
}

.shift_task_group a.details2 {
    display:inline-block;
    position:relative;
    background:url(../_images/camera-2-icon.png) no-repeat top left;
    padding-left:20px;
    width: 25px;
    height: 25px;

}


.mark {
    color:#ee6826;
    font-weight:bold;
}

a.stop {
    display:inline-block;
    width:20px;
    height:20px;
    background:url(../_images/stop.png) no-repeat top left;
    text-indent:-9999px;
    cursor:pointer;
}

a.notes {
    display:block;
    width:20px;
    height:20px;
    background:url(../_images/notes.png) no-repeat top left;
    text-indent:-9999px;
}
a.outbox {
    display:block;
    width:20px;
    height:20px;
    background:url(../_images/reply.png) no-repeat top left;
    text-indent:-9999px;
    cursor:pointer;
    position:relative;
    top:1px;

}

a.re {
    display:block;
    width:20px;
    height:20px;
    background:url(../_images/reassign.png) no-repeat top left;
    text-indent:-9999px;
    cursor:pointer;
    position:relative;
    top:1px;
}
#account_info a.notes:hover > div.tooltip {
    display:block;
    left:0;
    background:#f2ca51;
    text-indent:0;
}

.msg {
    color: green;
    background-color: lightgoldenrodyellow;
    margin: 0 4em 1em 5em;
    padding: 1em;
    vertical-align: middle;
}

.errormsg {
    color: red;
    background-color: lightgoldenrodyellow;
    margin: 0 4em 1em 5em;
    padding: 1em;
    vertical-align: middle;
}

.systemmsg {
    color: #0e76bc; /*red */
    background-color: lightgoldenrodyellow;
    text-align: center;
    padding: .5em;
    vertical-align: middle;
}

table.report_table_headers th {
    background:#0E76BC;
    color:white;
    text-align:center;
    padding:4px;
    text-transform:uppercase;
    font-size: 12px;
    border: 1px solid #ffffff;
    width: 100%;

}

table.report_table_headers td.l {
    text-align: right;

}
table.report_table_headers th a {
    text-decoration:none;
}

table.report_table_headers td.report_table_headers_number {
    text-align: right;
    padding-right: 1em;
}

#message div.tooltip2 {
    position: fixed;
    left: 550px;
    padding: 10px 20px;
    width: 500px;
    z-index: 5;
    top: 170px;
    display: none;
    border-radius: 25px;
    color: #3535A6;
    border: 1px solid #CBCBFE;
    background-color: #F1F1F1;
    cursor: pointer;
    max-height: 250px;
}

#message div.tooltip2 div.faileditems{
    max-height: 175px;
    overflow: auto;
    background-color: #fff;
}

#message div.tooltip2 div.closemodal {
    border: 2px solid #CBCBFE;
    border-radius: 35px;
    float: right;
    width: 20px;
    height: 18px;
    text-align: center;
    background-color: white;
    cursor: pointer;
}

#message div.details {
    display:inline-block;
    position:relative;
    padding-left:20px;
    width: 25px;
    height: 18px;
    cursor: pointer;
}

.ui-autocomplete {
    max-height: 200px;
    max-width: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 10000;
}

.datepicker{
    width: 5.5em;

}
.form_container:first-child{
    margin-left:0;
}
.form_container{

    float:left;
    margin-left: 5px;
}

.csv_form{
    clear: both;
    width: 100%;
}
.csv_download_container{

    margin: .5em auto 1em;
    padding-bottom:  .5em;
    border-bottom: solid #bda27e 1px;
    /*height:105px;*/
}

.csv_download_container table tr td{
    border: none;
}

.ap-org-shift-button-group {
    cursor: pointer;
    display: flex;
}
.ap-org-shift-button {
    cursor: pointer;
}

tr.org_shift_button_group {
    border: solid 1px darkgrey;
    cursor: pointer;
}

tr td.org_shift_button {
    border: solid 1px darkgrey;
}

tr.timeframe_type_button_group {
    border: solid 1px darkgrey;
    cursor: pointer;
}

tr td.timeframe_type_button {
    border: solid 1px #0e76bc;
}

tr.org_user_type_button_group {
    border: solid 1px darkgrey;
    cursor: pointer;
    margin-bottom: .5em;
}

tr td.org_user_type_button{
    border: solid 1px darkgrey;
    padding: 5px .5em;
    width: 150px;
}

tr td.ambulatory_shift_button{
    border: solid 1px darkgrey;
}

tr td.ambulatory_area_button{
    border: solid 1px darkgrey;
}

tr td.ambulatory_module{
    width: 300px;
    font-size: 24px;
    text-align: center;
}

a.ambulatory_room{
    cursor: pointer;
}

.org_shift_button_active{
    background-color: lightblue;
}

.org_shift_button_hover{
    background-color: lightblue;
}

.timeframe_type_button_active{
    background-color: lightblue;
}

.timeframe_type_button_hover{
    background-color: lightblue;
}

.org_user_type_button_active{
    background-color: lightblue;
}

.org_user_type_button_hover{
    background-color: lightblue;
}

.par-area {
    float: left;
    width: 270px;
}

#employee_header {
    width: 250px;
    float: left;
    margin-top: .3em;
}
#employee_room_assignments { width: 370px; float: left; margin-top: 1em; }
#employee_task_assignments { width: 370px; float: left; margin-top: 1em; }
#employee_temperature_asset_assignments { width: 330px; float: left; margin-top: 1em; }
/* style the list to maximize the droppable hitarea */
#employee_room_assignments ul { margin: 0; padding: .3em 0 0 2em; }
#employee_room_assignments ul li{list-style-type: circle;}
#employee_task_assignments ul { margin: 0; padding: .3em 0 0 2em; }
#employee_task_assignments ul li{ list-style-type: circle; }
#employee_temperature_asset_assignments ul { margin: 0; padding: .3em 0 0 2em; }
#employee_temperature_asset_assignments ul li{ list-style-type: circle; }

ul#surface_names {margin-left: 1.3em;}
ul#surface_names li{list-style-type: circle; font-weight: bold;}
ul#current_area_and_room_details {
    overflow: auto;
    padding: 1em;
    border: 1px solid #808080;
    min-height: 300px;
    max-height: 300px;
}
ul#current_area_and_room_details li{
    background:#FFFFFF;
    color: #0e76bc;
    font-size:11px;
    font-weight:bold;
    border-radius:10px;
    border: solid 1px #0e76bc;
    vertical-align: middle;
    padding: .5em;
    margin: .5em auto;
}
#existing_assignments{
    margin-top: 1em;
    overflow: auto;
    max-height: 470px;
}

#new_and_edit_assignment_area{
    padding: 15px 5px 15px 20px;
    height: 706px;
    background-color: lightblue;
    overflow: auto;
}

#employee_location_area{
    padding: 15px 20px;
    min-height: 0;
    margin-bottom: .5em;
}

#employee_overall_area{
    margin-top: 0;
    width: 250px;
}

#employee_area{
    padding: 15px 20px;
    height: 535px;
    overflow: auto;
    margin-bottom: .5em;
}

#employee_type_area{
    padding: 15px 20px;
    min-height: 0px;
    margin-bottom: .5em;
}

#main_assignment_area{
    width: 450px;
}

#selection_assignment_area{
    margin-bottom: .5em;
    text-align: center;
    padding-top: .5em;
}
#date_types_selection_area{
    display: inline;
    border: 1px solid #0e76bc;
    padding: 7px;
}

.employee_header_na { width: 340px; float: left; margin-top: .3em; }
.employee_room_assignments_na { width: 370px; float: left; margin-top: 1em; }
.employee_task_assignments_na { width: 370px; float: left; margin-top: 1em; }
.employee_temperature_asset_assignments_na { width: 290px; float: left; margin-top: 1em;}
/* style the list to maximize the droppable hitarea */
.employee_room_assignments_na ul { margin: 0; padding: .3em 0 0 2em; }
.employee_room_assignments_na ul li{list-style-type: circle;}
.employee_task_assignments_na ul { margin: 0; padding: .3em 0 0 2em; }
.employee_task_assignments_na ul li{ list-style-type: circle; }
.employee_temperature_asset_assignments_na ul { margin: 0; padding: .3em 0 0 2em; }
.employee_temperature_asset_assignments_na ul li{ list-style-type: circle; }

.employee_room_assignment .name{
    width:80%;
    display: inline-block;
    vertical-align: top;
}

.new_employee_room_assignment .name {
    width:81%;
    display: inline-block;
    vertical-align: top;
}

.new_employee_task_assignment .name {
    width:81%;
    display: inline-block;
    vertical-align: top;
}

.new_employee_special_project_assignment .name {
    width:81%;
    display: inline-block;
    vertical-align: top;
}

.employee_room_assignment .delete{
    float: right;
    margin-right: .5em;
}

.employee_task_assignment .name{
    width:80%;
    display: inline-block;
    vertical-align: top;
}

.employee_task_assignment .delete{
    float: right;
    margin-right: .5em;
}

.employee_temperature_asset_assignment .name{
    width:80%;
    display: inline-block;
    vertical-align: top;
}

.employee_temperature_asset_assignmentt .delete{
    float: right;
    margin-right: .5em;
}

.or_inactive_employee_checkbox{
    margin: 10px 3px;
    height: 10px;
    vertical-align: middle;
}

.edit_button {
    background:url(../_images/edit_t.png) no-repeat bottom left;
    /*padding-left:40px;*/
    /*padding-top: 35px;*/
    height: 36px;
    cursor: pointer;
    /*margin-left: .5em;*/
    width: 36px;
    /*vertical-align: top;*/
    float: right;
}

.delete_button {
    background:url(../_images/delete_icon_v3_t.png) no-repeat bottom left;
    /*padding-left:40px;*/
    /*padding-top: 35px;*/
    height: 36px;
    cursor: pointer;
    /*margin-left: .5em;*/
    width: 36px;
    /*vertical-align: top;*/
    float: right;
}

.delete_mini_button {
    background:url(../_images/delete_icon_v4_t.png) no-repeat bottom left;
    /*padding-left:40px;*/
    /*padding-top: 35px;*/
    height: 20px;
    cursor: pointer;
    /*margin-left: .5em;*/
    width: 20px;
    vertical-align: middle;
    /*float: right;*/
    margin-left: 2em;
    /*display: none;*/
    display:inline-block;
}

.save_button {
    background:url(../_images/save_small.png) no-repeat bottom left;
    /*padding-left:40px;*/
    padding: 0;
    height: 36px;
    cursor: pointer;
    /*margin-left: .5em;*/
    width: 36px;
    /*vertical-align: top;*/
    margin-right: 0;

}


.new_area_to_clean .name{
    width:80%;
    display: inline-block;
    vertical-align: top;
}

.new_area_to_clean .delete{
    float: right;
    margin-right: .5em;
}

.new_room_to_clean .name{
    width:80%;
    display: inline-block;
    vertical-align: top;
}

.new_room_to_clean .delete{
    float: right;
    margin-right: .5em;
}

.hide_button {
    display:none;
}

.show_button {
    display:inline-block;
}

#shift_popup_div, .modal {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 1;
}

#shift_popup_form, #deactivate-form {
    width:500px;
    height: 160px;
    margin:0px;
    background-color:white;
    /*font-family: 'Fauna One', serif;*/
    position: relative;
    border: 5px solid rgb(90, 158, 181);
    left: 50%;
    top: 50%;
    margin-left:-210px;
    margin-top:-255px;
    padding: 1em 2em;
    text-align: center;
}

#shift_popup_form.shift_popup_adjust {
    width:395px;
    height: auto;
}

.shift_popup_cancel_adjust{
    position: relative;
    left: 25px;
    bottom: 10px;
}

.move_shifts_right{
    position: relative;
    left: 20px;
}

#begin_floor_clean_popup_div {
    opacity:0.65;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#begin_floor_clean_popup_form, #deactivate-form {
    width: 450px;
    height: 150px;
    margin:0px;
    background-color:white;
    /*font-family: 'Fauna One', serif;*/
    position: relative;
    border: 5px solid rgb(90, 158, 181);
    left: 36%;
    top: 30%;
    /*margin-left:-210px;*/
    /*margin-top:-255px;*/
    padding: 3em 2em;
    text-align: center;
}

#begin_floor_clean_submit_id{
    font-size: 18px;
}

.swap_assign_button {
    cursor: pointer;
}

.cancel_form_img{
    float: right;
    /*margin-right: -50px;*/
    /*margin-top: -35px;*/

    /*was for floor care*/
    /*margin-right: -20px;*/
    /*margin-top: -35px;*/
    cursor: pointer;
    /*margin-left: 2em;*/
}

.cancel_temp_note_form_img{
    float: right;
    margin-right: -50px;
    margin-top: -35px;
    cursor: pointer;
}

.cancel_edit_assign_img{
    margin-right: 0;
    margin-top: -20px;
    cursor: pointer;
    vertical-align: middle;
}

#advanced_date_search_area_close_2{
    float: left;
    cursor: pointer;
    vertical-align: middle;
}

/*#advanced_date_search_area_open_2{*/
/*float: left;*/
/*margin-bottom: .5em;*/
/*cursor: pointer;*/
/*vertical-align: middle;*/
/*position: relative;*/
/*}*/

#advanced_date_search_area_close{
    float: left;
    margin-top: -10px;
    margin-left: -20px;
    cursor: pointer;
    vertical-align: middle;
    display: block;
}

#advanced_date_search_area_open{
    float: left;
    margin-top: -10px;
    margin-left: -20px;

    /*margin-bottom: .5em;*/
    cursor: pointer;
    /* vertical-align: middle; */
    /*position: relative;*/
    /*background-color: #F1F1F1;*/
    background-image: url(../_images/chevron_open_3.png);
    background-repeat: no-repeat;
    /*background-position: 15px 20px;*/
    width: 100%;
    height: 25px;
    display: none;
}

#advanced_ambulatory_date_search_area_close{
    float: left;
    /*margin-top: -20px;*/
    margin-top: 0;
    /*margin-left: 30px;*/
    margin-left: 0;
    /*margin-bottom: -20px;*/
    cursor: pointer;
    vertical-align: middle;
}

#advanced_ambulatory_date_search_area_open{
    float: left;
    /*margin-top: -20px;*/
    margin-top: 0;
    /*margin-left: 30px;*/
    margin-left: 0;
    /*margin-bottom: -20px;*/

    /*margin-bottom: .5em;*/
    cursor: pointer;
    /* vertical-align: middle; */
    /*position: relative;*/
    /*background-color: #F1F1F1;*/
    background-image: url(../_images/chevron_open_3.png);
    background-repeat: no-repeat;
    /*background-position: 15px 20px;*/
    width: 100%;
    height: 25px;
    display: block;
}

#advanced_search_area_close{
    float: left;
    /*margin-top: -10px;*/
    margin-left: -30px;
    position: absolute;
    cursor: pointer;
    vertical-align: middle;
}

#advanced_search_area_open{
    float: left;
    /*margin-top: -10px;*/
    margin-left: -30px;
    cursor: pointer;
    /* vertical-align: middle; */
    position: absolute;
    /*background-color: #F1F1F1;*/
    background-image: url(../_images/chevron_open_3.png);
    background-repeat: no-repeat;
    /*background-position: 15px 20px;*/
    width: 30px;
    height: 25px;
    display: block;
    z-index: 10000;
}

.temperature_asset_activity{
    text-align: center;
    min-height: 100px;
    clear: both;
}

.temperature_asset_activity_group{
    display:block;
    /* vertical-align: middle; */
    font-size: 18px;
    width: 54%;
    text-align: right;
    margin: 1em;
}

.temperature_asset_activity label{
    margin-right: .5em;
}

.temperature_asset_activity label.post_fix{
    margin-left: .5em;
    float: left;
    position: fixed;
    margin-top: 5px;
    /*float: right;*/
    /*position: relative;*/
    /*margin-right: 13em;*/
    font-size: 18px;
}

.temperature_asset_activity input[type=text]{
    width: 100px;
    font-size: 18px;
}

.temperature_asset_activity input[type=number]{
    width: 100px;
    font-size: 18px;
}

.temperature_asset_activity input[type=tel]{
    width: 100px;
    font-size: 18px;
}

.temperature_asset_activity input[type=submit]{
    width: 100px;
    padding: 1em;
    margin: 1em auto;
    display: block;
}

.temperature_asset_activity input[type=text].time_date {
    width: 160px;
    /*pointer-events: none;*/
    text-align: center;
    /*padding-right: .5em;*/
    /*font-weight: bold;*/
    /*border: 1px none black;*/
    /*background-color: transparent;*/
    color: #0e76bc;
    font-size: 18px;
    /*margin-right: .5em;*/
}

#temperature_log_corrective_action_popup_div{
    opacity:0.92;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#temperature_log_corrective_pop_form{
    z-index: 1000000;
    /*opacity:1;*/
    width:550px;
    margin:0px;
    background-color:white;
    /*font-family: 'Fauna One', serif;*/
    position: relative;
    border: 5px solid rgb(90, 158, 181);
    left: 50%;
    top: 50%;
    margin-left:-250px;
    margin-top:-150px;
    padding: 1em 1em;
    text-align: center;
}


.report_form{
    width: 780px;
    clear: both;
    margin-bottom: 1.3em;
}

.report_form_element{
    display: inline-block;
    line-height: 1.5em;
    margin-left: 1em;
}

.report_elements_wrapper{
    float: right;
    /* display: inline-block; */
}

.report_form_heading_wrapper{
    display: inline-block;
    line-height: 1.5em;
    width: 285px;
}

.report_form_heading{
    font-weight: 700;
    font-size: 1.5em;
}

.extracts_wrapper{
    border-top: 3px solid #0e76bc;
    margin-top: 2em;
    padding-top: 2em;
}

.top_chart_wrapper{
    padding-bottom: 2em;
    border-bottom: 2px solid #0e76bc;
}

.bottom_chart_wrapper{
    padding-top: 1em;
    border-top: 2px solid #0e76bc;
}

.all_reports{
    border:0 none;
    cursor:pointer;
    color: white;
    background:#0e76bc;
    padding:5px 25px 7px;
    font-size:12px;
    font-weight:bold;
    border-radius:10px;
}

.ui-datepicker-calendar tr:hover {
    background-color:#808080;
}

.datepicker-month-year .ui-datepicker-calendar {
    display: none;
}


#temperature_asset_calendar{
    display: none;
}

.fc-title{
    clear: none;
}

.fc-content{
    font-size: 2.2em;
    text-align: center;
    padding: .15em;
}

#eventContent{
    display: none;
    width: 700px;
}

#eventInfo{
    max-height: 500px;
    overflow: auto;
}

.fc-event{
    cursor: pointer;
}

.ui-widget-overlay {
    background: #a9a9a9;
}

#mid_or_supervisor_break{
    border-left: 2px solid black;
    width: 1px;
    /* display:inline-block; */
    float: left;
}

#mid_or_supervisor_readonly_break{
    border-left: 2px solid black;
    width: 1px;
    /* display:inline-block; */
    float: left;
}

a.medium.button {
    background:#0e76bc;
    color:white;
    padding:8px 8px;
    font-size:16px;
    font-weight:bold;
    border-radius:10px;
    border: solid 1px #0e76bc;
    /*min-height: 70px;*/
    vertical-align: middle;
    width: 125px;
    text-align: center;
}

a:hover.medium.button {
    background:white;
    color: #0e76bc;
}

a.medium.button.selected {
    background:#d2b48c;
    /*color: #0e76bc;*/
}

a.large.button {
    background:#0e76bc;
    color:white;
    padding:8px 8px;
    font-size: 24px;
    font-weight:bold;
    border-radius:10px;
    border: solid 1px #0e76bc;
    /*min-height: 70px;*/
    vertical-align: middle;
    width: 250px;
    text-align: center;
    margin-bottom: 1em;
}

a:hover.large.button {
    background:white;
    color: #0e76bc;
}

a.large.button.selected {
    background:#d2b48c;
    /*color: #0e76bc;*/
}

#floor_care_machine_setup_item_table div.tooltip {
    position: absolute;
    right: -10px;
    padding: 10px 20px;
    width: 100px;
    z-index: 4;
    top: 20px;
    display: none;
    border-radius: 25px;
    color: #3535A6;
    border: 1px solid #CBCBFE;
    background-color: #F1F1F1;
}

#floor_care_machine_setup_item_table a.msg {
    display:inline-block;
    position:relative;
    background:url(../_images/jmail.png) no-repeat top left;
    padding-left:20px;
    width: 25px;
    height: 15px;

}

#floor_care_machine_setup_item_table div.email_not_pressed_button {
    display:inline-block;
    position:relative;
    background:url(../_images/envelopeplusside.png) no-repeat top left;
    padding-left:20px;
    width: 25px;
    height: 18px;
    cursor: pointer;
}

#floor_care_machine_setup_item_table div.email_pressed_button {
    display:inline-block;
    position:relative;
    background:url(../_images/envelopeminusside.png) no-repeat top left;
    padding-left:20px;
    width: 25px;
    height: 18px;
    cursor: pointer;
}

#floor_care_machine_setup_item_table a.msg:hover > div.tooltip {
    display:block;
}

#floor_care_machine_setup_item_table div.tooltip2 {
    position: fixed;
    left: 600px;
    padding: 10px 20px;
    width: 500px;
    z-index: 5;
    top: 235px;
    display: none;
    border-radius: 25px;
    color: #3535A6;
    border: 1px solid #CBCBFE;
    background-color: #F1F1F1;
    cursor: pointer;
    text-align: left;
}


#floor_care_machine_setup_item_table div.tooltip2 div.closemodal {
    border: 2px solid #CBCBFE;
    border-radius: 35px;
    float: right;
    width: 20px;
    height: 18px;
    text-align: center;
    background-color: white;
    cursor: pointer;
}

#floor_care_machine_setup_item_table div.details {
    display:inline-block;
    position:relative;
    background:url(../_images/notes.png) no-repeat top left;
    padding-left:20px;
    /*width: 25px;*/
    height: 18px;
    cursor: pointer;
}

table#floor_care_machine_setup_item_table {
    width:100%;
    font-size:16px;
    margin-bottom:20px;
    padding-bottom: 100px;
}

#floor_care_machine_setup_item_table div.subtract_volume {
    display: inline-block;
    position:relative;
    background:url(../_images/math-minus-icon.png) no-repeat top right;
    margin: 0;
    vertical-align: middle;
    width: 30px;
    height: 18px;
    cursor: pointer;
}

#floor_care_machine_setup_item_table div.add_volume {
    display: inline-block;
    background:url(../_images/math-add-icon.png) no-repeat top left;
    margin: 0;
    vertical-align: middle;
    width: 20px;
    height: 18px;
    cursor: pointer;
}

table#floor_care_machine_setup_item_table input.item-request-volume {
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    margin: 0;
}

table#floor_care_machine_setup_item_table th {
    background:#650198;
    background:#0E76BC;
    color:white;
    text-align:left;
    padding:4px;
    text-transform:uppercase;
    font-size: 12px;
}

table#floor_care_machine_setup_item_table th.l {
    width:60px;
    text-align: right;

}

table#floor_care_machine_setup_item_table td.l {
    text-align: right;

}
table#floor_care_machine_setup_item_table th a {
    text-decoration:none;
}

table#floor_care_machine_setup_item_table tr.normal {
    background:white;
    color:#5c5b5b;
}

table#floor_care_machine_setup_item_table tr.odd {
    background:#e7d5ef;
    background:#bda27e; /*#cbe5ba;*/
    color:#5c5b5b;

}
table#floor_care_machine_setup_item_table tr.even {
    background:white;
    color:#5c5b5b;
}

table#floor_care_machine_setup_item_table tr.chosen {
    /*background:#99fc00;*/
    background:#46B955;
    color:#5c5b5b;
}

table#floor_care_machine_setup_item_table tbody.chosen {
    /*background:#99fc00;*/
    background:#46B955;
    color:#5c5b5b;
}

#floor_care_machine_shutdown_item_table div.tooltip {
    position: absolute;
    right: -10px;
    padding: 10px 20px;
    width: 100px;
    z-index: 4;
    top: 20px;
    display: none;
    border-radius: 25px;
    color: #3535A6;
    border: 1px solid #CBCBFE;
    background-color: #F1F1F1;
}

#floor_care_machine_shutdown_item_table a.msg {
    display:inline-block;
    position:relative;
    background:url(../_images/jmail.png) no-repeat top left;
    padding-left:20px;
    width: 25px;
    height: 15px;

}

#floor_care_machine_shutdown_item_table div.email_not_pressed_button {
    display:inline-block;
    position:relative;
    background:url(../_images/envelopeplusside.png) no-repeat top left;
    padding-left:20px;
    width: 25px;
    height: 18px;
    cursor: pointer;
}

#floor_care_machine_shutdown_item_table div.email_pressed_button {
    display:inline-block;
    position:relative;
    background:url(../_images/envelopeminusside.png) no-repeat top left;
    padding-left:20px;
    width: 25px;
    height: 18px;
    cursor: pointer;
}

#floor_care_machine_shutdown_item_table a.msg:hover > div.tooltip {
    display:block;
}

#floor_care_machine_shutdown_item_table div.tooltip2 {
    position: fixed;
    left: 600px;
    padding: 10px 20px;
    width: 500px;
    z-index: 5;
    top: 235px;
    display: none;
    border-radius: 25px;
    color: #3535A6;
    border: 1px solid #CBCBFE;
    background-color: #F1F1F1;
    cursor: pointer;
    text-align: left;
}


#floor_care_machine_shutdown_item_table div.tooltip2 div.closemodal {
    border: 2px solid #CBCBFE;
    border-radius: 35px;
    float: right;
    width: 20px;
    height: 18px;
    text-align: center;
    background-color: white;
    cursor: pointer;
}

#floor_care_machine_shutdown_item_table div.details {
    display:inline-block;
    position:relative;
    background:url(../_images/notes.png) no-repeat top left;
    padding-left:20px;
    /*width: 25px;*/
    height: 18px;
    cursor: pointer;
}

table#floor_care_machine_shutdown_item_table {
    width:100%;
    font-size:16px;
    margin-bottom:20px;
    padding-bottom: 100px;
}

#floor_care_machine_shutdown_item_table div.subtract_volume {
    display: inline-block;
    position:relative;
    background:url(../_images/math-minus-icon.png) no-repeat top right;
    margin: 0;
    vertical-align: middle;
    width: 30px;
    height: 18px;
    cursor: pointer;
}

#floor_care_machine_shutdown_item_table div.add_volume {
    display: inline-block;
    background:url(../_images/math-add-icon.png) no-repeat top left;
    margin: 0;
    vertical-align: middle;
    width: 20px;
    height: 18px;
    cursor: pointer;
}

table#floor_care_machine_shutdown_item_table input.item-request-volume {
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    margin: 0;
}

table#floor_care_machine_shutdown_item_table th {
    background:#650198;
    background:#0E76BC;
    color:white;
    text-align:left;
    padding:4px;
    text-transform:uppercase;
    font-size: 12px;
}

table#floor_care_machine_shutdown_item_table th.l {
    width:60px;
    text-align: right;

}

table#floor_care_machine_shutdown_item_table td.l {
    text-align: right;

}
table#floor_care_machine_shutdown_item_table th a {
    text-decoration:none;
}

table#floor_care_machine_shutdown_item_table tr.normal {
    background:white;
    color:#5c5b5b;
}

table#floor_care_machine_shutdown_item_table tr.odd {
    background:#e7d5ef;
    background:#bda27e; /*#cbe5ba;*/
    color:#5c5b5b;

}
table#floor_care_machine_shutdown_item_table tr.even {
    background:white;
    color:#5c5b5b;
}

table#floor_care_machine_shutdown_item_table tr.chosen {
    /*background:#99fc00;*/
    background:#46B955;
    color:#5c5b5b;
}

table#floor_care_machine_shutdown_item_table tbody.chosen {
    /*background:#99fc00;*/
    background:#46B955;
    color:#5c5b5b;
}


ul#select_area_details li.active{
    color: #444;
    cursor: pointer;
}

ul#select_room_details li.active{
    color: #444;
    cursor: pointer;
}

ul#select_area_details li.disable{
    color: lightgrey;
    cursor: default;
}

ul#select_room_details li.disable{
    color: lightgrey;
    cursor: default;
}

/*a.medium.button.activity_next_button.active{*/
/*cursor: pointer;*/
/*}*/

a.medium.button.activity_next_button.disable{
    background: lightgrey;
    cursor: default;
}

.content_wrapper .complete_view_final_message{
    padding-top: 1em;
    text-align: left;
    color: green;
}

.content_wrapper .complete_view_final_image{
    float: right;
    padding-bottom: 1em;
    width: 670px;
}

.content_wrapper .complete_view_final_image.order_equipment{
    width: 310px;
}


.daily_clean_log_list{
    margin-bottom: 2em;
    margin-top: 1em;
}

.daily_clean_log_list ul{
    margin-top: 1em;
    font-size: 20px;
}

.daily_clean_log_list ul li{
    margin-bottom: .1em;
}

.daily_clean_log_list ul li div.content_wrapper{
    min-height: 5px;
    padding-top: .25em;
    padding-bottom: .25em;
    margin-bottom: .1em;
}

.daily_clean_log_list ul li div.content_wrapper label{
    margin-left: .5em;
    vertical-align: middle;
    float: left;
    padding-top: 0.5em;
}

.daily_clean_log_list ul li div.content_wrapper input[type=submit]{
    float: right;
    margin: 5px auto;
    height: 35px;
    width: 100px;
}

.daily_clean_log_list p.warning{
    color: red;
}

.daily_clean_log_list p.info{
    color: green;
}

.completed_activities_list p.info {
    color: green;
    margin-bottom: 2em;
    margin-top: 1em;
}

.div_epic_reason{
    display: none;
}

.div_epic_reason p{
    margin-left: 7.5em;
    font-size: 18px;
    color: red;
}

.div_epic_reason label{
    margin-left: 7em;
}

.div_epic_reason select{
    width: 250px;
    font-size: 18px;
}

div.epic_assignment_area div.div_epic_inprogress{
    display: block;
}

div.epic_assignment_area div.div_epic_delay_and_on_hold{
    display: block;
    margin-bottom: .5em;
    height: 30px;
    /*clear-after: bottom;*/
}

.individual_assignment {
    margin-bottom: 50px;
}

.cleaning_delay_reason_id:checked+label{ background-color: #FFFF00; }

.tab {
    overflow: hidden;
}

.tab button {
    all: unset;
    background-color: inherit;
    text-align: center;
    color: #0e76bc;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 7px 8px;
    transition: 0.3s;
    border-radius: 0;
}

.floor_care_tab {
    all: unset;
    border: solid 1px darkgrey;
    color: black;
    cursor: pointer;
    float: left;
    /*padding-top: 16px;*/
    width: 320px;
    text-align: center;
    /*padding-bottom: 15px;*/
    border-radius: 0;
    padding: 8px 0;
}

.evssup_tab {
    all: unset;
    color: black;
    border: solid 1px darkgrey;
    cursor: pointer;
    float: left;
    /*padding-top: 16px;*/
    text-align: center;
    /*padding-bottom: 15px;*/
    width: 320px;
    border-radius: 0;
    padding: 8px 0;
}

#room_care > div:nth-child(1) {
    border: solid 1px darkgrey;
}

.supervisor_tab_hover{
    background-color: lightblue !important;
}

.supervisor_tab_lightblue {
    background-color: lightblue;
}

.supervisor_tab_white {
    background-color: white;
}

.cancel_button {
    background:url(../_images/cancel_small_t.png) no-repeat bottom left;
    /*padding-left:40px;*/
    padding: 0;
    height: 36px;
    cursor: pointer;
    /*margin-left: .5em;*/
    width: 36px;
    /*vertical-align: top;*/
    margin-right: 0;
}

.maintenance_input_file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.center_room_search {
    padding: 0;
    text-align: center;
    padding-top: 60px;
    /*min-height: 55px;*/
}
.quick_hist_min_height{
    min-height: 115px;
}

.recent_cleans, .floor_care_recent_cleans{
    margin-bottom: 2em;
    margin-top: 1em;
}
#recent_clean_filter{
    width: 600px;
    min-height: 50px;
}
#filter_by{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: .5em;
}
#unit_form #filter_by{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
#unit_form #filter_by_label{
    margin-right: 0;
}
#floor_form #filter_by{
    width: 290px;
}
#recent_clean_time_filter{
    position: relative;
    /*left: 27px;*/
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: .5em;
    margin-bottom: 10px;
}
#floor_care_recent_clean_time_filter {
    position: relative;
    /*left: 27px;*/
    width: 140px;
    display: inline-block;
    vertical-align: top;
    margin-right: .5em;
}
.org_hours_filter{
    width: 73px;
    display: inline;
    padding: .3em .5em;
    font-size: 16px;
}
.filter_by_text{
    display: inline;
    z-index: 0;
    left: 100px;
    bottom: 18px;
    padding: .3em .5em;
    font-size: 16px;
    width: 148px;
}

#filter_by_floors{
    display: inline;
    z-index: 0;
    left: 100px;
    bottom: 18px;
    padding: .3em .5em;
    font-size: 16px;
    width: 148px;
    margin-left: 0.25em;
}
.recent_clean_X{
    position: relative;
    margin-bottom: -30px;
    z-index: 101;
    font-size: 10px;
    float: right;
    display: block;
    padding: .3em;
    width: 70px;
}
#recent_clean_X_floor_care_text{
    bottom: 45px;
    left: 87px;
}
#recent_clean_X_floor_care_time{
    bottom: 44px;
    left: 85px;
}
#recent_clean_X_rooms_text{
    bottom: 44px;
    left: 85px;
}
#recent_clean_X_rooms_time{
    bottom: 26px;
    left: 54px;
}
.recent_clean_X > a{
    font-size: 16px;
    background-color: white;
    text-decoration: none;
}
#inProgressTab, #completeTab{
    border: solid 1px darkgrey;
    border-bottom: none;
    color: black;
    width: 110px;
    padding: 8px;
    z-index: 100;
}
#inProgressTab{
    background-color: lightblue;
}
#completeTab{
    background-color: white;
}
.recent_cleans > .tab{
    width: 300px;
}
.recent_cleans > hr{
    margin-top: 0;
    margin-bottom: 2.5em;
}
.recent_cleans > .wrapper{
    position:relative;
    bottom: 32px;
}
#inProgress{
    position: absolute;
    width: 590px;
    max-height: 558px;
    overflow-y: auto;
}
.complete_tab{
    position: absolute;
    visibility: hidden;
    width: 590px;
    max-height: 570px;
    overflow-y: auto;
}
#clean_records{
    overflow-y: scroll;
    max-height: 400px;
}
.clean_records_list{
    margin-top: .5em;
    font-size: 20px;
}
.clean_records_list > li{
    margin-bottom: .1em;
}
.clean_records_list > li > .content_wrapper{
    min-height: 5px;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: .1em;
}
.clean_records_text{
    display: inline-block;
    font-size: 20px;
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.supervisor_feedback_div_header{
    margin-left: .5em;
}
.supervisor_feedback_div_header > .detail_expand{
    float:left;
}
.supervisor_feedback_div_header > .detail_collapse{
    float:left;
    display: none;
}
.detail_expand > a{
    cursor: pointer;
}
.detail_collapse > a{
    cursor: pointer;
}
.supervisor_feedback_div_detail{
    padding: .2em;
    margin-top: .2em;
    margin-left: 1.5em;
    display: none;
}
.supervisor_feedback_div_detail > ul{
    font-size: 12px;
}
.no_cleans_msg{
    color: red;
    font-size: 14px;
}

#create_floor_care_maintenance_table td{
    border: none;
    padding-bottom: .3em;
    /*padding: 0 0 .3em 0;*/
}
#create_service_record_attach_file{
    position: relative;
    bottom: 3px;
    left: 8px;
    cursor:pointer;
    height: 20px;
    width: 20px;
}
.edit_floor_care_maintenance_table td{
    padding: 0 0 .3em 0;
    border: none;
}
#floor_care_maintenance .middle_column{
    width: 969px;
}
#floor_care_maintenance .new_record{
    margin-top: 0;
}
#floor_care_maintenance .record_search{
    margin-top: 1em;
}
#floor_care_maintenance > .new_record > .content_wrapper{
    padding: 20px;
    min-height: 20px;
}
#new_service_record{
    text-align: center;
    position: relative;
    left: 380px;
}
#create_service_record{
    display: none;
}
#create_service_record > h3{
    text-align: center;
    width: 940px;
    margin-bottom: 0;
}
.maintenance_date_td{
    width: 120px;
    vertical-align: top;
    position: relative;
    bottom: 9px;
}
.maintenance_date{
    width: 83px;
    display: inline;
    padding: .3em .5em;
}
.maintenance_equipment_history{
    width: 170px;
    vertical-align: top;
}
.maintenance_equipment_history_input{
    width: 145px;
    display: inline;
    padding: .3em .5em;
    position: relative;
    bottom: 9px;
}
.service_types{
    width: 215px;
}
.service_type_input_button{
    position: relative;
    right: 3px;
    width: 93px;
    height: 36px;
    white-space: initial;
    vertical-align: top;
    cursor: pointer;
    padding: 0;
    margin-bottom: .25em;
    border-style: solid;
    border-width: 1px;
    background: white;
    color: #0e76bc;
}
.comment_text{
    width: 240px;
}
.comment_text_textarea{
    width: 275px;
    height: 69px;
    position: relative;
    bottom: 9px;
}
.submit_create_service_record, .cancel_create_service_record{
    position: relative;
    left: 369px;
    width: 90px;
    margin: 0 1em;
}
input[type=submit].submit_create_service_record{
    cursor: default;
    background-color: grey;
}
.record_search > .content_wrapper{
    padding: 20px;
    min-height: 400px;
    overflow-y: hidden;
    overflow-x: hidden
}
.service_record_search > h3{
    text-align: center;
    width: 940px;
    margin-bottom: 0;
}
.edit_floor_care_maintenance_table .inactive_equipment{
    text-align: center;
}
.edit_floor_care_maintenance_table td{
    border: none;
}
#floor_maintenance_start_date, #floor_maintenance_end_date{
    width: 85px;
    display: inline;
    padding: .3em .5em;
}
#floor_maintenance_equipment_history{
    width: 130px;
    display: inline;
    padding: .3em .5em;
}
#floor_maintenance_equipment_type{
    width: 170px;
    display: inline;
    padding: .3em .5em;
}
#floor_maintenance_serial_number{
    width: 145px;
    display: inline;
    padding: .3em .5em;
}
#floor_maintenance_active{
    position: relative;
    left: 38px;
}
#floor_service_record_search input[type='submit']{
    position: relative;
    left: 415px;
    margin-top: 1em;
}
.edit_floor_care_maintenance_table .search_date{
    width: 120px;
}
.edit_floor_care_maintenance_table .search_equipment_type{
    width: 200px;
}
.edit_floor_care_maintenance_table .search_equipment_name{
    width: 160px;
}
.edit_floor_care_maintenance_table .search_serial_number{
    width: 165px;
}
.edit_floor_care_maintenance_table .search_equipment_active{
    width: 115px;
}
.clear_search_filters{
    margin-top: .5em;
    font-size: 10px;
    z-index: 101;
    position: relative;
    left: 421px;
    padding: .3em;
    text-decoration: underline;
    width: 100px;
}
#clear_maintenance_filters_floor{
    font-size: 10px;
    background-color: white;
    text-decoration: none;

}
#floor_service_record_search hr{
    margin-top: .25em;
    margin-bottom: 1.75em;
}
.pagination.maintenance_top{
    clear: both;
    margin-bottom: 4.5em;
}
.pagination.maintenance_bottom{
    clear: both;
    padding-top: 1.5em;
}
.edit_floor_care_maintenance_table .maintenance_inputs{
    position: relative;
    bottom: 9px;
}
.service_record_rows{
    position: relative;
    width: 920px;
    min-height: 350px;
}
#display_service_records{
    margin-top: .5em;
    font-size: 20px;
    list-style-type: none;
}
#display_service_records > .service_record{
    margin-bottom: .1em;
    min-height: 5px;
    padding-top: .5em;
    padding-bottom: .5em;
}
.collapsed_service_record{
    margin-left: .5em;
}
.edit_feedback_button{
    float: left;
}
.edit_feedback_button > a{
    cursor: pointer;
}
.close_feedback_button{
    float:left;
    display: none;
}
.close_feedback_button > a{
    cursor: pointer;
}
.expanded_service_record{
    padding: .2em;
    margin-top: .2em;
    margin-left: 1.5em;
    display: none;
}
.expanded_service_record > hr{
    margin-top: 0;
}
.expanded_service_record > ul{
    font-size: 14px;
}
.service_record_button{
    float: right;
    cursor: pointer
}
.display_none{
    display: none;
}
.display_inline{
    display: inline;
}
.maintenance_edit{
    float: right;
    cursor: pointer
}
.deactivate_service_record{
    float: right;
    cursor: pointer
}
.maintenance_cancel{
    display: none;
    float: right;
    cursor: pointer
}
.save_machine_activity_log_edit{
    display: none;
    float: right;
    cursor: pointer
}
.expanded_service_record .maintenance_date{
    width: 105px;
    border: none;
    border-color: transparent;
    font-size: 14px;
    color: #4b4b4b;
}
.maintenance_hide_date{
    border: none;
    background-color: white;
    width: 20px;
    position: relative;
    right: 40px;
}
.expanded_service_record textarea{
    cursor: default;
    width: 275px;
    height: 35px;
}
.delete_floor_care_record_file{
    cursor: pointer;
}
.edit_service_record_attach_file{
    cursor:pointer;
    float: right;
    display: none;
}
.no_records{
    color: red;
    font-size: 14px;
    position:relative;
    left: 328px;
}
#select_area_to_clean{
    display: inline-block;
}
#floors_and_areas{
    float: left;
    min-height: 200px;
    width: 580px;
    /* display: inline-block; */
    margin-right: 1em;
    padding: 20px 30px 0 30px;
}
#select_floor{
    float: left;
    min-height: 400px;
    width: 190px;
}
#select_floor #floors{
    padding: 1em;
    overflow: auto;
    border: 1px solid #808080;
    height: 300px;
}
#select_area{
    float: left;
    max-height: 300px;
    width: 370px;
    margin-left: 1em;
}
#select_area_details{
    overflow: auto;
    padding: 1em;
    border: 1px solid #808080;
    min-height: 300px;
    max-height: 300px;
}
#units_and_rooms{
    float: left;
    min-height: 200px;
    width: 580px;
    /* display: inline-block; */
    margin-right: 1em;
    padding: 20px 30px 0 30px;
}
.select_room{
    float: left;
    max-height: 300px;
    margin-left: 1em;
}
#floor_care_inprocess_notes{
    resize: none;
}
#change_area_button, #shutdown_equipment_button, #cancel_floor_care_session{
    padding: 5px 6px;
    /*margin-top: 1em;*/
    font-size: 16px;
    display: inline-block;
    margin: 1em .15em;
}
#change_area_button, #cancel_floor_care_session {
    line-height: 32px;
}
#machine_shutdown{
    display: inline-block;
    text-align: center;
}
#machine_shutdown > .left_column{
    text-align: left;
}
#machine_serial_number{
    margin-left: 4.4em;
}
#floor_care_shutdown_notes{
    resize: none;
}
#select_room_details{
    overflow: auto;
    padding: 1em;
    border: 1px solid #808080;
    min-height: 300px;
    max-height: 300px;
}
#machines.sub_middle_column{
    display: inline-block;
    text-align: center;
}
ul#select_machine_details{
    overflow: auto;
    padding: 1em;
    height: 300px;
}
#machine_types.sub_middle_column{
    display: inline-block;
    text-align: center;
}
ul#select_machine_type_details{
    overflow: auto;
    padding: 1em;
    height: 300px;
}
.unit_and_room_buttons{
    padding: 1em;
}
.floor_care_units{
    float: left;
    min-height: 400px;
    width: 190px;
}
.floor_care_units > ul#units{
    padding: 1em;
    overflow: auto;
    border: 1px solid #808080;
    height: 300px;
}
li > a.medium.button.unit_button{
    font-size: 12px;
}
.areas_and_next_button{
    padding: 1em;
}
.staged_areas{
    width: 370px;
    display: inline-block;
    padding-bottom: 38px;
}
.staged_areas > div{
    float: left;
    min-height: 400px;
    width: 370px;
}
#selected_area_and_room_details{
    padding: 1em;
    overflow: auto;
    border: 1px solid #808080;
    min-height: 300px;
    max-height: 300px;
}
#activities.sub_middle_column{
    display: inline-block;
    text-align: center;
}
#select_activity_details{
    overflow: auto;
    padding: 1em;
    height: 300px;
}
#machine_setup.sub_middle_column{
    display: inline-block;
    text-align: center;
}
#machine_setup > .left_column{
    text-align: left;
}
#floor_care_setup_notes{
    resize: none;
}
#inprocess_cleaning_areas_and_rooms{
    display: inline-block;
    text-align: center;
}
#inprocess_cleaning_areas_and_rooms > .left_column{
    text-align: left;
}
.feedback_detail_equipment{
    width: 100%;
    display: block;
}
.feedback_detail_inspect{
    display: inline-block
}
.feedback_detail_inspect > a.blue.button{
    padding: 0 25px;
}
.feedback_detail_rooms{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.feedback_detail_rooms > li{
    width: 500px;
}
.feedback_detail_areas{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.feedback_detail_areas > li{
    width: 500px;
}
.feedback_detail_name{
    width: 59%;
    display: inline-block;
}
.feedback_detail_inspect{
    width: 39%;
    /*position: relative;*/
    display: inline-block;
}
.feedback_detail_inspect.blue.button{
    padding: 0 25px;
    margin-top:2px;
}
#floor_sup_home > .right_column{
    margin-top: 0;
    width:300px;
}
.direct_inspect, .quick_history{
    padding: 20px;
    min-height: 40px;
    margin-bottom: .5em;
}
.direct_inspect{
    padding: 12px;
}
.direct_inspect_form_field{
    display: block;
    margin-bottom: .5em;
}
.direct_inspect_form_field:last-of-type{
    margin-bottom: 0;
    height: 30px;
}
.direct_inspect_form_field > label{
    font-size: 16px;
    display: inline-block;
    width: 88px;
    text-align: right;
}
.direct_inspect_form_field > input[type='text']{
    width: 160px;
    display: inline;
    padding: .3em .5em;
    font-size: 16px;
}
#floor_inspect_cleaners{
    /*left: -10px;*/
    /*bottom: 16px;*/
    /*left: 84px;*/
}
/*.direct_inspect_form_field > div{*/
/*margin-bottom: -30px;*/
/*z-index: 101;*/
/*float: right;*/
/*display: block;*/
/*padding: .3em;*/
/*}*/
/*.direct_inspect_form_field > div > a{*/
/*display: none;*/
/*font-size: 17px;*/
/*background-color: white;*/
/*text-decoration: none;*/
/*}*/
#clear_room_filter_floor, #clear_area_filter_floor, #clear_activity_filter_floor, #clear_equipment_filter_floor, #clear_cleaner_filter_floor{
    display: none;
    font-size: 17px;
    text-decoration: none;
}
.direct_inspect_form_field > .div_clear_cleaner_filter_floor{
    bottom: 14px;
}
.direct_inspect_form_field.area > label{
    /*left: 39px;*/
    /*width: 50px;*/
}
.direct_inspect_form_field.room > label{
    /*left: 30px;*/
    /*width: 50px;*/
}
.direct_inspect_form_field.activity > label{
    /*left: 22px;*/
    /*width: 50px;*/
}
.direct_inspect_form_field.equipment > label{
    /*right: 4px;*/
    /*width: 50px;*/
}
.direct_inspect_form_field.cleaned_by > label{
    /*right: 10px;*/
    /*width: 90px;*/
}
#floor_care_history_type{
    width: 250px;
    padding: .2em;
}
#history_text{
    display: inline;
    padding: .3em .5em;
    font-size: 16px;
    width: 232px;
}
.supervisor_feedback_div_detail > ul{
    font-size: 12px;
}
#floor_care_history_type{
    width: 250px;
    margin-right: 10px;
    font-size: 18px;
    padding: .2em;
}
#floor_care_history_type.quick_history_view{
    width: 141px;
    font-size: 22px;
}
#history_option_text{
    width: 376px;
    padding: .3em .5em;
    font-size: 22px;
}
.floor_care_quick_history #history_button{
    display: inline-block;
    width: 400px;
    margin-top: .5em;
    margin-left: 155px;
    margin-bottom: 30px;
    padding: .2em 3em;
    font-weight: bold;
    font-size: 24px;
}
.floor_care_quick_history{
    width: 950px;
}
.floor_care_quick_history > .content_wrapper {
    min-height: 300px;
}
.floor_care_quick_history .quick_history_rows{
    margin-top: 30px;
    font-size: 20px;
}
.floor_care_quick_history .quick_history_rows > li{
    margin-bottom: .1em;
}
.quick_history_rows .content_wrapper{
    min-height: 5px;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: .1em;
}
.expanded_quick_history_row{
    padding: .2em;
    margin-top: .2em;
    margin-left: 1.5em;
    display: none;
}
.expanded_quick_history_row > ul{
    font-size: 12px;
}
.quick_history_notes{
    list-style-position: inside;
    list-style-type: circle;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.no_history{
    color: red;
    position: relative;
    left: 333px;
}
.quick_history_rows label, .fc_quick_history_li{
    /*margin-left: .5em;*/
}
.fc_history_label_header{
    margin-left: .5em;
}
#unit_form .clear_x.daily_clean_log_x, #floor_care_assignment_group_form .clear_x.floor_care_assignment_group_x {
    display: inline-block;
}
.quick_history_notes > li{
    margin-left: 1em;
}
.floor_care_cleans_list{
    list-style-type: circle;
    margin-left: 1.5em;
}
.list_label{
    margin-right: .5em;
}
.floor_care_inspection_score{
    font-weight: bold;
    background-color: lightblue;
    text-align: center;
    border-radius: 10px;
    /*color: white;*/
    /*background: #0e76bc;*/
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    width: 92.02px;
}
.additional_inspection_info{
    position: absolute;
    width: 175px;
    padding: 10px 20px;
    height: 35px;
    z-index: 5;
    display: none;
    border-radius: 15px;
    color: #3535A6;
    border: 1px solid #CBCBFE;
    background-color: #F1F1F1;
    cursor: pointer;
}
.additional_inspection_info > span {
    display: block;
}
.additional_inspection_info > .close_note{
    border: 2px solid #CBCBFE;
    border-radius: 35px;
    float: right;
    width: 20px;
    height: 18px;
    text-align: center;
    background-color: #F1F1F1;
    cursor: pointer;
}
.feedback_detail_equipment > .feedback_detail_name{
    width: 60%;
}
.feedback_detail_equipment > .feedback_detail_inspect{
    width: 38%;
}
.expand_rooms_list, .hide_rooms_list, .expand_areas_list, .hide_areas_list{
    margin-left: 1.5em;
    color: #0e76bc;
    cursor: pointer;
}
.additional_rooms_list, .additional_areas_list{
    display: none;
}
.floor_care_quick_history_form{
    text-align: center;
}
a.large.in_use_machine_button{
    font-size: 18px;
}
#in_use_machines_heading{
    display: none;
    margin: 1em 0;
}
.machine_reactivate_popup_div{
    display: none;
}



.reactivate_machine_button{
    margin: .5em 2.5em;
}
#show_in_use_machines{
    display: none;
    margin: 1em 0;
    font-size: 18px;
}
.cancel_floor_care_popup{
    display: none;
}
.cancel_floor_care_yes, .cancel_floor_care_no{
    margin: 0 1.5em;
}
.more_less_button{
    color: #0e76bc;
    cursor: pointer;
    list-style-type: none;
    font-weight: normal;
}

.areas_rooms_list{
    list-style-type: circle;
    margin-left: 1.5em;
    /*font-weight: bold;*/
}
.areas_rooms_list li:first-of-type{
    margin-left: -1.5em;
    list-style-type: none;
    font-weight: normal;
}
.areas_rooms_list li:last-of-type {
    margin-bottom: .5em;
}
.bold{
    font-weight: bold !important;
}
.center_next_button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.expanded_service_record .ui-datepicker-trigger{
    display: none;
}

input[type='text']::-ms-clear{
    display: none;
}

a.clear_x, a.checklist_clear_x {
    margin-left: -20px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    color: #0e76bc;
    display: none;
}
.floor_care_quick_history_form .clear_x{
    color: #0e76bc;
}
.maintenance_equipment_history .clear_x{
    position: relative;
    z-index: 101;
    bottom: 7px;
}

.hidden{
    display: none;
}

.room_type_label{
    font-size: 16px;
    display: inline-block;
    margin-top: .2em;
    width: 50px;
    text-align: right;
    margin-right: .5em;
    vertical-align: top;
}

.room_type_filter{
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#recent_clean_filter > .filter_by{
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
}
#floor_care_recent_clean_filter {
    width: 600px;
    min-height: 50px;
}
.room_type_filter ul > li > label {
    display: inline-block;
}
.room_type_filter ul > li > label > input[type=checkbox] {
    margin-top: 2px;
    width: 12px;
    display: inline-block;
    margin-right: 1em;
    vertical-align: middle;
}


#evs_sup_home .right_column label{
    display: inline-block;
    font-size: 16px;
}

#evs_sup_home .right_column input[type=text], #backdated_cleaning_record_notes{
    width: 170px;
    display: inline;
    padding: .3em .5em;
    font-size: 16px;
}
#evs_sup_home .right_column input[type=text].clear_x_input {
    width: 165px;
}

#evs_sup_home .right_column #create_record_form input[type=text].clear_x_input{
    width: 160px;
}

#evs_sup_home .right_column input[type=text]#unit_daily_cleans{
    width: 180px;
}

#evs_sup_home .right_column input[type=text]#psas{
    width: 124px;
    margin-bottom: .2em;
}
#evs_sup_home .right_column input[type=text]#hours{
    width: 79px;
    margin-top: .1em;
}

/*.work_distribution{*/
/*    border: none;*/
/*    margin:1.5em 0;*/
/*    padding: 0 20px 20px 20px;*/
/*    min-height: 286px;*/
/*    max-height: 286px;*/
/*    overflow: hidden;*/
/*}*/

.work_distribution_table_div{
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    bottom: 10px;
    font-size: 11px;
    max-height: 300px;
}

.work_distribution_table {
    width: 100%;
}

.work_distribution_table_header {
    vertical-align: bottom;
    font-size: 10px;
}

.outer_work_distribution{
    border-radius: 20px;
    border: 1px solid #0e76bc;
}

.evs_sup_right_column{
    margin-top: 0;
    width:300px;
}
.evs_sup_small_right_column{
    padding: 20px;
    min-height: 40px;
    margin-bottom: .5em;
}

#work_distribution_form > div{
    width: 267px;
    min-height: 50px;
}

#work_distribution_form .clear_x, #recent_clean_filter .clear_x, #floor_care_recent_clean_filter .clear_x{
    display: inline-block;
}

#clear_hours_filter, #clear_psa_filters{
    font-size: 17px;
    background-color: white;
    text-decoration: none;
}

#clear_hours_div, #clear_psa_div{
    font-size: 10px;
    float: right;
    display: block;
    position: relative;
    right: 4px;
}

.time_input_div{
    position: relative;
    bottom: 23px;
    left: 155px;
}

#clear_psa_div{
    top: 7px;
    right: 22px;
}

#clear_hours_div{
    bottom: 45px;
    right: 20px;
}

.evs_sup_right_column h4{
    display: none;
}

.evs_sup_right_column > .work_distribution > h4{
    display: block;
}

.evs_sup_right_column input[type=submit].mobile{
    display: none !important;
}

input[type=submit].disable_button, button.disable_button{
    background-color: grey;
    cursor: default;
}

input[type=submit].enable_button, button.enable_button{
    background-color: #0e76bc;
    cursor: pointer;
    display: inline-block;
}

input[type=submit].hidden{
    display: none;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float:left;
    background: #900;
    display: none;
}

#evs_sup_home .right_column input[type=text].clear_x_input, #backdated_cleaning_record_notes{
    padding-right: 1.15em;
}

.special_projects{
    border-top: 1px solid;
    margin-top: .5em;
    padding-top: 1em;
    /*display: none;*/
}

#special_project_form input[type=text]{
    display: block;
    margin-bottom: 1.5em;
    width: 22em;
}
#special_project_form textarea{
    height: 5em;
    width: 22em;
    resize: none;
}
#special_project_form label{
    margin-bottom: .5em;
    display: block;
}
.sp_button{
    margin: 1em;
}

#special_project_form{
    margin-top: 1em;
    margin-left: 2em;
}

.details_popup li{
    list-style: disc;
    margin: 0 1em .25em 1em;
    font-size: 20px;
}

.special_project_buttons{
    margin-left: 2.5em;
}

.details_popup h3, #special_project_div h3, .image_popup h3{
    text-align: center;
    display: inline-block;
    line-height: unset;
    vertical-align: middle;
    margin-bottom: 0;
}

.details_popup p{
    font-size: 40px;
    margin: 1em 1em 1em 1em;
    padding: 0;
    text-align: center;
}

.details_popup .title_div, .image_popup .title_div{
    padding: .5em 1.5em;
    background: #0e76bc;
    color: white;
    height: 3em;
    line-height: 42px;
    min-width: 450px;
}

.image_popup {
    overflow-x: hidden;
}

.image_popup .image_body {
    position: relative;
    display: flex;
    padding: 25px;
    justify-content: center;
}

.image_popup p{
    font-size: 40px;
    margin: 1em 1em 1em 1em;
    padding: 0;
    text-align: center;
}

#special_project_div .title_div{
    padding: .5em 1.5em;
    background: #0e76bc;
    color: white;
    height: 3em;
    line-height: 42px;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleRight, #cboxMiddleLeft, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight{
    display: none;
}

.cbox_x{
    float: right;
    cursor: pointer;
    font-size: 24px;
    color: #FFF;
    display: inline-block;
}

#cboxContent{
    border-radius: 25px;
}

.details_popup_image{
    height: 200px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.details_popup .bullets{
    margin-left: 2em;
    margin-bottom: 2em;
}

.details_popup .faileditems .bullets{
    margin-left: 3em;
}

.details_body ul{
    margin-bottom: 1em;
}

.details_popup .details_body {
    font-size: 20px;
    /* padding-left: 2em; */
    /* max-height: 15em; */
    overflow-y: auto;
}
.update_org_popup_body{
    padding: 2em;
}
.update_org_popup_body p {
    font-weight: bold;
}
.update_org_button{
    margin-top: 1.25em;
    padding: 1em 7.21em;

}

.cleaning_delay_reason{
    display: block;
    margin: 0 auto;
}

#or_di_inspect_button{
    margin-top: 1em;
    margin-left: 1.5em;
    width: 250px;
}

#shift_group_inspect_button{
    margin-left: 5em;
    margin-top: 1em;
    width: 250px;
}

#search-shift-assignment-form #shift_group_inspect_button, #search-shift-assignment-form #shift_group_button{
    margin-left: 1.75em;
    width: 347px;
}

.or_super_home_main_container #search-shift-assignment-form #shift_group_inspect_button{
    margin-left: 5em;
    width: 250px;
}

#multiple_beds {
    max-height: 650px;
    padding: 1em 0;
}

.bed_dirty, .bed_clean {
    padding: .75em 1.5em;
    border: 1px solid black;
    cursor: pointer;
}

.curtain_button_span {
    margin-left: 6em;
}

a.button.curtain_button {
    margin: -1.5em !important;
}

span.curtain_warning {
    color: red;
    text-align: center;
    display: block;
}

a:hover#confirm_curtain_change_yes {
    background:#0e76bc;
    color:white;
}

.bed_label {
    margin-right: 1em;
    float: left;
    width: 10em;
}

.bed_active {
    background-color: lightblue;
}

.beds {
    padding: 1.5em 0;
}

#beds_submit {
    margin: 1em;
}

.empty_row {
    background-color: lightgray;
    font-size: 1.25em;
}

.room_group_header{
    font-weight: bold;
}
.submit_button_div{
    text-align: center;
}

.expand_collapse_icon{
    float: left;
    cursor: pointer;
}

.quick_history_preview > span{
    margin-left: .5em;
}

.quick_history_page{
    min-height: 5px;
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: .1em;
    margin-left: .5em;
}
.quick_history_row{
    margin-bottom: .1em;
}

.expanded_quick_history{
    padding: .2em;
    margin-top: .2em;
    margin-left: 1.5em;
    display: none;
    font-size: 12px;
}

.quick_history_notes{
    list-style-position: inside;
    list-style-type: circle;
}

.sec_menu_mobile {
    display: none;
    visibility: hidden;
}

.main_mobile {
    display: none;
    visibility: hidden;
}

.header_initials p{
    display: inline;
    float: left;
    position: relative;
    font-size: 20px;
    /* font-weight: bold; */
}

.circle_one {
    width: 30px;
    height: 10px;
    line-height: 0.5;
    margin-top: 0px;
    margin-right: 25px;
    margin-left: 1.5px;
    cursor: pointer;
}
p.circle_one {
    border: 5.5px solid #0e76bc;
    background: #0e76bc;
    color: white;
    border-radius: 50%;
    text-align: center;
}
.psa_circle {
    margin: 0 0 0 1.5px;
}

.signout {
    font-size: 16px;
}
.signout_dropdown.signout {
    display: block;
}

#dropdown_div {
    display: block;
    /* width: 100px; */
    float: right;
    position: relative;
    /*margin-right: 20px;*/
}

#dropdown_div_PSA, #dropdown_div_sift_report {
    display: block;
    float: right;
    position: relative;
}
#dropdown_div_ORSUP {
    display: block;
    float: right;
    position: relative;
}

.circle_one_PSA {
    width: 30px;
    height: 10px;
    line-height: 0.5;
    margin-top: 0px;
    margin-left: 1.5px;
    cursor: pointer;
}
.circle_one_ORSUP {
    width: 30px;
    height: 10px;
    line-height: 0.5;
    margin-top: 0px;
    margin-left: 1.5px;
    cursor: pointer;
    margin-right: 25px;
}
.circle_one_ESVSUP {
    width: 30px;
    height: 10px;
    line-height: 0.5;
    margin-top: 0px;
    margin-left: 1.5px;
    cursor: pointer;
    margin-right: 25px;
}
p.circle_one_PSA {
    border: 5.5px solid #0e76bc;
    background: #0e76bc;
    color: white;
    border-radius: 50%;
    text-align: center;
    /* margin-right: 15px; */
}
p.circle_one_ORSUP {
    border: 5.5px solid #0e76bc;
    background: #0e76bc;
    color: white;
    border-radius: 50%;
    text-align: center;
}
p.circle_one_ESVSUP {
    border: 5.5px solid #0e76bc;
    background: #0e76bc;
    color: white;
    border-radius: 50%;
    text-align: center;
}

.indent_orgs:hover {
    background: tan;
    border-left: 15px solid tan;
    margin-left: 0px;
}

.dropdown_content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 50px;
    right: -95px;
}

#shift_report_dropdown_content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 40px;
    right: -30px;

    .icon {
        vertical-align: middle;
        padding-left: 0;
    }
}

.dropdown_content.visible, #shift_report_dropdown_content.visible {
    display: block;
    z-index: 99999;
}

.dropdown_content a, #shift_report_dropdown_content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
    width: 150px;
}

.dropdown_content p, #shift_report_dropdown_content p {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.inspection_table {
    width: 100%;
}

.inspection_table > tbody > tr > th {
    text-align: center;
    border-right: 1px solid white;
    border-left: 1px solid white;
}

td.inspection_table_score{
    width: 25%;
    text-align: center;
}

.inspection_details_popup p {
    font-size: 40px;
    margin: 0.25em 0.5em 0.25em 1em;
    padding: 0;
    text-align: left;
}

.details_text {
    /* text-decoration: underline; */
    font-weight: bold;
}
.details_text_underline {
    text-decoration: underline;
    /* font-weight: bold; */
}
p.details_text_incomplete {
    margin: 0.5em 0.5em 0.5em 1em;
}
span.details_text_feedback {
    font-size: 28px;
    margin: 0.25em 3em 0.25em 3em;
}
p.details_text_feedback {
    max-width: 1200px;
    font-size: 28px;
    margin: 0.25em 3em 0.25em 3em;
}
ul li.details_text_incomplete_tasks {
    max-width: 1200px;
    margin: 0.25em 2em 0.25em 2em;
    font-size: 28px;
}

#message td.inspection_table_score > div.details {
    padding-left: unset;
    width: unset;
}
span.details_text {
    /* text-decoration: none; */
    font-weight: normal;
}

.indent_orgs{
    margin-left: 15px;
}

p.full_name {
    padding-bottom: 0px;
}

.circle_one:hover {
    background: tan;
    border: 5.5px solid tan;
}

/* .main {
    display: inline-block;
    visibility: visible;
} */

#room_task_view_buttons_div {
    display: none;
    visibility: hidden;
}

.room_assignments_li {
    border-bottom: 2px black;
    border-style: inset;
}

.check_left {
    height: 15px;
    width: 16px;
    margin-left: -25px;
    margin-top: -2px;
    float: left;
}

a.check {
    background: url(../_images/check_mark_black.png)  no-repeat top left;
    /* height: 0px; */
    display: inline;
    background-size: 25px 25px;
}

#floor_care .tab_wrapper {
    width: 969px;
    height: 32px;
    margin-bottom: 1em;
}

.set-favorite-btn, .set_favorite_popup .cancel-btn {
    border-radius: 10px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding: 5px 25px 7px;
    text-align: center;
    width: 200px;
}

.button-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 30px 0;
}

.favorite-unit {
    float: right;
    position: relative;
    width: 150px !important;
    height: 35px;
}

.non_bed_instructions {
    padding-top: 10px;
    font-size: 18px
}

.details_popup .details_popup_okay_row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 30px 0;
}

.required_image_flag {
    margin-left: 9px;
    margin-top: 5px;
}

#topofPage {
    display: none;
}

.supervisor_mobile_image {
    display: none;
}

.clean_rooms_mobile {
    display: none;
}

.right_column_label {
    width: 50px;
}

#work_distribution, #service_requests {
    width: 650px;
    margin-right: 20px;
    float: left;
}

#service_requests > .service_requests {
    min-height: unset;
}

.work_distribution_centered_cell {
    text-align: center;
}

#evs_sup_home_left {
    float: left;
    width: 670px;
}

#evs_sup_home_left {
    float: left;
}

.filter_by_text#units {
    width: 95%;
}

.filter_by_text#org_hours {
    width: 25%;
}

.filter_by_text#psas {
    width: 65%;
    margin-left: 13px;
}

.filter_div {
    text-align: left;
    margin-bottom: 10px;
}

.room_type_filter div {
    width: 95%
}

#room_type_list {
    display: flex;
    justify-content: space-around;
}

#assignment_notification {
    text-align: center;
    font-size: 24px;
    background-color: rgba(255, 218, 185, 0.4);
    border: 5px solid rgb(255, 218, 185);
    margin: 0 2em 1em 2em;
    padding: 0.5em;
    border-radius: 20px;
}

#assignment_notification_link {
    font-size: 32px;
    padding-bottom: 10px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#assignment_notification_room {
    font-size: 24px;
    display: block;
}

.supervisor_assignments {
    width: 968px;
    margin-bottom: 0.5em;
}

.supervisor_assignments .content_wrapper {
    padding-left: 100px;
    min-height: 200px;
}

.floor_care_assignment_start {
    float: right;
    margin-top: -2.2em;
    height: 35px;
    width: 100px;
}

.floor_care_details_label {
    font-size: 20px;
    margin-bottom: 12px
}

.floor_care_areas_rooms {
    font-size: 14px;
    list-style: circle;
    margin-left: 25px;
}

.floor_care_assignment_label_buttons {
    float: left;
    padding-top: 8px;
}

label .floor_care_assignment_label {
    padding-top: 8px;
}

#open_shift_task_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 2px;
}

#completed_tasks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 2px;
    grid-template-rows: repeat(6, 0.5fr);
}

.cancel_service_btn {
    border-radius: 10px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding: 7px 25px;
    text-align: center;
    background-color: #FF2726 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.submit_service_btn {
    font-size: 24px !important;
    padding: 8px 25px !important;
}

.create_request_input {
    display: inline;
    z-index: 0;
    left: 100px;
    bottom: 18px;
    padding: .3em .5em;
    font-size: 16px;
    width: 200px;
}

.create_request_input_label {
    margin-left: 10px;
}

.service_request_sup {
    text-align: center;
    padding: 10px 0;
}

.service_request_stats {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    width: 18%;
}

.stat_number {
    margin: 0 !important;
    font-size: 32px;
    color: #0e76bc;
    text-decoration: underline;
    text-decoration-color: #0e76bc;
}

.stat_text {
    margin-top: 10px;
    font-size: 18px;
}

.sup_create_service_request_div {
    padding-top: 20px;
}

#create_service_request_form {
    text-align: center;
}

#create_service_request {
    margin-top: 20px;
}

#sup_create_service_request {
    div {
        display: inline-block;
        white-space: nowrap;
    }
}

.return_to_dashboard {
    font-size: 24px !important;
    padding: 8px 25px !important;
    margin: 20px;
}

.empty_request_okay {
    font-size: 24px;
    padding: 8px 25px;
}

.service_tag, .report_status {
    vertical-align: middle;
    min-height: 2em;
    display: inline-grid !important;
    align-items: center;
}

.biohazard_img {
    height: 25px;
    vertical-align: top;
}

.protocols_label {
    display: inline-block;
}

.desktop-hidden {
    display: none !important;
}

#service_request_breakdown_table {
    width: 100%;
    table-layout: fixed;
    border-radius: 10px;
    margin: 10px auto;
    text-align: center;

    th {
        text-align: center !important;
    }

    td {
        border-bottom: none;
        word-wrap: break-word;
    }

    .details {
        background: url(../_images/notes.png) no-repeat 35px;
        background-size: 20px 20px;
    }

    col.edit-deactivate{width: 8%;}
    col.edit-deactivate.completed{width: 2%;}
    col.request_unit{width: 15%;}
    col.request_name{width: 15%;}
    col.request_room_type{width: 15%}
    col.request_assignee{width: 15%;}
    col.request_status{width: 12%;}
    col.request_actions{width: 20%;}
    col.request_time_in_status{width: 12%;}
    col.request_created_at{width: 20%;}
    col.request_additional_info{width: 10%;}

    .delete_service_request {
        overflow-y: hidden;
    }

    .edit.link {
        cursor: pointer;
    }
}

.time_limit_exceeded {
    background: url(../_images/exclamation.png) no-repeat top right 10px;
    background-size: 15px 15px;
    cursor: pointer;
}

.time_limit_exceeded.individual_request {
    background: url(../_images/exclamation.png) no-repeat top 5px right 5px;
    background-size: 15px 15px;
    cursor: pointer;
}

.additional_info_popup {
    ul {
        list-style: inside;
        padding: 10px;
        font-size: 16px;
    }

    li {
        margin: 10px 5px;
    }

    .info_span {
        margin-left: 30px;
    }
}

.edit_popup {
    .edit_body {
        font-size: 40px;
        padding: 25px 0;
        text-align: center;
    }

    .edit-button-row {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding: 30px 0;
    }

    .edit-btn, .edit-cancel-btn {
        border-radius: 10px;
        color: white;
        font-weight: bold;
        font-size: 24px;
        padding: 5px 25px 7px;
        text-align: center;
        width: 200px;
    }

    .edit_actions {
        padding: 10px;
        font-size: 24px;
        line-height: 32px;
    }

    .edit_dropdowns {
        padding-top: 20px;
        font-size: 20px;
        padding-left: 40px;
        text-align: left;

        h4 {
            padding-bottom: 10px;
            font-size: 24px;
        }

        div {
            padding-bottom: 20px;
        }

        select {
            width: 50%;
        }
    }
}

.service_request_header {
    margin-bottom: .5em;
}

.informational_message {
    margin-left: 0;
    margin-right: 0;
    background-color: #ACDEFF;
    margin-bottom: 5px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.informational_message_text {
    text-align: center;
    font-weight: bold;
    word-wrap: break-word;
    font-size: 14px;
    padding: 0.2em;
}

#or_shift_report_new {
    font-size: 12px;
    vertical-align: super;
    color: #ff9900;
    cursor: pointer;
}

.or_shift_report_link {
    display: inline-block;
    padding-top: 15px;
    color: #0e76bc !important;
    font-size: initial;

    img {
        padding-right: 5px;
        vertical-align: text-bottom;
    }
}

.submitted_shift_report {
    color: black !important;
    text-decoration: none;
}

.or_report_wrapper {
    margin-bottom: 80px;
}

.or_reports {
    padding-bottom: 30px;

    h1, h2 {
        text-align: center;
    }

    a {
        color: #3372C0;
        font-size: 20px;
    }

    .bar {
        margin: 0 0 0 1em;
        width: 90%;
    }

    .bar_text {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        color: #0e76bc;
        width: 50px;
        margin: 0;
        text-align: right;
    }

    .task_assignments_li {
        line-height: 30px;
    }

    .report_list li {
        font-size: 18px;
        margin-bottom: 10px;
        display: list-item;
        padding-left: 15px;
    }

    .completed_tasks {
        list-style: inside;
    }

    .not_completed_tasks {
        list-style: none;
        cursor: pointer;
    }

    .not_completed_tasks:before {
        content: "+";
        margin-right: 15px;
    }

    .button-row {
        position: fixed;
        bottom: 0;
        right: 0;
        background: white;
        padding: 20px 0;
        justify-content: space-evenly;
    }

    .button-row button, .button-row .blue.button {
        font-size: 20px;
    }

    .room_status {
        float: right;
        font-weight: normal;
    }

    .not_complete {
        color: red;
    }

    .complete {
        color: #0e76bc;
    }

    .room_assignment, .shift_assignment {
        padding-bottom: 15px;

        h6 {
            font-size: 14px;
            font-weight: bold;
            padding-top: 10px;
        }

        p {
            padding-left: 15px;
        }
    }

    textarea {
        font-family: "facitweb-1", "facitweb-2", sans-serif;
        font-size: 14px;
        margin: 1em .3em;
    }

    .report_form_child {
        width: 80%;
    }
}

#backdated_cleaning_record_notes {
    height: 18px;
    resize: none;
    line-height: 16px;
    padding-right: 0.5em;
    overflow: hidden;
    font-family: "facitweb-1", "facitweb-2", sans-serif;
    color: black;
}

label[for=backdated_cleaning_record_notes] {
    vertical-align: top;
    padding-top: 5px;
}

.cleaning_record_notes_typing {
    animation-name: cleaning_record_notes_grow;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
}

.cleaning_record_notes_not_typing {
    animation-name: cleaning_record_notes_shrink;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
}

@keyframes cleaning_record_notes_grow {
    from {
        height: 18px;
        overflow: hidden;
    }
    to {
        height: 80px;
        overflow: auto;
    }
}

@keyframes cleaning_record_notes_shrink {
    from {
        height: 80px;
        overflow: auto;
    }
    to {
        height: 18px;
        overflow: hidden;
    }
}

#popup_report_problems {
    .submit_buttons {
        display: flex;
        justify-content: space-around;
        padding: 0 20%;

        button {
            margin-top: 10px;
            font-size: 16px;
            padding: 10px 35px;
            width: 30%;
        }
    }
}

#report_room_problems_list, #report_task_problems_list {
    list-style: inside;
    margin-left: 1em;
}

/* Smartphones & iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 800px) {

    .left_column{
        display: none;
    }

    .middle_column_wide {
        width: 100% !important;
        float: left;
    }

    #discharge_cleans {
        padding-top: 50px;
    }

    .middle_column_wide a.blue.button.begin_floor_care {
        font-size: 60px;
    }

    .middle_column_wide.supervisor {
        width: 100%;
        line-height: 18px;
    }

    .middle_column_wide.floor_care {
        width: 650px !important;
        padding-top: 0;
    }

    #inspection_room_form {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    #inspection_room_form .left_column{
        margin: auto;
        width: fit-content;
        float: none;
    }
    #inspection_room_form .left_column {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    #inspection_room_form .middle_column {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }



    #inspection_room_form .left_column .inspection-details {
        color: blue;
        display: none;
    }
    #inspection_room_form .left_column .inspection-feedback {
        color: yellow;
        display: none;
    }
    #inspection_room_form .left_column .inspection-fieldset {
        display: none;
    }
    #inspection_room_form .left_column .inspection-buttons {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        margin: 5px;
    }
    #inspection_room_form.left_column, input.finish_room_button {
        font-size: 60px;
        width: 440px;
        padding: .5em 2em;
        height: 150px;
        text-align: center;
    }
    #inspection_room_form .left_column a.blue.button.cancel_confirmation{
        width: 200px;
        text-align: center;
        font-size: 60px;
        padding: 0 2em;
    }

    #room_form .left_column{
        display: none;
    }

    #room_form div.top_row{
        display: block;
        text-align: left;
        margin-left: 2em;
        font-size: 36px;
        margin-top: .5em;
        margin-bottom:  .5em;
    }

    #room_form div.top_row p{
        padding: .2em 0;
    }

    #room_form div.bottom_row{
        float: left;
        display: block;
        text-align: center;
        width: 100%;
        /*height: 20em;*/
    }

    #room_form div.bottom_row div.comments_area p{
        text-align: justify;
        margin-top: 1em;
        margin-right: 1em;
        font-size: 22px;
        display:inline-block;
        width: 300px;
        vertical-align: middle;
        margin-bottom: 3em;
    }

    #room_form div.bottom_row div.comments_area textarea{
        font-size: 28px;
        display:inline-block;
        margin-top: 1em;
        vertical-align: middle;
        margin-bottom: 3em;
    }

    #room_form div.bottom_row input[type=submit] {
        margin: .5em 0;
        display: inline-block;
        font-size: 60px;
        padding: .5em 2em;
        width: 450px;
    }

    #room_form div.bottom_row a.blue.button {
        margin: .5em 0;
        display: inline-block;
        font-size: 60px;
        padding: .5em 2em;
        width: 450px;
    }

    #inspection_room_form div.top_row{
        display: block;
        text-align: left;
        margin-left: 2em;
        font-size: 36px;
        margin-top: .5em;
        margin-bottom:  .5em;
    }

    #inspection_room_form div.top_row p{
        padding: .2em 0;
    }

    #inspection_room_form div.top_row p.date_info{
        font-size: 28px;
    }

    #inspection_room_form div.bottom_row{
        float: left;
        display: block;
        text-align: center;
        width: 100%;
        /*height: 20em;*/
    }

    #inspection_room_form div.bottom_row div.comments_area p{
        text-align: justify;
        margin-top: 1em;
        margin-right: 1em;
        font-size: 22px;
        display:inline-block;
        width: 250px;
        vertical-align: middle;
        margin-bottom: .5em;
    }

    #inspection_room_form div.bottom_row div.comments_area textarea{
        font-size: 28px;
        display:inline-block;
        margin-top: 1em;
        vertical-align: middle;
        margin-bottom: .5em;
    }

    #inspection_room_form div.bottom_row input[type=submit] {
        margin: .5em 0;
        display: inline-block;
        font-size: 60px;
        padding: .5em 2em;
        width: 450px;
    }

    #inspection_room_form div.bottom_row legend, #room_form div.bottom_row legend {
        font-size: 24px;

    }

    a.blue.button.cancel_confirmation{
        width: 200px;
        text-align: center;
        font-size: 60px;
        padding: .5em 2em;
    }

    a.white_feedback.button, a.white_tag.button {
        background: white;
        color: #0e76bc !important;
        border: 1px solid #0e76bc;
        padding: 1em;
        font-size: 22px;
        font-weight:bold;
        border-radius:10px;
        width: 300px;
        margin: .2em;
        text-align: center;
        font-weight: bold;
    }
    a.blue_tag.button{
        background: #0e76bc;
        color: white;
        border: 1px solid #0e76bc;
        padding: 1em;
        font-size: 22px;
        font-weight:bold;
        border-radius:10px;
        width: 300px;
        margin: .2em;
        text-align: center;
        font-weight: bold;
    }

    .bottom_row li{
        list-style: none;
    }
    .bottom_row > fieldset > legend {
        color: #0e76bc;
    }


    .logo_wrapper {
        color:#ff9900;
        font-size:30px;
        float:left;
        /*    margin-top:33px;*/
    }

    .logo_wrapper H1{
        margin-top: 0;
        line-height: 140px;
    }

    .logo_wrapper H1 .client_logo{
        display: inline-block;
    }

    /*div.header .logo_wrapper H1 .client_logo img.client_img{*/
    /*vertical-align: middle;*/
    /*}*/

    div.header.public .logo_wrapper H1 .client_logo img.client_img{
        max-width: 230px;
        max-height: 90px;
        vertical-align: middle;
        height: auto;
    }

    .logo_wrapper H1 .client_logo img.pipe_img{
        height: 125px;
        margin: auto 1em;
        vertical-align: middle;
        /*paddding: .1em .3em;*/
    }


    div.header .logo_wrapper H1 .readylist_logo{
        display: inline-block;
        /*line-height: 50px;*/
        /*vertical-align: middle;*/
        /*margin-left: -.5em;*/
    }

    div.header .logo_wrapper H1 .readylist_logo img{
        max-height: 60px;
        /* height: 50px; */
        vertical-align: middle;
    }

    div.header.public .logo_wrapper H1 .readylist_logo img{
        max-height: 60px;
        /* height: 100px; */
        vertical-align: middle;
    }

    .home_left H1{
        display: none;
    }

    .helper_links * {
        font-size: 18px;
    }

    div.sec_menu{
        font-size: 16px;
    }

    input[type=submit].cleaning_version_button, input[type=submit].cleaning_version_checklist_button {
        /*margin-left: 5.5em;*/
        /* margin-left: 2.5em; */
        /* margin-top: .5em; */
        margin-bottom: 15px;
        /* padding: 1em 3em; */
        width: 650px;
        height: 150px;
        /* display: block; */
        font-size: 60px;
        font-weight: bold;
    }

    div.epic_assignment_area, div.service_request_assignment_area{
        margin-bottom: 2em;
    }

    .service_request_assignment_area h2 {
        font-size: 60px;
        line-height: 60px;
    }

    div.epic_assignment_area input[type=text], div.service_request_assignment_area input[type=text] {
        padding: .3em .5em;
        font-size: 22px;
    }

    div.epic_assignment_area label, div.service_request_assignment_area label{
        font-size: 52px;
    }

    div.epic_assignment_area a.blue.button, div.service_request_assignment_area a.blue.button{
        margin-left: 1.75em;
        margin-top: .5em;
        width: 350px;
        display: block;
        /*font-size:42px;*/
        font-size:60px;
        font-weight:bold;
        text-align: center;
        /*line-height: 36px;*/
    }

    .service_request_details {
        h4 {
            font-size: 60px;
            padding: 20px;
            line-height: 60px;
        }

        h5 {
            font-size: 40px;
            padding: 20px;
        }

        h6 {
            font-size: 40px;
            margin-left: 0;
            padding: 0 20px;
            text-align: center;
        }

        ul {
            padding-left: 0;
        }
    }

    .ui-autocomplete {
        max-height: 450px;
        max-width: 850px;
        overflow-y: scroll;
        overflow-x: hidden;
        font-size: 60px;
        z-index: 10000;
    }

    input[type=text] {
        color: #666666;
        border: 1px solid #0e76bc;
        font-size: 60px;
        line-height: 65px;
    }

    div.evs_supevisor input[type=text] {
        line-height: 18px;
        width: 100px;
    }

    div.evs_supevisor #unit_form input[type=text] {
        font-size: 16px;
        line-height: 18px;
        display: inline;
        padding: .3em .5em;
        width: 100px;
    }

    div.evs_supevisor #unit_form label{
        font-size: 16px;
        display: inline-block;
    }

    #unit_form > #units, #floor_care_assignment_group_form > #assignment_group{
        font-size: 60px;
        height: unset;
        line-height: 65px;
        width: 800px;
        margin-bottom: .5em;
        margin-top: .5em;
    }

    #unit_form .clear_filters{
        display: none;
    }

    #unit_form label, #floor_care_assignment_group_form label{
        font-size: 42px;
        display: block;
    }

    .room_search input[type=text], .checklist_room_search input[type=text] {
        font-size: 42px;
        line-height: 65px;
        width: 865px;
        margin-bottom: .5em;
    }

    input[type=text]#shift_assignments {
        font-size: 60px;
        line-height: 65px;
        width: 85%;
        margin-bottom: .5em;
        margin-top: .5em;

    }

    .room_search label, .checklist_room_search label {
        font-size: 42px;
        display: block;
        text-align: left;
        margin-left: unset;
    }
    .shift_search label{
        font-size: 42px;
        display: unset;
        text-align: left;
        margin-left: unset;
    }

    .login_container {
        /*width: 60%;*/
        float: none;
        display: table;
        margin: 0 auto;
    }

    .login_container label {
        font-size:42px;
        font-weight:bold;
        line-height:14px;
        display: block;
        margin-top: 1em;
        margin-bottom: .5em;
    }

    .login_container input[type=text] {
        font-size:60px;
        font-weight:bold;
        line-height:65px;
        display: block;
        margin-bottom: 1em;
        width: 650px;

    }
    .login_container input[type=password] {
        font-size:60px;
        font-weight:bold;
        line-height: 65px;
        display: block;
        margin-bottom: 1em;
        width: 650px;
    }

    .login_button_div{
        display: table;
        margin: 0 auto;
    }

    .login_container input[type=submit] {
        margin:0;
        display: block;
        font-size: 60px;
        padding: .5em 2em;
        width: 450px;
    }

    .login_container a.blue.button {
        float:left;
        position: relative;
        top: 2px;
    }

    .login_container a.forgot {
        display:none;
    }


    .home_wrapper .home_right {
        display: none;
    }

    .home_wrapper .home_left{
        float: none;
        width: 100%;
    }

    .title {
        font-size: 24px;
        color:#ff9900; /*#650198;*/
        font-weight: bold;
    }

    table.message tbody tr th{
        font-size: 24px;
    }
    table.message tbody tr th.inspector{
        width: 200px;
    }

    table.message tbody tr th.date{
        width: 120px;
    }

    table.message tbody tr th.other{
        width: 100px;
    }

    table.message tbody tr td{
        font-size: 34px;
    }

    #message div.tooltip2 {
        left: 150px;
        width: 650px;
        /*max-height: 400px;*/
        min-height: 450px;
    }

    #message div.tooltip2#no_white_space {
        min-height: 0;
    }

    #message div.tooltip2 div.faileditems{
        min-height: 350px;
        /*max-height: 250px;*/
        overflow: auto;
    }

    #message div.tooltip2 div.faileditems#no_white_space{
        min-height: 0;
        max-height: 140px;
    }

    #message div.tooltip2 div.closemodal {
        width: 40px;
        height: 38px;
        font-size: 30px;
        padding-top: .2em;
    }

    #account_info div.tooltip2 {
        position: fixed;
        left: 150px;
        width: 650px;
        /*left: 600px;*/
        padding: 10px 20px;
        /*width: 500px;*/
        z-index: 5;
        top: 430px;
        display: none;
        border-radius: 25px;
        color: #3535A6;
        border: 1px solid #CBCBFE;
        background-color: #F1F1F1;
        cursor: pointer;
    }

    #account_info div.tooltip2 p{
        line-height: 1.6em;
    }

    /*#account_info a.details > div.tooltip2 {
        display:block;
    }*/

    #account_info div.tooltip2 div.closemodal {
        border: 2px solid #CBCBFE;
        border-radius: 35px;
        float: right;
        width: 40px;
        height: 38px;
        text-align: center;
        background-color: white;
        cursor: pointer;
        font-size: 30px;
        padding-top: .2em;
    }

    #account_info div.details {
        background:url(../_images/notes_36.png) no-repeat top;
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
    }

    .systemmsg {
        font-size: 20px;
    }

    ul.bullets{
        list-style-position: outside;
        list-style-type: square;
    }
    ul.bullets li{
        margin-left: 2em;
    }

    .finish_room_button{
        text-align: unset;
    }

    #Tabs{
        height: 60px;
    }

    #Tabs ul li {
        height: 60px;
    }

    #Tabs ul li.completed {
        /* width: 215px; */
    }

    #Tabs ul li a {
        font-size: 26px;
        margin-left: 6px;
        line-height: 24px;
        padding: .5em 2em;

        /* overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; */

        background: white;
        border-top: 3px solid #0e76bc;
        border-left: 3px solid #0e76bc;
        border-right: 3px solid #0e76bc;

        /* The following four lines are to make the top left and top right corners of each tab rounded. */
        /* -moz-border-radius-topleft: 14px;
        border-top-left-radius: 14px;
        -moz-border-radius-topright: 14px;
        border-top-right-radius: 14px; */
        /* end of rounded borders */
    }

    #Tabs ul li.clean_tab_final {
        display: inline-block;
    }

    #Tabs ul li.tab_ellipsis {
        width: 215px;
    }

    #Tabs ul li.tab_ellipsis a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #Tabs ul li.completed_clean_tab {
        display: none;
    }
    .hide_tab {
        display: none;
    }
    /* #li_tab4 {
        width: 500px;
    } */
    /* #li_tab4 a {
        text-align: center;
    } */

    input[type=checkbox]{
        /* Double-sized Checkboxes */
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        padding: 10px;
        height: 55px;
        width: 20px;
        /* margin-left: -55px */
    }

    ul#select_area_details_mobile input[type=checkbox]{
        /* Double-sized Checkboxes */
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        padding: 10px;
        height: 55px;
        width: 20px;
        margin-left: -55px
    }

    ul#select_room_details_mobile input[type=checkbox]{
        /* Double-sized Checkboxes */
        -ms-transform: scale(2); /* IE */
        -moz-transform: scale(2); /* FF */
        -webkit-transform: scale(2); /* Safari and Chrome */
        -o-transform: scale(2); /* Opera */
        padding: 10px;
        height: 55px;
        width: 20px;
        margin-left: -55px
    }

    ul#select_area_details_mobile li {
        margin-left: 90px;
    }

    ul#select_room_details_mobile li {
        margin-left: 90px;
    }

    /* Tables */
    table#account_info {
        font-size:28px;
    }

    table#account_info th {
        font-size: 35px;
    }

    table#account_info th.l {
        width:60px;
        text-align: right;

    }

    table#account_info td {
        padding-bottom: 10px;
        line-height: 30px;

    }

    table#account_info td.l {
        text-align: right;

    }
    table#account_info th a {
        text-decoration:none;
    }
    #machine_shutdown_mobile > .middle_column_wide > .content_wrapper {
        border: 1px solid #0e76bc;
    }

    .content_wrapper .complete_view_final_message{
        font-size: 20px;
    }

    .content_wrapper .complete_view_final_image, .content_wrapper .complete_view_final_image.order_equipment{
        width: 90%;
        float: none;
        display: block;
        margin-left: 3em;
    }

    .daily_clean_log_list ul li div.content_wrapper input[type=submit]{
        height: 95px;
        width: 250px;
        font-size: 60px;
    }

    .daily_clean_log_list ul li div.content_wrapper label{
        padding-top: 0.7em;
        padding-bottom: 0.7em;
        font-size: 42px;
        max-width: 70%;
    }

    .set-favorite-btn, .set_favorite_popup .cancel-btn {
        border-radius: 10px;
        color: white;
        font-weight: bold;
        padding: 5px 25px 7px;
        text-align: center;
        height: 95px;
        width: 250px;
        font-size: 60px;
    }

    .favorite-unit {
        float: right;
        position: relative;
        height: 95px;
        width: 320px !important;
        font-size: 32px !important;
        bottom: 250px;
    }

    #changeFavoritePopupTitle {
        font-size: 40px !important;
    }

    h3 {
        font-size: 32px !important;
        margin-bottom: 1em;
    }
    h4 {
        font-size: 24px;
    }

    .div_epic_reason p{
        margin-left: 1em;
        font-size: 36px;
        color: red;
        text-align: center;
    }

    .div_epic_reason label{
        margin-left: 2em;
    }

    .div_epic_reason select{
        width: 600px;
        font-size: 50px;
    }

    div.epic_assignment_area div.div_epic_delay_and_on_hold{
        height: 300px;
    }

    .msg {
        font-size: 36px;
        margin: 1.2em 4em 0 5em;
    }
    .daily_clean_log_X{
        left: 795px;
        bottom: 39px;
    }

    input[type=submit].cleaning_version_button.no_select_a_text.mobile{
        margin-left: 2.5em;
    }

    input[type=submit]{
        -webkit-appearance: none;
    }

    a.sec_menu_mobile {
        line-height: 1.6;
    }

    select.sec_menu_mobile {
        line-height: 1.6;
        font-size: 2em;
    }

    .cancel_floor_care_yes {
        width: 300px;
        height: 100px;
        margin: unset;

        margin-right: 20px;
        margin-left: 20px;
    }

    .cancel_floor_care_no {
        width: 300px;
        height: 100px;
        margin: unset;

        margin-right: 20px;
        margin-left: 20px;
    }

    ul.menu li a {
        padding: 12px 15px;
        width: auto;
        font-size: 30px;
    }

    .sec_menu {
        display: none;
        visibility: hidden;
    }

    .sec_menu_mobile {
        display: block;
        display: inline-block;
        visibility: visible;
    }

    div.sec_menu_mobile {
        width: 100%;
        border-bottom: 1px solid #0e76bc;

        /* text-align: right;
        float: right;
        clear: right; */
        font-size: 1.5em;

        /* display: flex; */
        /* justify-content: center; */

        margin-bottom: 2em;
    }

    div.sec_menu_mobile > div {
        /* float: left; */
        display: flex;
        text-align: right;
        float: right;
        clear: right;
    }

    #inspection_room_form .cancel_room_button{
        margin-bottom: 1em;
        padding: 0 2em;
        height: 140px;
    }

    a.blue.button {
        /* padding: 30px 85px; */
        font-size: 60px;
        /* margin-top: 8vh; */
        /* margin-bottom: 25vh; */
        height: 150px;
        width: 650px;
        line-height: 2.5;
        text-align: center;
    }

    .menu_wrapper {
        vertical-align: baseline;
        line-height: 95px;
    }

    .button_div {
        margin-top: 0em !important;
        margin-bottom: 0em !important;
    }

    h1.sub_middle_column{
        font-size: 45px;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    #select_activity_details {
        padding: 0em;
        height: auto;
    }

    #select_activity_details a.large.button {
        width: 650px;
        padding: 15px 15px;
        font-size: 35px;
    }

    #select_machine_details a.large.button {
        width: 650px;
        padding: 15px 15px;
        font-size: 35px;
    }

    #activity_back_button {
        width: 350px;
        padding: 15px 15px;
        font-size: 35px;
        margin-right: none;

        margin-top: 5em;
    }

    .main_mobile {
        display: inline-block;
        visibility: visible;
    }

    div.sec_menu_mobile div.name {
        font-weight:bold;
        margin-right: 5px;
    }

    p {
        line-height: 1.15;
        padding-right: 5px;
        padding-top: 0em;
        padding-bottom: 0em;
    }

    .name p {
        line-height: 1;
        padding-right: 5px;
        padding-top: 0em;
        padding-bottom: 5px;
        font-size: 30px;
    }

    .container.floor_clean_tech_module {
        width: 980px;
    }

    div.sec_menu_mobile div.name a {
        padding-left: 10px;
        line-height: 1;
        font-size: 30px;
    }

    div.sec_menu_mobile div.name select {
        font-size: 1em;
        margin-bottom: 15px;
    }

    #next_to_unit_and_room_button {
        padding: 30px 30px;
        font-size: 60px;
        width: 350px;
        margin-top: 15px;

        right: unset;
    }

    a.medium.button.activity_next_button {
        padding: 30px 30px;
        font-size: 60px;
        width: 350px;
        margin-top: 15px;
        right: 0px;
    }

    a.medium.button.activity_back_button {
        padding: 30px 30px;
        font-size: 60px;
        width: 350px;
        margin: none;
        margin-top: 15px;
        /* margin-right: unset; */
    }

    a.medium.button.machine_type_back_button {
        padding: 30px 30px;
        font-size: 60px;
        width: 350px;
        margin-top: 15px;
        right: unset;
    }

    a.medium.button.machine_back_button {
        padding: 30px 30px;
        font-size: 60px;
        width: 350px;
        margin-top: 15px;
        margin-right: 70px !important;
    }

    a.medium.button.machine_setup_back_button {
        padding: 30px 30px;
        font-size: 60px;
        width: 350px;
    }

    #machine_shutdown_back_button {
        padding: 30px 30px;
        font-size: 60px;
        width: 350px;
    }

    .header {
        padding: 0px 0 0 0;

    }

    .main { /* Note: This hides the non mobile side of the application if enabled */
        /* display: none;
        visibility: hidden; */
    }

    .main > .floor_clean_tech_module { /* Note: This hides the non mobile side of the application if enabled */
        display: none;
        visibility: hidden;
    }

    #floors_and_areas_mobile {
        width: 100%;
        /* padding: 1.5em; */
        /* border: 1px solid #0e76bc; */

        float: none;
        min-height: 0px;
        margin-right: 0px;
    }

    #units_and_rooms_mobile {
        width: 100%;
        /* padding: 1.5em; */
        /* border: 1px solid #0e76bc; */

        float: none;
        min-height: 0px;
        margin-right: 0px;
    }

    #floors_and_areas_mobile select{
        width: 100%;
        padding: 1em;
        border: 1px solid #0e76bc;

        padding-right: 160px;

        font-size: 3.5em;
        -webkit-appearance: none;

    }
    .my_arrow {
        width: 130px;
        height: 95px;
        position: absolute;
        display: inline-block;
        top: 220px;
        right: 35px;
        background: url(../_images/down_arrow_readylist2.svg) no-repeat;
        pointer-events: none;
    }

    #units_and_rooms_mobile select{
        width: 100%;
        padding: 1em;
        border: 1px solid #0e76bc;
        padding-right: 160px;
        font-size: 3.5em;
        -webkit-appearance: none;
    }

    #select_area_mobile {
        width: 100%;
        float: none;

        max-height: 100%;
        margin-left: 0px;
        padding-top: 2em;
    }

    #select_room_mobile {
        width: 100%;
        float: none;

        /* border: 1px solid #808080; */

        max-height: 100%;
        margin-left: 0px;
        padding-top: 2em;


    }

    ul#select_room_mobile {
        width: 100%;
        float: none;

        border: 1px solid #0e76bc;

        max-height: 100%;
        margin-left: 0px;
        padding-top: 2em;

    }

    ul#select_area_details_mobile {
        width: 100%;
        float: none;

        border: 1px solid #0e76bc;

        max-height: 100%;
        margin-left: 0px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;

        min-height: 300px;

        font-size: 45px;

        margin-bottom: 175px;

    }

    #select_area_details_mobile {
        width: 100%;
        float: none;

        /* border: 1px solid #0e76bc; */

        max-height: 100%;
        margin-left: 0px;
        padding-top: 2em;

        /* min-height: 300px; */
        /* max-height: 300px; */

    }

    ul#select_room_details_mobile {
        width: 100%;
        float: none;

        border: 1px solid #0e76bc;

        max-height: 100%;
        margin-left: 0px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        /* min-height: 300px; */
        /* max-height: 300px; */
        font-size: 45px;

        margin-bottom: 175px;


    }

    #select_room_details_mobile {
        width: 100%;
        float: none;

        border: 1px solid #0e76bc;

        max-height: 100%;
        margin-left: 0px;
        padding-top: 2em;

    }

    ul#selected_area_and_room_details_mobile {
        width: 100%;
        float: none;

        border: 1px solid #0e76bc;

        max-height: 100%;
        margin-left: 0px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;

        font-size: 45px;
    }

    #selected_area_and_room_details_mobile li {
        list-style-type: disc;
        margin-left: 45px;
    }

    #selected_area_and_room_details_mobile {
        width: 100%;
        float: none;

        border: 1px solid #0e76bc;

        max-height: 100%;
        margin-left: 0px;
        padding-top: 2em;
    }

    #staging_area_mobile {
        width: 100%;
        float: none;
        max-height: 100%;
        margin-left: 0px;
        padding-top: 2em;

        margin-bottom: 175px;
    }


    #activities_mobile.sub_middle_column {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    #machine_types_mobile.sub_middle_column {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    #machines_mobile.sub_middle_column {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    #machine_setup_mobile.sub_middle_column {
        display: inline-block;
        text-align: center;
        margin-right: 20px;
        margin-left: 20px;

        margin-bottom: 175px;
    }

    #machine_shutdown_mobile.sub_middle_column {
        display: inline-block;
        text-align: center;
        margin-right: 20px;
        margin-left: 20px;

        margin-bottom: 175px;
    }

    #select_activity_details_mobile {
        overflow: auto;
        padding: 1em;
        /* height: 300px; */

        margin-bottom: 175px;

    }

    ul#select_area_details_mobile li.active{
        color: #444;
        cursor: pointer;
    }

    ul#select_area_details_mobile li {
        margin-left: 90px;
    }

    ul#select_room_details_mobile li.active{
        color: #444;
        cursor: pointer;
    }

    ul#select_room_details_mobile li.checked{
        color: #444;
        cursor: pointer;
        background-color: limegreen;
    }

    ul#select_area_details_mobile li.checked{
        color: #444;
        cursor: pointer;
        background-color: limegreen;
    }

    ul#areas_mobile {
        padding-left: 7.5px;
        font-weight: bold;
    }

    div.new_area_to_clean {
        padding-left: 7.5px;
        font-weight: normal;
    }

    ul#rooms_mobile {
        padding-left: 7.5px;
        font-weight: bold;
        padding-top: 7.5px;
    }

    div.new_room_to_clean {
        padding-left: 7.5px;
        font-weight: normal;
    }

    ul#select_area_details_mobile li.disable{
        color: lightgrey;
        cursor: default;
    }

    ul#select_room_details_mobile li.disable{
        color: lightgrey;
        cursor: default;
    }

    .checkbox_mobile {
        width: 50px !important;
        height: 25px !important;
        margin-left: 35px;
        margin-bottom: 18px;
    }

    a.medium.button {
        background:#0e76bc;
        color:white;
        padding:8px 8px;
        font-size:16px;
        font-weight:bold;
        border-radius:10px;
        border: solid 1px #0e76bc;
        vertical-align: middle;
        width: 125px;
        text-align: center;

        margin-right: 70px;
        margin-left: 70px;

        /* position: fixed; */
        bottom: 25px;
    }

    a.medium.button.activity_back_button {
        padding: 30px 30px;
        font-size: 60px;
        width: 350px;
        left: 0px;
        /* margin-right; */
    }

    a.medium.button.activity_back_button.disable{
        background: lightgrey;
        cursor: default;
    }

    #in_use_machines_heading_mobile{
        display: none;
        margin: 1em 0;
    }
    #currently_in_use_machines_mobile {
        padding-bottom: 75px;
    }
    #show_in_use_machines_mobile {
        background: #0e76bc;
        color: white;
        display: none;
        margin-right: none !important;
        margin-bottom: 200px;
    }
    .floor_clean_page >.content_wrapper {
        border: 1px solid #0e76bc;
    }
    .top_row p {
        line-height: unset;
        padding-bottom: 10px;
    }

    .sub_middle_column div.top_row {
        display: block;
        text-align: left;
        margin-left: .5em;
        font-size: 30px;
        margin-top: .5em;
        margin-bottom: .5em;
    }

    #floor_care_machine_setup_item_table_mobile div.tooltip {
        position: absolute;
        right: -10px;
        padding: 10px 20px;
        width: 100px;
        z-index: 4;
        top: 20px;
        display: none;
        border-radius: 25px;
        color: #3535A6;
        border: 1px solid #CBCBFE;
        background-color: #F1F1F1;
    }

    #floor_care_machine_setup_item_table_mobile a.msg {
        display:inline-block;
        position:relative;
        background:url(../_images/jmail.png) no-repeat top left;
        padding-left:20px;
        width: 25px;
        height: 15px;

    }

    #floor_care_machine_setup_item_table_mobile div.email_not_pressed_button {
        display:inline-block;
        position:relative;
        background:url(../_images/envelopeplusside.png) no-repeat top left;
        padding-left:20px;
        width: 25px;
        height: 18px;
        cursor: pointer;
    }

    #floor_care_machine_setup_item_table_mobile div.email_pressed_button {
        display:inline-block;
        position:relative;
        background:url(../_images/envelopeminusside.png) no-repeat top left;
        padding-left:20px;
        width: 25px;
        height: 18px;
        cursor: pointer;
    }

    #floor_care_machine_setup_item_table_mobile a.msg:hover > div.tooltip {
        display:block;
    }

    #floor_care_machine_setup_item_table_mobile div.tooltip2 {
        position: fixed;
        left: 150px;
        width: 650px;
        padding: 10px 20px;
        z-index: 5;
        top: 430px;
        display: none;
        border-radius: 25px;
        color: #3535A6;
        border: 1px solid #CBCBFE;
        background-color: #F1F1F1;
        cursor: pointer;
    }


    #floor_care_machine_setup_item_table_mobile div.tooltip2 div.closemodal {
        border: 2px solid #CBCBFE;
        border-radius: 35px;
        float: right;
        width: 40px;
        height: 38px;
        text-align: center;
        background-color: white;
        cursor: pointer;
        font-size: 30px;
        padding-top: .2em;
    }

    #floor_care_machine_setup_item_table_mobile div.details {
        background: url(../_images/notes_36.png) no-repeat top left;
        width: 25px;
        height: 40px;
    }

    #floor_care_machine_shutdown_item_table_mobile div.details {
        background: url(../_images/notes_36.png) no-repeat top left;
        width: 25px;
        height: 40px;
    }

    table#floor_care_machine_setup_item_table_mobile {
        width:100%;
        font-size:16px;
        margin-bottom:20px;
        padding-bottom: 100px;
    }

    #floor_care_machine_setup_item_table_mobile div.subtract_volume {
        display: inline-block;
        position:relative;
        background:url(../_images/math-minus-icon.png) no-repeat top right;
        margin: 0;
        vertical-align: middle;
        width: 30px;
        height: 18px;
        cursor: pointer;
    }

    #floor_care_machine_setup_item_table_mobile div.add_volume {
        display: inline-block;
        background:url(../_images/math-add-icon.png) no-repeat top left;
        margin: 0;
        vertical-align: middle;
        width: 20px;
        height: 18px;
        cursor: pointer;
    }

    table#floor_care_machine_setup_item_table_mobile input.item-request-volume {
        width: 20px;
        text-align: center;
        vertical-align: middle;
        font-size: 11px;
        margin: 0;
    }

    table#floor_care_machine_setup_item_table_mobile th {
        background:#650198;
        background:#0E76BC;
        color:white;
        text-align:left;
        padding:4px;
        text-transform:uppercase;
        font-size: 12px;
    }

    table#floor_care_machine_setup_item_table_mobile th.l {
        width:60px;
        text-align: right;

    }

    table#floor_care_machine_setup_item_table_mobile td.l {
        text-align: right;

    }
    table#floor_care_machine_setup_item_table_mobile th a {
        text-decoration:none;
    }

    table#floor_care_machine_setup_item_table_mobile tr.normal {
        background:white;
        color:#5c5b5b;
    }

    table#floor_care_machine_setup_item_table_mobile tr.odd {
        background:#e7d5ef;
        background:#bda27e; /*#cbe5ba;*/
        color:#5c5b5b;

    }
    table#floor_care_machine_setup_item_table_mobile tr.even {
        background:white;
        color:#5c5b5b;
    }

    table#floor_care_machine_setup_item_table_mobile tr.chosen {
        /*background:#99fc00;*/
        background:#46B955;
        color:#5c5b5b;
    }

    table#floor_care_machine_setup_item_table_mobile tbody.chosen {
        /*background:#99fc00;*/
        background:#46B955;
        color:#5c5b5b;
    }

    #floor_care_machine_shutdown_item_table_mobile div.tooltip {
        position: absolute;
        right: -10px;
        padding: 10px 20px;
        width: 100px;
        z-index: 4;
        top: 20px;
        display: none;
        border-radius: 25px;
        color: #3535A6;
        border: 1px solid #CBCBFE;
        background-color: #F1F1F1;
    }

    #floor_care_machine_shutdown_item_table_mobile a.msg {
        display:inline-block;
        position:relative;
        background:url(../_images/jmail.png) no-repeat top left;
        padding-left:20px;
        width: 25px;
        height: 15px;

    }

    #floor_care_machine_shutdown_item_table_mobile div.email_not_pressed_button {
        display:inline-block;
        position:relative;
        background:url(../_images/envelopeplusside.png) no-repeat top left;
        padding-left:20px;
        width: 25px;
        height: 18px;
        cursor: pointer;
    }

    #floor_care_machine_shutdown_item_table_mobile div.email_pressed_button {
        display:inline-block;
        position:relative;
        background:url(../_images/envelopeminusside.png) no-repeat top left;
        padding-left:20px;
        width: 25px;
        height: 18px;
        cursor: pointer;
    }

    #floor_care_machine_shutdown_item_table_mobile a.msg:hover > div.tooltip {
        display:block;
    }

    #floor_care_machine_shutdown_item_table_mobile div.tooltip2 {
        position: fixed;
        left: 150px;
        width: 650px;
        padding: 10px 20px;
        z-index: 5;
        top: 430px;
        display: none;
        border-radius: 25px;
        color: #3535A6;
        border: 1px solid #CBCBFE;
        background-color: #F1F1F1;
        cursor: pointer;
    }


    #floor_care_machine_shutdown_item_table_mobile div.tooltip2 div.closemodal {
        border: 2px solid #CBCBFE;
        border-radius: 35px;
        float: right;
        width: 40px;
        height: 38px;
        text-align: center;
        background-color: white;
        cursor: pointer;
        font-size: 30px;
        padding-top: .2em;
    }

    #floor_care_machine_shutdown_item_table_mobile div.details {
        background: url(../_images/notes_36.png) no-repeat top left;
        width: 25px;
        height: 40px;
    }
    #floor_care_machine_shutdown_item_table_mobile div.details {
        display: inline-block;
        position: relative;
        /* background: url(../_images/notes.png) no-repeat top left; */
        padding-left: 20px;
        /* width: 25px; */
        /* height: 18px; */
        cursor: pointer;
    }

    table#floor_care_machine_shutdown_item_table_mobile {
        width:100%;
        font-size:16px;
        margin-bottom:20px;
        padding-bottom: 100px;
    }

    #floor_care_machine_shutdown_item_table_mobile div.subtract_volume {
        display: inline-block;
        position:relative;
        background:url(../_images/math-minus-icon.png) no-repeat top right;
        margin: 0;
        vertical-align: middle;
        width: 30px;
        height: 18px;
        cursor: pointer;
    }

    #floor_care_machine_shutdown_item_table_mobile div.add_volume {
        display: inline-block;
        background:url(../_images/math-add-icon.png) no-repeat top left;
        margin: 0;
        vertical-align: middle;
        width: 20px;
        height: 18px;
        cursor: pointer;
    }

    table#floor_care_machine_shutdown_item_table_mobile input.item-request-volume {
        width: 20px;
        text-align: center;
        vertical-align: middle;
        font-size: 11px;
        margin: 0;
    }

    table#floor_care_machine_shutdown_item_table_mobile th {
        background:#650198;
        background:#0E76BC;
        color:white;
        text-align:left;
        padding:4px;
        text-transform:uppercase;
        font-size: 12px;
    }

    table#floor_care_machine_shutdown_item_table_mobile th.l {
        width:60px;
        text-align: right;

    }

    table#floor_care_machine_shutdown_item_table_mobile td.l {
        text-align: right;

    }
    table#floor_care_machine_shutdown_item_table_mobile th a {
        text-decoration:none;
    }

    table#floor_care_machine_shutdown_item_table_mobile tr.normal {
        background:white;
        color:#5c5b5b;
    }

    table#floor_care_machine_shutdown_item_table_mobile tr.odd {
        background:#e7d5ef;
        background:#bda27e; /*#cbe5ba;*/
        color:#5c5b5b;

    }
    table#floor_care_machine_shutdown_item_table_mobile tr.even {
        background:white;
        color:#5c5b5b;
    }

    table#floor_care_machine_shutdown_item_table_mobile tr.chosen {
        /*background:#99fc00;*/
        background:#46B955;
        color:#5c5b5b;
    }

    table#floor_care_machine_shutdown_item_table_mobile tbody.chosen {
        /*background:#99fc00;*/
        background:#46B955;
        color:#5c5b5b;
    }

    #floor_care_machine_setup_item_table_mobile div.subtract_volume {
        display: inline-block;
        position:relative;
        background:url(../_images/math-minus-icon.png) no-repeat top right;
        margin: 0;
        vertical-align: middle;
        width: 30px;
        height: 18px;
        cursor: pointer;
    }

    #floor_care_machine_setup_item_table_mobile div.add_volume {
        display: inline-block;
        background:url(../_images/math-add-icon.png) no-repeat top left;
        margin: 0;
        vertical-align: middle;
        width: 20px;
        height: 18px;
        cursor: pointer;
    }

    table#floor_care_machine_setup_item_table_mobile input.item-request-volume {
        width: 20px;
        text-align: center;
        vertical-align: middle;
        font-size: 11px;
        margin: 0;
    }

    .click_area{
        cursor: pointer;
    }

    /* Tables */
    table#floor_care_machine_setup_item_table_mobile {
        width:100%;
        font-size:16px;
        margin-bottom:20px;
        padding-bottom: 100px;
    }

    table#floor_care_machine_setup_item_table_mobile th {
        background:#650198;
        background:#0E76BC;
        color:white;
        text-align:left;
        padding:4px;
        text-transform:uppercase;
        font-size: 12px;
    }

    table#floor_care_machine_setup_item_table_mobile th.l {
        width:60px;
        text-align: right;

    }

    table#floor_care_machine_setup_item_table_mobile td.l {
        text-align: right;

    }
    table#floor_care_machine_setup_item_table_mobile th a {
        text-decoration:none;
    }

    table th {
        background:#0E76BC;
        color:white;
        text-align:left;
        padding:4px;
        text-transform:uppercase;
        font-size: 12px;
    }

    table td {
        padding:8px;
        vertical-align: middle;
        border-bottom: #bda27e 1px solid;
        /*  border-bottom: white 1px solid;*/
        /*border-bottom: white 1px none;*/
    }

    table#floor_care_machine_setup_item_table_mobile tr.normal {
        background:white;
        color:#5c5b5b;
    }

    table#floor_care_machine_setup_item_table_mobile tr.odd {
        background:#e7d5ef;
        background:#bda27e; /*#cbe5ba;*/
        color:#5c5b5b;

    }
    table#floor_care_machine_setup_item_table_mobile tr.even {
        background:white;
        color:#5c5b5b;
    }

    table#floor_care_machine_setup_item_table_mobile tr.chosen {
        /*background:#99fc00;*/
        background:#46B955;
        color:#5c5b5b;
    }

    table#floor_care_machine_setup_item_table_mobile tbody.chosen {
        /*background:#99fc00;*/
        background:#46B955;
        color:#5c5b5b;
    }
    /* Tables */
    table#floor_care_machine_setup_item_table_mobile {
        font-size:28px;
    }

    table#floor_care_machine_setup_item_table_mobile th {
        font-size: 24px;
    }

    table#floor_care_machine_setup_item_table_mobile th.l {
        width:60px;
        text-align: right;

    }

    table#floor_care_machine_setup_item_table_mobile td {
        padding-bottom: 10px;
        line-height: 35px;

    }

    table#floor_care_machine_setup_item_table_mobile td.l {
        text-align: right;

    }
    table#floor_care_machine_setup_item_table_mobile th a {
        text-decoration:none;
    }
    table#floor_care_machine_shutdown_item_table_mobile input.item-request-volume {
        width: 20px;
        text-align: center;
        vertical-align: middle;
        font-size: 11px;
        margin: 0;
    }

    .click_area{
        cursor: pointer;
    }

    /* Tables */
    table#floor_care_machine_shutdown_item_table_mobile {
        width:100%;
        font-size:16px;
        margin-bottom:20px;
        padding-bottom: 100px;
    }

    table#floor_care_machine_shutdown_item_table_mobile th {
        background:#650198;
        background:#0E76BC;
        color:white;
        text-align:left;
        padding:4px;
        text-transform:uppercase;
        font-size: 12px;
    }

    table#floor_care_machine_shutdown_item_table_mobile th.l {
        width:60px;
        text-align: right;

    }

    table#floor_care_machine_shutdown_item_table_mobile td.l {
        text-align: right;

    }
    table#floor_care_machine_shutdown_item_table_mobile th a {
        text-decoration:none;
    }

    table th {
        background:#0E76BC;
        color:white;
        text-align:left;
        padding:4px;
        text-transform:uppercase;
        font-size: 12px;
    }

    table td {
        padding: 10px;
        vertical-align: middle;
        border-bottom: #bda27e 1px solid;
        /*  border-bottom: white 1px solid;*/
        /*border-bottom: white 1px none;*/
    }

    table#floor_care_machine_shutdown_item_table_mobile tr.normal {
        background:white;
        color:#5c5b5b;
    }

    table#floor_care_machine_shutdown_item_table_mobile tr.odd {
        background:#e7d5ef;
        background:#bda27e; /*#cbe5ba;*/
        color:#5c5b5b;

    }
    table#floor_care_machine_shutdown_item_table_mobile tr.even {
        background:white;
        color:#5c5b5b;
    }

    table#floor_care_machine_shutdown_item_table_mobile tr.chosen {
        /*background:#99fc00;*/
        background:#46B955;
        color:#5c5b5b;
    }

    table#floor_care_machine_shutdown_item_table_mobile tbody.chosen {
        /*background:#99fc00;*/
        background:#46B955;
        color:#5c5b5b;
    }
    /* Tables */
    table#floor_care_machine_shutdown_item_table_mobile {
        font-size:28px;
    }

    table#floor_care_machine_shutdown_item_table_mobile th {
        font-size: 24px;
    }

    table#floor_care_machine_shutdown_item_table_mobile th.l {
        width:60px;
        text-align: right;

    }

    table#floor_care_machine_shutdown_item_table_mobile td {
        padding-bottom: 10px;
        line-height: 30px;

    }

    table#floor_care_machine_shutdown_item_table_mobile td.l {
        text-align: right;

    }
    table#floor_care_machine_shutdown_item_table_mobile th a {
        text-decoration:none;
    }

    /* TODO: Edit below */

    #room_form div.bottom_row{
        float: left;
        display: block;
        text-align: center;
        width: 100%;
        /*height: 20em;*/
    }

    #room_form div.bottom_row div.comments_area p{
        text-align: justify;
        margin-top: 1em;
        margin-right: 1em;
        font-size: 28px;
        display:inline-block;
        width: 480px;
        vertical-align: middle;
        margin-bottom: 1em;
    }

    #room_form div.bottom_row div.comments_area textarea{
        font-size: 28px;
        display:inline-block;
        margin-top: 1em;
        vertical-align: middle;
        margin-bottom: 1em;
    }

    #room_form div.bottom_row input[type=submit] {
        margin: .5em 0;
        display: inline-block;
        font-size: 60px;
        padding: .5em 2em;
        width: 450px;
    }

    #room_form div.bottom_row a.blue.button {
        margin: .5em 0;
        display: inline-block;
        font-size: 60px;
        padding: .5em 2em;
        width: 450px;
    }

    #machine_setup_mobile div.bottom_row{
        float: left;
        display: block;
        text-align: center;
        width: 100%;
        /*height: 20em;*/
    }

    #machine_setup_mobile div.bottom_row div.comments_area p{
        text-align: left;
        margin-top: 1em;
        margin-right: 1em;
        font-size: 28px;
        display:inline-block;
        width: 350px;
        vertical-align: middle;
        margin-bottom: 3em;
    }

    #machine_setup_mobile div.bottom_row div.comments_area textarea{
        font-size: 28px;
        display:inline-block;
        margin-top: 1em;
        vertical-align: middle;
        margin-bottom: 3em;
    }

    #machine_setup_mobile div.bottom_row input[type=submit] {
        margin: .5em 0;
        display: inline-block;
        font-size: 60px;
        padding: .5em 2em;
        width: 450px;
    }

    #machine_setup_mobile div.bottom_row legend {
        font-size: 24px;

    }
    #machine_shutdown_mobile div.bottom_row{
        float: left;
        display: block;
        text-align: center;
        width: 100%;
        /*height: 20em;*/
    }

    #machine_shutdown_mobile div.bottom_row div.comments_area p{
        text-align: left;
        margin-top: 1em;
        margin-right: 1em;
        font-size: 28px;
        display:inline-block;
        width: 350px;
        vertical-align: middle;
        margin-bottom: 3em;
    }

    #machine_shutdown_mobile div.bottom_row div.comments_area textarea{
        font-size: 28px;
        display:inline-block;
        margin-top: 1em;
        vertical-align: middle;
        margin-bottom: 3em;
    }

    #machine_shutdown_mobile div.bottom_row input[type=submit] {
        margin: .5em 0;
        display: inline-block;
        font-size: 60px;
        padding: .5em 2em;
        width: 450px;
    }

    #machine_shutdown_mobile div.bottom_row legend {
        font-size: 24px;

    }

    #begin_floor_clean_popup_div_mobile {
        opacity: 0.75;
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background: #000;
        display: none;
    }

    #begin_floor_clean_popup_div_mobile h2{
        font-size: 50px;
        line-height: 62px;
    }

    #begin_floor_clean_popup_div_mobile a.blue.button{
        margin-top: 6vh;
    }

    #begin_floor_clean_popup_form_mobile, #deactivate-form {
        width: 65vw;
        height: 250px;
        margin:0px;
        background-color:white;
        /*font-family: 'Fauna One', serif;*/
        position: relative;
        border: 5px solid rgb(90, 158, 181);
        left: 15%;
        top: 30%;
        /*margin-left:-210px;*/
        /*margin-top:-255px;*/
        padding: 3em 2em;
        text-align: center;
    }

    #begin_floor_clean_submit_id_mobile {
        height: 100px;
        width: 450px;
        line-height: 1.75;
    }

    #inprocess_cleaning_areas_and_rooms_mobile {
        display: inline-block;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }
    #inprocess_cleaning_areas_and_rooms_mobile > .left_column{
        text-align: left;
    }

    a.medium.button#machine_setup_back_button_mobile {
        padding: 30px;
        font-size: 60px;
        width: 350px;
        margin-top: 15px;
    }

    a.medium.button#machine_shutdown_back_button_mobile {
        padding: 30px;
        font-size: 60px;
        width: 350px;
        margin-top: 15px;
    }

    #change_area_button_mobile, #shutdown_equipment_button_mobile, #cancel_floor_care_session_mobile {
        /* padding: 5px 6px; */
        /* margin-top: 1em; */
        /* font-size: 16px; */
        /* display: inline-block; */
        /* margin: 1em .15em; */
        /* padding: 15px 15px; */
        font-size: 50px;
        height: 75px;
        width: 650px;
        line-height: 1.5;
        margin-top: 0.5em;
    }

    #change_area_button_mobile, #cancel_floor_care_session_mobile {
        /* line-height: 32px; */
    }

    .cancel_floor_care_popup {
        display: none;
        font-size: 30px;
        text-align: center;
    }

    .cancel_floor_care_popup p {
        margin-top: 2em;
        margin-bottom: 2.5em;
        font-size: 45px;
    }

    #select_area_to_clean_mobile {
        margin-right: 20px;
        margin-left: 20px;
    }

    .sub_middle_column {
        width: -webkit-fill-available;
        float:left;
    }

    a.large.button {
        background:#0e76bc;
        color:white;
        padding: 15px;
        font-size: 50px;
        font-weight:bold;
        border-radius:10px;
        border: solid 1px #0e76bc;
        vertical-align: middle;
        width: 550px;
        text-align: center;
        margin-bottom: 0.5em;
    }

    ul#select_machine_details_mobile li{
        font-size: 50px;
        /* padding: 30px; */
    }

    ul#select_machine_details_mobile{
        margin-bottom: 175px;
        padding: 1em;
    }
    #surface_names_mobile {
        font-weight: bold;
    }

    /* Footer */
    .footer {
        /* margin-top: 50px; */
        bottom: 1px;
        position: fixed;
    }
    .footer .sub_footer {
        background-color:#dedede;
        padding:15px;
        min-height:50px;
    }

    .footer_left, .footer_right {
        width:49%;
    }

    .footer .footer_left {
        float:left;
    }

    .footer .footer_right {
        float:right;
        text-align:right;
    }

    ul li {
        margin: 0px 0;
    }

    .machine_reactivate_popup_div{
        display: none;

        height: 62vh !important;

        text-align: center !important;
        font-size: 35px !important;
        margin-top: 12vh;
    }

    .reactivate_machine_button{
        margin: 75px;
        padding: 35px;
        width: 230px;
    }

    #colorbox {

        /* top: 0px !important; */
        /* left: 6.5vw !important; */
        /* width: 850px !important; */
        /* min-height: 45vh; */
        /* height: 75vh !important; */
        /* margin-top: 12vh; */

    }

    #cboxContent {
        /* height: 50vh !important; */
        /* min-height: 45vh; */
        /* width: 850px !important; */
    }

    #cboxWrapper {
        /* height: unset !important; */
        /* min-height: 60vh; */
        /* width: unset !important; */
        padding-left: 2.5%;
    }

    #cboxLoadedContent {
        /* height: unset !important; */
        /* min-height: 75vh; */
        /* width: unset !important; */
    }

    .details_popup .details_body {
        font-size: 40px;
        /* padding-left: 2em;
        padding-right: 2em;
        min-height: 50vh; */
        /* max-height: 75vh; */
        /* overflow-y: auto; */
    }

    .details_popup_image{
        /* margin-top: 5vh;
        margin-bottom: 25vh; */
        height: 500px;
        width: 95%;
        margin-left: 2.5%;
        /* background-size: contain;
        background-repeat: no-repeat;
        background-position: center; */
    }

    .button_span {
        position: fixed;
        background-color: white;
        bottom: 0px;
        width: 1000px;
        height: 175px;
        /* z-index: 9998; */
        left: 0;
    }

    .button_span_current_cleaning {
        position: fixed;
        background-color: white;
        bottom: 0px;
        width: 1000px;
        height: 390px;
        /* z-index: 9998; */
        margin-top: 15px;
        left: 0;
        /* display: grid; */
        /* margin-bottom: 375px; */
    }

    .details_popup .title_div{
        padding: 4.5em;
        background: #0e76bc;
        color: white;
        height: 3em;
        line-height: 42px;
        min-width: 450px;
    }

    .details_popup h3, #special_project_div h3{
        text-align: center;
        display: inline-block;
        line-height: unset;
        vertical-align: middle;
        margin-bottom: 0;
        font-size: 60px;
    }

    /* .cbox_x {
        float: right;
        cursor: pointer;
        font-size: 75px;
        color: #FFF;
    } */

    input[type=submit].cleaning_version_button, input[type=submit].quick_history_report_button, input[type=submit].cleaning_version_checklist_button {
        padding: unset;
        width: 400px;
        display: inline-block;
        font-size:24px;
        font-weight:bold;
    }

    input[type=submit].quick_history_report_button{
        width: 325px;
        font-size: 24px;
        margin-top: 5px;
        line-height: 2.5;
        height: 75px;
    }

    input[type=submit].cleaning_version_button.hidden, input[type=submit].cleaning_version_checklist_button {
        display: none;
    }

    h1 {
        font-size: 55px;
        line-height: unset;
    }

    #select_machine_type_details_mobile {
        padding: 1em;
    }
    .details_popup p{
        font-size: 50px;
        /* margin: 4em 1em 1em 1em; */
        /* padding: 0; */
        text-align: center;
    }

    /* Header Mobile Styling */
    .header_initials p{
        display: inline;
        float: left;
        position: relative;
        font-size: 45px;
        /* font-weight: bold; */
    }
    .circle_one {
        width: 100px;
        height: 100px;
        /* background: yellow; */
        /* border: 3px solid red; */
        line-height: 2.25;
        margin-top: 2px;
        margin-right: 5px;
        margin-left: 0px;
    }
    p.circle_one {
        border: 7.5px solid #0e76bc;
        border-radius: 50%;
        text-align: center;
    }
    .circle_one_PSA {
        width: 100px;
        height: 100px;
        /* background: yellow; */
        /* border: 3px solid red; */
        line-height: 2.25;
        margin-top: 2px;
        margin-right: 25px;
        margin-left: 0px;
    }
    p.circle_one_PSA {
        border: 7.5px solid #0e76bc;
        border-radius: 50%;
        text-align: center;
    }
    .circle_one_ESVSUP {
        width: 100px;
        height: 100px;
        /* background: yellow; */
        /* border: 3px solid red; */
        line-height: 2.25;
        margin-top: 2px;
        margin-right: 25px;
        margin-left: 0px;
    }
    p.circle_one_ESVSUP {
        border: 7.5px solid #0e76bc;
        border-radius: 50%;
        text-align: center;
    }
    .circle_one_ORSUP {
        width: 100px;
        height: 100px;
        /* background: yellow; */
        /* border: 3px solid red; */
        line-height: 2.25;
        margin-top: 2px;
        margin-right: 25px;
        margin-left: 0px;
    }
    .circle_one:hover {
        background: tan;
        border: 7.5px solid tan;
    }

    .dropdown_content, #shift_report_dropdown_content {
        top: 130px;
        right: 5px;
        font-size: 30px;
        min-width: 385px
    }
    .dropdown_content p, #shift_report_dropdown_content p {
        font-size: 30px;
    }
    .signout {
        font-size: 30px;
    }
    .signout_dropdown.signout {
        display: block;
    }
    p.full_name {
        padding-bottom: 0px;
    }

    /* OR_Mobile Begins Here */

    .or_tech_home_top_columns{
        margin-top: 0;
        margin-right: unset;
        min-height: 300px;
        padding: unset;
        width: 100%;
    }

    .border_left_column {
        padding-right: unset;
        border-right: unset;
    }

    .or_tech_home_main_container .sub_middle_column {
        width: 100%;
    }

    .OR_mobile_room_search a{
        text-decoration: unset;
    }

    .OR_mobile_room_search input[type=text]{
        width: 85%;
    }

    .OR_mobile_room_search.room_search input[type=submit].cleaning_version_button{
        margin-left: 5em;
    }

    .room_search input[type=submit].cleaning_version_button, .checklist_room_search input[type=submit].cleaning_version_checklist_button {
        font-size: 42px;
        font-weight: bold;
        height: 100px;
        justify-content: center;
        margin-left: 1.5em;
        margin-bottom: 15px;
        margin-left: 7.50em;
        width: 500px;
    }

    .center_room_search input[type=submit].cleaning_version_button, .center_room_search input[type=submit].cleaning_version_checklist_button {
        margin-left: unset;
    }

    #search-shift-assignment-form input[type=submit]#shift_group_button.mini_shift_task_group_button {
        font-size: 30px;
        font-weight: bold;
        height: 100px;
        justify-content: center;
        margin-bottom: 15px;
        margin-left: 7.50em;
        width: 500px;
    }

    .assignments_headers {
        display: none;
        visibility: hidden;
    }

    #room_task_view_buttons_div {
        display: flex;
        justify-content: center;
        visibility: visible;
    }

    .room_and_task_buttons {
        border: solid 1px #000000;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 20px;
        padding: 14px;
        text-align: center;
        text-decoration: none;
        width: 100%;
    }

    .active_OR_mobile{
        background: #0e76bc;
        color: white;
    }

    .room_assignments_li {
        border-bottom: 2px black;
        border-style: inset;
        font-size: 35px;
        line-height: 1.5;
    }

    .task_assignments_li {
        font-size: 35px;
        margin: 0;
        width: 100%;
    }

    #right_column_hidden {
        display: none;
        visibility: visible;
    }

    .OR_mobile_room_search label{
        display: unset;
        font-size: 42px;
        line-height: 4;
        margin-left: unset;
        margin-right: 5px;
        text-align: left;
        text-decoration: unset;
    }

    .OR_mobile_task_search label{
        display: unset;
        font-size: 42px;
        line-height: 4;
        margin-left: unset;
        margin-right: 5px;
        text-align: left;
    }

    .or_icon{
        height: 70px;
        width: 90px;
    }

    .or_tech_home_top_columns_right{
        border-left: unset;
        margin-left: unset;
    }

    .or_tech_home_top_columns .bar{
        width: 89%;
    }

    .bar {
        height: 25px;
        margin-top: 30px;
    }

    .bar_text {
        font-size: 25px;
    }

    .percentage {
        background: #0e76bc;
        height: 25px;
    }

    .room_clean_page > .content_wrapper {
        border: 1px solid #ececec;
        border: 1px solid #0e76bc;
    }

    #room_form > .left_column {
        display: none;
        visibility: hidden;
    }

    .or_shift_task_name.left_column.or_tech_module {
        display: flex;
        justify-content: center;
        width: 97%;
    }

    .or_shift_task_comments.right_column.or_tech_module {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .container.or_tech_module {
        width: 980px;
    }

    .or_task_middle_column {
        margin-bottom: 225px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .or_task_middle_column h2 {
        font-size: 45px;
        padding-bottom: 20px;
    }

    #open_shift_task_group {
        display: block;
        padding-bottom: 50px;
    }

    #completed_tasks {
        display: block;
    }

    .or_tech_module div.bottom_row {
        background: white;
        display: block;
        float: left;
        text-align: center;
        width: 100%;
    }

    .bottom_row > .comments_area {
        display: block;
        float: left;
        font-size: 25px;
        text-align: center;
        width: 100%;
    }

    .comments_area textarea {
        font-size: 28px;
    }

    .or_button_span {
        background: white;
        bottom: 0px;
        position: fixed;
        height: 225px;
        left: 0;
        width: 100%;
    }

    ul.or_mobile_one_column{
        columns: unset;
        -webkit-columns: unset;
        font-size: 30px;
        line-height: 30px;
    }

    ul.or_mobile_one_column.shift_task_group li {
        margin-bottom: 25px;
    }

    a.na.button {
        font-size: 20px;
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
    }

    .task_details_wrapper {
        line-height: 2;
        margin-top: unset;
    }

    a.complete.button {
        font-size: 25px;
    }

    .shift_task_group div.details {
        background-size: 50px 50px;
        background:url(../_images/notes_36.png) no-repeat top left;
        height: 50px;
        padding-left: 50px;
    }

    div.click_area label {
        line-height: 2;
    }

    div.completed_task_label label {
        line-height: 2;
    }

    .no_incomplete {
        font-size: 20px;
        padding-left: 25px;
    }

    .mobile_plus {
        height: 50px;
        position: relative;
        top: 10px;
        width: 50px;
    }

    a.undo.button {
        background:url(../_images/undo_blue_button.png) no-repeat top left;
        background-size: 50px 50px;
        height: 55px;
        margin-right: 20px;
        width: 50px;
    }

    .details_popup li {
        font-size: 40px;
    }

    .cleaner_ul {
        font-size: 25px;
    }

    .mobile_minus {
        height: 50px;
        width: 50px;
    }

    a.clear_x, a.checklist_clear_x {
        font-size: 55px;
        margin-left: -50px;
    }

    .center_room_search {
        padding-top: unset;
    }

    .evs_sup_right_column .center_room_search {
        width: 500px;
        margin: auto;
    }

    ul#currently_cleaning_areas_mobile {
        font-size: 35px;
        font-weight: bold;
        padding-left: 7.5px;
        text-align: left;
    }

    ul#currently_cleaning_rooms_mobile {
        font-weight: bold;
        font-size: 35px;
        padding-left: 7.5px;
        text-align: left;
    }

    #currently_cleaning_areas_mobile li {
        list-style-type: disc;
        margin-left: 45px;
    }

    #currently_cleaning_rooms_mobile li {
        list-style-type: disc;
        margin-left: 45px;
    }

    ul#current_area_and_room_details_mobile {
        border: 1px solid #0e76bc;
        font-size: 45px;
        max-height: 100%;
        margin-bottom: 400px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        width: 100%;
    }

    ul#current_area_and_room_details_mobile li p{
        font-weight: normal
    }

    a.check {
        background: url(../_images/check_mark_black.png)  no-repeat top left;
        /* height: 3px; */
        padding-top: 0px;
    }
    .or_shift_task_name h1{
        width: unset;
    }
    .content_wrapper.supervisor {
        min-height: 600px;
        max-height: 1200px;
    }
    #floor_care .content_wrapper.supervisor {
        height: 1200px;
    }
    #recent_clean_filter > .filter_by {
        font-size: 30px;
    }
    #floor_sup_home #floor_form #filter_by{
        display: block;
        width: 600px;
    }


    #floor_sup_home #floor_form #floor_care_recent_clean_time_filter {
        display: block;
        padding: 20px 0;
        width: 600px;
    }
    #floor_sup_home .clear_x {
        font-size: 35px;
    }
    #floor_sup_home .no_cleans_msg{
        font-size: 36px;
    }
    #floor_sup_home .direct_inspect_form_field > label{
        display: none;
    }
    #floor_sup_home .direct_inspect_form_field > input[type='text']{
        font-size: 24px;
        width: 90%;
    }
    #floor_sup_home .direct_inspect{
        height: auto;
        padding: 12px;
    }
    #floor_sup_home .direct_inspect input[type=submit].inspect_button {
        font-size: 24px;
        margin: 60px 0 0 0;
        width: 270px;
    }
    #floor_sup_home .direct_inspect input[type=submit].inspect_button:last-of-type {
        margin: 20px 0 0 0;
        width: 270px;
    }
    #floor_sup_home #floor_care_history_type {
        font-size: 24px;
    }
    #floor_sup_home #history_text {
        font-size: 24px;
    }
    #floor_sup_home #history_button {
        font-size: 24px;
    }
    #filter_by_floors {
        position: static;
        width: 500px;
        font-size: 30px;
    }
    #floor_sup_home .tab {
        display: inline-flex;
        padding: 20px 0 0 0;
        font-size: 36px;
        line-height: 40px;
        width: 100%;
    }
    #floor_sup_home .tab #inProgressTab, #completeTab   {
        width: 50%;
    }

    #floor_sup_home .clean_records_list{
        margin-top: .5em;
        font-size: 40px;
    }
    #floor_sup_home .clean_records_list p {
        line-height: 1.15;

    }
    #floor_sup_home .clean_records_list > li{
        margin-bottom: 1em;
    }
    #floor_sup_home .clean_records_list > li > .content_wrapper{
        min-height: 90px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        margin-bottom: 0.1em;
        display: flex;
        flex-direction: column;
    }

    #floor_sup_home label.supervisor_feedback_div_header {
        line-height: 40px;
        text-align: center;
    }
    #floor_sup_home .clean_records_list .content_wrapper .math-icon {
        height: 50px;
        padding: 20px 0;
    }
    #floor_sup_home .supervisor_feedback_div_detail > ul{
        font-size: 40px;
        line-height: initial;
    }
    #floor_sup_home .feedback_detail_name {
        width: fit-content;
    }
    #floor_sup_home .feedback_detail_inspect > a.blue.button{
        padding: 0 25px;
        height: 55px;
        width: fit-content;
        font-size: 24px;
        margin-top: 1em;
        margin-right: 5.5em;
    }

    #floor_sup_home .feedback_detail_equipment  a.blue.button{
        padding: 0 25px;
        height: 55px;
        /*width: 100%;*/
        font-size: 24px;
        margin: 1em 5.5em 1em 0;
    }
    #floor_sup_home .floor_care_inspection_score{
        font-weight: bold;
        background-color: lightblue;
        text-align: center;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        padding: 0 25px;
        height: 55px;
        width: fit-content;
        font-size: 24px;
        justify-content: center;
        align-items: center;
    }
    #floor_sup_home .feedback_detail_equipment {
        width: 100%;
        display: inline-block;
    }
    #floor_sup_home .feedback_detail_equipment > .feedback_detail_inspect {
        width: auto;
    }
    #floor_sup_home .additional_inspection_info{
        position: absolute;
        width: fit-content;
        height: auto;
        padding: 10px 20px;
        z-index: 5;
        display: none;
        border-radius: 15px;
        color: #3535A6;
        border: 1px solid #CBCBFE;
        background-color: #F1F1F1;
        cursor: pointer;
        right: 0;
    }

    #floor_sup_home .additional_inspection_info > .close_note {
        height: auto;
        width: 13%;
    }

    #inspection_room_form .room_clean_page #Tabs ul li a {
        margin-top: 12px;
    }

    #floor_sup_home .supervisor_feedback_div_detail, ul li{
        margin: 5px 0;
    }
    #floor_care .tab_wrapper {
        font-size: 36px;
        width: 100%;
        height: 32px;
        margin-bottom: 1em;"
    }
    #floor_care .tab_wrapper #floor_maintenance {
        display: none;
    }

    #floor_care .tab_wrapper .floor_care_tab {
        width: 49%;
    }
    #floor_sup_home #floor_care_recent_cleans, .complete_tab {
        max-height: 810px;
    }
    #floor_sup_home #floor_care_recent_cleans #inProgress {
        max-height: 810px;
        overflow-y: inherit;
    }

    #clear_floor_filters {
        position: relative;
        right: 98px;
        top: 40px;
    }

    #recent_clean_filter label{
        display: none;
    }

    #unit_form .room_type_filter ul > li > label {
        display: inline-block;
        font-size: 36px;
    }
    input[type=text]#org_hours_floor{
        font-size: 30px;
        padding: .3em .5em;
        margin-left: .25em;
        width: 500px;
    }

    .room_type_filter > div > ul > li{
        display: inline-block;
        margin-right: 2em;
    }

    #recent_clean_filter > span{
        margin-top: 1em;
    }

    #evs_sup_home .right_column label{
        font-size: 32px;
        width: 100px;
        position: absolute;
        left: 6em;
        text-align: right;
        margin-top: 5px;
    }

    #evs_sup_home .right_column input[type=text], #evs_sup_home .right_column input[type=text]#unit_daily_cleans, #evs_sup_home .right_column input[type=text]#psas, #backdated_cleaning_record_notes{
        padding: .1em .5em;
        line-height: 18px;
        font-size: 35px;
        width: 350px !important;
        margin-bottom: .5em;
    }

    #evs_sup_home .right_column input[type=text]#hours{
        width: 117px;
        position: unset;
    }

    #evs_sup_home .right_column input[type=submit]{
        width: 325px;
        font-size: 24px;
        margin-top: 5px;
        line-height: 2.5;
        height: 75px;
    }

    /* 20190625 - duplicate entry? */
    /*.ui-autocomplete {*/
    /*font-size: 18px;*/
    /*}*/

    .content_wrapper.supervisor{
        border: 1px solid #0e76bc;
        border-radius: 20px;
    }

    #clean_records {
        margin-top: 2em;
    }

    .details_popup{
        font-size: 36px;
        min-width: 600px;
    }

    .details_popup .title_div {
        height: unset;
        padding: 1em 1em .5em 1em;
    }

    .details_popup li{
        margin-left: 2.5em;
    }

    .cbox_x {
        font-size: 72px;
    }

    .completed_tab p.table-info-review-order-equipment {
        font-size: 20px;
    }

    select.cleaning_delay_reason {
        height: 50px;
        font-size: 32px;
    }

    select.cleaning_delay_reason option {
        font-size: 12px;
    }

    input[type=submit].disable_button{
        background-color: grey;
        cursor: default;
    }

    input[type=submit].enable_button{
        background-color: #0e76bc;
        cursor: pointer;
        display: inline-block;
    }

    input[type=submit].hidden{
        display: none;
    }

    .or_tech_home_main_container input[type=submit].hidden{
        display: none;
    }

    #multiple_beds {
        max-height: 1000px;
    }

    #multiple_beds p {
        font-size: 36px;
    }
    #multiple_beds span {
        font-size: 32px;
    }

    #multiple_beds .beds {
        padding: 3.5em 0;
    }

    #multiple_beds #beds_submit {
        font-size: 60px;
        padding: 1em;
        width: 450px;
        text-align: center;
        display: inline-block;
        padding: 0.5em 2em;
    }

    span.curtain_warning {
        color: red;
        text-align: center;
        display: block;
        font-size: 25px;
        width: 300px;
        margin: auto;
        padding: .5em;
    }

    .curtain_button_span {
        margin-left: 1.75em;
    }

    a.button.curtain_button {
        width: fit-content;
    }

    .submit_button_div{
        text-align: center;
    }
    .middle_column_wide > .evs_sup_left_column > .content_wrapper {
        border: 1px solid #0e76bc;
        border-radius: 20px;
    }
    #evs_sup_home > .right_column > .content_wrapper {
        border: 1px solid #0e76bc;
        border-radius: 20px;
    }
    #evs_sup_home > .right_column > .content_wrapper.work_distribution {
        border: unset;
    }
    .recent_cleans_form_field, #unit_form input[type=text].recent_cleans_form_field {
        display: inline-block;
        margin-top: 10px;
        left: 0;
        position: unset;
        font-size: 36px;
        margin-left: unset;
        padding: .1em .5em;
    }
    .room_type_filter > div {
        margin-top: 1em;
        margin-left: .5em;
    }
    .room_type_filter {
        display: unset;
    }

    #clear_unit_filters.clear_x {
        font-size: 35px;
    }
    #clear_hr_filters.clear_x {
        font-size: 35px;
    }
    .middle_column_wide > .content_wrapper {
        border: 1px solid #0e76bc;
    }
    #non-mobile {
        display: none;
        visibility: hidden;
    }

    #Tabs ul {
        overflow: unset;
    }

    .par-area {
        float: unset;
        width: unset;
    }

    #account_info div.subtract_volume {
        display: inline-block;
        position:relative;
        background:url(../_images/math-minus-icon.png) repeat top right;
        margin: 0;
        vertical-align: middle;
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
    }

    #account_info div.add_volume {
        display: inline-block;
        background:url(../_images/math-add-icon.png) repeat top left;
        margin: 0;
        vertical-align: middle;
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
    }

    table#account_info input.item-request-volume {
        width: 50px;
        height: 50px;
        text-align: center;
        vertical-align: middle;
        font-size: 35px;
        margin: 0;
    }

    #account_info div.email_not_pressed_button {
        display:inline-block;
        position:relative;
        background:url(../_images/envelopeplusside.png) no-repeat top;
        padding-left: unset;
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
        cursor: pointer;
    }

    #account_info div.email_pressed_button {
        display:inline-block;
        position:relative;
        background:url(../_images/envelopeminusside.png) no-repeat top;
        padding-left:unset;
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
        cursor: pointer;
    }

    #account_info.account_info_mobile {
        width: 100%;
    }

    table#account_info.account_info_mobile td{
        width: 250px;
    }
    table#account_info.account_info_mobile td a{
        font-size: 25px;
        padding: 15px 50px 15px;
    }
    #mobile_brackets{
        font-size: 25px;
    }
    ul.clean_records_list li div label div a.blue.button{
        height: 55px;
        width: 200px;
        font-size: 24px;
        margin-top: 5px;
    }
    #room_cus_home div.middle_column_wide div.content_wrapper {
        margin-left: 30px;
    }
    table#account_info > tbody > tr > td > a.white_n.button {
        padding: 20px 34px 20px;
        font-size: 24px;
    }
    table#account_info > tbody > tr > td > a.white_y.button {
        padding: 20px 35px 20px;
        font-size: 24px;
    }

    .clean_records_text{
        display: inline-block;
        font-size: 42px;

        width: 60%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;

        line-height: 1.5;
    }

    div#clean_records > ul > li > div > label > div > a > img{
        height: 50px;
        position: relative;
        top: 10px;
        width: 50px;
    }

    .quick_history_preview > span{
        display: inline-block;
        font-size: 35px;
        max-width: 750px;
        line-height: 1;
        margin-left: .5em;
    }

    div.quick_history_preview > img{
        height: 50px;
        top: 10px;
        padding: 0.5em 0 0 0;
    }
    div#clean_records > ul.clean_records_list > li > div.content_wrapper > div > div > ul > li {
        padding-bottom: 1em;

    }
    .feedback_div{
        padding: 0em;
        margin-top: 0em;
        margin-left: 0em;
    }
    div.expanded_quick_history{
        padding: .2em;
        margin-top: .2em;
        margin-left: 1.5em;
        display: none;
        font-size: 30px !important;
    }

    div.expanded_quick_history ul.feedback_div_ul {
        font-size: 3rem;
        line-height: 1;
    }

    .feedback_div_ul > li{
        padding-bottom: 0.5em;
    }

    #evs_sup_home .right_column input[type=text]#psas {
        width: 200px;
    }
    div.work_distribution_table_div {
        margin-top: 10px;
    }

    .room_search input[type=text], .checklist_room_search input[type=text] {
        width: 845px;
    }
    .dropdown_content a, #shift_report_dropdown_content a {
        width: 290px;
    }
    #dropdown_div {
        width: 100px;
    }
    #dropdown_div_PSA {
        width: 100px;
        margin-right: 20px;
    }
    #dropdown_div_ORSUP {
        width: 100px;
        margin-right: 20px;
    }

    .PSA_header {
        width: 980px;
        margin: 0 auto;
    }

    .check_left {
        /* height: 20px;
        width: 20px;
        margin-left: -25px; */
        margin-top: 5px;
        /* float: left; */
    }

    .inspection_table {
        width: 100%;
    }
    .inspection_details_popup p {
        font-size: 40px;
        margin: 0.25em 0.5em 0.25em 1em;
        padding: 0;
        text-align: left;
        max-width: 575px;
    }
    p.details_text_incomplete > span {
        margin-bottom: 25px;
    }
    p.details_text_feedback {
        max-width: 500px;
        font-size: 28px;
        margin: 0.25em 3em 0.25em 3em;
    }
    span.details_text_feedback {
        max-width: 500px;
        font-size: 28px;
        margin: 0.25em 3em 0.25em 3em;
    }
    .details_popup .bullets {
        margin-bottom: 0em;
    }
    .details_popup .faileditems .bullets {
        margin-left: 1em;
    }
    .faileditems {
        margin-bottom: 25px;
    }
    .display_feedback_div {
        max-width: 625px;
    }
    ul li.details_text_incomplete_tasks {
        max-width: 500px;
    }
    .evssup_tab {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #floor_care_maintenance .new_record{
        margin-top: 0;
        background-color:blue;
    }
    #floor_care_maintenance .record_search{
        margin-top: 1em;
        background-color:red;
    }
    .floor_care_quick_history select#floor_care_history_type {
        border: 1px solid #0e76bc;
        font-size: 42px;
        margin: 20px 30px 20px 0;
        padding: 20px 10px 20px 10px;
        width: 50%;
    }
    .floor_care_quick_history select#floor_care_history_type option {
        font-size: 24px;
        padding: 0 10px;
        margin: 0 auto;
    }
    .floor_care_quick_history #history_button {
        font-size: 42px;
        margin: 0 0 30px 0;
        width: 100%;
    }
    .floor_care_quick_history #history_option_text {
        font-size: 42px;
    }
    .floor_care_quick_history span.no_history {
        font-size: 42px;
        left: 0;
        margin: 0 20%;
    }
    .floor_care_quick_history .quick_history_rows {
        font-size: 42px;
    }
    .floor_care_quick_history .fc_history_label_header img {
        height: 60px;
        padding: 20px;
    }
    .floor_care_quick_history .quick_history_rows > li {
        margin: 1.0em 0;
    }
    .floor_care_quick_history .expanded_quick_history_row > ul {
        font-size: 42px;
    }
    .non_bed_instructions {
        padding-top: 10px;
        font-size: 36px
    }

    div.non_bed_clean_details, div.service_request_clean_details {
        background-size: 70px 70px !important;
        width: 100px !important;
        height: 100px !important;
        margin-top: -70px !important;
    }

    .non_clean_details_okay {
        font-size: 36px;
    }

    .required_image_flag {
        width: 70px;
        height: 70px;
        margin-left: 15px;
        margin-top: 15px;
    }
    /*.ui-autocomplete {*/
    /*    max-height: 200px;*/
    /*    max-width: 850px;*/
    /*    overflow-y: scroll;*/
    /*    overflow-x: hidden;*/
    /*    z-index: 1000;*/
    /*}*/

    .evs_sup_right_column {
        float: right;
        width: 100%;
        margin-top: 10px;
    }
    #evs_sup_left_column .recent_cleans p {
        display: flex;
        justify-content: center;
        padding: 5em 0 0 0;
    }
    #evs_sup_left_column .recent_cleans p span {
        display: block;
        padding-top: 12px;
        padding-bottom: 15px;
        margin-left: 55px;
        font-size: 32px;
    }

    .evs_sup_right_column h4, .evs_sup_left_column h4 {
        display: block;
        padding-top: 12px;
        padding-bottom: 15px;
        margin-left: 55px;
        font-size: 32px;
    }

    div#evs_sup_left_column p.supervisor {
        font-size: 32px;
        vertical-align: middle;

        width: 45%;
        text-align: center;
    }

    #topofPage {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        border: none;
        outline: none;
        text-align: center;
        text-decoration: none;
        color: #0e76bc;
        cursor: pointer;
        padding: 25px;
        border-radius: 10px;
        font-size: 24px;
    }

    .supervisor_mobile_image {
        display: block;
        float: left;
    }
    .btn5 {
        padding: 20px;
        position: absolute;
        width: 60px;
        height: 60px;
        top: 150px;
        left: 0;
        transition-duration: 0.5s;
    }
    .btn5 .icon {
        transition-duration: 0.5s;
        position: absolute;
        height: 8px;
        width: 60px;
        top: 30px;
        background-color: #212121;
    }
    .btn5 .icon:before {
        transition-duration: 0.5s;
        position: absolute;
        width: 60px;
        height: 8px;
        background-color: #212121;
        content: "";
        top: -20px;
    }
    .btn5 .icon:after {
        transition-duration: 0.5s;
        position: absolute;
        width: 60px;
        height: 8px;
        background-color: #212121;
        content: "";
        top: 20px;
    }
    .btn5.open .icon {
        transition: 0.5s;
    }
    .btn5.open .icon:before {
        transform: rotateZ(-45deg) scaleX(0.75) translate(-20px, -6px);
    }
    .btn5.open .icon:after {
        transform: rotateZ(45deg) scaleX(0.75) translate(-20px, 6px);
    }
    .btn5:hover {
        cursor: pointer;
    }

    .clean_rooms_mobile {
        display: block;
    }

    #room_care .tab_wrapper {
        display: none;
    }

    .room_search .clear_x, .checklist_room_search .checklist_clear_x {
        font-size: 35px;
    }

    #work_distribution_form > div {
        width: 100%;
    }

    #work_distribution_form label {
        width: fit-content !important;
    }

    #work_distribution_form .clear_x, #recent_clean_filter .clear_x, #floor_care_recent_clean_filter .clear_x {
        font-size: 35px;
        display: inline;
    }

    .sidenav {
        height: 100px;
        width: fit-content;
        position: absolute;
        z-index: 1;
        top: 150px;
        left: 100px;
        overflow-x: hidden;
        transition: 0.3s ease;
    }

    .closed {
        transform: translateX(-700em);
    }

    .nav_icons {
        border:1px solid #0e76bc;
        border-radius:20px;
        padding: 10px 30px 30px;
        clear:both;
        height: 30px;
    }

    .nav_icons a {
        width: 50px;
    }

    .nav_icons img {
        padding-right: 40px;
    }

    #recent_clean_filter {
        width: 100%;
    }

    .room_type_filter ul > li > label > input[type=checkbox] {
        width: 20px;
        margin-right: 2em;
        margin-bottom: 10px;
    }

    #evs_sup_home .right_column input[type=text].clear_x_input {
        padding-right: 0.5em;
    }

    .mobile_form {
        text-align: center;
    }

    #work_distribution, #service_requests {
        width: 100%;
        margin-top: 10px;
    }

    #evs_sup_home_left {
        width: 100%;
    }

    .work_distribution_table {
        width: 100%;
    }

    .work_distribution_table_div {
        max-height: 525px;
    }

    .work_distribution_table_header {
        font-size: 24px;
    }

    .work_distribution_table tbody tr td {
        font-size: 24px;
    }

    .filter_by_text#org_hours, .filter_by_text#psas {
        width: 95%;
        margin-bottom: 10px;
    }

    .content_wrapper {
        min-height: 0;
    }

    #evs_sup_home a.clear_x {
        font-size: 35px;
    }

    #floor_care_recent_clean_filter label{
        display: none;
    }

    #floor_care_recent_clean_filter > div{
        margin-top: 2em;
    }

    .feedback_div_ul {
        font-size: 32px;
    }

    .supervisor_assignments {
        width: 100%;
        padding-top: 50px;
    }

    .supervisor_assignments .content_wrapper {
        padding-left: 30px;
        min-height: 700px;
    }

    #epic_assignment_buttons {
        margin-bottom: 100px;
    }

    .individual_assignment {
        margin-bottom: 100px;
        text-align: center;
    }

    fieldset.room_clean_tags {
        padding: .2em;
        margin-bottom: .5em;
        display: inline-block;
    }


    .string_sort, .number_sort, .four_columns.report_table_sort, .no_req_cleans{
        font-size: 27px;
    }

    #assignment_notification {
        margin-bottom: 0;
        padding: 20px;
    }

    #assignment_notification_link {
        font-size: 68px;
        padding-bottom: 20px;
    }

    #assignment_notification_room {
        font-size: 54px;
    }

    #daily_clean_log_button_div {
        width: 500px;
        margin: auto;
    }

    .work_distribution_popup .title_div h3 {
        line-height: 60px;
        width: 600px;
    }

    .work_distribution_popup_table tbody th {
        font-size: 32px;
    }

    .work_distribution_popup_table tbody td {
        font-size: 30px;
    }

    .floor_care_assignment_start {
        float: right;
        margin-top: -1.2em;
        height: 95px;
        width: 300px;
        font-size: 60px !important;
    }

    .floor_care_details_label {
        font-size: 42px;
        line-height: 42px;
    }

    .floor_care_areas_rooms {
        font-size: 32px;
        list-style: circle;
        margin-left: 25px;
        line-height: 34px;
    }

    .floor_care_open_close_img {
        height: 50px;
        position: relative;
        top: 10px;
        width: 50px;
    }

    .clean_records_text.floor_care_assignment_label {
        font-size: 60px;
        padding-top: 10px;
    }

    .service_request_notes_label {
        font-size: 38px;

        textarea {
            font-size: 38px;
            height: 10em;
            width: 22em;
        }
    }

    .cancel_service_btn {
        display: inline-block;
        line-height: 2.5;
        text-align: center;
        font-size: 60px !important;
        padding: 8px 50px !important;
        margin-right: 20px;
        margin-top: 10px;
    }

    .submit_service_btn {
        height: inherit !important;
        width: inherit !important;
        font-size: 60px !important;
        padding: 8px 50px !important;
        margin-top: 10px;
    }

    .empty_request_okay, .service_request_details_okay {
        border-radius: 10px;
        color: white;
        font-weight: bold;
        padding: 5px 25px 7px;
        text-align: center;
        height: 95px;
        width: 200px;
        font-size: 36px;
    }

    .create_request_input {
        padding: 0.1em 0.5em;
        line-height: 18px !important;
        font-size: 35px !important;
        width: 350px !important;
        margin-bottom: 0.5em;
    }

    .create_request_input_label {
        font-size: 32px;
        width: 100px;
        position: absolute;
        left: 5.5em;
        text-align: right;
        margin-top: 5px;
    }

    .stat_number {
        font-size: 68px !important;
    }

    .stat_text {
        font-size: 32px;
    }

    #create_service_request {
        width: 325px;
        font-size: 24px;
        line-height: 2.5;
        height: 75px;
    }

    .return_to_dashboard {
        font-size: 60px !important;
    }

    .service_tag {
        font-size: 42px !important;
    }

    .service_request_title {
        font-size: 60px;
        padding: 30px 30px 50px;
        line-height: 60px;
    }

    .biohazard_img {
        height: 60px;
    }

    .protocols_label {
        width: 70%;
    }

    #sup_create_service_request {
        div {
            display: block;
        }
    }

    .time_limit_exceeded {
        background: url(../_images/exclamation.png) no-repeat top 5px right 25px !important;
        background-size: 35px 35px !important;
    }

    .time_limit_exceeded.individual_request {
        background: url(../_images/exclamation.png) no-repeat top 5px right 25px !important;
        background-size: 35px 35px !important;
    }

    .sup_create_service_request_div h4 {
        text-align: center;
        margin-left: 0;
    }

    .mobile-hidden {
        display: none !important;
    }

    .desktop-hidden {
        display: block !important;
    }

    #service_request_breakdown_table {
        font-size: 48px;

        th {
            font-size: 48px;
        }

        col.request_name{width: 40%;}
        col.request_status{width: 40%;}
        col.request_time_in_status{width: 40%;}

        .name {
            border-top-left-radius: 10px;
        }

        .time_in_status, .time_to_complete {
            border-top-right-radius: 10px;
        }
    }

    .service_request_header {
        font-size: 54px;
        text-align: center;
    }

    .pagination {
        font-size: 38px;

        .paginate {
            font-size: 38px;
        }

        .clear-both {
            clear: none;
        }
    }

    #status_filter_div {
        text-align: center;
    }

    #status {
        font-size: 38px;
        width: 400px;
        height: 70px;
    }

    .service_request_more .icon {
        border: solid #0e76bc;
        border-width: 0 5px 5px 0;
        display: inline-block;
        padding: 12px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-left: 10px;
        transition-duration: 0.5s;
    }

    .open_arrow {
        transform: rotate(45deg) !important;
        -webkit-transform: rotate(45deg) !important;
    }

    .more_info_div {
        display: table-row !important;
        text-align: left;
        background-color: rgba(14, 118, 188, 0.2);

        td {
            padding: 3px;

            div {
                max-height: 0;
                padding: 0 50px;
                box-sizing: border-box;
                overflow: hidden;
                transition: max-height 0.5s, padding 0.5s;
            }
        }
    }

    .more_info_div.open_div td div {
        max-height: 500px;
        padding: 20px 50px;
        transition: max-height 1s, padding 1s;
    }

    .mobile-icon-div {
        display: inline-flex;
    }

    .mobile-icon {
        background-repeat: no-repeat;
        height: 75px !important;
        background-size: 75px 75px !important;
        width: 300px !important;
    }

    .additional_info_popup ul {
        font-size: 28px !important;
    }

    .edit_assignee {
        width: 95% !important;
        font-size: 48px !important;
        line-height: normal !important;
    }

    .edit_status {
        width: 95% !important;
        font-size: 48px;
    }

    .delete-popup .delete-btn, .delete-popup .cancel-btn, .edit_popup .edit-btn, .edit-cancel-btn {
        font-size: 60px !important;
        width: 300px !important;
    }

    .edit_popup .edit_dropdowns {
        h4 {
            font-size: 38px;
        }

        div {
            padding-bottom: 50px;
        }

        label {
            font-size: 32px;
        }
    }

    .inspected_label_container {
        display: block !important;
        height: 100px !important;
        width: 100px !important;
    }

    .inspected_label_container img {
        margin: auto !important;
        position: relative;
        height: 50%;
        display: flex;
        top: 40%;
    }

    .inspected_label_container label {
        display: none;
    }

    div.content_wrapper .inspect_button {
        height: 95px;
        width: 200px !important;
        font-size: 40px !important;
        transform: translate(0, 20%);
    }

    .informational_message_text {
        font-size: 32px;
    }

    #shift_report_header {
        font-size: 56px;
    }

    .or_shift_report_link {
        font-size: 42px;
        padding-top: 35px;
    }

    .or_reports {
        .room_status {
            float: none;
            font-size: 38px;
        }

        .room_status::before{
            content: "\a";
            white-space: pre;
            display: block;
        }

        textarea {
            width: 100%;
            height: 200px;
            font-size: 32px;
        }

        .notes_display {
            margin-bottom: 2em;
        }

        #tag_div {
            column-count: 2;
        }

        a.white_tag.button, a.blue_tag.button {
            border-radius: 20px;
            border-width: 3px;
            font-size: 32px;
            padding: 0.5em;
            width: 90%;
        }

        .task_assignment_area {
            column-count: 1;
        }

        .assignments_headers, .left_column, .right_column {
            visibility: visible;
            display: block;
        }

        .left_column, .right_column {
            margin-top: 20px;
        }

        .room_assignment, .shift_assignment {
            margin-top: 30px;

            a {
                font-size: 52px;
            }
        }

        .assignments_headers {
            font-size: 42px;
        }

        h3 {
            margin-top: 40px;
            margin-bottom: 10px;
        }

        h4 {
            font-size: 52px;
        }

        .left_column {
            border-bottom: 2px solid black;
        }

        .bar {
            width: 80%;
        }

        .bar_text {
            font-size: 32px;
            width: 100px;
        }

        .button-row button, .button-row .blue.button {
            font-size: 34px;
            line-height: 100px;
            height: 100px;
            width: 250px;
            padding: 0;
        }

        .report_list li {
            font-size: 32px;
        }

        .shift_report_select div.or_report_filter {
            display: inline-block;
            margin: 20px 10px;
            min-width: 40%;

            select, input {
                font-size: 42px;
                height: 1.5em;
            }

            select {
                width: 100%;
            }
        }

        #date_types_selection_area {
            display: block;
            padding: 0;
        }

        .ui-datepicker-trigger {
            height: 40px;
        }

        .pentaho_reports {
            text-align: center;
        }

        #ui-datepicker-div {
            font-size: 32px;
            width: 50em;
            height: 50em;
        }

        #or_date_select {
            width: 50%;
        }

        .report_form_child {
            width: 100%;
        }
    }

    #backdated_cleaning_record_notes {
        height: 40px;
        line-height: 35px;
    }

    .cleaning_record_notes_typing {
        animation-name: cleaning_record_notes_grow;
        animation-fill-mode: forwards;
        animation-duration: 0.5s;
    }

    .cleaning_record_notes_not_typing {
        animation-name: cleaning_record_notes_shrink;
        animation-fill-mode: forwards;
        animation-duration: 0.2s;
    }

    @keyframes cleaning_record_notes_grow {
        from {
            height: 40px;
            overflow: hidden;
        }
        to {
            height: 140px;
            overflow: auto;
        }
    }

    @keyframes cleaning_record_notes_shrink {
        from {
            height: 120px;
            overflow: auto;
        }
        to {
            height: 40px;
            overflow: hidden;
        }
    }

    #popup_report_problems {
        font-size: 32px;

        & .submit_buttons button {
            font-size: 32px;
            width: 40%;
        }
    }
}

.favorite_org_unit_dropdown {
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    background: #fff;
    color: #666666;
    border: 1px solid #0e76bc;
    width: 100%;
}

.disable_multi_select_button {
    opacity: 0.7;
}

.disable_multi_select_button:after {
    border-top-color: rgb(170, 170, 170) !important;
}

div.non_bed_clean_details, div.service_request_clean_details {
    float: right;
    display: inline-block;
    background:url(../_images/notes_36.png) no-repeat top left;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    vertical-align: middle;
    cursor: pointer;
}

.evs_sup_left_column {
    margin-bottom: 0.5em;
}

.room_label {
    width: 70%;
    display: inline-block;
}

.Stat {
    color: red;
    font-weight: bold;
}

.epic_delay_onhold_click {
    margin-bottom: 0 !important;
}

.a_value {
    color: #0e76bc;
}

.title_div {
    padding: 0.5em 1.5em;
    background: #0e76bc;
    color:white;
    height: 3em;
    line-height: 42px;
    min-width: 450px;
}

.work_distribution_popup_table {
    margin: 0 auto;
}

._details {
    display: inline-block;
    position: relative;
    background: url(../_images/notes.png) no-repeat top left;
    padding-left: 20px;
    width: 25px;
    height: 18px;
    cursor: pointer;
    float: right;
}

.assignment_history_popup h3 {
    display: inline;
}

.assignment_employee_name {
    width: 60%;
    display: inline-block;
}

.assignment_history_room {
    list-style: inside;
    padding-left: 20px;
    padding-top: 5px;
    font-size: 16px;
}

.assignment_history_section {
    padding-top: 20px;
    padding-left: 40px;
}

.no_assignment_history {
    text-align: center;
    padding: 40px;
    font-size: 20px;
}

.maintenance_message {
    padding: 40px;
}

.service_request_name_label {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}

.delete-info-message-popup .delete-body div {
    font-size: 20px;
}

button.cancel {
    background-color: #0e76bc !important;
}

.more_info_div {
    display: none;
}

.inspected_label_container {
    float: right;
    margin: 5px auto;
    height: 30px;
    width: 150px;
    display: inline-flex;
}

.inspected_label_container img {
    margin: 0 5px;
}

.inspected_label_container label {
    line-height: 0.5;
}

#header {
    margin-left: 20px;
}

#welcome_message {
    text-align: center;

    h1 {
        padding: 20px;
        color: #0e76bc
    }
}

.dropdown_content.admin_dropdown {
    right: 30px;
}

/*.nav {*/
/*    position: absolute;*/
/*    top: 10%;*/
/*    z-index: 1000;*/
/*    width: 5.5em;*/
/*    bottom: 0;*/
/*    !*background: #0e76bc;*!*/
/*    border-top-right-radius: 1em;*/
/*}*/

/*@keyframes navbar_up {*/
/*    from {*/
/*        top: 10%;*/
/*    }*/
/*    to {*/
/*        top: 0;*/
/*    }*/
/*}*/

/*@keyframes navbar_down {*/
/*    from {*/
/*        top: 0;*/
/*    }*/
/*    to {*/
/*        top: 10%;*/
/*    }*/
/*}*/

/*@keyframes navbar_up_border {*/
/*    from {*/
/*        border-top-right-radius: 1em;*/
/*    }*/
/*    to {*/
/*        border-top-right-radius: 0;*/
/*    }*/
/*}*/

/*@keyframes navbar_down_border {*/
/*    from {*/
/*        border-top-right-radius: 0;*/
/*    }*/
/*    to {*/
/*        border-top-right-radius: 1em;*/
/*    }*/
/*}*/


/*.admin_nav_icons {*/
/*    position: fixed;*/
/*    left: 0;*/
/*    top: 10%;*/
/*    z-index: 990;*/
/*    height: 100%;*/
/*    background: #0e76bc;*/
/*    transform: TranslateX(-2em);*/
/*    width: 7.5em;*/
/*    border-top-right-radius: 1em;*/

/*    & li {*/
/*        list-style-type: none;*/
/*    }*/
/*    & a {*/
/*        display: block;*/
/*        width: 65px;*/
/*        height: 64px;*/
/*        line-height: 64px;*/
/*        text-align: center;*/
/*        font-size: 1.6em;*/
/*        color: white;*/
/*        transition: all .5s ease-out;*/
/*        padding-left: 30px;*/
/*        cursor: pointer;*/

/*        &:hover {*/
/*            transform:translateX(5px) scale(1);*/
/*        }*/
/*    }*/

/*    .selected {*/
/*        background: #ff9900;*/
/*        width: 95%;*/
/*        border-radius: 5px;*/
/*    }*/
/*}*/

/*!* up animation *!*/
/*.admin_nav_icons.up {*/
/*    animation: navbar_up 0.4s ease forwards, navbar_up_border 0.4s ease forwards;*/
/*}*/

/*!* down animation *!*/
/*.admin_nav_icons.down {*/
/*    animation: navbar_down 0.4s ease forwards, navbar_down_border 0.4s ease forwards;*/
/*}*/

/*.nav .text.up {*/
/*    animation: navbar_up 0.4s ease forwards, navbar_up_border 0.4s ease forwards;*/
/*}*/

/*.nav .text.down {*/
/*    animation: navbar_down 0.4s ease forwards, navbar_down_border 0.4s ease forwards;*/
/*}*/


/*.nav:hover .text {*/
/*    transform: translate(300px);*/
/*    transition-delay: 0.3s;*/
/*}*/
/*.text {*/
/*    position: fixed;*/
/*    left: -17em;*/
/*    top: 10%;*/
/*    height: 100%;*/
/*    background: #0e76bc;*/
/*    border-right: black;*/
/*    transition: transform .24s cubic-bezier(0.22, 0.61, 0.36, 1);*/
/*    backface-visibility: hidden;*/
/*    transform-origin: left;*/
/*    border-top-right-radius: 1em;*/

/*    & .tabs {*/
/*        display: block;*/
/*        width: 300px;*/
/*        height: 64px;*/
/*        line-height: 64px;*/
/*        margin-left: 1em;*/
/*        font-size: 1.4em;*/
/*        text-decoration: none;*/
/*        color: white;*/
/*        transition: all .5s ease;*/
/*        cursor: pointer;*/
/*    }*/
/*}*/

/*.nav:hover .info {*/
/*    left:0;opacity:1;*/
/*    transition:opacity .5s ease-in .1s*/
/*}*/
/*.info {*/
/*    position:absolute;*/
/*    padding-left:2em;*/
/*    bottom:30px;*/
/*    z-index:999;*/
/*    width:264px;*/
/*    color: white;*/
/*    text-align:center;*/
/*    line-height:1.6;*/
/*    opacity:0;*/
/*}*/

/*.tooltip .sub_tabs {*/
/*    visibility: hidden;*/
/*    width: 200px;*/
/*    background-color: #0e76bc;*/
/*    color: #fff;*/
/*    padding: 5px 0;*/
/*    position: absolute;*/
/*    left: 300px;*/
/*    transform: TranslateX(-0.2em);*/
/*    border-top-right-radius: 0.3em;*/
/*    border-bottom-right-radius: 0.3em;*/
/*    margin-left: 1em;*/

/*    span {*/
/*        display: block;*/
/*        width: 90%;*/
/*        margin-left: 1em;*/
/*    }*/
/*}*/

/*.tooltip:hover .sub_tabs {*/
/*    visibility: visible;*/
/*    transition: opacity 0.3s, visibility 0s linear 0s;*/
/*}*/

.edit.popup {
    margin: 20px;
}

.popup_title {
    border-bottom: 1px solid #0e76bc;
}

.popup_body {
    margin-top: 20px;

    img {
        width: 90%;
        object-fit: contain;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.popup_close {
    float: right;
    cursor: pointer;
    font-size: 24px;
    color: #0e76bc;
}

.header_link_icon {
    float: right;

    a {
        padding-left: 10px;
    }
}

.error_display {
    color: red;
    display: none;
    padding: 10px 0;
}

form:invalid button[type="submit"], form:invalid button#advanced_edit_save {
    background-color: gray;
    pointer-events: none;
}

#informational_message_edit_multi_select_container {
    display: flex;
}

.privacy_policy_link {
    margin-bottom: 3em;
}

.service_request_div {
    padding: 10px;

    input {
        width: 40%;
    }
}

.shift_report_select div.or_report_filter {
    display: table-cell;
    text-align: center;

    select, input {
        width: 60%;
    }
}

.italics {
    font-style: italic;
}

button.or_report_form_button {
    width: 150px;
}

a.or_report_form_button {
    text-align: center;
    width: 100px;
}

.task_assignment_area {
    column-count: 2;
    column-rule: solid 2px black;
}

.task_column {
    break-inside: avoid-column;
    min-height: 0;
    padding-bottom: 10px;
}

.room_worklists li {
    padding-left: 20px;
}

.worklist_room_inactive {
    color: red;
    font-style: italic;
}

.general_notes_display p {
    padding-left: 15px;
}

.shift_report_general_notes {
    h4 {
        width: 82%;
        margin: auto;
    }

    p {
        width: 75%;
        margin: auto;
    }
}