/* 
    Document   : general
    Created on : 9/10/2012, 12:58:23 PM
    Author     : tabithatwitchit
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body{
    font-family: Helvetica, Verdana, Arial, sans-serif;
/*    color: #515151;*/
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: #f2f2f2;
}

form.ajaxical.auto-submit input:invalid ~ input[type=submit] {
    opacity: 0.6;
    pointer-events: none;
}
body.wait, body.wait *{
    cursor:progress;   
}
center{
/*    max-width: 1920px;*/
}
body.wait{
    cursor: wait;
}
em{
    font-style: italic;
}
h2{
    /* margin: 0; */
    /* color: #515151; */
    /* font-size: 24px; */
    /* position: absolute; */
    /* bottom: 10px; */
    /* left: 0; */
}
h3{
    border-bottom: 1px solid #E0E0E0;
}
h4{
    color: #515151;}
a{
    color: #2694e8;
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    text-decoration: underline;
}
section{
    clear: both;
}
section div{
    float: left;
    padding-left: 1em;
    width: 32%;
    border-radius: 4px 4px 4px 4px;
}
section div:hover{
    background-color: #d7ebf9;
}
section div p{
    color: #999;
    margin-top: 3px;
    padding-left: 1em;
    line-height: 1.6;
    font-size: 11px;
}
input, select, textarea, button{/* display: block; */border: 1px solid #57A5DD;margin-left: 0;/* width: auto; */padding: 0 4px;font-family: Tahoma, sans-serif;/*    font-size: 12px;*//*    height: 17px;*/border-radius: 3px;min-height: 1.5em;}

input.priority {
    border-color: #fdaf21;
    border-width: 2px;
    color: #c37e00;
    font-weight: bold;
}

select:disabled {
    border-color: transparent;
    -webkit-appearance: none;
    background-color: #eee;
    text-align-last: center;
}

div#folder_browser {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
    min-height: 0;
}

input.folder_name {
    vertical-align: middle;
}

input.folder_name:not(:hover) {border-color: transparent;background-color: transparent;}
select{
    height: 22px;
}

ul.ui-autocomplete.ui-menu{
    max-height: 24em;
    overflow-y: scroll;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item:nth-child(even){
    background-color: #F0EDE4;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item{
    display: table;
    width: 40vw;
    table-layout: fixed;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item a{
    display: table-row;
    width: 100%;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item a span{
    display: table-cell;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item a span.name{
    width: 40%;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item a span.ph{
    width: 20%;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item a span.email{
    width: 25%;
}
ul.ui-autocomplete.ui-menu li.ui-menu-item a span.reg{
    text-align: center;
    width: 15%;
}
ul.ui-autocomplete.ui-menu li.blacklist:hover a {
    text-decoration: none!important;
    cursor: not-allowed!important;
}
ul.ui-autocomplete.ui-menu li.blacklist {
    text-decoration: line-through;
    opacity: 0.6;    
    /*pointer-events: none;*/
}
ul.ui-autocomplete.ui-menu li.ui-menu-item.warnings a span.name:after{
    content: '';
    display: inline-block;
    background-image: url(images/ui-icons_f7a50d_256x240.png);
    background-position: 0px -144px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
a.external_link {
    color: white;
    background-image: url(../img/external_link.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding-right: 2em;
}

div.col_document a.external_link {
	color: #2694e8;
	background-blend-mode: difference;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }
input[type=submit]{
    height: 1.5em;
    padding: 0 .5em;
    font-size: small;
    cursor: pointer;
}
#doc_create button[type="submit"]{
    font-size: small;
    font-weight: bold;
    height: 2em;
    color: white;
    background: linear-gradient(to bottom, #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    border-radius: 4px;
    border: none;
}
#doc_create button[type="submit"]::before {
    content: '';
    background-position: -96px -96px;
    display: inline-block;
    background-image: url(images/ui-icons_ffffff_256x240.png);
    width: 14px;
    height: 14px;
    margin-right: 0.5em;
}
.icon-copy {
    background-image: url(images/ui-icons_ffffff_256x240.png);
    background-position: -176px -128px;
    height: 16px;
    width: 16px;
}
#form_enhanced_image input[type="submit"] {
    font-size: 2em;
    color: #fff;
    border-radius: 1em;
    background-color: rgba(0,0,0,0);
    width: 2em;
    height: 2em;
    border: 1px solid transparent;
    margin-bottom: 3px;
}

#form_enhanced_image input[type="submit"]:hover {
    border: 1px solid;
}

[type="submit"]:focus {
    outline: none;
}

div#control_filterset button[type="submit"] {
    border: none;
    background: transparent;
    position: relative;
    top: -20px;
    padding: 0;
    width: 100%;
    display: inline-block;
    height: 100%;
}

div#control_filterset input[type="submit"]:focus {
    outline: none;
    box-shadow: none;
}

ul#location_tabs li form input[type="submit"] {
    white-space: normal;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    cursor: pointer;
    width: 100%;
    vertical-align: top;
    color: #0A4B91;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.7), 0px -1px 0px rgba(0,0,0,0.5);
}

ul#doc_type_tabs li form input[type="submit"] {
    white-space: normal;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    cursor: pointer;
    width: 100%;
    vertical-align: top;
    color: #0A4B91;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.7), 0px -1px 0px rgba(0,0,0,0.5);
}
ul#location_tabs li.tab.active > :first-child form input[type="submit"] {
    /* -webkit-appearance: none; */
    color: #515151;
    opacity: 1;
}

ul#location_tabs li form input[type="submit"]:focus {
    outline: none;
    box-shadow: none;
    color: #515151;
    -webkit-appearance: none;
}
input[type=checkbox]{/*    display: inline-block;*/-webkit-appearance: none;width: 20px;height: 20px;cursor: pointer;background: linear-gradient(to bottom,  #fefefe, #E7E2D3);}
input[type=checkbox]:checked{
    -webkit-appearance: none;
    width: 20px;
    /* height: 20px; */
    cursor: pointer;
    background-image: url('../img/icon_tick_16x16.png');
    background-position: center;
    background-repeat: no-repeat;
}
input[type=checkbox]:disabled{
    opacity: 0.3;
    pointer-events: none;
}
button:disabled {
    opacity: 0.4;
    pointer-events: none;
}
input[type=checkbox]:focus, input[type=radio]:focus{
    outline: #666;
    outline-style: dotted;
    outline-width: 1px;
}
/*input[type=radio].pretty:focus{
    opacity:0.5;
}*/
textarea{
    display: block;
    resize: none;
    border-radius: 3px;
}
label{
    font-size: 0.9em;
    font-weight: bold;
    cursor: pointer;
}
ul, .control-group ul{
    display: inline-block;
    list-style: none;
    font-size: 11px;
    margin-top: 9px;
    -webkit-padding-start: 0;
    -moz-padding-start: 8px;
}

div.folder_nav.topbar ul {vertical-align: middle;}
.control-group li{
    display: inline-block;
    list-style: none;
    font-size: 11px;
}
#title{
    clear: left;
}
input#title{
    color: #515151;
    font-size: 1em;
    font-family: inherit;
    width: 100%;
}
.breadcrumb{
    font-size: 11px;
    font-family: tahoma, sans-serif;
}
.topbar{
    position: relative;
    height: 54px;
    /*    background-image: url('../img/satingrad.png');*/
    background: linear-gradient(to bottom,  #fefefe, #E7E2D3);
}
.warn-ri{
    width: 100%;
    background: #ff5858a1;
    height: 100%;
    position: absolute;
    display: flex;
}
.warn-ri:hover{
    z-index: -1;
}
.warn-ri::after {
    content: 'Warning: RFI limit reached';
    margin: auto;
    background: white;
    padding: 4px;
    font-size: 1.2rem;
}
#container.priority .topbar{
    background: linear-gradient(to bottom,  #fefefe, #fdaf21a3);
}

.folder_nav.topbar {
	line-height: 2;
	height: 3m;
        position: static;
}

.folder_nav.topbar li.button {
	display: inline-block;
	margin: auto;
	height: auto;
	padding: 0.3em;
	line-height: normal;
	position: static;
}

.folder_nav.topbar form.button {
	display: list-item;
	list-style: none;
}

.folder_nav.topbar form input[type=submit] {
    padding: auto;
    height: 100%;
    color: #ffffff;
    background: transparent;
    border: none;
    font-size: 1.25em;
    font-weight: bold;
    min-height: 0;
    padding: 0.3em 0.4em;
}
div#folder_actions form{
    vertical-align: middle;
    line-height: 2;
}
div#folder_actions button{
    margin: 0.5em 0;
    vertical-align: middle;
    line-height: 1;
}
.topbar h4{
    margin-bottom: 2px;
    margin-top: 0.5em
}
.button, .control-group .button{
    display: inline-block;
    position: relative;
    margin: 6px 0px 0px 0px;
    height: 32px;
    line-height: 32px;
    padding: 0 0.5em;
    vertical-align: middle;
    /*    background-image: url('../img/satingrad_blue.png');*/
    box-shadow: 0px 1px 2px #999;
    background: #4b819c;
    background: -moz-linear-gradient(top,  #4b819c 0%, #528ca9 3%, #528eab 6%, #477b94 29%, #43738a 49%, #386073 51%, #3a6377 69%, #3c687d 77%, #406e85 86%, #43738a 89%, #45768e 94%, #477b94 97%, #375f72 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b819c), color-stop(3%,#528ca9), color-stop(6%,#528eab), color-stop(29%,#477b94), color-stop(49%,#43738a), color-stop(51%,#386073), color-stop(69%,#3a6377), color-stop(77%,#3c687d), color-stop(86%,#406e85), color-stop(89%,#43738a), color-stop(94%,#45768e), color-stop(97%,#477b94), color-stop(100%,#375f72));
    background: -webkit-linear-gradient(top,  #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    background: -o-linear-gradient(top,  #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    background: -ms-linear-gradient(top,  #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    background: linear-gradient(to bottom,  #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b819c', endColorstr='#375f72',GradientType=0 );
    cursor: pointer;
}
span.button_zoom{
    display: inline-block;
/*    position: relative;*/
    margin: 0px -11px 8px 0px;
    height: 14px;
    padding: 1px 3px 3px 1px;
    vertical-align: bottom;
/*    background-image: url('../img/satingrad_blue.png');*/
    box-shadow: 0px 1px 2px #999;
    color: #ffffff;
    background: #4b819c;
    background: -moz-linear-gradient(top,  #4b819c 0%, #528ca9 3%, #528eab 6%, #477b94 29%, #43738a 49%, #386073 51%, #3a6377 69%, #3c687d 77%, #406e85 86%, #43738a 89%, #45768e 94%, #477b94 97%, #375f72 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b819c), color-stop(3%,#528ca9), color-stop(6%,#528eab), color-stop(29%,#477b94), color-stop(49%,#43738a), color-stop(51%,#386073), color-stop(69%,#3a6377), color-stop(77%,#3c687d), color-stop(86%,#406e85), color-stop(89%,#43738a), color-stop(94%,#45768e), color-stop(97%,#477b94), color-stop(100%,#375f72));
    background: -webkit-linear-gradient(top,  #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    background: -o-linear-gradient(top,  #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    background: -ms-linear-gradient(top,  #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    background: linear-gradient(to bottom,  #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b819c', endColorstr='#375f72',GradientType=0 );
    cursor: pointer;
}
.node.priority span.button_zoom{
    filter: hue-rotate(180deg);
}
span.button_small{
    display: inline-block;
/*    position: relative;*/
    height: 20px;
    margin: 0;
    /*margin-top: 2px;*/
    padding: 3px 3px 1px 1px;
    vertical-align: middle;
/*    background-image: url('../img/satingrad_blue.png');*/
    box-shadow: 0px 1px 2px #999;
    color: #ffffff;
    background: #4b819c;
    background: -moz-linear-gradient(top,  #4b819c 0%, #528ca9 3%, #528eab 6%, #477b94 29%, #43738a 49%, #386073 51%, #3a6377 69%, #3c687d 77%, #406e85 86%, #43738a 89%, #45768e 94%, #477b94 97%, #375f72 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b819c), color-stop(3%,#528ca9), color-stop(6%,#528eab), color-stop(29%,#477b94), color-stop(49%,#43738a), color-stop(51%,#386073), color-stop(69%,#3a6377), color-stop(77%,#3c687d), color-stop(86%,#406e85), color-stop(89%,#43738a), color-stop(94%,#45768e), color-stop(97%,#477b94), color-stop(100%,#375f72));
    background: -webkit-linear-gradient(top,  #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    background: -o-linear-gradient(top,  #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    background: -ms-linear-gradient(top,  #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    background: linear-gradient(to bottom,  #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b819c', endColorstr='#375f72',GradientType=0 );
    cursor: pointer;
}
span.button_small#new_job{
    margin-top: 1.2em;
}
div.col_foldername span.button_small span{
    vertical-align: middle;
}
span.button_small.saveRefresh, span.button_small.mail{
    float: right;
    margin-right: 4px;
}
span.button_zoom.disabled, span.button_small.disabled, button:disabled span.button_small{
    opacity: 0.4;
    cursor: default;
}
span.button_zoom.disabled:hover, span.button_small.disabled:hover, button:disabled span.button_small:hover{
    opacity: 0.4;
    cursor: default;
}
span.button_small span{
    display: inline-block;
    margin: 1px 3px;
    vertical-align: top;
    font-size: 11px;
    font-weight: bold;
}
span.button_zoom span, span.button_small span.ui-icon-white{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0;
}
label.button{
    display: inline-block;
    white-space: normal;
    text-align: center;
    text-shadow:    0 1px 1px #FFF,
                    0 -1px 1px #000;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 1px grey;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.file_action label.button_small.lhend.rhend {
	color: white;
	width: auto;
}

table#pending_amends label.square.enabled.button, .col_question .subquestion label.square.enabled.button {
    display: inline-block;
    white-space: normal;
    background-image: -webkit-linear-gradient(#E9E9E9,#D7D7D7);
    color: rgba(71, 77, 87, 0.8);
    text-align: center;
    text-shadow: 0 1px 1px #FFF, 0 -1px 1px #000;
    border: 1px rgba(0,0,0,0.2) solid;
    border-radius: 3px;
    width: 40px;
    min-width: unset;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

table#pending_amends label.square.enabled.button.checked, label.square.enabled.button.checked:not(.critical) {
    background-image: -webkit-linear-gradient(#8EBEE3,#3F7DC0);
    color: white;
}
label.button.upload{
    width: 62px;
    margin: 0;
    padding: 0px 6px;
    text-align: left;
}
.lhend{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.rhend{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.interst{
    display: table-cell;
    height: 36px;
    width: 3px;
    background-image: url("../img/interstit.png");    
}
.interst_30{
    display: table-cell;
    height: 9px;
    width: 3px;
    background-image: url("../img/interstit.png");
}
ul#gnav > li{
    position: relative;
    cursor: pointer;
/*    display: table-cell;*/
    vertical-align:middle;
    flex-grow: 1;
    color: white;
    background-image: url("../img/shinygrad.png");
    background-repeat: repeat-x;    
}
ul#gnav > li#log_out{
    max-width: 8em;
}
ul#gnav > li > *:first-child:hover{
    background-color: #00000022;
}
ul#gnav > li > *{
    color: white;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.8),
        0px 1px 1px rgba(255,255,255,0.8);
    display: block;
    height: 100%;
}
ul#gnav li#logged_in{
    z-index: 1;
    font-style: italic;
    flex-grow: 0;
}
ul#gnav li#logged_in > * {
    font-style: initial;
    cursor: auto;
    opacity: unset;
}
#user_nav_menu label {
    /*display: block;*/
}
img.png-shadow{
    filter: drop-shadow(0px -1px 1px rgba(0,0,0,0.8))
        drop-shadow(0px 1px 1px rgba(255,255,255,0.8));
}
ul#gnav{
    display: flex;
    position:relative;
    padding: 0;
    margin-top: 12px;
    margin-bottom: 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*    width: 960px;*/
    list-style: none outside none;
    /*    background-color: black;*/
    -webkit-box-shadow: 0 5px 3px -3px #bbbbbb;
    -moz-box-shadow: 0 5px 3px -3px #bbbbbb;
    box-shadow: 0 5px 3px -3px rgba(0,0,0,0.3);
    height: 2.2em;
    font-size: 1em;
    line-height: 2em;
}
ul#gnav > li a{
/*    display: block;
    height: 36px;*/
    text-decoration: none;
    color: inherit;
}

