*{
    box-sizing: border-box;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    margin: 0px;
    padding: 0px;
}

h1{
    font-size: 140%;
}

h2{
    font-size: 130%;
}

h3{
    font-size: 125%;
}

h4{
    font-size: 120%;
}

h5{
    font-size: 110%;
}

h6{
    font-size: 105%;
}

.mobile_only{
    display: none;
}

#toast{
    position: fixed;
    left: 25%;
    width: 50%;
    min-height: 100px;
    margin: auto;
    border-width: 2px;
    border-style: solid;
    border-radius: 8px;
    border-color: #000000;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
    background-color: rgba(255,255,255,0.9);
    font-weight: bold;
    font-size: 200%;
    text-align: center;
    padding-top: 1%;
}

.toast_show{
    top: 100px;
    transition: top 1s;
}

.toast_hidden{
    top: -900px;
    transition: top 1s;
}

.toast_notice{
    color: #00AA00;
}

.toast_error{
    color: #AA0000;
}

#header_menu{
    white-space: nowrap;
    display: inline-block;
    margin-top: 4px;
}

#header_menu_toggle{
    display: none;
}

#header_menu .close_button{
    display: none !important;
}

#page_lock_overlay{
    background-color: rgba(128,128,128,0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 100;
}

#page_lock_animation{
    display: inline-block;
    position: fixed;
    top: 50%;
    width: 100px;
    height: 100px;
    animation-name: loading;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.page_lock_on{
    opacity: 0.9;
    transition: opacity .5s;
}

.page_lock_off{
    opacity: 0;
    transition: opacity .5s;
}

#header, #header_public{
    width: 100%;
    height: 80px;
    margin-bottom: 24px;
    background-color: #FFFFFF;
    border-width: 0px;
    border-bottom-width: 1px;
    border-color: #000000;
    border-style: solid;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.4);
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 4px;
    text-align: center;
}

#header_public{
    height: 110px;
    box-shadow: none;
    border-bottom-width: 4px;
    white-space: nowrap !important;
}

#header h1{
    margin: 0px;
    padding: 0px;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #888888;
}

#header_logo{
    height: 64px;
    width: auto;
    cursor: pointer;
    float: right;
    margin-top: 2px;
}

#header_public #header_logo{
    height: 100px;
    margin-left: 24px;
    margin-right: 24px;
    float: left;
}

#header_text{
    margin: 0px;
    padding: 0px;
    position: relative;
    top: -64px;
}

#header_public #header_address{
    font-weight: bold;
    text-align: left;
    width: auto;
    margin-right: 24px;
}

#header_public #header_address p{
    margin: 2px;
}

#menu_container{
    background-color: #EEEEEE;
    display: block;
    float: left;
    width: 25%;
    min-height: 400px;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #000000;
    box-shadow: 4px 4px 4px #000000;
    margin-left: 2%;
    margin-top: 64px;
    margin-bottom: 400px;
}

#menu{
    font-size: 90%;
    margin-bottom: 8px;
}

#menu .submenu a{
    font-size: 80%;
    font-weight: normal !important;
}

#menu li, .submenu li{
    cursor: pointer;
    font-weight: bold;
}

#menu li a:hover, .submenu li:hover{
    color: #00AA66;
}

#content_display_container{
    padding: 2%;
    float: right;
    width: 70%;
    margin-top: 0px;
    margin-bottom: 400px;
}

#content_storage, #content_template_storage{
    display: none;
}

.content_data{
    display: none;
}

#footer{
    display: block;
    clear: both;
    width: 100%;
    min-height: 32px;
    background-color: #222222;
    color: #DDDDDD;
    text-align: center;
    padding: 8px;
}

#footer p{
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px;
}

#footer a{
    color: #FFAA00;
}

label{
    display: block;
    margin-bottom: 24px;
}

textarea{
    display: block;
    width: 100%;
    height: 400px;
}

.instruction{
    color: #DD6600;
    font-weight: bold;
}

.dialogue{
    font-weight: bold;
}

.dialogue_question{
    color: #0066DD;
    font-weight: bold;
}

.dialogue_us{
    color: #DD0000;
    font-weight: bold;
}

.dialogue_them{
    color: #0088FF;
    font-weight: bold;
}

