﻿html, body {
    margin:0;
    padding:0;
    height:100%;
}
body {
    font:normal 14px 'Lato';
    line-height:1.5em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    text-align:left;
    background-color:#fff;
    background-image:none;
}
h1 {
    font-size:34px;
    font-weight:900;
    text-transform:uppercase;
    color:#005aab;
}
h2 {
    font-size:20px;
    font-weight:900;
    margin-top:0;
    position:relative;
    text-transform:uppercase;
}
h2 span {
    position:absolute;
    bottom:0px;
    right:0px;
    font-size:14px;
    font-weight:normal;
}
h3 {
    font-size:14px;
    line-height:1em;
    text-transform:uppercase;
    font-weight:bold;
}
input, textarea {
    appearance:none;
    -webkit-appearance:none;
    outline:none;
}
input {
    height: 43px;
    padding: 0;
    background-color: #f2f2f2;
}
.button, button {
    width:180px;
    height:45px;
    font:normal 16px 'Lato', sans-serif;
    padding-top:0;
    padding-bottom:0;
    display:inline-block;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    background:none;
    appearance:none;
    -webkit-appearance:none;
}
main .button, main button {
    border:1px solid #005aab;
    color:#005aab;
    line-height:43px;
}
.button_default {
    background:#005aab !important;
    color:#fff !important;
}

.clear {
    clear:both;
}

header {
    background:#005aab;
    position:relative;
}
header > div {
    position:absolute;
    bottom:20px;
    right:180px;
    font-weight:300;
    font-size:22px;
    color:#80add5;
    text-align:right;
}
header > div strong {
    display:block;
    font-weight:900;
    font-size:16px;
    color:#fff;  
}
nav {
    position:relative;
}
nav .main {
    background:#ccc;
    font-weight:900;
}
nav .subnav {
    background:#e5e5e5;
}
nav ul {
    margin-top:0;
    margin-bottom:0;
    margin-left:auto;
    margin-right:auto;
    width:753px;
    padding-left:0;
    padding-right:100px;
    list-style:none;
    line-height:40px;
}
nav li {
    display:inline-block;
    vertical-align:middle;
    line-height:1em;
    margin-top:0;
    margin-left:12px;
    padding-left:14px;
    border-left:1px solid #000;
}
nav .main li {
    border-left:2px solid #000;
}
nav li:first-child {
    border-left:none;
    margin-left:0;
    padding-left:0;
}
nav li a {
    color:#000;
    text-decoration:none;
    text-transform:uppercase;
}
nav li a:hover {
    color:#005aab;
}
nav a.button {
    display:block;
    position:absolute;
    top:0px;
    right:0px;
    width:360px;
    font-size:19px;
    font-weight:900;
    height:80px;
    line-height:80px;
    background:#fe7f00;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
}
#session_time {
    position:fixed;
    text-align:center;
    right:60px;
    top:210px;
    width:230px;
    font-weight:900;
    line-height:43px;
    background:#fff;
    border:1px solid #005aab;
}

.selectric {
    /*background:#fff; */
    border: 1px solid #000;
}
ul.bookings li .selectric {
    background:none;
}
.selectric .label {
    line-height:43px;
    height:43px;
    margin-left:18px;
}
.selectric .button {
    height:43px;
    width:43px;
    line-height:43px;
    color:#000;
    background:none;
    border:none;
}
.selectric .button:after {
    border-top-color:#000;
}
.selectric-items {
    border:none;
    background:none;
    box-shadow:none;
}
.selectric-items li {
    background:#b3b3b3;
    color:#000;
    margin-bottom:2px;
    padding-top:12px;
    padding-bottom:12px;
    padding-left:18px;
    padding-right:18px;
}

main {
    width:753px;
    margin-left:auto;
    margin-right:auto;
    padding-right:100px;
    padding-bottom:80px;
}
main.detail {
    padding-top:60px;
}
.filters {
    margin-top:20px;
}
.filters > div {
    float:left;
    margin-left:10px;
}
.filters > div:first-child {
    margin-left:0;
}
.filters .selectric-wrapper {
    width:371px;
}
.filters .selectric {
    border:1px solid #005aab;
}
.filters input {
    border:1px solid #005aab;
    width:178px;
    text-align:center;
}
.filters input.button {
    background:#005aab;
    color:#fff;
}

ul.button_group_horz {
    list-style:none;
    display:table;
    margin:0;
    padding:0;
    width:100%;
    border-collapse:separate;
}
ul.button_group_horz li {
    display:table-cell;
    margin:0;
    padding:0;
}
.button_group_horz a.button {
    display:inline-block;
    font-size:16px;
    line-height:43px;
    color:#005aab;
    border:1px solid #005aab;
    width:178px;
    text-align:center;
    text-transform:uppercase;
    text-decoration:none;
    margin-left:8px;
}
.button_group_horz.button_group_3 a.button {
    width:241px;
}
.button_group_horz.button_group_2 a.button {
    width:369px;
}
.button_group_horz a.button:first-child {
    margin-left:0;
}