ul#gnav ul#user_nav_menu > li > div > a {
	padding-left: 2em;
}
#user_nav_menu img.signature-image {
    width: 25em;
    min-width: 25em;
    border-radius: 1px;
    background-color: currentColor;
}
.ie_only{
    display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ie_display_none{
        display: none!important;
    }
    .ie_only{
        display: inherit;
    }
}
#logged_in summary img {
    height: 1.5em;
    vertical-align: middle;
    margin: 0 0.5em;
}
ul#gnav #logged_in summary::after {
    content: '\25bc';
    font-size: 0.6em;
    margin: 0 1em;
    vertical-align: middle;
}
ul#gnav summary{
    outline: none;
    list-style: none;
}
ul#gnav summary::-webkit-details-marker{
    display: none;
}
ul#user_nav_menu{
    /*visibility: hidden;*/
    background-color: dimgray;
    color: white;
    text-shadow: none;
    font-size: 1em;
    /*width: 20vw;*/
    position: absolute;
    right: 0;
    margin-top: auto;
    text-align: initial;
    padding: 0 0.5em;
    /*height: calc(100vh - 3rem);*/
}
details:hover ul#user_nav_menu{
    /*visibility: visible;*/
}
li#my_profile{
    display: flex;
    flex-direction: row;
}
#my_locations > label {
    cursor: default;
}
#my_locations details div {
    display: flex;
    /* flex-direction: row; */
    flex-flow: wrap row;
    max-height: 50vh;
    justify-content: space-evenly;
    overflow-y: scroll;
}
#my_locations form {
    display: inline-block;
    width: fit-content;
}
#my_locations form label {
    padding: 0.3em;
    border-radius: 4px;
    color: darkgray;
}
#my_locations form input:checked + label {
    box-shadow: inset 0px 0px 1px 1px;
    color: white;
}
#my_locations form input:not(:checked) + label:hover {
    box-shadow: inset 0px 0px 1px 1px white;
}
li#my_locations {
    margin-right: -1em;
}
#my_locations form input {
    display: none;
}
#do_logout img{
    filter: invert(100%);
}
.signature_download {
    display: flex;
}
.signature_download label {
    /* flex-grow: 1; */
    cursor: auto;
}
div.folder_nav .button{
    /* margin: 1em 0px; */
}
.button:hover, .button_zoom:hover, span.button_small:hover{
    opacity: 0.8;
}
.button:hover ul{
    height: auto;
    transition: height 0.6s;
    -webkit-transition: height 0.6s;
    -moz-transition: height 0.6s;
    -o-transition: height 0.6s;
}
.button:hover li{
    visibility: visible;
}
ul.menu .button span{
    float: left;    
    width: 18px;
    height: 18px;
}
label.button.upload span{
    width: 16px;
    height: 16px;
    margin: 8px 0px;
}
.button div{
    display: inline-block;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
}
.button ul{
    width: 57em;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    color: #2694e8;
    background-color: #feffef;
    opacity: 0.9;
    transition: height 0.6s;
    -webkit-transition: height 0.6s;
    -moz-transition: height 0.6s;
    -o-transition: height 0.6s;
    -webkit-margin-before: 8px;
}
.menu-dropdown#mnu_documents #list_doc_type li{
    display: block;
    padding: 0 4px;
    margin: 0px;
    line-height: 2.2em;
}
div#list_doc_type{
    display: flex;
    flex-direction: column;
}
div#list_doc_type #versioned_docs{
    border-bottom: groove gainsboro 2px;
}
div#list_doc_type #versioned_docs form *{
    background-color: transparent;
}
div#list_doc_type.reversed{
    flex-direction: column-reverse;
}
div#list_doc_type.reversed #versioned_docs{
    border-bottom: none;
    border-top: groove gainsboro 2px;
}
.menu-dropdown#mnu_locations li{
    float: left;
    padding: 0px 4px;
    margin-left: 0px;
/*    visibility: hidden;*/
    width: 20em;
}

.menu-dropdown#mnu_locations li.disabled {
	opacity: 0.3;
}
ul.menu-dropdown #list_doc_type li:not(.li_heading):hover{
/*    font-weight: bold;*/
    opacity: 1;
/*    color: #515151;*/
    background-color: #d7ebf9;
}
.li_heading{
    color: #515151;
}
.tasks{
/*    height: 48px;*/
    padding-bottom: 6px;
}
.blue{
    background-color: #E8F1FF;
}
.form{
    border: 1px solid #999;
}
#editor{
    display: block;
}
#container{
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 8px;
    left: 8px;
    right: 8px;
    top: 60px;
    padding: 6px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 5px 0px #bbbbbb;
    -moz-box-shadow: 0px 2px 5px 0px #bbbbbb;
    box-shadow: 0px 2px 5px 0px #bbbbbb;
    /*    border: 1px solid red;*/
}
.controlWrap{
    position: relative;
    margin: 6px;
}
.scroller{
    position: relative;
    min-height: 200px;
    overflow-y: auto;
}
.detail{
    margin-top: 8px;
}
.grid{
/*    display: table;*/
    border-collapse: collapse;
}
.row{
    position: relative;
    display: inline-block;
    width: 948px;
}
.row .field{
    display: inline-block;
    float: left;
    position: relative;
    height: 22px;
    background-color: #fff;
    padding: 0;
    border: 1px solid #ccc;
    overflow: visible;
    vertical-align: middle;
}
.field input, .field select{
    border: 1px solid transparent;
/*    background-color: transparent;*/
    height: 100%;
    margin: 0;
    padding: 0;
}
input:focus{
    border: 1px solid #7F9DB9;
}
select{
/*    -webkit-appearance: none;*/
    border-color: transparent;
    background-color: #FFFFFF;
/*    background-color: transparent*/
}
select:focus{
    border: 1px solid #7F9DB9;
    opacity: 1;
}
.col_refs{
    min-width: 8%;
    width: 8%;
}
.col_question{
    min-width: 38%;
    width: 38%;
}
.col_responses{
    min-width: 54%;
    width: 54%;
    line-height: 3em;
}

.col_responses .textarea {
    line-height: 1em;
}

.col_topic_na{
    width: 4%;
}
.col_responses .node.questionresponse{
    display: inline;
    position: relative;
}
.col_responses .node.questionresponse.readonly {
	pointer-events: none;
	opacity: 0.5;
}
.col_responses .hover_intent{
    position: absolute;
    width: 22px;
    /*height: 22px;*/
    background-color: #B8860B;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    opacity: 0.2;
    -webkit-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
    border-radius: 0 0 6px 0;
    word-wrap: break-word;
    z-index: 1;
}
.col_responses .hover_intent:hover, .col_responses .hover_intent.hovered{
    opacity: 1;
}
.col_responses .hover_intent ul{
    display: none;
    position: absolute;
    width: 0px;
    height: 0px;
    visibility: hidden;
    background-color: lightGoldenrodYellow;
    color: #000;
    opacity: 0;
    font-size: 1em;
    font-weight: initial;
    text-align: initial;
    margin: 0;
    padding: 0.5em;
    box-shadow: 0px 1px 3px 2px #515151;
    border-radius: 3px 0 3px 3px;
    z-index: -1;
}
.col_responses .hover_intent:not(.hovered) ul{
    -webkit-transition: height 0ms linear 500ms;
    transition: height 0ms linear 500ms;
}
.col_responses .hover_intent:hover ul.q_history, .col_responses .hover_intent.hovered ul.q_history{
    display: inline-block;
    width: 20em;
    height: auto;
    opacity: 1;
    visibility: visible;
    /*-webkit-transition: opacity 0s;*/
    -webkit-transform: translateX(-22em) translateY(1px);
    z-index: 1;
}
.col_responses .hover_intent ul li{
    display: none;
    width: 0;
    opacity: 0;
}
.col_responses .hover_intent:not(.hovered) ul li{
    -webkit-transition: opacity 0ms linear 500ms;
    transition: opacity 0ms linear 500ms;
}
.col_responses .hover_intent:hover ul li, .col_responses .hover_intent.hovered ul li{
    display: block;
    width: 20em;
    opacity: 1;
}
.col_responses div.questionresponse select.critical{
    background-color: yellow;
}
.col_refs input{
    width: 100%;
    height: 100%;
}
.col_topic input{
    width: 400px;
    height: 100%;
}
.col_question input[type=text]{
    -webkit-appearance: none;
    /*float: left;*/
    width: 24em;
    height: 20px;
/*    height: 100%;*/
}

.col_question input[type="text"]:disabled {
    border: none;
}
.col_question div.parent_question{
    /*font-weight: bold;*/
}
.col_question div.subquestion{
    display: flex;
    text-indent: 1em;
    align-items: baseline;
}
.col_question div.subquestion span.text{
    /*font-weight: bold;*/
}
.col_question div.subquestion label{
    font-weight: normal;
    min-width: 24em;
    vertical-align: middle;
}
.col_question div.subquestion label select{
    float: right;
    min-width: 6em;
}
.col_control select{
    width: 100px;
    height: 22px;
}
select.critical {
    background-color: yellow;
}
em.critical {
    color: red;
}
.btn_delete{
    float: right;
    margin: 3px 3px;
    width: 16px;
    height: 16px;
    background-color: indianred;
}
.btn_repeat{
    cursor: pointer;
    float: left;
    margin: 3px 3px;
    width: 16px;
    height: 16px;
    background-color: greenyellow;
}
.small_button span{
    float: left;
    width: 16px;
    height: 16px;
}
.document_header{
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
}
.document_header div{
    display: inline-block;    
}
.document_footer{
    height: 40px;
    padding: 6px;
    background-color: #D7E7FF;
}
#checklist_title{
    width: 360px;
}
.heading-turquoise{
    background-color: #00BB99;
}
.question_line{
    
}
.column{
    float: left;
    font-size: 12px;
    font-weight: bold;
}
#btn_add_question, #btn_add_question_part{    
    height: 16px;
    padding: 3px 6px 2px 2px;
}
#btn_add_question_part{
    float: right
}
.invisible{
    visibility: hidden;
}
#checklistscope_id select{
    background-color: #fff;
}
select#scope_id{
    font-family: monospace;
}
.listview#staff_list, .listview#booking_list{
    position: relative;
    flex-grow: 1;
    width: auto;
    height: auto;
    background-color: #fff;
    font-size: 0.8em;
    border: 1px solid #2F4F4F;
    border-radius: 4px;
    overflow: hidden;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
}
#list_phone_staff input[type="tel"]:not(:hover) {
    background: transparent;
    border: transparent;
}
.listview#mail_list{
    position: absolute;
    width: auto;
    height: auto;
    top: 112px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: #fff;
    font-size: 0.8em;
/*    width: 100%;*/
/*    height: 480px;*/
/*    height: 640px;*/
    border: 1px solid #2F4F4F;
    border-radius: 4px;
/*    box-shadow: inset 0px 1px 3px #333;*/
    overflow: hidden;
}
.listview{
    position: absolute;
    width: auto;
    height: auto;
    top: 168px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: #fff;
    font-size: 0.8em;
    /*width: 100%;*/
    /*    height: 480px;*/
    /*height: 640px;*/
    border: 1px solid #2F4F4F;
    border-radius: 4px;
    /*    box-shadow: inset 0px 1px 3px #333;*/
    overflow: hidden;
}
#tabbed_invoicing .listview{
    position: initial;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 10;
    top: auto;
    bottom: auto;
    left: 5px;
    right: 5px;
    background-color: #fff;
    font-size: 0.8em;
    /*width: 100%;*/
    /*    height: 480px;*/
    /*height: 640px;*/
    border: 1px solid #2F4F4F;
    border-radius: 4px;
    /*    box-shadow: inset 0px 1px 3px #333;*/
    overflow: hidden;
}

tr.top_row, td.left_col {
	font-weight: bold;
	background-color: cadetblue;
	color: ghostwhite;
}

#invoice_summary td.left_col {
	border-left-width: 2px;
}

#invoice_summary td {
	border: solid 1px cadetblue;
	/* padding: .4em; */
}

#invoice_summary tr:first-child td:last-child {
	border-top-right-radius: .4em;
}

#invoice_summary tr:first-child td:first-child {
	border-top-left-radius: .4em;
}

#invoice_summary tr:last-child td:first-child {
	border-bottom-left-radius: .4em;
}

#invoice_summary td:last-child {
	border-right-width: 2px;
}

#invoice_summary tr:last-child td {
	border-bottom-width: 2px;
}

#invoice_summary tr:last-child td {
	border-bottom-width: 2px;
}

#invoice_summary tr:last-child td:last-child {
	border-bottom-right-radius: .4em;
}
.switch-field input {
    display: none;
}
div.switch-field > input + label {
    display: inline-block;
    float: left;
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
    margin: 0!important;
}
div.switch-field > input:first-of-type + label{
    border-radius: 4px 0 0 4px;
}
div.switch-field label:last-of-type{
    border-radius: 0 4px 4px 0;
}
div.switch-field > input:checked + label {
    background-color: #539dcb;
    color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}
div.switch-field > input:disabled + label {
    opacity: 0.5;
    pointer-events: none;
}
input#review_reqd:checked + label {
    background-color: #ff1800;
}
input#review_done:checked + label {
    background-color: yellowgreen;
}
table.table_heading {
    width: 100%;
    table-layout: fixed;
    background: linear-gradient(to bottom, #fefefe, #f3f3f3);
    height: 3em;
    text-align: left;
}

span.reorder_up_down {cursor: move;}
div.application.tabbed .listview{
    position: absolute;
    width: auto;
    height: auto;
    top: 244px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}
div.node.checklisttype_topic div.listview{
    position: absolute;
    width: auto;
    height: auto;
    top: 296px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}
div.listview#project_list{
    position: absolute;
    width: auto;
    height: auto;
    top: 214px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
div#project_list a.table_row div {
    vertical-align: middle;
}
div#project_apps {
    display: flex;
}
div#project_apps div#folder_browser div.folder_nav.topbar ul{
    margin: 1em;
}
div#project_apps div#folder_browser {
    flex-direction: row;
}
div#project_apps div#folder_browser div.centre {
    position: relative;
}
div#project_apps div#folder_browser div#folder_list{
    position: absolute;
    max-width: 20rem;
    right: 0;
    top: 0;
    z-index: 1;
    height: fit-content;
    max-height: 3em;
    margin-top: 9px;
}
div#project_apps div#folder_browser div#folder_list:hover{
    z-index: 1;
    max-height: 20rem;
}
div#project_apps div#folder_browser div.folder_nav.topbar {
    flex-shrink: 0;
    background: transparent;
}
.listview div.scroll_y{/*    height: 100%;*/position: absolute;/* height: auto; */top: 38px;bottom: 0px;}
div.listview#folder_list div.scroll_y, div.listview#project_list div.scroll_y{
    position: static;
    top: auto;
    bottom: auto;
    height: auto;
    flex-grow: 1;
}
div.node.application.tabbed .listview div.scroll_y{
    position: absolute;
    height: auto;
    top: 38px;
    bottom: 0px;
}
.listview.mini{
    display: inline-block;
    width: auto;
    height: auto;
}
.listview#folder_list{
    display: inline-flex;
    flex-direction: column;
    position: static;
    width: auto;
    height: auto;
    top: auto;
    bottom: auto;
    flex-shrink: 33;
}