.dialogue_instruction{
    color: #00AA00;
    font-weight: bold;
}

.dialogue_note{
    color: #000000;
    font-weight: normal;
}

ul.dialogue_us li{
    margin-top: 8px;
    margin-bottom: 8px;
}

input.form_input{
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: dotted;
    border-color: #666666;
    outline: none;
    font-size: 120%;
    display: block;
    width: 100%;
}

input.form_input:focus{
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #000000;
}

input[type="checkbox"]{
    width: 20px;
    height: 20px;
    display: inline;
}

textarea.form_input{
    font-family: Arial, Helvetica, sans-serif;
    border-width: 1px;
    border-style: dotted;
    border-color: #666666;
    outline: none;
    font-size: 120%;
    display: block;
    width: 100%;
    height: 100px;
    background-attachment: local;
}

textarea.two-line{
    height: 64px;
}

.guide_table{
    font-size: 85%;
}

.guide_table td{
    padding: 6px;
}

#zip_code_search, #zip_code_result{
    margin-bottom: 16px;
}

#zip_code_result{
    border-width: 0px;
}

.zip_state{
    font-weight: bold;
    padding-bottom: 32px;
}

.zip_region{
    font-weight: bold;
    text-align: center;
}

.zip_region_north{
    background-color: #FF0000;
    color: #FFFFFF;
}

.zip_region_west{
    background-color: #b5ffd4;
    color: #000000;
}

.zip_region_east{
    background-color: #9b9b9b;
    color: #FFFFFF;
}

.zip_region_south{
    background-color: #a7aa00;
    color: #000000;
}

.zip_region_northwest{
    background-color: #a7aa00;
    color: #000000;
}

.zip_region_northeast{
    background-color: #00bb10;
    color: #FFFFFF;
}

.zip_region_southwest{
    background-color: #6b4900;
    color: #FFFFFF;
}

.zip_region_southeast{
    background-color: #00f7ff;
    color: #000000;
}

.zip_region_central{
    background-color: #e874ff;
    color: #000000;
}

#faq_search{
    float: right;
    padding: 4px;
    border-style: solid;
    border-color: #000000;
    border-width: 2px;
    border-radius: 8px;
    margin-top: 6px;
    margin-right: 16px;
    height: 32px;
}

.highlight{
    background-color: #FFDD00;
    box-shadow: 0px 0px 16px #FFDD00;
    font-weight: bold;
}

.faq_directory li{
    margin-top: 16px;
    margin-bottom: 16px;
}

button{
    padding: 8px;
    background-color: #00AA66;
    font-weight: bold;
    text-shadow: 2px 2px 1px #000000;
    color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-color: #004400;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
    cursor: pointer;
}

button:hover{
    background-color: #88FF88;
    color: #000000;
    text-shadow: none;
}

button.unsent{
    background-color: #DD0000;
}

button.unsent:hover{
    background-color: #FF4400;
    color: #FFFFFF;
}

#content_display_top{
    position: static;
}

#content_title{
    margin-top: 0px;
}

textarea, 
#cms_content input[type="text"],
#cms_content input[type="number"],
#cms_content input[type="tel"],
#cms_content input[type="date"],
#cms_content input[type="email"]{
    padding: 1%;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    border-radius: 4px;
}

#cms_content input[type="text"],
#cms_content input[type="number"],
#cms_content input[type="tel"],
#cms_content input[type="date"],
#cms_content input[type="email"]{
    width: 100%;
}

#cms_content input[type="radio"],
#cms_content input[type="checkbox"]{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
}

#cms_content input[type="radio"] + label, #cms_content input[type="checkbox"] + label{
    display: inline-block;
    position: relative;
    top: -4px;
}

#call_history_button{
    margin: 16px;
    margin-left: 32px;
    margin-top: 0px;
}

#call_log_table{
    font-size: 55%;
    margin-top: 0px;
}

#call_log_table.service_table{
    width: 100%;
    font-size: 90%;
}

table#service_call_log_detail{
    margin-bottom: 8px;
}

#call_log_table tr:nth-child(even), #detail_modal_content table tr:nth-child(even), table#service_call_log_detail tr:nth-child(even){
    background-color: #DDDDDD;
}