ul.bookings {
    list-style:none;
    padding:0;
}
ul.bookings > li {
    padding-top:15px;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
    margin-left:0;
    margin-bottom:18px;
}

ul.bookings .button_group a.button {
    background:#000;
    color:#fff;
    border:1px solid #000;
    margin-bottom:10px;
    font-size:16px;
    height:38px;
    line-height:38px;
}

.col1, .col2 {
    float:left;
    margin-bottom:6px;
}
ul.bookings .col1 {
    width:532px;
    padding-left:15px;
}
ul.bookings .col2 {
    width:180px;
    margin-left:10px;
}
ul.bookings li th {
    white-space:nowrap;
    text-transform:uppercase;
}
ul.bookings th, ul.bookings td {
    padding-left:12px;
    padding-top:7px;
    padding-bottom:7px;
    vertical-align:top;
}
.row_comments {
    height:40px;
}
ul.bookings .col2 h2 {
    position:relative;
}
ul.bookings .col2 h2 input {
    position:absolute;
    right:0px;
    top:0px;
    height:auto;
    appearance:checkbox;
    -webkit-appearance:checkbox;
}

.status_desc {
    clear:both;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    line-height:25px;
    margin-top:5px;
    padding-left:32px;
    text-transform:uppercase;
}
.status_today { background:#ccdeee; }
.status_today tr:nth-child(odd) th, .status_today tr:nth-child(odd) td { background:#d9e6f2; }
.status_today tr:nth-child(even) th, .status_today tr:nth-child(even) td { background:#e6eff7; }
.status_today .status_desc { background:#29abe2; }

.status_sent { background:#cce3cf; }
.status_sent tr:nth-child(odd) th, .status_sent tr:nth-child(odd) td { background:#d9eadb; }
.status_sent tr:nth-child(even) th, .status_sent tr:nth-child(even) td { background:#e6f1e7; }
.status_sent .status_desc, .results .status_desc { background:#00730e; }

.status_within2days { background:#cce3cf; }
.status_within2days tr:nth-child(odd) th, .status_within2days tr:nth-child(odd) td { background:#d9eadb; }
.status_within2days tr:nth-child(even) th, .status_within2days tr:nth-child(even) td { background:#e6f1e7; }
.status_within2days .status_desc { background:#00730e; }
.within2days {background:#28d016;}

.status_morethan2days { background:#cce3cf; }
.status_morethan2days tr:nth-child(odd) th, .status_morethan2days tr:nth-child(odd) td { background:#d9eadb; }
.status_morethan2days tr:nth-child(even) th, .status_morethan2days tr:nth-child(even) td { background:#e6f1e7; }
.status_morethan2days .status_desc { background:#00730e; }
.morethan2days { background: #00730e;}

.cancelled  { background: #fb0606 }
.unreported { background:#cd0a0a; }
.closed { background: #fe7f00; }
.today { background: #29abe2;}

.region_4 {background: #ccdeee;}
    .region_4 tr:nth-child(odd) th, .region_4 tr:nth-child(odd) td {background: #d9e6f2;}
    .region_4 tr:nth-child(even) th, .region_4 tr:nth-child(even) td {background: #e6eff7;}
/*.region_4 .status_desc {background: #29abe2;}*/

.region_2 {background: #cce3cf;}
    .region_2 tr:nth-child(odd) th, .region_2 tr:nth-child(odd) td {background: #d9eadb;}
    .region_2 tr:nth-child(even) th, .region_2 tr:nth-child(even) td {background: #e6f1e7;}
/*.region_2 .status_desc, .results .status_desc {background: #00730e;}*/

.region_3 {background: #e8a4a4;}
    .region_3 tr:nth-child(odd) th, .region_3 tr:nth-child(odd) td {background: #eabbbb;}
    .region_3 tr:nth-child(even) th, .region_3 tr:nth-child(even) td {background: #ead1d1;}
/*.region_3 .status_desc {background: #00730e;}*/

.region_1 {background: #FFD300;}
    .region_1 tr:nth-child(odd) th, .region_1 tr:nth-child(odd) td {background: #fada5e;}
    .region_1 tr:nth-child(even) th, .region_1 tr:nth-child(even) td {background: #f8de7e;}
/*.region_1 .status_desc {background: #00730e;}*/



.paging { font-size: 15px; }
.paging a {
    color:#808080;
    text-decoration:none;
}
.paging a:hover {
    text-decoration:underline;
}
.main_form .col1, .main_form .col2 {
    width:371px;
    margin-bottom:25px;
}
.main_form .col3 {
    width: 244px;
    margin-bottom: 25px;
    float: left;
}
.main_form .col3_2 {
    margin-left: 10px;
    width: 244px;
    margin-bottom: 25px;
    float: left;
}
.main_form .col2 {
    margin-left:10px;
}
.main_form .col0, .modal .col0 {
    margin-bottom:25px;
}
.main_form input, .modal input, .main_form textarea {
    box-sizing:border-box;
    margin:0;
    width:100%;
    border:1px solid #000;
    font:normal 16px 'Lato', sans-serif;
    padding-left:18px;
    padding-right:18px;

}
.main_form input {
    line-height: 45px;
    height: 45px;

}
.accordion .main_form input {
    width:120px;
}
.accordion .main_form input.phone {
    width:100px;
}
.accordion .main_form .button {
    width:45px;
    margin-top:0;
    margin-bottom:0;
    font-size: 20px;
    line-height:43px;
}
.main_form textarea {
    height:150px;
    padding-top:18px;
    padding-bottom:18px;
    background-color: #f2f2f2;
}
.main_form .selectric {
    width:100%;
    box-sizing:border-box;
}
.main_form button {
    box-sizing: border-box;
    margin:0;
    vertical-align: middle;
    margin-top:5px;
    margin-right:5px;
}
.animate_label { position:relative; }
.animate_label input::-webkit-input-placeholder, .animate_label textarea::-webkit-input-placeholder { color:transparent; }
.animate_label input:-ms-input-placeholder, .animate_label textarea:-ms-input-placeholder { color:transparent; }
.animate_label input::-ms-input-placeholder, .animate_label textarea::-ms-input-placeholder { color:transparent; }
.animate_label input::placeholder, .animate_label textarea::placeholder { color:transparent; }
    .animate_label label {
        /*color:rgba(68, 68, 68, 0.5);*/
        color: rgba(0, 0, 0, 0.6);
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        margin: 0;
        pointer-events: none;
        font: normal 14px 'Lato', sans-serif;
        /* line-height: 43px; */
        position: absolute;
        /* top: 0%; */
        z-index: 1;
        white-space: nowrap;
        max-width: calc(100% - 1em - 1em);
        text-overflow: ellipsis;
        overflow: hidden;
        left: 0.5em;
        padding: 0 12px;
        transform: translateY(-50%) scale(0.8);
        background-color: #f2f2f2;
        font-weight: bold;
    }
.animate_label.translate_label label {
	font-weight:bold;
	-webkit-transform:translateY(-50%) scale(0.8);
	transform:translateY(-50%) scale(0.8);
}
.animate_label.translate_label label:before {
	content:'';
	display:block;
	position:absolute;
	z-index:-1;
	background-color: #f2f2f2;
	top:calc(50% - 5px);
	bottom:calc(50% - 5px);
	left:0;
	right:0;
}
.submit {
    width:144px !important;
    border:none !important;
    margin-top:5px !important;
    background:#005aab;
    color:#fff;
    text-transform:uppercase;
    height:45px;
    vertical-align: middle;
}

.report_heading {
    border-left:1px solid #d1d1d1;
    border-bottom:1px solid #d1d1d1;
    padding-left:20px;
    margin-bottom:10px;
}
.report_heading h2 {
    float:left;
    width:400px;
    margin-bottom:0;
    line-height:31px;
}
.report_heading h3 {
    line-height:31px;
    margin-top:0;
    margin-bottom:0;
}
.report_heading div {
    float:left;
    line-height:31px;
    text-transform:uppercase;
}
.report_heading div.clear {
    float:none;
}
.report_heading strong {
    font-size:20px;
    line-height:31px;
    font-weight:900;
    margin-left:15px;
}
.detail table {
    border-collapse:separate;
    margin-bottom:50px;
}
.detail ul.bookings table {
    margin-bottom:0;
}
.detail th {
    text-align:left;
    text-transform:uppercase;
    padding-left:20px;
    padding-right:30px;
    padding-top:6px;
    padding-bottom:6px;
}
.report_details {
    background:#f0f0f0;
    padding:20px;
    margin-bottom:20px;
}
/*
.attachments {
    margin-top:20px;
}
.attachments a {
    display:inline-block;
    margin-right:30px;
}*/
ul.report_files {
    padding:0;
    margin-left:0;
    margin-right:0;
    margin-top:40px;
    margin-bottom:40px;
    list-style:none;
}
ul.report_files li {
    padding:0;
    margin-left:0;
    display:inline-block;
    text-align:center;
    margin-right:20px;
}
ul.report_files li a {
    display:inline-block;
    text-decoration:none;
    color:#000;
}
ul.report_files li a.del_link {
    margin-left:6px;
    color:red;
}

ul.companies, ul.accordion {
    list-style:none;
    padding:0;
    margin-left:0;
    text-transform:uppercase;
    font-size:16px;
}
ul.companies.col1, ul.accordion.col1 {
    min-width:340px;
    margin-right:10px;
}
ul.accordion.col1 {
    margin-right:20px;
}
ul.accordion.col2 {
    min-width:340px;
}
ul.companies li, ul.accordion li {
    padding:0;
    margin-top:10px;
}
ul.companies li a, ul.accordion li a {
    text-decoration:none;
    color:#000;
}
ul.companies li a:hover {
    text-decoration:underline;
}

ul.accordion ul {
    list-style:none;
    padding-left:20px;
    margin:0;
    max-height:0px;
    overflow:hidden;
}
ul.accordion li {
    margin-bottom:16px;
}
ul.accordion li.active ul {
    max-height:9999px;
}
ul.accordion > li > a {
    display:block;
    position:relative;
    padding-left:2%;
    width:98%;
    border-bottom:1px solid #000;
}
ul.accordion > li.active > a {
    font-weight:bold;
    color:#005aab;
}
ul.accordion > li > a::after {
    content:"+";
    color:#000;
    font-weight:normal;
    position:absolute;
    right:10px;
    top:0px;
}
ul.accordion > li.active > a::after {
    content:"-";
}
ul.accordion ul a:hover {
    color:#005aab;
}

.modal {
    display:none;
    position:fixed;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background:rgba(0, 0, 0, 0.95);
    z-index:999;
}
.modal.active {
    display:block;
}
.modal > div {
    position:absolute;
    top:80px;
    width:540px;
    left:50%;
    margin-left:-270px;
    background:#fff;
    text-align:right;
}
.modal > div > a {
    display:inline-block;
    width:50px;
    height:50px;
    font-size:32px;
    line-height:50px;
    background:#6c787b;
    color:#fff;
    text-align:center;
    text-decoration:none;
}
.modal h2 {
    font-size:34px;
    font-weight:900;
    color:#005aab;
}
.modal form {
    padding:40px;
    text-align:left;
}

.jgrowl-residential {
    border:1px solid #005aab;
    border-radius:0;
    padding:0px;
    text-align:center;
    
}
.jgrowl-residential .ui-tooltip-titlebar {
    background:#fff;
    border-radius:0;
    color:#000;
    font-weight:bold;
    text-transform:uppercase;
    text-shadow:none;
    padding-left:0;
    padding-right:0;
}
.jgrowl-residential .ui-tooltip-content {
    background:#fff;
    border-radius:0 !important;
    text-align:center;
    font-weight:bold;
    text-shadow:none;
}
.jgrowl-residential .ui-tooltip-close {
    display:none;
}

a#client_login {
    display:inline-block;
    /*position:absolute;
    right:0px;
    top:0px;*/
    font-size:15px;
    height:40px;
    line-height:40px;
    background:#005aab;
    color:#fff;
    width:172px;
    padding-left:18px;
    margin-left:10px;
  }  

footer {
    height:412px;
    background:#005aab url(/images/logo_footer.png) no-repeat left center;
    background-size:auto 100%;
    color:#fff;
    font-size:12px;
    line-height:1.5em;
  }
  footer .width {
    position:relative;
    padding-top:258px;
    width: 1000px;
    margin: 0 auto;
  }
  footer .width > div {
    width:375px;
    position:absolute;
    top:50px; 
    right:0px;
  }
  footer #mc_embed_signup h2 {
    font-size:26px;
    font-weight:300;
  }
  footer #mc_embed_signup .mc-field-group { padding-bottom:2px; }
  footer #mc_embed_signup .mc-field-group label { display:none; }
  footer #mc_embed_signup .mc-field-group input {
    height:43px;
    line-height:43px;
    padding-top:0;
    padding-bottom:0;
    padding-left:10px;
    padding-right:10px;
    border:none;
    border-radius:0;
  }
  footer #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    color:#fff;
    background:none;
    border:none;
    border-radius:0;
    padding-bottom:0;
  }
  footer #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border:none;
  }
  footer #mc_embed_signup .button {
    background:#01a0c6;
    border-radius:0;
    font-size:12px;
    height:45px;
    line-height:45px;
    text-transform:uppercase;
  }
  
  footer h3 {
    margin-top:0;
    margin-bottom:0;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
  }
  footer ul {
    list-style:none;
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:1.2em;
    padding:0;
  }
  footer li {
    margin:0;
    padding:0;
  }
  footer li strong {
    text-transform:uppercase;
  }
  #legal {
    text-transform:uppercase;
  }
  #legal a {
    color:#fff;
    text-decoration:none;
  }
  #legal a:hover {
    text-decoration:underline;
  }
  a {
      color: #000;
      text-decoration: none;
    }
  a:hover {
      color: gray;
  }