div.centre {
    display: flex;
    flex-grow: 1;
    min-height: 0;
}
div.folder_name{
    font-weight: bold;
    vertical-align: middle;
}
.listview#file_list{
    display: inline-block;
    width: 71%;
    height: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: static;
}

div#file_list form#form_file_actions {
	display: flex;
	flex-direction: column;
	height: 100%;
}
div.table_heading{
    display: table-row;
    width: 100%;
    height: 38px;
    background: linear-gradient(to bottom,  #fefefe, #f3f3f3);
}
#folder_browser div.table_heading{
    display: table-row;
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom,  #fefefe, #f3f3f3);
    padding: 1em 0;
    line-height: 3;
}
div.table_heading>div.sort {
    height: 100%;
}
div.table_footer{
    width: 100%;
    text-align: center;
    height: 16px;
    font-size: 0.8em;
}
.control-group div.table_heading{
    display: table-row;
}
.control-group.narrow{
    display: inline-block;
}
#council_refs{
    float: right;
    position: relative;
    max-width: 20vw;
}

div#council_refs p {
	white-space: nowrap;
}

div#council_refs input {max-width: 8vw;}
ul.tabstrip{
    padding: 0;
}
ul.tabstrip#control_tabs_project{
    padding: 1px;
    margin-bottom: 0;
    height: 37px;
    width: 100%;
    border-bottom: 2px #515151 solid;
}
ul.tabstrip li{
    list-style: none;
    font-size: 1.2em;
}
ul#topic_tabs.tabstrip li.warning-competency div:not(.tab_spacer) {
  box-shadow: 0 -2px 4px 1px red;
}
ul.tab :last-child.tab :last-child.div{
    width: 100%
}
.tab{
    cursor: pointer;
    border-collapse: collapse;
    float: left;
    height: 36px;
    vertical-align: bottom;
}

li.tab>div.alert {
    border-color: red;
    box-shadow: 0px -2px 3px 0px red;
}
.tab div{
    height: 100%;
    float: left;
    padding-top: 2px;
    white-space: nowrap;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.7), 0px -1px 0px rgba(0,0,0,0.5);
    box-sizing: border-box;
}

.tab div.alert:after {
}
.tab div.tab_spacer{
    height: 100%;
    float: left;
    padding-top: 2px;
    white-space: nowrap;
}
li.tab.indicator > div{
    box-sizing: border-box;
    border-top: 4px solid transparent;
}
li.tab.indicator > :first-child{
/*    background-color: #aaf988;*/
/*    background-color: #199a03;*/
    color: white;
    background: #76c812;
    background: -moz-linear-gradient(top,  #76c812 0%, #69b612 50%, #5baa0c 51%, #428913 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76c812), color-stop(50%,#69b612), color-stop(51%,#5baa0c), color-stop(100%,#428913));
    background: -webkit-linear-gradient(top,  #76c812 0%,#69b612 50%,#5baa0c 51%,#428913 100%);
    background: -o-linear-gradient(top,  #76c812 0%,#69b612 50%,#5baa0c 51%,#428913 100%);
    background: -ms-linear-gradient(top,  #76c812 0%,#69b612 50%,#5baa0c 51%,#428913 100%);
    background: linear-gradient(to bottom,  #76c812 0%,#69b612 50%,#5baa0c 51%,#428913 100%);
    background-origin: border-box;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c812', endColorstr='#428913',GradientType=0 );
    opacity:1;
}
li.tab.indicator > :first-child span.topic_flag{
    float: right;
    margin-top: -4px;
}
li.tab.indicator > :first-child.incomplete{
/*    background-color: #ffcc99;*/
    color: #174631;
/*    text-shadow: 0px -1px 2px #222, 0px 1px 1px lightCyan;*/
    background: #f9b473;
    background: -moz-linear-gradient(top,  #f9b473 0%, #f8a95a 50%, #EE9632 51%, #f1a41f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9b473), color-stop(50%,#f8a95a), color-stop(51%,#EE9632), color-stop(100%,#f1a41f));
    background: -webkit-linear-gradient(top,  #AAA 0%,#f8a95a 50%,#EE9632 51%,#f1a41f 100%);
    background: -o-linear-gradient(top,  #f9b473 0%,#f8a95a 50%,#EE9632 51%,#f1a41f 100%);
    background: -ms-linear-gradient(top,  #f9b473 0%,#f8a95a 50%,#EE9632 51%,#f1a41f 100%);
    background: linear-gradient(to bottom,  #f9b473 0%,#f8a95a 50%,#EE9632 51%,#f1a41f 100%);
    background-origin: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b473', endColorstr='#f1a41f',GradientType=0 );
}
li.tab.indicator.active > :first-child{
    padding-top: 4px;
}
li.tab.indicator:not(.active) > :first-child.N{
    color: #818181;
    text-shadow: 0px -1px 2px #222, 0px 1px 1px #E0E0E0;
    background: #AAA;
}
li.tab > :first-child{
    padding: 0 4px;
    color: #0A4B91;
    background-color: #F2F5F7;
    border-top:#ddd solid 1px;
    border-left:#ddd solid 1px;
    border-right:#ddd solid 1px;
    border-bottom:#000 solid 1px;
    border-radius: 4px 4px 0px 0px;
    opacity: 0.75;
}

li.tab > :first-child input[type="submit"] {
    padding: 0 4px;
    color: #0A4B91;
    background-color: #F2F5F7;
    border-top: #ddd solid 1px;
    border-left: #ddd solid 1px;
    border-right: #ddd solid 1px;
    border-bottom: #000 solid 1px;
    border-radius: 4px 4px 0px 0px;
    opacity: 0.75;
}
[id^="tabstrip_"] input[type="submit"] {
    /* font-size: 1em; */
    height: 2.4em;
    color: #0A4B91;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.7), 0px -1px 0px rgba(0,0,0,0.5);
    background-color: #F2F5F7;
    border-top: #ddd solid 1px;
    border-left: #ddd solid 1px;
    border-right: #ddd solid 1px;
    border-bottom: #000 solid 1px; 
    border-radius: 4px 4px 0px 0px;
    opacity: 0.75;
}
[id^="tabstrip_"] input[type="submit"].active {
    border: 1px solid black;
    color: black;
    border-bottom-style: hidden;
    background: linear-gradient(to bottom, #fefefe, #E7E2D3);
}
[id^="tabstrip_"] input[type="submit"]:hover {
    opacity: 1;
}
[id^="tabstrip_"] input[type="submit"]:disabled {
    color: lightgray;
}
[id^="tabstrip_"] input[type="checkbox"].myob_sync:not(:disabled):hover {
    filter:unset;
}
[id^="tabstrip_"] input[type="checkbox"].myob_sync {
    position: absolute;
    float: right;
    width: 3em;
    top: 0;
    right: 0;
    background: url(/img/myob-logo.png) no-repeat center;
    background-size: contain;
    margin: unset;
    margin-right: 1em;
    filter: grayscale(80%);
    border-color: transparent;
    outline: none;
}
input.myob_sync:focus {
	filter: unset;
	box-shadow: none;
}
li.tab > :first-child form.ajaxical{
    position: relative;
    float: right;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
li.tab.critical > :first-child{
    border-top-color: yellow;
    border-top-style: dashed;
    border-top-width: 4px;
}
li.tab.active.critical > :first-child{
    border: yellow solid 1px;
    border-top-width: 4px;
    border-top-style: dashed;
}
li.tab > :first-child.narrow{
   width: 9em;
   white-space: normal;
}
li.tab > :first-child:hover{
    opacity: 1;
}
li.tab.indicator > :first-child:hover{
    opacity: 0.8;
}
.tab > :last-child{
    width: 3px;
    padding-top: 1px;
/*    border-left:#ccc solid 1px;*/
    border-bottom:#666 solid 1px;
}
.tab > :last-child.tab_spacer{
    width: 3px;
    padding-top: 1px;
/*    border-left:#ccc solid 1px;*/
    border-bottom:#666 solid 1px;
}
li.tab.active > :first-child{
    color: #515151;
    border: #666 solid 1px;
    border-bottom-style: hidden;
    /*    font-weight: bold;*/
    /*    background: url('../img/satingrad.png');*/
    background: linear-gradient(to bottom,  #fefefe, #E7E2D3);
    height: 37px;
    opacity: 1;
    box-shadow: 0px -1px 4px 0px #ccc;
}
li.tab > :first-child.waiting, .waiting{
    background-image: url(../img/ui-anim_basic_16x16.gif);
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    color: rgba(0,0,0,0.2);
    opacity: 0.6;
    pointer-events: none;
}
.centre.will_wait.waiting::after {
    content: url(../img/ui-anim_basic_16x16.gif);
    margin: auto;
    z-index: 1;
}
.spinner{
    opacity: 0.85;
    pointer-events: none;
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  font-size: 4em;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: spinner .6s linear infinite;
  z-index: 1;
}
li.underline{
    border: 1px solid;
    bottom: 1px;
    position: relative;
    display: inline-block;
    width: 100%;
}
div[id^=mail].waiting div[class^=col_]{
    background-image: none !important;
}
li.tab.indicator.active > :first-child:not(.N){
/*    color: #515151;*/
    color: #008000;
}
li.tab.indicator.active > :first-child.incomplete{
    color: #FF7D02;
    background: linear-gradient(to bottom,  #fefefe, #E7E2D3);
}
li.tab a{
    display: block;
    width: 18px;
    height: 36px;
    text-align: center;
}
.control-group.node.tabbed.active{
    display: inline-block;
    width: 100%;
}
.tabbed{
    display: inline-flex;
    flex-direction: column;
    /*    height: 100%;*/
    width: 100%;
    flex-grow: 1;
}

div#tab_topic.readonly [id^=control_] {pointer-events: none;user-select: text;}

div#tab_topic.readonly a#upgrade_link {
    pointer-events: all;
    display: contents;
    vertical-align: middle;
    line-height: 3;
}
div#tab_topic.readonly .listview{
    filter: grayscale(75%) contrast(75%);
}
.tabbed:not(.active){
    display: none;
}
.table{
    display: table;
    border-collapse: collapse;
}
.table_row, .control-group div.table_row{
    display: table-row;
    /*    width: 100%;*/
    height: 3em;
    /* line-height: 3em; */
}

div#list_configs .table_row {
    line-height: 3em;
}

div#list_configs .table_row.inactive {
    color: gray;
}

div#list_configs .droppable {
    display: table-row;
    width: 100%;
    height: 1px;
}

form.droppable.ui-droppable div {
    /* display: block; */
    /* width: 100%; */
}

div#list_configs .droppable.droppable_hover {
    border: 2px solid blue;
    height: 2px;
    background: blue;
}
.tabbed.application .table_row div{
    vertical-align: middle;
}
div#areas_of_practice div.table_row, div#user_locationfrom div.table_row, div#user_locationto div.table_row{
    height: auto;
}
div.recipient_list div.table_row{
    height: auto;
}
.table_row.select{
/*    cursor: pointer;    */
}
.list_row{
    display: table-row;
    width: 100%;
    height: 3em;
}
.control-group label.table_cell{
    display: table-cell;
    padding-left: 0.5em;
/*    font-size: larger;*/
/*    border-bottom: 1px dotted #ddd*/
}
.table_row span.table_cell{
    display: inline-block;    
}
.table_cell.attachment_file_name{
    width: 48em;
    margin: 0;
    padding: 0;
}
.table_cell.recipient_type{
    width: 5em;
    margin: 0;
    padding: 0;
}
.table_cell.recipient_name{
    width: 22em;
}
.table_cell.email{
    width: 4em;
    font-weight: bold;
    white-space: nowrap;
}
.scroll_y{
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
#tabbed_invoicing > *{
    /* vertical-align: top; */
    margin-top: 1em;
}
#tabbed_invoicing .listview tbody.table_heading {
    background: linear-gradient(to bottom,  #fefefe, #f3f3f3);
}
#tabbed_invoicing .listview tbody.table_heading td{
    background-color: transparent;
    color: #2694e8;
}
.listview div.scroll_y.flex-v {
    position: relative;
    flex-grow: 1;
    top: auto;
    flex-shrink: 1;
    bottom: auto;
}
.flex-h {
    display: flex!important;
    flex-flow: row wrap;
}
.flex-h > * {
    flex-grow:1;
}
.scroll_y table {
    width: 100%;
    /* border-collapse: collapse; */
}
.council_order input {
    width: -webkit-fill-available;
}
.third-width table {
    width: 100%;
    table-layout: fixed;
}
#list_billables details table {
    padding-left: 2em;
    background-color: lavenderblush;
}
td.billable_head a{
    text-decoration: none;
    display: flex;
    color: white;
}
td.billable_head a * {
    vertical-align: middle;
    display: inline-block;
    margin: auto;
}
td.billable_head a:hover span {
    text-decoration: inherit;
}
td.billable_head a em {
	padding: 1rem;
	font-size: 1.1em;
	text-align: right;
	flex-grow: 1;
}
td.billable_head a:hover span {
    text-decoration: underline;
}
#form_council .scroll_y {
    height: -webkit-fill-available;
}
div.tabstrip {
  position: relative;
  min-height: 6em; /* This part sucks */
  clear: both;
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
}

div.tabstrip div.tabstrip {
	/* display: block; */
}

#form_council .tabstrip_wrapper {
	min-height: 67vh;
}

.control-group div.tabstrip {
	margin-top: 1em;
	display: flex;
}
div.tabstrip .tab-content {
  /* float: left; */
  margin: initial;
  height: 3em;
}
div.tabstrip .tab-content > label {
  background: #eee; 
  padding: 10px; 
  border: 1px solid #ccc; 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
}
div.tabstrip > .tab-content [type=radio] {
  display: none;
}
div.tabstrip .tabbed-content {
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  bottom: 0;
  /* height: 50vh; */
  background: white;
  visibility: hidden;
}

div.council_applicationtype .tabbed-content {
	top: 6em;
	/* display: flex; */
	vertical-align: middle;
	line-height: 1.2em;
}

div.council_applicationtype_charge.flex-row {
	line-height: 0.8em;
}

div.council_applicationtype .tabbed-content *:not(label) {
	/* height: 3em; */
	padding: 0 0.5em;
	flex-grow: 1;
}

div.council_applicationtype .tabbed-content *.flex-row .flex-shrink {flex-grow: 0!important;flex-shrink: 1;}

.flex-row {
	display: flex;
}

div.council_applicationtype .tabbed-content textarea {
	height: 5em;
	width: 100%;
	padding: 0;
}
div.tabstrip .tab-content > [type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  /*z-index: 2;*/
}
div.tabstrip .tab-content > [type=radio]:checked ~ label ~ .tabbed-content {
  /*z-index: 1;*/
  visibility: visible;
}
.table_body, .control-group div.table_body{
    display: table;
    border-collapse: collapse;
    border-radius: 4px;
    width: 100%;
    margin: 0;
    table-layout: fixed;
}

div#tab_topic .scroll_y .table_body{
    padding-bottom: 15vh;
}

.table_body span.empty_list{
    margin-top: 1em;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1.5em;
    color: #999;
}
.table_row:nth-of-type(even){
/*    background-color: #E7E2D3;*/
    background-color: #F0EDE4;
}
div#container.priority .table_row:nth-of-type(even) {
    background: #fde7c0;
}
.control-group div.node.userinput.table_row:not(:last-child), .control-group div.node.reportinput.table_row:not(:last-child), .control-group label.node.userinputresponse.table_row, .control-group label.node.reportinputresponse.table_row{
    display: table-row;
    height: 2.4em;
    background-color: #E7E2D3;
    border-bottom: 1px solid #2694E8;
}
.control-group div.node.userinput.table_row div.userinputresponse.repeatable{
    display: table-row;
    height: 2.4em;
}
.control-group div.node.reportinput.table_row div.repeatable{
    display: table-row;
    height: 2.4em;
}
.control-group div.node.userinput.table_row div.textarea, .control-group div.node.reportinput.table_row div.textarea{
    width: 780px;
    max-width: 780px;
    white-space: normal;
    font-size: 1.1em;
    outline: none;
}
.control-group div.node.userinputresponse.cr.repeatable div.textarea{
    min-height: 2em;
}
.table_heading > div, .control-group .table_heading div{
    display: table-cell;
    vertical-align: middle;
    color: #2694e8;
    border-radius: 3px;
}
.table_heading > div div.topic_na{
    float: right;
}

#tab_topic.readonly div.topic_na {
	pointer-events: none;
}
form#form_filter_sort div.table_heading button {
    color: #2694e8;
    width: 100%;
    height: 100%;
    text-align: left;
    margin: 0;
    padding: initial;
    border-collapse: collapse;
    box-sizing: content-box;
}
.table_heading div.sort:hover{
    cursor: pointer;
    color: #333;
    text-decoration: underline;
}
.table_heading div.sort.asc, .table_heading div.sort.desc{
    font-weight: bold;
    color: #333;
}
.table_heading div.sort.asc > span:after{
    content: "\25b2";
}
.table_heading div.sort.desc > span:after{
    content: "\25bc";
}
.table_heading button.sort.asc::after{
    content: "\25b2";
    float: right;
}
.table_heading button.sort.desc::after{
    content: "\25bc";
    float: right;
}
.col_comp_contact{
    width: 50%;
}
.col_accepted{
    text-align: center;
    width: 10%;
}
.col_assigned{
    text-align: center;
    width: 10%;
}
.col_cowreceived{
    text-align: center;
    width: 10%;
}
.table_row .col_accepted, .table_row .col_assigned, .table_row .col_cowreceived, .table_row .col_inspection_passed{
    font-size: x-large;
    vertical-align: middle;
}
.col_inspection_type{
    width: 14%;
}
.col_inspection_booked{
    width: 12%;
}
.col_inspection_contact{
    width: 16%;
}
.col_inspection_time{
    width: 8%;
    white-space: nowrap;
}
.col_inspector{
    width: 10%;
    text-align: center;
}
.col_inspection_items{
    width: 14%;
}
.col_inspection_items tr.F td.result::before{
    content: "Pass";
}
.col_inspection_items tr.P td.result::before{
    content: "Part";
}
.col_inspection_items tr.X td.result::before{
    content: "Fail";
}
.col_inspection_items tr.N{
    color: #ccc;
    text-decoration: line-through;
}
.col_inspection_items .alert {
    background-color: yellow;
}
.col_inspection_report{
    text-align: center;
    width: 14%
}
.col_photos{
    width: 12%;
    text-align: center;
}
.col_photos *{
    cursor: pointer;
}
.col_photos.some div{
    background-image: url('../img/camera_outline.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    pointer-events: none;
}
.col_photos.some input{
    border: none;
    background-color: transparent;
    box-shadow: none;
    width: 32px;
    min-height: 3em;
    pointer-events: auto;
}
.col_photos.some div:hover{
    opacity: 0.5;
}
.col_lbp{
    width: 36%;
    vertical-align: middle;
}
.col_design_lbp{
    width: 40%;
    vertical-align: middle;
}
.col_rbw{
    width: 34%;
    vertical-align: middle;
}
.col_jobNo{
    width: 4%;
}
.col_ccl{
    width: 3%;
}
.col_cclref{
    width: 7%;
}
.col_apptype{
    width: 3%;
}
.col_description{
    width: 20%;
}
.col_loaded{
    width: 5%;
}
.col_lotNo{
    width: 3%;
}
.col_owner{
    width: 11%;
}
.col_received{
    width: 5%;
}
.col_live{
    text-align: center;
    width: 4%;
}
div#project_list a.pre_live .col_live, div#project_list a.pre_live .col_suspended {
  color: gray;
}
.col_suspended{
    text-align: center;
    width: 4%;
}
.col_location_days{
    text-align: center;
    width: 4%;
}