#call_log_table tr.high_priority td{
    background-color: #FFEE88 !important;
}

#call_log_table tr.claimed td{
    background-color: #88FF97 !important;
}

#call_log_table tr.completed td{
    background-color: #DFDFDF !important;
}

#call_log_table tr.immediate_priority td{
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
}

#call_log_table tr.immediate_priority td *{
    color: #FFFFFF !important;
}

#call_log_table tr.unclaimed td{
    background-color: #4fb6e7  !important;
}

#call_log_table td, #call_log_table th, #detail_modal_content table td, #detail_modal_content table th, table#service_call_log_detail th{
    padding: 8px;
    text-align: left;
}

#call_log_table td{
    cursor: pointer;
}

#call_log_table data{
    display: none;
}

#call_log_table .call_log_additional_details{
    width: 20%;
    font-size: 80%;
    white-space: pre-wrap;
    word-break: break-all;
}

.cms_group{
    margin: 4px;
    padding: 4px;
    border-style: solid;
    border-color: #888888;
    border-width: 2px;
    border-radius: 8px;
}

.cms_group .button.service_control, .button.service_control{
    text-align: center;
    margin-top: 8px;
}

.cms_group label{
    display: inline-block;
}

.cms_group select{
    display: inline-block;
    width: 75%;
}

#detail_modal_content table{
    width: 100%;
}

#detail_modal_content table td:first-child, table#service_call_log_detail td:first-child{
    font-weight: bold;
}

#loading_container{
    text-align: center;
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

#loading_container h4{
    margin: 4px;
    font-size: 60%;
    color: #888888;
    position: relative;
    top: -64px;
}

#loading_animation{
    display: inline-block;
    width: 100px;
    height: 100px;
    animation-name: loading;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

#detail_modal{
    background-color: #FFFFFF;
    position: fixed;
    top: 10%;
    left: 10%;
    margin: auto;
    width: 80%;
    min-height: 400px;
    border-style: solid;
    border-color: #000000;
    border-width: 2px;
    border-radius: 16px;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.4);
    white-space: normal !important;
}

.show_modal{
    opacity: 1;
    transform: scale(1);
    transition: opacity .5s, transform 1s;
}

.hide_modal{
    opacity: 0;
    transform: scale(0.75);
    transition: opacity .5s, transform 1s;
}

#detail_modal_close_icon{
    cursor: pointer;
    float: right;
    width: 32px;
    height: 32px;
}

#detail_modal h2{
    padding-left: 2%;
}

#detail_modal_content{
    padding: 2%;
    font-size: 55%;
    white-space: normal;
    word-wrap: break-word;
}

#service_call_log_detail{
    width: 100%;
    font-size: 100%;
}

#detail_modal table{
    width: 90%;
    margin: auto;
}

#detail_modal_table td{
    white-space: normal;
    word-wrap: break-word !important;
}

@keyframes loading{
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

#pagination{
    text-align: right;
}

#pagination img, .pagination img{
    cursor: pointer;
}

.pagination{
    float: right;
}

.pagination .pagination_label{
    text-align: center;
    margin: 0px;
    margin-top: 12px;
    padding: 0px;
    clear: both;
    width: auto;
    display: inline-block;
    font-weight: bold;
}

.pagination a.nav_first, .pagination a.nav_previous, .pagination a.nav_next, .pagination a.nav_last, .pagination div.placeholder{
    display: block;
    width: 32px;
    height: 32px;
    margin: 8px;
}

.pagination .nav_first{
    background-image: url('/img/nav/first.png');
    float: left;
}

.pagination .nav_previous{
    background-image: url('/img/nav/previous.png');
    float: left;
}

.pagination .nav_next{
    background-image: url('/img/nav/next.png');
    float: right;
}

.pagination .nav_last{
    background-image: url('/img/nav/last.png');
    float: right;
}

.pagination div.placeholder{
    /* background-image: none; */
    opacity: 0.25;
}

.dynamic_span{
    background-color: #FFDD00;
}

section#login{
    width: 60%;
    margin: auto;
    text-align: center;
}

section#login #login_form, #user_editor, #call_log_editor{
    box-sizing: border-box;
    padding: 1%;
    display: block;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
    border-radius: 16px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
}