.col_critical_days {
    text-align: center;
    width: 4%;
}
.col_streetAddr{
    width: 12%;
}
.col_processor{
    text-align: center;
    width: 4%;
    position: relative;
}
a.digital .col_processor{
    color: white;
    background-color: rgba(38, 148, 232, 0.7);
}
.col_category{
    text-align: center;
    width: 4%;
}
.col_date{
    min-width: 6%;
    width: 6%;
}
.col_status{
    width: 5%;
}
.col_user{
    min-width: 5%;
    width: 5%;
}
.col_location{
    min-width: 10%;
    width: 10%;
}
.col_appstatus{
    text-align: center;
    vertical-align: middle;
    width: 3%;
    color: white;
    position: relative;
}
.col_appstatus.timer::after {
    content: '';
    background-image: url(/img/clock_32x32.png);
    width: 100%;
    height: 3em;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    background-position: center center;
}
div.table_row .col_appstatus{
    font-weight: bold;
}
.col_appstatus.live{
    background-color: orange;
}
.col_appstatus.susp{
    background-color: red;
}
.col_appstatus.none{
    background-color: grey;
}
.col_appstatus.comp{
    background-color: blue;
}
.col_appstatus.arch{
    background-color: #B8860B;
}
.col_notes{
    width: 44%;
}
#timer_start form {
    margin: 0;
    background-image: url(../img/clock_32x32.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 2em;
}
#timer_start form input{
    display: block;
    min-height: 0;
    height: 2rem;
    color: green;
    background: transparent;
    border-color: transparent;
    font: inherit;
    font-size: 2em;
    line-height: 1rem;
}
#timer_start.timing form input {
    color: #ca2127;
}
input.ui_tpicker_time_input, .field.timepicker {
    width: 5em;
}
#time_slip {
    vertical-align: top;
}
#time_slip_body td, .billing_charge_row td{
    padding: 0.5em;
}

.billing_charge_row td textarea {
    height: unset;
    background: transparent;
    border: transparent;
}

.billing_charge_row td textarea:focus {
	background: white;
}

.billing_charge_row td textarea:not([readonly]):not([disabled]):hover {
	background: white;
}

.billing_charge_row td textarea[readonly] {
    background: transparent;
}

#invoice_charges td {
    background-color: blanchedalmond;
}

#invoice_action td {background-color: initial;}

#invoice_action td > label {
	font-size: 1.4em;
}

#billing_charge_heading td, #billing_charge_footer td {
    background-color: dimgrey;
    color: white;
}

#invoice_charges h5 {
    background-color: unset;
}

#time_slip td {
    background-color: #d7e2e6;
}
#time_slip select, #time_slip input {
    margin-left: 0;
    text-align: center;
    margin: auto;
}

input#control_lapsed_time {
	max-width: calc(90% - 1em);
}
div#timer_start.disabled {
    /*pointer-events: none;*/
    opacity: 0.6;
    filter: grayscale();
}
div.timer .cell {
	/*Should only display 1 digit. Hence height = line height of .numbers
	and width = width of .numbers*/
	width: 0.60em;
	height: var(--timer-height);
	font-size: var(--timer-height);
	overflow: hidden;
	position: relative;
	float: left;
}

.numbers {
	width: 0.6em;
	line-height: var(--timer-height);
	font-family: digital, arial, verdana;
	text-align: center;
	
	position: absolute;
	top: 0;
	left: 0;
	
	/*Glow to the text*/
	text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

 /*Control code*/
/*#stop:checked~.timer .numbers {animation-play-state: paused;}*/
/*#start:checked~.timer .numbers {animation-play-state: running;}
#reset:checked~.timer .numbers {animation: none;}*/
.timer .numbers {animation-play-state: running;}

.moveten {
	/*The digits move but dont look good. We will use steps now
	10 digits = 10 steps. You can now see the digits swapping instead of 
	moving pixel-by-pixel*/
	animation: moveten 1s steps(10, end) infinite;
	/*By default animation should be paused*/
	animation-play-state: paused;
}
.movesix {
	animation: movesix 1s steps(6, end) infinite;
	animation-play-state: paused;
}

/*Now we need to sync the animation speed with time speed*/
/*One second per digit. 10 digits. Hence 10s*/
.seconds {animation-duration: 10s;}
.tenseconds {animation-duration: 60s;} /*60 times .second*/

.minutes {animation-duration: 600s;} /*60 times .second*/
.tenminutes {animation-duration: 3600s;} /*60 times .minute*/

.hours {animation-duration: 36000s;} /*60 times .minute*/
.tenhours {animation-duration: 360000s;} /*10 times .hour*/

/*The stopwatch looks good now. Lets add some styles*/

/*Lets animate the digit now - the main part of this tutorial*/
/*We are using prefixfree, so no need of vendor prefixes*/
/*The logic of the animation is to alter the 'top' value of the absolutely
positioned .numbers*/
/*Minutes and Seconds should be limited to only '60' and not '100'
Hence we need to create 2 animations. One with 10 steps and 10 digits and
the other one with 6 steps and 6 digits*/
@keyframes moveten {
	0% {top: 0;}
	100% {top: calc(-10 * var(--timer-height));} 
	/*height = 2rem. digits = 10. hence -10em to move it completely to the top*/
}

@keyframes movesix {
	0% {top: 0;}
	100% {top: calc(-6 * var(--timer-height));} 
	/*height = 2rem. digits = 6. hence -6em to move it completely to the top*/
}
.blinky {
  animation: blinker 1s cubic-bezier(1, -0.32, 0.02, 0.9) infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.tabbed.application .table_row div.col_notes.time{
    /*vertical-align: middle;*/
    background-image: url('/img/clock_32x32.png');
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: bottom;
}

.tabbed.application .table_row div.col_notes.cost {
	background-image: url(/img/cost_32x32.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: bottom;
}

.tabbed.application .table_row div.col_notes.invoice {
    background-image: url(/img/invoice_32x32.png);
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: bottom;
}
.tabbed.application .table_row div.col_notes.time span.proc_user_hrs{
    display: block;
    width: 0;
    height: 0;
    font-weight: bold;
    line-height: 4em;
    color: #065DA0;
    text-shadow: -1px 2px 4px #888;
    vertical-align: bottom;
}
.tabbed.application .table_row div.col_notes.time div.proc_notes{
    display: inline-block;
    min-width: 32px;
    min-height: 32px;
    margin-left: 48px;
    vertical-align: bottom;
}
.col_document{
    max-width: 0px;
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.col_document span{
    vertical-align: middle;
}
.col_username{width: 33%}
.col_name{width: 80%;}

.col_text_internal, .col_text_council {
	width: 10%;
}

#heading_documenttype .col_name {
    width: 100%;
}
.col_rank{width: 3%;}
.col_InspectorNo{width: 17%;}
.col_email{width: 34%}
.col_street{width: 33%}
.col_CouncilName{
    width: 34%;
}
.col_CouncilInitials{
    width: 8%;
}
.col_CouncilEmail{
    width: 20%;
}
.col_CouncilStreet{
    width: 38%;
}
.col_element{
    width: 40%;
}
div.scroll_y div.col_element{
    width: 40%;
    display: table-cell;
}
div.scroll_y summary.col_element{
    width: 40%;
    display: table-cell;
}
#form_processor details.has_children > summary::before {
    font-size: 1.5em;
    position: absolute;
}
#form_processor details.has_children:not([open]) > summary::before {
    content: '+';
}
#form_processor details.has_children[open] > summary::before {
    content: '-';
}
.col_type_title{
    width: 60%;
}
.col_scope_title{
    width: 20%;
}
.col_enabled{
    width: 20%;
}
.input_list label.col_prompt{
    width: 18%;
    max-width: 14em;
    font-size: 1em;
    font-weight: bold;
}
.col_prompt span{
    white-space: nowrap;
    font-size: 0.8em;
    font-style: italic;
    font-weight: bold;
}
.col_text{
    width: 82%;
    font-weight: normal;
    vertical-align: middle;
}
div.node.userinput.table_row.select .col_text{
    font-weight: bold;
}
.col_text div.textarea{
    background-color: #ffffff;
}
#form_processor .col_category_name {
	width: 15%;
	text-align: center;
}
.inspectorcompetency.col_category_name input {
    display: block;
    width: 11em;
}
div.control-group [class^=col_], *:not(col)[class^=col_]{
    display: table-cell;
}
.col_category_name input[type="date"]:invalid {
	background-color: lightsalmon;
}
.col_category_name input[type="date"]:valid {
	background-color: darkcyan;
	color: white;
}
.col_team_name {
    width: 97%;
}
.scroller_width{
    display: inline-block;
    width: 1%;
    height: 24px;
}
.scroller_width div{
    display: block!important;
    width: 15px;
}
.clock_border{
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 8px #00BB99 solid;
    border-radius: 30px;
}
.clock_border div{
    margin-top: 4px;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;    
}
.text30{
    display: inline-block;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;    
}
div.tab-icon{
    display: inline-block;
    margin: 2px 3px;
    padding: 0;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 8px;
}
div.tab-icon span{
    display: block;
    margin-top: -1px;
    width: 16px;
    height: 16px;
}
div.icon-Live{background-color: chartreuse;}
div.icon-Suspended{background-color: #E13300;}
div.icon-Complete{background-color: #2694e8;}
div.icon-Issued{background-color: #2694e8;}
div.icon-Cancelled{background-color: #000;}
div.icon-Archived{background-color: darkgoldenrod;}
div.icon-Array{background-color: #ccc;}
p.tab_date{
    position: absolute;
    margin-top: 17px;
    font-size: 0.8em;
}

.control-group .circular-clock{
    margin: 0 4px;
    height: 40px;
    text-align: center;
}
div.tabbed.application .control-group .circular-clock{
    margin: 0;
    height: 40px;
    text-align: center;
}
div.tabbed.application.pre_live .clock#internal_clock .circular-clock{
    filter: grayscale(1) opacity(0.35);
}
.control-group .circular-clock div{
    position: absolute;
    min-width: 30px;
    min-height: 30px;
    border-top: 4px #2694e8 solid;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px #2694e8 solid;
    border-radius: 21px;    
    box-shadow: 0px 0px 2px #ccc
}
.control-group .circular-clock div.warning{
    border-top: 4px #F86E02 solid;
    border-left: 4px #F86E02 solid;
}
.control-group .circular-clock div.past{
    border-top: 4px #FF0000 solid;
    border-left: 4px #FF0000 solid;
}
.control-group div.half{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.control-group div.mask{
    min-width: 28px;
    min-height: 28px;
    border-width: 5px;
    border-color: #F1F0ED transparent transparent #F1F0ED;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    z-index: 2
}
.control-group div.left{z-index: 1}
.control-group div.rotor{
    
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    z-index: 3
}
.control-group div.clock-interior{
    border-color: transparent;
    font-size: 18px;
    box-shadow: none;
    vertical-align: middle;
    line-height: 30px;
}
.search_pane{
    display: inline-block;
    padding: 12px;
    font-size: 11px;
}
#project_search{
    display: inline-block;
    width: 20em;
    margin: 4px 0px 0px 4px;
}
.control-group .clock{
    display: inline-block;
    height: 82px;
    margin: 12px 0px;
    padding: 2px;
/*    min-width: 200px;*/
/*    min-height: 64px;*/
    font-size: 11px;
    background-color: #F1F0ED;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 3px #333;
}
.control-group .clock .clock_face{
    display: block;
    /*position: relative;*/
    border: none;
    /*left: auto;*/
    box-shadow: none;
    border-radius: 0;
    font-size: 1.6em;
    line-height: 32px;
    text-align: center;
}
.control-group .clock table tr.value td div.fix-height{
    min-height: 32px;
}
.control-group .clock table tr.label{
    text-align: center;
}
.control-group.tab_inspection{
/*    display: table;
    width: 100%;
    padding: 0.5em 0;*/
}
.control-group.tab_inspection .clock{
    /*font-size: 1em;*/
}
.control-group .clock h3{
    margin: 0;
    text-align: center;
}
.control-group .clock#billable{
    width: 5em;
    /*height: 76px;*/
    vertical-align: top;
    text-align: center;
}
.control-group.tab_inspection .clock#billable{
    /*width: auto;*/
}
#app_user_hrs{
    font-size: 1.5em;
    line-height: 32px;
}
.control-group div.clock-label{
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
/*    width: 100%;
    height: 0px;
    left: 0px;
    margin-top: 40px;*/
    border: none;
    /*text-align: center;*/
    box-shadow: none;
}
#projDesc{
    display: inline-block;
    margin-top: 0;
    width: 680px;
    font-size: 13px;
    font-style: italic;
    height: 2.2em;
    overflow-y: auto;
}
.icon-stop-sign{
    background-image: url('../img/icon_stop_16x16.png');
    width: 1em;
}
#s37-button{
    cursor: pointer;
    display: inline-block;
    padding: 3px;
    font-weight: bold;
    text-align: right;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 3px #ccc;
    /*z-index: 3;*/
    align-self: center;
}
#s37-button div{
    display: inline-block;
    height: 1em;
    vertical-align: middle;
}
#s37-button form div{
    display: block;
    height: auto;
    background-color: white;
    font-weight: normal;
    padding: 4px;
    font-size: small;
}
#s37-button form button{
    font-size: inherit;
}
label.button-radio{
    -webkit-appearance: button;
    font-weight: normal;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}
label.button-radio input{
    display: none;
}
.yellow-diamond{
    transform: rotate(-45deg);
    width: 1em;
    border-radius: 3px;
    background-color: orange;
}
.green-circle{
    width: 1em;
    border-radius: 0.5em;
    background-color: green;
}
.strike-through{
    text-decoration: line-through;
}
#peer-sign{
    cursor: pointer;
    width: 13em;
    padding: 3px;
    font-weight: bold;
    text-align: right;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 3px #ccc;
    background-image: url('../img/icon_tick_green_16x16.png');
    background-position: 3px 4px;
    background-repeat: no-repeat;
    opacity: 0.6;
    /*z-index: 1;*/
}
#peer-sign:hover{
    opacity: 1;
}
#peer-sign:active{
    opacity: 1;
    z-index: 1;
}
#clone_button{
}

#s37-button:hover{
    opacity: 1;
}
#s37-button.warning{
    opacity: 1;
    box-shadow: 0px 0px 4px 2px #ff0000;
}
form#inspection input[name="InspectionTime"], form#inspection input[name="ready_date"]{
    display: block;
    cursor: pointer;
    width: 8em;
}
form#inspection label#inspection_date, form#inspection label#ready_date{
    float: right;
    text-align: right;
    margin-right: 1em;
}
form#inspection.priority {
    background: linear-gradient(to bottom, #fefefe, #fdaf21a3);
}
form#inspection input {
    margin-left: 4px;
}
form#form_mail textarea.readonly{
    position: absolute;
    left: 1em;
    right: 12px;
    bottom: 0;
    top: 330px;
    /*width: auto;*/
    height: auto;
    overflow-y: scroll;
}
#s37-button form:not(.active){
    display: none;
}
#s37-button form.active{
    cursor: default;
    text-align: left;
    height: auto;
    right: 0;
    border: 1px #CCC solid;
    box-shadow: 0px 1px 2px 1px #CCC;
    position: absolute;
    margin-top: 4px;
    width: 32em;
    padding: 1em;
    background-color: #FEFFEF;
    border-radius: 4px;
    overflow: hidden;
    opacity: 1;
    z-index: 1;
}
#peer-sign form{
    cursor: default;
    text-align: left;
    height: auto;
    right: 0;
    display: none;
    border: 1px #CCC solid;
    box-shadow: 0px 1px 2px 1px #CCC;
    position: absolute;
    margin-top: 4px;
    width: 32em;
    padding: 1em;
    background-color: #FEFFEF;
    border-radius: 4px;
    overflow: hidden;
    opacity: 1;
}
#s37-button form textarea{
    width: 100%;
}
#peer-sign form textarea{
    width: 100%;
}
#s37-button form button:last-child{
    float: right;
}
#peer-sign form button:last-child{
    float: right;
}
html *.select-ok{
    cursor: text;
    user-select: text;
}
.textarea{
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    display: inline-block;
    width: 36%;
    min-height: 1.5em;
}

table#pending_amends .input.textarea {
    width: 100%;
    line-height: normal;
    min-height: 6em;
    box-shadow: inset 0px 0px 3px 0px #515151;
    border-radius: 3px;
    position: relative;
    opacity: 1;
    left: 0;
    color: darkblue;
    display: inline-block;
    background-color: #F9F8F8;
    padding: 6px;
    box-sizing: border-box;
}
div.subquestion div.questionresponse{
    width: 100%;
}
div.subquestion div.textarea{
    display: inline-block;
    width: 40em;
    min-height: 1.5em;
}
div.subquestion div.textarea ~ span{
    display: block;
}
div.subquestion div.textarea:empty{
    border: 1px solid #c2c0be;
    border-radius: 6px;
}
div.checklist_row div.input.textarea{
    min-height: 3em;
    font-size: 1.2em;
}
div.checklist_row div.input.textarea ~ .tox.tox-tinymce-inline{
    position: absolute;
    left: 0;
    width: 100%;
}
div.checklist_row div.input.textarea:focus {
    background: white;
}
div.checklist_row div.input.textarea.q{
    background-image: url('../img/q.png');
    background-repeat: no-repeat;
}
div.checklist_row div.input.textarea.note[contentEditable=true]{
    background-image: url('../img/note.png');
    background-repeat: no-repeat;
}
.q ul{
    list-style-type: initial;
    list-style-position: inside;
    display: block;
    margin-top: 0;
}
.q li{
    display: list-item;
    font-size: 14px;
}
form div.full-width,.full-width{
    display: block;
    margin: 4px;
/*    width: 1180px;*/
/*    height: 280px;*/
    border-radius: 3px;
    box-shadow: 0px 0px 3px #333;
    overflow: hidden;
}
.full-width#controls-contacts{
/*    height: 200px;*/
}
.full-width *{
    margin: 4px;
}
span.half-width, label.half-width{
    width: 47%;
}
span.third-width, label.third-width, div.third-width{
    display: inline-block;
    width: 31%;
    vertical-align: top;
}
span.quarter_width, label.quarter_width{
    display: inline-block;
    width: 22%;
    vertical-align: top;
}
.div#LBP_reg{
    min-height: 184px;
}
#heading_project{
    height: auto;
}
#heading_project table td>div{
    white-space: nowrap;
}
#projCouncilInitials {
    font-weight: bold;
}
#proj_rbw, #proj_ss{
    text-align: center;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 1px 3px #ccc;
}
#proj_rbw.warning{
    background-color: lightgoldenrodyellow;
}
div#proj_ss.warning {
    background-color: orange;
    box-shadow: none;
}#projCouncil.digital{
    box-shadow: 0px 0px 4px 2px deepskyblue;
}
.capsule span{
    font-size: 10px;
    font-style: italic;
}
.capsule .title{
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
[id^=form_process] :matches(input,select){
    height: 20px;
    border: 1px #57A5DD solid;
    border-radius: 3px;
}
[id^=form_process] input[type=date]{
    text-align: center;
    width: 10em;
    max-width: 90%;
}
[id^=form_process] input::-webkit-clear-button {
    display: none;
}
[id^=form_process] input[type=date]::-webkit-inner-spin-button {
    display: none;
}
[id^=form_process] h5 {
    background: #4b819c;
    color: white;
    margin: auto;
    padding: 0.5em;
}
input#eng_cost, input#timeStamp {
    width: -webkit-fill-available;
    text-align: center;
}
input:not([type=submit]):not([readonly]):focus, textarea:focus, select:focus{
    box-shadow: inset 0px 0px 3px 1px #aaa;
}
[id^=form_process] textarea, [id^=form_report] textarea{
    width: -webkit-fill-available;
    height: 4em;
    resize: none;
    border: 1px #A6C9E2 solid;
    border-radius: 3px;
}
#switch_application_review textarea {
    display: none;
}
#switch_application_review textarea:invalid {
    background-color: pink;
}
#switch_application_review input.dirty ~ textarea {
    display: block;
}
.line_number{
    display: inline-block;
    vertical-align: top;
    width: 1.8em;
}
#userinput textarea, #reportinput textarea{
    width: 848px;
    height: 3em;
    border: 1px transparent solid;
    border-radius: 3px;
}
#userinput textarea:focus, #reportinput textarea:focus{
    border: 1px #A6C9E2 solid;
}
.inline{
    display: inline-block;
}
#doc_name{
    font-style: italic;
    font-weight: bold;
}
.bg_green{
    background-color: #6eac2c;
}
div.button[id^='refresh_']{
    display: inline-block;
    float: right;
    width: 16px;
    height: 16px;
    padding: 2px 2px;
    margin-top: 12px;
    background-image: none;
    border-radius: 9px;
}
div.button[id^='refresh_'] div{
    width: 100%;
    height: 100%;
}
.nodisplay{
    display: none;
}
.col_document img{
    text-align: center;
    vertical-align: top;
}
.col_document div{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.col_document div span, .col_document div a{
/*    display: inline-block;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
h3.waiting{
    background-position: center;
}
.ui-autocomplete-loading{
    background-image: url(../img/ui-anim_basic_16x16.gif);
    background-repeat: no-repeat;
    background-position: right;
}
.search-input{
    background-image: url(../img/icon_search_16x16.png);
    background-repeat: no-repeat;
    background-position: right;
}
#login_form{
    position: relative;
    width: 20em;
/*    height: 12em;*/
    padding: 1.5em;
    margin: auto;
    margin-top: 6em;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 2px #ccc;
    background-color: #fff;
}
.topbar img, .control-group .topbar img{
    float: right;
    margin: .5em .5em;
}
.control-group ul.menu{
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0 0;
    padding-left: 0px;
}
.control-group ul.menu.li{
    float: left;
    margin: 0;
}
.control-group ul.menu .button{
    /* width: auto; */
    color: #2694e8;
    font-size: medium;
    /* padding: 6px 6px 4px 6px; */
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    background-image: none;
}
.control-group ul.menu .button *{
    display: inline-block;
}
form#form_checklist_dropdown input {
    border: none;
    background-color: transparent;
    color: #2694e8;
    font-size: medium;
    height: 100%;
    line-height: 100%;
    padding: 0;
    float: none;
    vertical-align: text-bottom;
    margin: 0;
    background-image: url(../img/icon_drop_16x16.png);
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    text-align: left;
}

#form_checklist_dropdown {
    margin:  0;
    max-width: none;
    height: 100%;
    width: 6em;
}
.control-group ul.menu .button:hover{
    border: 1px solid #CCC;
    box-shadow: 0px 2px 2px 1px #CCC;
    background:#fefefe;
    background: linear-gradient(to bottom,  #fefefe, #f3f3f3);
}
.control-group ul.menu .button.active{
    color:#000;
    border-color:#a9a9a9;
    -moz-box-shadow:inset 0 2px 5px rgba(0,0,0,0.3),0 1px 0 #fff;
    -webkit-box-shadow:inset 0 2px 5px rgba(0,0,0,0.3),0 1px 0 #fff;
    box-shadow:inset 0 2px 5px rgba(0,0,0,0.3),0 1px 0 #fff;
    background:#ccc;
/*    background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ccc),color-stop(1,#e4e4e4));
    background:-ms-linear-gradient(top,#ccc,#e4e4e4);
    background:-moz-linear-gradient(center top,#ccc 0,#e4e4e4 100%);*/
    background: linear-gradient(to bottom,  #fefefe, #e4e4e4);
}
.control-group ul.menu-dropdown, ul.menu-dropdown{
    display: block;
    position: absolute;
    visibility: hidden;
    margin: 4px 0 0 0;
    width: 63em;
    height: 0px;
    padding: 1em;
    background-color: #feffef;
    border-radius: 4px;
    overflow: hidden;
}
.control-group ul.menu-dropdown.dropped, ul.menu-dropdown.dropped{
    height: auto;
    visibility: visible;
    overflow: visible;
    border: 1px #ccc solid;
    box-shadow: 0px 1px 2px 1px #ccc;
    z-index: 1;
}
ul#time_split.menu-dropdown.dropped{
    width: auto;
}
ul#time_split.menu-dropdown.dropped td{
    text-align: initial;
}

ul#mnu_documents li#doc_type_tabs {
    width: 100%;
}

li#doc_type_tabs table {
    width: 100%;
    table-layout: fixed;
    margin: 0;
}

li#doc_type_tabs table * {
    margin: 0;
}

li#doc_type_tabs table input {
    width: 100%;
}

li#doc_type_tabs table input.active {
    border-bottom-color: transparent;
    border-radius: 3px 3px 0 0;
    background-color: transparent;
}
span#inspection_history ul.menu-dropdown.dropped{
    width: auto;
    z-index: 9999;
}
.control-group ul.cols_3{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -o-column-count: 3;
    -safari-column-count: 3;
    column-count: 3;
}

.control-group ul.menu .button.more{
    /* padding: 6px 6px 4px 6px; */
}

div#chklst_button {max-width: calc(100% + 2em);}
.control-group ul.menu .button.more span{
    float: none;
    vertical-align: text-bottom;
    margin: 0;
    background-image: url('../img/icon_drop_16x16.png');
    background-position: right;
    background-repeat: no-repeat;
}
#form_process label input[type=checkbox]{
/*    position: relative;
    float: left;
    clear: left;
    height: 13px;*/
/*    vertical-align: text-bottom;*/
}
label input[type=checkbox]{
    display: inline-block;
    vertical-align: middle;
}
label .label_above{
    display: block;
    position: relative;
    /*    font-size: medium;*/
    /* width: 80%; */
    min-width: 50%;
}

.billing_charge_row td input[type=number] {
	text-align: right;
	margin: 1px auto;
	max-width: calc(90% - 1em);
}

.billing_charge_row td input[type=text] {
	width: 98%;
}

select#council_id {
	/* width: unset; */
}
label select, label .field{
    display: block;
    position: relative;
    margin-left: 4px;
}
label#inspection_contact input{
    text-align: center;
}
.ui-icon-white.ui-icon-archive{
    background-image: url('../img/icon_archive_16x16.png');
    background-repeat: no-repeat;
}
.col_filename{
    width: 64%;
}
div.file_action.topbar{
    /* position: absolute; */
    width: 100%;
    /* bottom: 0px; */
    border-top: 1px solid #515151;
    vertical-align: middle;
    height: 4em;
}
.file_action button{
    float: left;
    background-color: transparent;
    border: transparent;
/*    height: 28px;*/
    margin: 14px;
}

.file_action > * {
	vertical-align: middle;
}
.file_action input{
    float: left;
    width: 20em;
    margin: 14px;
}
.col_filename span#file_copy{
    float: left;
}
.col_foldername span#folder_new{
    float: right;
}
.col_folder_tick {
    width: 7%;
    vertical-align: middle;
}
.col_foldername{
    width: 93%;
    vertical-align: middle;
}

form.col_foldername.empty {
	opacity: 0.4;
}
.scroll_y .col_foldername div.folder_icon{
    width: 33px;
    height: 30px;
    vertical-align: middle;
    background-image: url('../img/folder.png');
    background-repeat: no-repeat;
}
.scroll_y .col_foldername div.drop_zone{
    cursor: url('../img/cursor_file_copy.png'), pointer;
}
.scroll_y .col_foldername div.drop_zone:hover{
    background-image: url('../img/folder_open.png');
    background-repeat: no-repeat;
}
#folder_list.drop_zone .scroll_y{
    cursor: url('../img/cursor_file_copy.png'), pointer;
}
form#form_file_actions div.scroll_y{
    position: static;
    /* height: auto; */
    top: auto;
    bottom: auto;
    flex-grow: 10;
}
div#list_job_trade div.scroll_y{
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    top: 38px;
    bottom: 6px;
}
div#list_contact .table_row.inactive {
    opacity: 0.4;
}
.col_filename img, .col_foldername img{
    vertical-align: middle;
    margin-top: 3px;
}
.col_filename div, .col_foldername *{
    display: inline-block;
    /*flex-grow: 1;*/
    margin: auto;
}