#user_editor, #call_log_editor{
    border-width: 0px;
    box-shadow: none;
}

section#login label, #user_editor label, #call_log_editor label{
    display: block;
    margin: 0px;
    text-align: left;
}

section#login input, #user_editor input, #call_log_editor input{
    display: block;
    width: 100%;
}

section#login input[type="text"], 
section#login input[type="password"], 
section#login select,
#user_editor input[type="text"], 
#user_editor input[type="password"], 
#call_log_editor input[type="text"], 
#call_log_editor input[type="date"], 
#call_log_editor input[type="number"], 
#call_log_editor textarea{
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    border-radius: 8px;
    box-shadow: inset 4px 4px 2px rgba(0,0,0,0.25);
    margin-bottom: 16px;
    text-align: left;
}

section#login select{
    display: block;
    width: 100%;
}

#user_editor select, #call_log_editor select{
    width: 100%;
    padding: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    border-radius: 8px;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.25);
    margin-bottom: 16px;
    text-align: left;
}

#call_log_editor #zip{
    display: inline-block;
    width: 75% !important;
}

#call_log_editor #zip_code_region_box{
    box-sizing: border-box;
    width: 20%;
    height: 32px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    border-radius: 8px;
    float: right;
    text-align: center;
    padding-top: 4px;
}

section#login .button{
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    border-radius: 8px;
    box-shadow: inset -2px -2px 2px rgba(0,0,0,0.25), 4px 4px 2px rgba(0,0,0,0.25);
    cursor: pointer;
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 105%;
    text-decoration: none;
    color: #000000;
}

section#cms_main, section#public_main{
    margin: auto;
    margin-bottom: 200px;
    width: 80%;
}

section#cms_main .error{
    font-weight: bold;
    color: #AA0000;
}

section#cms_main .notice{
    font-weight: bold;
    color: #008800;
}

#header_menu .button, #cms_main .button, #public_main .button, #mobile_only_top_menu .button{
    background-color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4), inset 2px 2px 1px #FFFFFF, inset -2px -2px 1px rgba(0,0,0,0.4);
    color: #000000;
    text-decoration: none;
    font-size: 75%;
    font-weight: bold;
    cursor: pointer;
}

#mobile_only_top_menu{
    display: none;
    text-align: center;
    margin-top: 8px;
}

#mobile_only_top_menu .button{
    width: 40%;
    display: inline-block;
}

#cms_main .button{
    position: static;
    top: 0px;
    cursor: pointer;
}

#cms_main a.delete_button{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+54,f02f17+71,e73827+100 */
    background: #f85032; /* Old browsers */
    background: -moz-linear-gradient(top,  #f85032 0%, #f16f5c 50%, #f6290c 54%, #f02f17 71%, #e73827 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f85032 0%,#f16f5c 50%,#f6290c 54%,#f02f17 71%,#e73827 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f85032 0%,#f16f5c 50%,#f6290c 54%,#f02f17 71%,#e73827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
    width: 32px;
    height: 32px;
    font-weight: bold;
    color: #FFFFFF !important;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4), inset 2px 2px 1px #FFFFFF, inset -2px -2px 1px rgba(250,0,0,0.4);
    text-align: center;
}

#cms_main a.delete_button:hover{
    color: #000000 !important;
}

.log_out_button:hover, #cms_main .button:hover{
    background-color: #FFEE00;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4), inset 2px 2px 1px #FFFFFF, inset -2px -2px 1px rgba(250,64,0,0.4);
}

.cms_heading_table{
    font-weight: bold;
    font-size: 140%;
    width: 100%;
    margin: 2%;
}

#cms_filters{
    display: block;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 8px;
}

.cms_filter{
    display: inline-block;
    width: 33%;
}

#cms_search{
    width: 100%;
    white-space: nowrap;
}

#cms_search input{
    width: 79%;
    margin-bottom: 8px;
}

#cms_search .button{
    display: inline-block;
    width: 20%;
    height: 32px;
    padding: 4px;
    position: relative;
    top: 1px;
}

#cms_search input[type="search"], .cms_filter select{
    padding: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    border-radius: 8px;
    box-shadow: inset 2px 2px 1px rgba(0,0,0,0.25);
    font-size: 90%;
    box-sizing: border-box;
    position: relative;
    top: 2px;
}