button.pretty {
    padding: 0;
    border: transparent;
    background: transparent;
}
div#folder_actions > *{
    flex-grow: 1;
}
div#folder_actions > *:first-child {
    flex-grow: 20;
}
div#folder_actions {
    display: flex;
    max-width: none;
}
div#folder_actions .col_folder_tick{
    width: 7%;
}
.col_filename.file, .col_foldername.file{
    margin-left: .5em;
}
.col_filemodtime{
    width: 20%;
    text-align: right;
}
.col_filesize{
    width: 20%;
    text-align: right;
}
.col_file_tick{
    vertical-align: middle;
    width: 3%;
}
[class^='col_']:first-child{
    padding-left: 0.5em;
}

#heading_charge .col_code {
	width: 60%;
}

#heading_charge .col_description ,#list_charge .col_description {
    width: 40%;
}

.col_appFullName {
    width: 60%;
}

.col_applicationName {
    width: 40%;
}
.file-icon-doc{background-image: url(../img/doc.png)}
.file-icon-xls{background-image: url(../img/xls.png)}
.file-icon-pdf{background-image: url(../img/pdf.png)}
[class^='file-icon-']{
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}
.control-group{
/*    display: inline-block;*/
/*    border: 1px solid transparent;*/
    border-radius:4px;
/*    background: #D7E7FF;*/
    background: linear-gradient(to bottom,  #fefefe, #E7E2D3);
    box-shadow: 0px 1px 2px 1px #ddd;
}
.priority .control-group{
    background: linear-gradient(to bottom,  #fefefe, #fdaf21a3);
}
div#control_filterset form {
    display: inline-block;
}
div.tabbed.node.checklisttype_topic:not(.display_none){
    /*display: inline-block;*/
}
div.tabbed.node.checklisttype_topic:not(.display_none) div.control-group{
    margin-top: -36px;
}
div#control_filterset p span{
    font-weight: bold;
    position: relative;
}
.control-group *:not(td):not(small):not(span):not(input):not(details){
    margin: 4px;
}
.control-group p{
    margin: 0;
}
.control-group sup{
    margin: 0;
}
.control-group div.circular-clock *{
    margin: initial;
}
.control-group div{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.control-group .display_none{
    display: none;
}
.control-group div.heading-topbar, .control-group .topbar{
    display: block;
    margin: 0;
}
.heading-topbar{
    height: auto;
    min-height: 2.5em;
    background: linear-gradient(to bottom,  #fefefe, #E7E2D3);
}
.control-group div.heading-topbar h4 span.button_small{
    float: right;
    margin-top: 0;
}
.control-group div.node.userinput *, .control-group div.node.reportinput *{
    margin: 0;
}
.control-group div.input_list{
    display: block;
}
.input_list .line_number{
    vertical-align: top;
}
.control-group div.input_list div.table_body div.scroll_y{
    margin: 0;
    max-height: 540px;
}
.control-group div.input_list div.table_heading_body{
    display: table;
    height: auto;
}
div.userinputresponse.col_text{
    white-space: nowrap;
    background-color: white;
/*    border-bottom: 1px solid #2694E8;*/
}
#document_documenttype_name{
    text-decoration: underline;
    font-weight: bold;
}
span#documenttype_path_and_name {
    display: flex;
}
span#documenttype_path_and_name * {
    flex-grow: 1;
    width: 90%;
}
.table_cell, .control-group div.table_cell{
    display: table-cell;
}
.recipient_list div.table_cell{
    width: 10%;
}
.table_cell.processorcompetency, .table_cell.inspectorcompetency{
    display: inline-block;
    /*width: 10%;*/
}
.input_list .col_prompt{
    width: 18%
/*    vertical-align: top;*/
/*    border-bottom: 1px solid #2694E8;*/
}
.input_list .table_heading h4.table_cell{
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    color: #2694E8;
    font-size: 1.2em;
    border-radius: 4px;
}
.input_list .table_heading h4.col_prompt{
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    border-bottom: 1px solid #E0E0E0;
}
.control-group input.readonly{
/*    display: inline-block;*/
    width: auto;
}
.control-group p label{
    display: inline-block;
    vertical-align: middle;
}

.control-group p label.checkbox {
    vertical-align: bottom;
}
.control-group div#list-rbw label{
    font-weight: normal;
}
label input[name=StreetAddr]{
    width: 24em;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.control-group#control_job_site p label{
    width: 30%;
}
/*.control-group#category p label{
    width: 30%;
}*/
.control-group textarea{
    /* width: 192px; */
    font-family: Tahoma, sans-serif;
}

form .control-group div.full-width textarea {
    width: 98%;
    box-sizing: border-box;
}
.node.council_applicationtype.table_row {
    display: flex;
}
.node.council_applicationtype textarea {
    /* display: initial; */
    /* flex-grow:  3; */
}
.node.council_applicationtype label.table_cell {
    min-width: 15vw;
}
.control-group#work{
/*    width: 420px;*/
/*    height: 100%;*/
}
.control-group#category{/*    width: 420px;*/display: table;height: calc(100% - 8px);flex-direction: row;}
.control-group#RBW{
/*    width: 280px;*/
/*    height: 232px;*/
}
.control-group#work textarea{
    width: 97%;
    height: 7em;
    margin: auto;
}
.control-group#category textarea{
    width: 97%;
    height: 5em;
    margin: auto;
}
.control-group#job_lbps .listview{
    position: inherit;
    width: 99%;
    height: auto;
}
div#list_inspection.listview{
    position: absolute;
    top: 240px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    width: auto;
    height: auto;
}
div#list_inspection.listview div.table_row{
    line-height: 3em;
}
div#list_inspection.listview div.table_row.cancelled{
    opacity: 0.5;
}
.control-group#job_lbps .listview .scroll_y{
    position: inherit;
    height: 13em;
}
div[id^=inspections] .listview .scroll_y, div#list_inspection .listview .scroll_y, div.checklist div.listview .scroll_y{
    position: absolute;
    top: 38px;
    bottom: 0px;
    height: auto;
}
div.checklist div.listview{
    position: absolute;
    left: 6px;
    right: 6px;
    width: auto;
    top: 255px;
    bottom: 6px;
    height: auto;
}
.column-group#design_lbps{
    width: 60%;
}
.text-right{
    text-align: right;
}
.full-width sup{
    margin: 0;
}
.column-group{
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    /* height: 216px; */
    margin: 4px 0px 4px 4px;
}
.column-group > * {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.column-group#job_rbw{
    display: inline-block;
    vertical-align: top;
    width: 28%;
    height: 216px;
    margin: 4px 0px 4px 4px;
}
sup{
    font-size: 65%;
}
#list-rbw{
/*    padding-top: .6em;*/
    min-height: 80%;
}
.col_from{
    width: 24%;
}
.col_subject{
    width: 60%;
}
.col_datetime{
    width: 16%;
}
.col_delete{
    min-width: 2%;
    width: 2%;
}
.col_question *{
    width: auto;
}

.col_question tr {
    vertical-align: top;
}
form#form_mail #plainmsg{
    width: 846px;
/*    height: 500px;*/
    /*height: 38em;*/
    padding: 4px;
    /*white-space: pre-line;*/
}
div#squish_vertical.scroll_y{
    position: absolute;
    left: 1em;
    right: 12px;
    bottom: 0;
    top: 330px;
    width: auto;
    height: auto;
    overflow-y: scroll;
}
form#job{
    width: 600px;
}
.menu-dropdown[id^=mnu_checklists_]{
    width: auto;
}
.menu-dropdown[id^=mnu_checklists_] li{
    display: block;
    float: none;
}
#form_process p {
    display: flex;
}
#form_process p label {
    flex-grow: 1;
}
#form_process input.readonly{
    background:none;
    border: none;
    color: #000;
}
input[readonly], select[readonly]{
    background:none;
    border: none;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
}
textarea[readonly]{
    width: 100%;
    box-shadow: none;
    border: transparent;
    outline-color: transparent;
}
textarea.disappear{
    border: 1px solid transparent;
}
input[type=radio].pretty{
    opacity: 0;
    width: 32px;
    height: 32px;
}

table#pending_amends input[type=radio].pretty, .col_question .subquestion input[type=radio].pretty {
    position: relative;
    padding: 0;
    margin: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: -100%;
}
input[type=file].pretty{
    display: none;
}
input[type=radio].pretty.small{
/*    visibility: hidden;*/
    opacity: 0;
    width: 16px;
    height: 16px;
    margin-top: 0px;
}
.checklist_row{
    display: table-row;
/*    height: auto;*/
    height: 35px;
    margin: 4px 0 4px 0;
    padding: 4px 0 4px 0;
    white-space: nowrap;
}
div.listview#mail_list div[class^=col_]{
    vertical-align: middle;
}
div.listview#mail_list div.col_jobNo{
    width: 15%;
}
div.listview#mail_list div.col_site_addr{
    width: 25%;
}
div.listview#mail_list div.col_inspection_time{
    width: 15%;
}
div.listview#mail_list div.col_inspection_type{
    width: 15%;
}
div.listview#mail_list div.col_status{
    width: 15%;
    text-align: center;
}
div.listview#mail_list div.col_inspection_report{
    width: 15%;
}
div.listview#booking_list div[class^=col_]{
    vertical-align: middle;
}
div.listview#booking_list div.col_jobNo{
    width: 9%;
}
div.listview#booking_list div.col_site_addr{
    width: 21%;
}
div.listview#booking_list div.col_inspection_time{
    width: 10%;
    text-align: right;
    padding-right: 3em;
}
div.listview#booking_list div.col_inspection_type{
    width: 19%;
}
div.listview#booking_list div.col_inspector_name{
    width: 10%;
}
div.listview#booking_list div.col_site_contact{
    width: 8%;
    text-align: center;
}
div.listview#booking_list div.col_sent{
    width: 12%;
    text-align: center;
}
div.listview#booking_list div.col_select{
    width: 11%;
    /*vertical-align: middle;*/
    text-align: center;
}
div.listview#booking_list div.col_proj_category{
    width: 3%;
}
div.table_body div.checklist_row:nth-of-type(even){
    background-color: #E7E2D3;
}
.row_group:nth-of-type(even) div.checklist_row:only-of-type {
	background-color: #E7E2D3;
}
div.table_body span.row_group{
    display: table-row-group;
}
div.table_body span.row_group.warning-competency .col_question {
    color: #d27400;
}
.questionresponse.warning-answer-competency input{
  filter: sepia(0.8);
}
.col_responses .node.questionresponse.warning-answer-competency {
  color: #d27400;
}
.col_responses .node.questionresponse.warning-answer-competency .response.indicate_checked.checked {
  filter: sepia(0.7);
}
div.table_body span.row_group div.checklist_row.master.na ~ div.checklist_row.na{
    display: none;
}
div#tab_topic .scroll_y .table_body [class=row_group]:last-of-type [class~=checklist_row]:last-of-type .col_responses [class~=questionresponse]:last-of-type:first-child div.input.textarea {
    position: relative;
    left: -50%;
    border: 1px #57A5DD solid;
    border-radius: 3px;
    width: 70%;
    height: 9em;
}
.checklist_row div, .checklist_row span,.checklist_row label{
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
}
.checklist_row label[class^=icon-]{
    border-radius: 4px;
    box-shadow: 0px 1px 2px 1px grey;
    width: 32px;
    height: 32px;
}
.checklist_row div{
    white-space: normal;
}
.checklist_row div[class^=col_]{
    display: table-cell;
/*    border-bottom: 1px #999 dotted;*/
}
.checklist_row textarea{
    width: 33%;
    height: 2.3em;
    border: 1px solid transparent;
}
.checklist_row textarea:focus{
    border: 1px solid #7F9DB9;
    height: 9em;
}
.checklist_row input.numeric{
    width: 3em;
}
.checklist_row ol{
    list-style-type: lower-alpha;
}
.questionresponse .q p{
    display: block;
}
input.numeric, input.datepicker{
    text-align: right;
    max-width: 10em;
}
.button.save, .control-group .button.save{
    float: right;
}
.button.toggle, .control-group .button.toggle{
    float: right;
}
.checklist_row select option{
    display: block;
}
.designer .col_question{
    width: 480px;
}
.designer .col_question select{
    width: 100px;
}
.designer .node.topic_question .node.topic_question input[type=text]{
    width: auto;
}
.designer .node.topic_question_responsetype select{
    width: 12em;
}
.designer .node.topic_question .node.topic_question{
    display: block;
}
.display_none{
    display: none!important;
}
.designer .node.topic_question .node.topic_question.display_none{
    display: none;
}
input[name=ordinal].readonly{
    width: 2em;
}
.node.checklisttype input[name=title]{
    width: 30em;
}
.node.inspection_image label{
    width: 93%;
}
div#login_form label{
    display: inline-block;
    width: 8em;
}
.node.inspection_image label textarea{
    height: 4em;
}
label{background-repeat: no-repeat;}
label.icon-ok{
    background-image: url('../img/ok_off.png');
}
.checked label.icon-ok{
    background-image: url('../img/ok_off_plain.png');
}
label.icon-ok.checked{
    background-image: url('../img/ok_check.png');
}
label.icon-yes{
    background-image: url('../img/yes_off.png');
}
.checked label.icon-yes{
    background-image: url('../img/yes_off_plain.png');
}
label.icon-yes.checked{
    background-image: url('../img/yes_check.png');
}
label.icon-no{
    background-image: url('../img/no_off.png');
}
.checked label.icon-no{
    background-image: url('../img/no_off_plain.png');
}
label.icon-no.checked{
    background-image: url('../img/no_check.png');
}
label.icon-check{
    background-image: url('../img/yes_off.png');
}
label.icon-check.checked{
    background-image: url('../img/yes_check.png');
}
label.icon-alt{
    background-image: url('../img/alt_off.png');
}
.checked label.icon-alt{
    background-image: url('../img/alt_off_plain.png');
}
label.icon-alt.checked{
    background-image: url('../img/alt_check.png');
}
label.icon-pass{
    background-image: url('../img/pass_off.png');
}
.checked label.icon-pass{
    background-image: url('../img/pass_off_plain.png');
}
label.icon-pass.checked{
    background-image: url('../img/pass_check.png');
}
label.icon-fail{
    background-image: url('../img/fail_off.png');
}
.checked label.icon-fail{
    background-image: url('../img/fail_off_plain.png');
}
label.icon-fail.checked{
    background-image: url('../img/fail_check.png');
}
label.icon-req{
    background-image: url('../img/req_off.png');
}
.checked label.icon-req{
    background-image: url('../img/req_off_plain.png');
}
label.icon-req.checked{
    background-image: url('../img/req_check.png');
}
label.icon-rec{
    background-image: url('../img/rec_off.png');
}
.checked label.icon-rec{
    background-image: url('../img/rec_off_plain.png');
}
label.icon-rec.checked{
    background-image: url('../img/rec_check.png');
}
label.icon-na{
    background-image: url('../img/na_off.png');
}
.checked label.icon-na{
    background-image: url('../img/na_off_plain.png');
}
label.icon-na-plain{
    background-image: url('../img/na_off_plain.png');
}
label.icon-na.checked{
    background-image: url('../img/na_check.png');
}
label.icon-na-plain.checked{
    background-image: url('../img/na_check.png');
}
.button_delete{
    display: table-cell;
    width: 5%;
    height: 16px;
    opacity: 0.1;
}
@-webkit-keyframes updated {
    0% {
        background-color: aqua;
        opacity:1;
    }
    22% {
        opacity: 0.8;
    }
    77% {
        opacity: 0.8;
    }
    100% {
        background-color: unset;
    }
}
    
.updated {
    -webkit-animation-name: updated;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
}
.col_ellips{
    display: table-cell;
    width: 2%;
    /* opacity: 0.1; */
    text-align: center;
}

.col_ellips .more {
	opacity: 0.1;
}
.table_row.hover_blue:hover .col_ellips .more {
    opacity: 1;
}
.col_ellips{
    position: relative;
}
.col_ellips label.more{
    font-size: 1.5em;
    line-height: 1.5em;
}
.col_ellips label.more ~ ul.overflow input{
    border: transparent;
    background: transparent;
    width: -webkit-fill-available;
    text-align: left;
}
.col_ellips label.more ~ ul.overflow form{
    border-radius: 2px;
}
.col_ellips label.more ~ ul.overflow form input ~ span{
    display: inline-block;
    width: 1em;
    text-align: center;
    font-weight: bold;
}
.col_ellips label.more ~ ul.overflow{
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    padding: 0.5em;
    background: #feffef;
    font-size: 1em;
    line-height: 1.5;
    text-align: left;
    white-space: nowrap;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 0px grey;
}
.col_ellips:hover label.more ~ ul.overflow, label.more ~ ul.overflow:hover{
    display: inline-block;
    opacity: 1!important;
}
input[type=radio][name='toggle_more'] ~ ul.overflow{
}
input[type=radio][name='toggle_more']:checked ~ ul.overflow{
}
span.button_delete{
    display: inline-block;
    visibility: visible;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

input[type=submit].button_delete {
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-color: transparent;
}
.button_delete:hover{
    opacity: 1;
}
.heading{
    font-size: 120%;
    font-weight: bold;
    text-decoration: underline;
    vertical-align: middle;
    line-height: 2em;
}
.scroller_width div.topic_na{
    width: 0%;
}
.indicate_checked{
    /* width: 112px; */
    /* text-align: right; */
}

fieldset.response.indicate_checked.padded {
    height: 40px;
    padding: 1em;
    border: none;
}
.indicate_checked.single{
    width: inherit;
}
.indicate_checked label{
    opacity:1;
}
.indicate_checked label[for^=enumerationvalue_id]:focus{
    opacity:1;
}
label.disabled {
	opacity: 0.5;
	pointer-events: none;
}.indicate_checked label:hover{
    opacity:0.6;
}
.topic_na.indicate_checked{
    position: relative;
    width: auto;
    right: 2px;
    top: 2px;
}
.topic_na .icon-na-plain, .topic_na .icon-na{
    vertical-align: top;
    font-size: xx-large;
}
.checklist_row.na{
    /*display: none;*/
/*    opacity: 0.3;*/
}
.hl_yellow{
    background-color: yellow;
}
select.expandable{
    height: auto;
    vertical-align: text-top;
}
.recipient_list, .input_list{
/*    float: right;*/
    border: 1px #2694e8 solid;
    border-radius: 4px;
    vertical-align: text-top;
}
.recipient_list{
    max-height: 350px;
    overflow-y: scroll;
}

.recipient_list .hover_blue {
    cursor: default;
}
.recipient_list .table_cell, .input_list .table_cell{
    vertical-align: middle;
}
.cyclestate input:not(b),
.cyclestate input:not(b) + label {
    display: none;
}
.cyclestate:not(.switch-field) label span {
    vertical-align: middle;
    line-height: 1.5em;
    text-align: left;
}
.cyclestate input:checked + label {
    display: flex;
}
.cyclestate:not(.switch-field) input:checked + label {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-appearance: none;
    -moz-appearance: button;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    border: 1px #57A5DD solid;
    background: linear-gradient(to bottom, #fefefe, #E7E2D3);
}
.cyclestate:not(.switch-field) label span:first-child {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #2694e8;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.9), 0px -1px 0px rgba(0,0,0,0.5);
}
.cyclestate input,
.cyclestate input:not(:checked) + label {
    display: none;
}
.cyclestate label{
    position: relative;
}
.cyclestate label span {
    vertical-align: middle;
    line-height: 1.5em;
    text-align: left;
    overflow: hidden;
}
.cyclestate label span:first-child {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #2694e8;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.9), 0px -1px 0px rgba(0,0,0,0.5);
}
.cyclestate label span:nth-child(2) {
    min-width: 10em;
}
.cyclestate label span:nth-child(3) {
    min-width: 26em;
}
.cyclestate label span:nth-child(4) {
    min-width: 30em;
    font-weight: bold;
}
.cyclestate label span:not(:first-child) {
	padding-left: 3em;
}
.input_list div.table_heading_body h3.table_cell{
    text-align: center;
}
div.ui_form.form_mail .topbar input{
    width: 98%;
}
div.ui_form.form_mail .topbar input#project_search{
    width: 98%;
}
div.ui_form.form_mail .topbar{
    background: linear-gradient(to bottom,  #fefefe, #f3f3f3);
    height: auto;
    padding-bottom: 0.5em;
}
div.ui_form.form_mail textarea{
    padding-top: 1em;
}
#img_223x66{
    width: 223px;
    height: 66px;
    vertical-align: top;
    border: 2px #DDF inset;
    border-radius: 5px;
}
img.img_200x150{
    width: 200px;
    height: 150px;
    vertical-align: top;
    border: 2px #DDF inset;
    border-radius: 5px;
}
div#form_inspection table{
    table-layout: fixed;
    width: 100%;
    font-size: 1em;
}
div#form_inspection th{
    color: white;
    text-align: left;
}
div#form_inspection table#inspection_types_done{
    border-collapse: collapse;
}
div#form_inspection table#inspection_types_done td{
    font-size: 1em;
    border: 1px solid #ccc;
}
div#form_inspection table#inspection_details{
    background-color: darkslategray;
}
div#form_inspection table#inspection_details td{
    font-size: 1em;
    background-color:  #fafbf4;
    line-height: 1.6em;
}
div#form_inspection table#inspection_details .table_row{
    height: auto;
}
table#inspection_types_done thead td{
    background: darkslategray;
    color: white;
}
table#inspection_types_done tr:nth-child(even){
    background-color: #eee;
}
div#control_inspection_image{
    height: 84vh;
    overflow-y: scroll;
    background-color: #515151;
}
div#control_inspection_image table{
    border-collapse: collapse;
    width: 90%;
    margin: 0 auto;
}

#form_enhanced_image table {
    table-layout: fixed;
}
div#control_inspection_image p{
    background-color: #515151;
}
div#control_inspection_image tr:not([class=image_row]){
    vertical-align: top;
}
div#control_inspection_image tr.divider td{
    height: 1em;
    visibility: hidden;
}
div#control_inspection_image td.image_rotate{
    text-align: center;
    width: 795px;
    height: 512px;
}

#image_enhance_box{
    position: relative;
    margin: 1em auto;
    width: 50%;
    height: 68vh;
    line-height: 68vh;
}

.img_x {
    display: inherit;
}

div.image_x {
    display: inline-flex;
}
div#control_inspection_image td img{
    max-width: 100%;
    max-height: 100%;
}

.img_x:after {
    content: 'x';
    border: 1px solid #AEAEAE;
    border-radius: 1em;
    background: #605F61;
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    -webkit-appearance: none;
    width: 2em;
    height: 2em;
}

.x_button:before {content: 'x';}
div#control_inspection_image td{
    border: 1px solid #ccc;
    color: #fff;
}

td#image_tools>div:hover form {
    height: auto;
}

td#image_tools form {
    height: 0;
    overflow: hidden;
}

#form_enhanced_image td {
    text-align: center;
}

td#image_tools div#image_tools_button {font-size: 2em;height: 2em;line-height: 2em;}

form.in-line {
    display: inline-block;
}
div#control_inspection_image td div.controls_rotate button{
    font-size: 2em;
    color: #fff;
    border-radius: 1em;
    background-color: rgba(0,0,0,0);
    width: 2em;
    height: 2em;
    border: 1px solid transparent;
    margin-bottom: 3px;
}
div#control_inspection_image td div.controls_rotate button:hover{
    border: 1px solid;
}
div#control_inspection_image td img.plus_90{
    -webkit-transform: rotate(90deg) translate(100%);
    -webkit-transform-origin: 100% 0;
}
div#control_inspection_image td img.minus_90{
    -webkit-transform: rotate(-90deg) translate(-100%);
    -webkit-transform-origin: 0 0;
}
div#control_inspection_image td img.minus_180{
    -webkit-transform: rotate(180deg) translate(100%,100%);
    -webkit-transform-origin: 100% 100%;
}
div#control_inspection_image label{
    display: inline-block;
    float: right;
    color: #ccc;
    cursor: initial;
}
div#control_inspection_image td textarea{
    display: block;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #fff;
    background-color: transparent;
    width: 100%;
    height: 100%;
}
div#control_inspection_image td textarea:hover{
    border: 1px solid #57A5DD;
}
div#control_inspection_image td textarea:focus{
    border: 1px solid #57A5DD;
    color: #000;
    background-color: #fff;
}
td#control_inspection_report #inspection_report_button{
    float: right;
}
#form_inspection_image form#image_upload label.button_upload,form#odf_upload label.button_upload{
    -webkit-appearance: button;
    padding: 0.5em;
}
#form_inspection_image form#image_upload label.button_upload::before{
    /*content: "\21ea";*/
}
input#img_upload{
    float: right;
    font-size: medium;
}
img#img_overlay{
    cursor: crosshair;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

img#img_overlay:not(:hover) {
    opacity: 0.5;
}
span#green_spot{
    display: none;
    width: 8px;
    height: 8px;
    background-color: #84c309;
    position: absolute;
    top: 150px;
    left: 150px;
    border-radius: 4px;
}
:-webkit-any(.node.contact, .node.inspector) :-webkit-any(input[type=text],input[type=email]) {
	width: 22em;
}
.node.trade input[type=text]{
    width: 24em;
}
.node.inspectiontype input[type=text]{
    min-width: 24em;
}
.node.applicationtype input[name=appFullName]{
    width: 24em;
}
.node.address textarea[name=street]{
    width: 22em;
    height: 5em;
}
.node.applicationtype .scroll_y, .node.documenttype .scroll_y, .node.processor .scroll_y, .node.inspector .scroll_y{
    width: 99.5%;
    display: inherit;
    height: 48vh;
}
.node.applicationtype .table_body, .node.documenttype .table_body, .node.processor .table_body, .node.inspector .table_body{
    display: inline-block;
    width: auto;
}

form#form_applicationtype .table_body.table_heading, #form_documenttype .table_body.table_heading{
    width: 100%;
}
.node.applicationtype .table_row, .node.documenttype .table_row, .node.processor .table_row, .node.inspector .table_row{
    display: inline-table;
    height: auto;
    width: 99%;
    position: relative;
/*    font-size: smaller;*/
/*    white-space: nowrap;*/
}
.control-group#image_upload{
    display: block;
}
.control-group#job_trade{
    display: inline-block;
    position: absolute;
    width: 35%;
    height: auto;
    top: 214px;
    bottom: 6px;
}
.control-group#job_trade_lbp{
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    left: 36%;
    right: 6px;
    top: 214px;
    bottom: 6px;
}
.control-group#job_trade .listview{
    position: absolute;
    width: auto;
    height: auto;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
}
.control-group#job_trade_lbp  .listview{
    position: absolute;
    width: auto;
    height: auto;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
}
.control-group#job_trade .listview *, div#inspections .listview *{
    margin: 0px;
}
.control-group#job_trade_lbp .listview *{
    margin: 0px;
}
.control-group#job_lbps .listview *{
    margin: 0px;
}
.control-group#job_trade .table_row, div#inspections .table_row{
    display: table-row;
    height: 2.5em;
}
div#inspections .table_row *{
    vertical-align: middle;
}
.control-group#job_lbps .table_row{
    display: table-row;
    height: 1.5em;
}
.node.applicationtype .table_row label, .node.documenttype .table_row label, .node.processor .table_row label, .node.inspector .table_row label{
    display: block;
    font-weight: normal;
}
.node.processor div.control-group .table_body{
/*    width: 42em;*/
}
select[name=documenttype_id]{
    height: 15em;
}
div.sheet{
    display: block;
    width: 94%;
    margin: auto;
    background-color: #F7F4D7;
    padding: 1em;
    box-shadow: 0px 0px 2px 1px #515151;
}
label.full_width input, label.full_width textarea, .textarea.full_width{
    display: block;
    width: 97%;
}
label.full_width{
    width: 100%;
    margin-left: 0;
}
input[name=name]{
    width: 22em;
}
input[name=FloorArea]{
    width: 4em;
}
input[name=ProjValue]{
    width: 5em;
}
input[name=TimeExtn]{
    width: 6em;
}
input[name=FCNoOfInspn]{
    width: 3em;
    text-align: center;
}
input[name=CostPerInspn]{
    width: 55%;
}
div.job input[name=CostPerInspn]:before{
    content: "\0024;";
    font-size: 0.8em;
}
div.control-group.tab_inspection textarea[name=InspectionRemark]{
    width: 100%;
    margin: 0;
    height: 5em;
    padding: 0.3em;
    background-color: rgba(255,255,255,0.3);
    box-sizing: border-box;
    border: 1px solid rgba(87, 165, 221, 0.3);
}
div#calendar textarea[name=InspectionRemark]{
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
}
div.control-group.tab_inspection textarea[name=InspectionRemark]:hover{
    border-color: #57A5DD;
}
div.control-group.tab_inspection textarea[name=InspectionRemark]:focus{
    background-color: #fff;
}
div.control-group.tab_inspection input{
    text-align: center;
    font-size: 1em;
    background-color: rgba(255,255,255,0.3);
    box-sizing: border-box;
    border: 1px solid rgba(87, 165, 221, 0.3);
}
div.control-group.tab_inspection input:hover{
    border-color: #57A5DD;
}
div.control-group.tab_inspection input:focus{
    background-color: #fff;
}
div#calendar label.node.job{
    display: inline-block;
    width: 100%;
}
/*span.currency input{
    border: 0;
}*/
span.currency input:before{
    content: "\0024";
}
/*span.currency{
    background-color: #FFF;
    border: 1px solid #57A5DD;
    margin-left: 0;
    padding: 0 4px 0 4px;
    font-family: Tahoma, sans-serif;
    border-radius: 3px;
}*/
.Grid span.QuickColor {
    border: 1px inset #AAA;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    width: 17px;
    font-size: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.Grid {
    text-align: center;
    width: 102px;
}
.Grid .picked{
    box-shadow: 0px 0px 2px 2px #333;
}

.col_trade_desc{
    width: 44%;
}
.col_contractor{
    width: 54%;
}
#form_contact textarea[name=notes]{
    height: 5em;
}
.tick_list{
    float: right;
    background-color: #FFFFFF;
}
.tick_list label, .recipient_list label, .input_list label{
    display: block;
    width: 66em;
    font-weight: normal;
    margin: 0px 4px 0px 4px;
    cursor: pointer;
}
.tick_list label{
    width: 98%;
}
.control-group .select .table_cell.col_text{
    font-size: 1.2em;
    margin-left: 1.8em;
}
.control-group .tick_list .table_body, .control-group .tick_list .scroll_y{
    width: auto;
    margin: 0px;
}
.control-group .tick_list .scroller_width{
    width: 1%;
    height: 24px;
}
.control-group .tick_list .scroller_width div{
    display: block;
    width: 15px;
}
.control-group .tick_list .col_areaofpractice{
    width: 98%;
}
.control-group#LBP_reg div{
    vertical-align: top;
}
.control-group#LBP_reg div#areas_of_practice{
    width: 44%;
}
.control-group#LBP_reg .tick_list.scroll_y{
    width: 80%;
}
.tick_list .scroll_y{
/*    width: auto;*/
}
.tick_list .table_row{
    height: 12px;
    margin: 0;
}
.tick_list .scroll_y{
    height: 155px;
}