.button.refresh {
    padding: 6px !important;
    position: relative !important;
    top: -2px !important;
    width: 32px;
    height: 34px;
    text-align: center;
}

.button.refresh svg{
    position: relative;
    top: 2px !important;
}

label[for="supervisor_only"]{
    margin-bottom: 0px;
}

.cms_filter label{
    display: block;
    font-weight: bold;
    font-size: 75%;
    margin-bottom: 4px;
    color: #888888;
}

.cms_filter select{
    border-radius: 8px !important;
    width: 100%;
}

table#call_log_table.service_table a{
    text-decoration: none;
    color: #000000;
}

table#call_log_table.service_table td.extra{
    background-color: #FFFFFF !important;
}

table#call_log_table.service_table img.icon{
    width: auto;
    height: 32px;
}

#service_call_log_detail td{
    padding: 8px;
}

#service_call_log_detail .service_control{
    width: 30%;
    min-width: 200px;
    text-align: center;
    white-space: nowrap;
    margin-top: 8px;
}

#service_call_log_detail textarea{
    height: 120px;
    font-size: 120%;
}

#cms_main #user_editor, #cms_main #call_log_editor{
    margin-bottom: 100px;
}

#cms_main select{
    padding: 4px;
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
    border-radius: 4px;
    min-width: 40%;
}

#cms_main #comment{
    height: 50px;
}

#cms_main #history_preview{
    font-size: 70%;
}

#cms_main #history_preview table{
    margin-bottom: 8px !important;
    width: 100%;
}

#cms_main #history_preview table th{
    text-align: left;
}

#cms_main #history_preview table tr:nth-child(even){
    background-color: #EEEEEE;
}

#call_log_comments{
    font-size: 80%;
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
}

#call_log_comments a{
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}

#call_log_comments tr:nth-child(even){
    background-color: #FFFFFF;
}

#call_log_comments tr:nth-child(odd){
    background-color: #EEEEEE;
}

#call_log_comments tr td:first-child{
    width: 25%;
}

#call_log_comments tr td:nth-child(2){
    width: 65%;
}

#call_log_comments tr td:nth-child(3){
    width: 10%;
}

#pdf_viewer{
    width: 100%;
    height: 600px;
    /* position: fixed; 
    right: 0; 
    bottom: 0; 
    left: 0;
    top: 400px; */
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

#pdf_viewer iframe{
    width: 100%;
    height: 100%;
    border-width: 0px;
}

#pdf_viewer #buffer{
    width: 100%;
    height: 1024px;
}

#pdf_images{
    display: block;
    width: 100%;
    /* height: 600px;
    overflow: scroll; */
    touch-action: pan-x, pan-y, pinch-zoom;
    transform-origin: 0 0; transform: scale(1);
}

#pdf_images img{
    width: 100%;
    height: auto;
}

#privacy_policy{
    width: 80%;
    margin: auto;
}

#service_asa label{
    margin-top: 24px;
    margin-bottom: 4px;
}

#service_asa input{
    font-size: 125%;
}

#service_asa input.initials{
    width: 10%;
    text-transform: uppercase;
    font-size: 150%;
    font-weight: bold;
}

#service_asa .highlight{
    box-shadow: none;
}

#service_asa input[type="radio"], #service_asa input[type="checkbox"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    background-color: white;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    margin-right: 10px;
}
  
#service_asa input[type="radio"]:checked:before, #service_asa input[type="checkbox"]:checked:before{
    content: "\2714";
    display: inline-block;
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 16px;
    position: relative;
    left: 2px;
    top: -2px;
}

#service_asa input[type="radio"] + label, #service_asa input[type="checkbox"] + label{
    display: inline-block;
    position: relative;
    top: 4px;
}

#service_asa #signature_canvas{
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
}

#service_asa button.button{
    text-shadow: none;
}