div.ui_form.form_mail *::selection
{
background:#C2660D;
color:#fff;
}
 div.ui_form.form_mail *::-moz-selection
{
 background:#C2660D;
 color:#fff;
 }
 div.ui_form.form_mail *::-webkit-selection
{
 background:#C2660D;
 color:#fff;
 }
[id^='attach_button_'] ~ ul li.li_heading{
    width: 100%;
}
[id^='attach_button_'] ~ ul li form{
    width: 100%;
}
[id^='attach_button_'] ~ ul li form input[type=submit]{
    float: right;
    margin-top: 2px;
}
[id^='attach_button_'] ~ ul li form input[type=file]{
    margin: 0;
    width: 84%;
}
label#inspection_history{
    float: left;
}
.right_align{
    float: right;
}
.elipsis{
    display: inline-block;
    /*width: 12px;*/
    height: 12px;
    font-size: 1.5em;
    color: #57A5DD;
}
.elipsis:hover{
    font-weight: bold;
}
div.node.topic_question.cr.repeatable{
    border-bottom: 2px dotted #000;
}
input[name=path]{
    width: 55em;
}
.transparent{
    background-color: transparent;
    border-color: transparent;
}
button.transparent{
    position: relative;
    width: 100%;
    height: 100%;
    outline: none;
    cursor: pointer;
    box-sizing: content-box;
    top: -4px;
    left: -8px;
}
#form_inspection_image label.button_upload:hover {
  border: solid 2px dodgerblue;
}
#form_inspection_image label.button_upload {
  border: solid 2px transparent;
  border-radius: 4px;
  padding: 1em;
  line-height: 4em;
}
span.draggable{
    border: 2px solid transparent;
    cursor: move;
}
div.col_responses div.droppable{
    min-width: 400px;
    min-height: 28px;
    border: 2px solid transparent;
    border-radius: 4px;
}
div.droppable.droppable_hover{
    /* border: 2px dotted #FF7D02; */
    background-color: #ffcc99;
}
.col_photos.droppable_hover {
    background-color: #ffcc99;
    border: 2px dotted #FF7D02; 
}
a.proc_attach{
    display: inherit;
    font-size: 0.8em;
}
span.node.message select{
    font-size: 0.8em;
}
div.table_row.deleting{
    background-color: #000;
    color: #FFF;
    opacity: 0.2;
}
div.ui-dialog{
    overflow: visible;
}
div.ui-dialog-buttonpane label{
    vertical-align: middle;
    line-height: 3em;
    margin-left: 1em;
}
#num_projects{
    display: inline-block;
    width: 21em;
    text-align: center;
    font-size: 0.9em;
}
button.button_circ{
    cursor: pointer;
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    position: relative;
    vertical-align: top;
    background-color: transparent;
    border: none;
}
button.button_circ:focus{
    outline: none;
}
button.button_circ span{
    display: inline-block;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7); 
    background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7); 
    background-image: -ms-linear-gradient(top, #f7f7f7, #e7e7e7); 
    background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7); 
    color: #a7a7a7;
    margin-top: 6px;
    width: 36px;
    height: 36px;
    position: relative;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #aaa, inset 0px 2px 3px #fff;
}
/*span.button_circ:before{
    content: "";
    display: inline-block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
}*/
button.button_circ span:before{
    content: "";
    display: block;
    background: #fff;
    border-top: 1px solid #AAA;
    border-left: 1px solid #DDD;
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    z-index: -1;
    border-radius: 50%;
    box-shadow: inset 0px 6px 12px #ddd;
}
button.button_circ span:hover{
    box-shadow: 0 0 9px 1px #6BE5ED;
}
.hidey{
    border: 1px solid transparent;
    background-color: transparent;
}
.hidey:hover, .hidey:active{
    border: 1px solid #4b819c;
    background-color: #ffffee;
}
input.hidey:hover{
    overflow: visible;
}
div#contact_comparison{
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(200, 200, 200, 0.5);
    /*display: inline-block;*/
}
div.comparison_row{
    margin-left: auto;
    margin-right: auto;
    padding: 0 1%;
}
div.comparison_row div{
    vertical-align: top;
}
[contenteditable="true"]:empty::before{
    content:attr(placeholder);
}
[contenteditable="true"]:empty{
    color: #999;
}
[contenteditable="true"]:empty.mandatory{
    background: #f8ac61;
}
form.contact_card{
    display: inline-block;
    position: relative;
    margin: 1% 0;
    width: 80%;
    /*border: 1px solid #CCC;*/
    box-shadow: inset 0 0 1px 1px #AAA;
    border-radius: 8px;
    padding: 0.8em;
    background-color: #fffaf0;
    vertical-align: top;
}
.contact_card label {
    margin-top: 1em;
    width: 20%;
    display: inline-block;
    text-align: left;
    padding: 0 4px;
    font-weight: 600;
}
.contact_card .lbp div.select-ok {
    display: inline-block;
    width: 78%;
    vertical-align: middle;
    text-align: left;
}
.contact_card input[type="text"].hidey {
    font-size: 1em;
    width: 74%;
    margin-right: 1em;
}
div.card_section{
    border-top: 2px groove;
}
div.card_section.lbp{
    color: #515151;
}
div.card_section div.section_panel{
    display: inline-block;
    margin-left: 1em;
    /*width: 40%;*/
    margin-right: 1em;
}
div.card_section div.section_panel *{
    display: block;
    font-size: 0.8em;
    width: 100%;
}
.left_comparison, .right_comparison {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
}
.comparison_button {
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}
.comparison_skip {
    display: block;
    text-align: center;
    margin-top: 1em;
    margin-left: auto;
    padding-left: 0.5em;
    margin-right: auto;
    font-size: 1em;
    font-weight: 500;
    width: 5%;
}
.comparison_transfer { 
    background-color: transparent; 
    border: none;
    display: block;
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    cursor: pointer;
}
.button_circ.comparison span {
    width: initial;
    height: initial;
}
.ui-autocomplete {
    max-height: 20em;
    overflow-y: auto;
    overflow-x: hidden;
}
form.generate input[type='submit'] {
    width: 8em;
    height: 3em;
    font-size: 1em;
    background-color: #f7f7f7;
    border: none;
    box-shadow: 0px 3px 6px #aaa, inset 0px 2px 3px #fff;
    cursor: pointer;
}
input:invalid, textarea:invalid{
    background: #f8ac61;
}

select:invalid {
    box-shadow: inset 0 0 3px 1px #E62405;
}
input[type="radio"]:invalid~label {
    background-color: pink;
}
*.red{
    color: #f00;
}
form#unavailable select{
    display: block;
}
div.title, div#checklist_topic_pass_fail{
    margin-top: 0.5em;
    font-size: 1.8em;
    float: right;
    /*margin-right: 20px;*/
    width: 100%;
    /*height: 88px;*/
    line-height: 40px;
    padding-top: 4px;
    /*opacity: 0.5;*/
    color: #FFF;
    background-color: #515151;
    /*text-shadow: 2px 1px 0px #555, 0 -1px 1px #000;*/
    box-shadow: 0px 2px 2px 0px #999;
}
div#derived_flag{
    display: none;
    font-size: 0.6em;
    color: rgba(71, 77, 87, 0.8);
    text-align: center;
    text-shadow: 0 1px 1px #D9D9D9, 0 -1px 1px #000;
}
div#derived_flag.incomplete{
    display: block;
    position: relative;
    margin-top: -50px;
    background-color: #EE9632;
}
div#derived_flag.incomplete::before{
    content: "INCOMPLETE";
}
div#derived_flag.incomplete ~ ul#result_options{
    opacity: 0.5;
}
div#derived_flag.complete{
    background-color: #76c812;
}
div#derived_flag.complete::before{
    content: "PASSED";
}
div#derived_flag.critical{
    background-color: #FF0000;
}
div#derived_flag.critical::before{
    content: "FAILED";
}
div#checklist_topic_pass_fail ul{
    margin: 0 auto;
    padding-bottom: 6px;
    width: 95%;
    text-align: center;
}
div#checklist_topic_pass_fail ul li{
    display: inline-block;
    width: 25%;
}
div#checklist_topic_pass_fail ul li button{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 2em;
}
div#checklist_topic_pass_fail ul li button.active {
    border-style: inset;
}
div#checklist_topic_pass_fail ul li button#topic_flag_F{
    color: #20A33D;
}
div#checklist_topic_pass_fail ul li button#topic_flag_P{
    color:#007AFF;
}
div#checklist_topic_pass_fail ul li button#topic_flag_X{
    color: red;
}
table#pending_amends {
    width: 100%;
    border-collapse: collapse;
    background-color: ivory;
}

table#pending_amends form {
    /* padding: 1em; */
}

.response.pretty_textarea {
    /* padding: 1em; */
}

table#pending_amends tr {
    border-bottom: 1px solid #7F9DB9;
    /* vertical-align: top; */
}

table#pending_amends tr.heading {
    color: #fff;
    background-color: #7F9DB9;
    text-decoration: none;
}

table#pending_amends td {
    vertical-align: top;
    padding: 0.5em;
}

table#pending_amends tr.text td {
    padding-bottom: 0;
}

table#pending_amends tr.text {
    border: none;
}
.ui-icon-white {background-image: url(images/ui-icons_ffffff_256x240.png); }

#config_application_folder {
    border: 1px solid #2F4F4F;
    border-radius: 4px;
}
div#config_application_folder .scroll_y {
    height: 14em;
}
div#config_application_folder .table_heading button {
    margin: 0.2em;
    height: 20px;
    border-radius: 4px;
    border: 1px transparent;
    box-shadow: 0px 1px 2px #999;
    color: #ffffff;
    background: #4b819c;
    background: -moz-linear-gradient(top, #4b819c 0%, #528ca9 3%, #528eab 6%, #477b94 29%, #43738a 49%, #386073 51%, #3a6377 69%, #3c687d 77%, #406e85 86%, #43738a 89%, #45768e 94%, #477b94 97%, #375f72 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b819c), color-stop(3%,#528ca9), color-stop(6%,#528eab), color-stop(29%,#477b94), color-stop(49%,#43738a), color-stop(51%,#386073), color-stop(69%,#3a6377), color-stop(77%,#3c687d), color-stop(86%,#406e85), color-stop(89%,#43738a), color-stop(94%,#45768e), color-stop(97%,#477b94), color-stop(100%,#375f72));
    background: -webkit-linear-gradient(top, #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    background: -o-linear-gradient(top, #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    background: -ms-linear-gradient(top, #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    background: linear-gradient(to bottom, #4b819c 0%,#528ca9 3%,#528eab 6%,#477b94 29%,#43738a 49%,#386073 51%,#3a6377 69%,#3c687d 77%,#406e85 86%,#43738a 89%,#45768e 94%,#477b94 97%,#375f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b819c', endColorstr='#375f72',GradientType=0 );
    cursor: pointer;
}
[ng-click]{
    cursor: pointer;
}

div.balloon-callout {
    transform: rotate(45deg);
    position: absolute;
    top: -1em;
    left: 1em;
    width: 1em;
    height: 1em;
    background-color: #feffef;
    border: 1px #feffef solid;
    box-shadow: -1px -1px 1px 0px #ccc;
}

.control_quick_text div.balloon-callout {
    top: -0.5rem;
    left: 50%;
    margin-left: -0.5rem;
}

div#form_clone input.autocomplete{
    width: 100%;
    box-sizing: border-box;
}
span#application_rbw{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    border: groove;
}
span#application_rbw textarea{
    width: 90%;
    margin: 0.5em auto;
}
div.control_quick_text.active{
    position: absolute;
    background-color: #feffef;
    padding: 1em;
    border: 1px solid #feffef;
    border-radius: 4px;
    box-shadow: 0 0 1px 1px #ccc;
    z-index: 999;
    top: 3em;
    left: 0;
}
div.control_quick_text ul{
    padding-left: 0;
}
.control_quick_text li {
    border-color: inherit;
}
.col_responses .quick-text-controls{
    display: none;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.col_responses .quick-text-controls form{
    display: inline-block;
    float: right;
}
.col_responses .quick-text-controls form input[type=submit]{
    background-color: #528eab;
    color: white;
    border-color: #888;
    border-radius: 4px;
    opacity: 0.3;
}
.col_responses .quick-text-controls form input[type=submit]:hover{
    opacity: 1;
}
.col_responses .input.textarea:hover ~ .quick-text-controls, .quick-text-controls:hover{
    display: inline-block;
    opacity: 1;
}
.tabs input{
    width: 100%;
    height: 100%;
}
.tabs input.active {
    border-bottom-color: transparent;
    border-radius: 3px 3px 0 0;
    background-color: transparent;
}
ul.phrases {
    width: 100%
}
div.control_quick_text ul.phrases li {
    position: relative;
    display: flex;
}
div.control_quick_text ul.phrases li em{
    width: 100%;
}
div.control_quick_text ul.phrases > li:nth-child(even) {
    background-color: gainsboro;
}
div.control_quick_text ul.phrases textarea {
    background-color: transparent;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
textarea:hover + div#control_cycle_message_text{
    opacity: 1;
}
div#control_cycle_message_text{
    opacity: 0;
}
div#control_cycle_message_text:hover{
    opacity: 1;
}
input:disabled {
    cursor: default;
}
div.control_quick_text ul.phrases form.pin{
}
div.control_quick_text ul.phrases form.pin button{
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1em;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    opacity: 0.6;
}
div.control_quick_text ul.phrases form.pin button:hover{
    display: inline-block;
    border-color: gray;
    opacity: 1;
    background-color: lightskyblue;
}
div.control_quick_text ul.phrases form.pin *:focus ~ button{
    display: inline-block;
}
div.control_quick_text ul.phrases textarea:focus {
    height: auto;
    border-color: transparent;
}
button.quick-text{
    text-align: left;
    display: inline-block;
    height: 100%;
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    flex-direction: column;
    flex-grow: 1;
}
.control_quick_text form.delete button {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    border: none;
    color: white;
    background-color: darkgray;
    font-weight: bold;
    padding: 0;
}
.control_quick_text form.delete {
    display: inline-block;
    opacity: 0;
    flex-direction: column;
    flex-grow: 0;
}
.control_quick_text .hover_blue:hover form.delete {
    opacity: 1;
}
.hover_blue{
    cursor: pointer;
}
.hover_pink:hover {
    background-color:  papayawhip;
}
.hover_cell:hover {
    cursor: cell;
}
a.hover_blue{
    color: black;
}
#project_list a.table_row.hover_blue.priority {
    background-color: #fdaf21a3;
}
#project_list a.table_row.hover_blue.priority:nth-of-type(odd) {
    background-color: #fdaf214f;
}
.hover_blue:hover{
    color: black;
    background-color: #90D4E9!important;
    text-decoration: none;
}
.hover_underline{
    cursor: pointer;
}
.hover_underline:hover{
    text-decoration: underline;
}
input[type="checkbox"].trash_box {
    border-color: transparent;
    width: 10em;
    visibility: hidden;
    background-image: url('../img/icon_trash_black.png');
    background-position: top right;
}
input[type="checkbox"].trash_box:checked {
    visibility: visible;
}
input[type="checkbox"].trash_box:before {
    content: attr(placeholder);
}
@media screen and (max-width: 1200px){
    ul#location_tabs {
        max-height: 3em;
        overflow: hidden;
        -webkit-margin-after: 0;
        background-color: white;
    }
    ul#location_tabs:hover {
        overflow: visible;
        position: relative;
        z-index: 1;
        opacity: 1;
    }
    ul#location_tabs:hover li {
        opacity: 1;
        background-color: #515151;
    }
    [class^=col].non-essential{
        display: none;
    }
    [class^=col]:not(.col_responses){
        overflow: hidden;
    }
    .col_description{
        width: 30%;
    }
    #tab_detail div.control-group {
        display: flex;
    }
}