.icon{
    display: inline-block;
    width: 64px;
    height: 64px;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    border-radius: 4px;
    padding: 2px;
    margin-right: 8px;
    background-size: 75% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon.icon_borderless{
    border-width: 0px;
    box-shadow: none;
    background-color: transparent;
}

.icon.google_maps{
    background-image: url('../img/icon/google_maps.png');
}

.icon.apple_maps{
    background-image: url('../img/icon/apple_maps.png');
}

.icon.waze{
    background-image: url('../img/icon/waze.png');
}

.icon.google_maps, .icon.apple_maps, .icon.waze{
    cursor: pointer;
}

#scroll_to_top_button{
    background-color: rgba(0,0,0,0.75);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.4);
    position: fixed;
    right: 20px;
    bottom: 40px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    opacity: 0.6;
}

#scroll_to_top_button svg{
    margin-top: 12px;
}

#menu_account_buttons_toggle.show, #menu_account_buttons_toggle.hide{
    display: none;
}

#menu_account_buttons.show, #menu_account_buttons.hide{
    display: inline-block;
}

#last_loaded_timestamp{
    font-size: 50%;
    text-align: right;
    margin-right: 20px;
    position: relative;
    top: -14px;
}

#service_agreement_html_view{
    display: block;
}

#service_agreement_pdf_view{
    display: block;
    margin-top: 16px;
    width: 100%;
    height: 500px;
}

.photo_thumbnail, .photo_thumbnail_list li img{
    width: auto;
    height: 120px;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    border-radius: 8px;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.4);
    margin-top: 8px;
    margin-bottom: 8px;
}

.thumbnail_list{
    list-style: none;
    display: block;
}

.photo_category_thumbnail_list li{
    display: block;
    clear: both;
    margin: 8px;
    padding: 8px;
}

.photo_category_thumbnail_list li a{
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

.photo_category_thumbnail_list li img{
    height: 64px;
    float: left;
    margin-right: 24px;
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
    box-shadow: 4px 4px 2px rgba(0,0,0,0,4);
}

.photo_thumbnail_list li{
    display: inline-block;
    margin-right: 8px;
    text-align: center;
}

.photo_thumbnail_list li a{
    text-decoration: none !important;
    color: #000000;
}

.photo_thumbnail_list li .title{
    font-size: 50%;
    font-weight: bold;
}

.photo_thumbnail_list li img{
    height: 120px;
}

.photo{
    width: 100%;
    height: auto;
    border-style: solid;
    border-width: 2px;
    border-color: #000000;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.4);
}

label#date_range_picker_label, input#date_range_picker{
    width: auto !important;
}

#notification_alert{
    display: block;
    float: right;
    cursor: pointer;
    margin-left: 16px;
    text-decoration: none;
}

#notification_alert img{
    width: auto;
    height: 32px;
}

#notification_alert img.empty{
    opacity: 0.25;
    position: relative;
    top: 14px;
}

#notification_alert .count{
    position: relative;
    top: 8px;
    right: -24px;
    background-color: #FF4400;
    color: #FFFFFF;
    border-radius: 100%;
    font-size: 10px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    padding: 0px;
    padding-top: 1px;
}

#diagnosticsDisplay{
    font-size: 50%;
}

.service_call_thumbnails{
    overflow-x: hidden;
    border-width: 1px;
    border-radius: 8px;
    border-style: solid;
    border-color: #888888;
    padding: 16px;
    margin-bottom: 16px;
}

.service_call_thumbnails img{
    box-shadow: 4px 4px 8px rgba(0,0,0,0.25);
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
    width: auto;
    height: 120px;
}

@media screen and (max-width: 1000px){

    .nomobile{
        display: none !important;
    }

    .mobile_only{
        display: initial;
    }

    #header{
        height: 48px;
        white-space: nowrap;
        text-align: center;
    }

    #header h1{
        margin: 0px;
        padding: 0px;
        margin-top: 4px;
        letter-spacing: 1px;
        color: #000000;
        transform: scaleX(0.5);
        transform-origin: top left;
        position: relative;
        left: 32px;
    }

    #header_logo{
        height: 32px;
    }

    #header_public #header_address{
        font-size: 100%;
    }

    #header_menu{
        background-color: rgba(0,0,0,0.9);
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 100;
    }

    #header_menu.header_menu_hidden{
        display: none;
    }
    
    #header_menu.header_menu_visible{
        display: block;
    }
    
    #header_menu_toggle{
        display: block;
        float: left;
        background-image: url('/img/menu.png');
        background-size: 100% 100%;
        width: 32px;
        height: 32px;
        margin-right: 24px;
    }

    #header_menu .button{
        display: block;
        width: 90%;
        margin: auto;
        margin-top: 24px;
        margin-bottom: 24px;
        text-align: center;
    }

    #header_menu .close_button{
        display: block !important;
    }

    #mobile_only_top_menu{
        display: block;
    }

    #faq_search{
        font-size: 100%;
        width: 40%;
        height: 32px;
        margin-right: 24px;
        margin-top: 2px;
    }

    #toast{
        left: 5%;
        width: 90%;
    }

    #toast_content{
        font-size: 70%;
    }

    #menu_container, #content_display_container{
        float: none;
        width: 95%;
    }

    #menu_container{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #menu_container ul{
        margin: 8px;
        padding: 0px;
        list-style-type: none;
    }

    #content_display_container{
        margin-top: 8px !important;
    }

    #pagination{
        margin-top: 64px;
    }

    #detail_modal{
        width: 100%;
        height: 100%;
        overflow: scroll;
        border-radius: 0px;
        box-shadow: none;
        margin: 0px !important;
        padding: 0px;
        left: 0px;
        top: 0px;
        font-size: 75%;
        word-break: normal;
    }

    #detail_modal_content{
        font-size: 90%;
    }

    #detail_modal_content table, table#service_call_log_detail{
        width: 100%;
    }

    #call_log_table{
        width: 100%;
        font-size: 50%;
    }

    #call_log_table td, #call_log_table th{
        display: none;
    }

    #call_log_table.service_table{
        margin-bottom: 32px;
    }

    #call_log_table.service_table td, #call_log_table.service_table th{
        display: table-cell;
    }

    #call_log_table .call_log_date_time, #call_log_table .call_log_client_first_name, #call_log_table .call_log_client_last_name, 
    #call_log_table .call_log_client_phone, #call_log_table .call_log_client_email, #call_log_table .call_log_initials{
        display: table-cell;
        width: 25%;
        font-size: 140%;
    }

    table td{
        white-space: normal !important;
    }

    table#service_call_log_detail tr td{
        padding: 4px;
    }

    .guide_table{
        font-size: 100%;
        width: 100%;
    }

    .dialogue_us, .dialogue_them, .dialogue_instruction, .dialogue{
        font-size: 100%;
    }

    .log_out_button{
        top: -20px;
    }

    section#cms_main, section#public_main{
        width: 95%;
        margin: auto;
        padding: 0px;
        margin-bottom: 100px;
    }

    #cms_main table{
        font-size: 50% !important;
        word-break: normal;
    }

    #cms_content, #public_content{
        margin: 0px;
        margin-bottom: 200px !important;
        padding: 0px !important;
    }

    .button{
        display: inline-block;
        font-size: 100% !important;
        text-align: center;
        margin-bottom: 6px;
    }

    #cms_search .button{
        top: 2px;
    }

    #cms_filters select{
        font-size: 50%;
    }

    .button.refresh {
        padding: 8px !important;
        position: relative !important;
        top: 0px !important;
        width: 40px;
        height: 40px;
        text-align: center;
    }

    .button.refresh svg{
        position: relative;
        top: 0px !important;
    }

    #menu_account_buttons_toggle.show{
        display: block;
        opacity: 0.4;
    }

    #menu_account_buttons_toggle.hide{
        display: block;
        opacity: 1;
    }
    
    #menu_account_buttons.show{
        display: block;
    }

    #menu_account_buttons.hide{
        display: none;
    }

    #last_loaded_timestamp{
        margin-right: 10px;
    }

    #zip_codes{
        font-size: 50%;
    }

    #call_log_editor #zip_code_region_box{
        font-size: 75%;
        height: 32px;
        padding-top: 6px;
    }

    /* #service_asa #signature_canvas{
        width: 100%;
        height: auto;
    } */

    #notification_alert{
        position: relative;
        top: -8px;
        margin-left: 10px;
    }

    #notification_alert img{
        height: 24px;
    }

    #notification_alert .count{
        right: -16px;
    }

}

@media screen and (max-width: 580px){

    #header_public #header_address{
        display: none;
    }

}