@charset "UTF-8";
/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #555e63;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

a {
    color: inherit;
    outline: none;
    border: none;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a.link {
    color: #009EB4;
}

a.link:hover {
    color: inherit;
    text-decoration: underline;
}

img {
    outline: none;
    border: none;
}

.clear {
    clear: both;
}

.wrapper {
    width: 1004px;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 151px;
    padding: 40px 20px 0;
}

.search {
    float: right;
    width: 813px;
    padding: 20px 0;
}

.keyword-container {
    float: right;
    width: 282px;
    height: 26px;
    border: 1px #cecece solid;
    border-radius: 3px;
    border-right: none;
    margin-right: -0px;
    background: #EEEEEE;
}

.search-field {
    margin-top: 5px;
    margin-left: 5px;
    background: none;
    border: none;
    width: 193px;
    outline: none;
}

.search-options-container {
    float: right;
    margin-top: 3px;
    padding: 0 3px;
}

.search-options {
    border: none;
    background: none;
    outline: none;
    margin-top: 2px;
    padding-right: 5px;
}

.search-container {
    float: right;
    width: 72px;
    height: 30px;
}

.number {
    font-size: 24px;
    color: #272264;
    padding-bottom: 20px;
    text-align: right;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.search-divider {
    float: right;
    width: 1px;
    height: 13px;
    padding: 7px 2px 9px;
}

.bkg-nav {
    width: 100%;
    background: #0fa8e2;
    border-bottom: #272267 solid 7px;
    height: 37px;
}

.nav-item {
    float: left;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    padding: 10px 20px 0;
}

.nav-divider {
    padding: 9px 0 0;
    float: left;
}

a.nav-link {
    text-decoration: none;
    color: #FFF;
}

a.nav-link:hover {
    color: #272267;
}

.home-col-1 {
    float: left;
    width: 358px;
}

.home-col-2 {
    float: left;
    width: 235px;
    margin: 0 20px;
}

.home-col-3 {
    float: right;
    width: 370px;
    margin-top: -20px;
}

.list-col-2 {
    float: right;
    width: 278px;
    font-size: 16px;
    font-weight: bold;
    padding-top: 17px;
}

.detail-col-1 {
    float: left;
    width: 610px;
}

.welcome-box {
    background: #0fa8e2;
    padding: 5px;
    color: #FFFFFF;
    border-bottom: 4px #282366 solid;
    display: flex;
    flex-direction: column;
    -moz-box-shadow: 3px 3px 3px #c4c4c4;
    -webkit-box-shadow: 3px 3px 3px #c4c4c4;
    box-shadow: 3px 3px 3px #c4c4c4;
    margin-top: 20px;
    height: 170px;
}

.bkg-welcome {
    padding: 5px 10px 10px 5px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    flex-grow: 1;
}

.welcome {
    font-size: 24px;
    padding-bottom: 7px;
    font-weight: bold;
}

.username {
    color: #282366;
    font-size: 19px;
    font-weight: bold;
}

.logo-user {
    float: right;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
}

.date {
    font-size: 14px;
    padding: 10px 5px;
}

.bkg-title {
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-top: #8e8e8e solid 1px;
    border-left: #8e8e8e solid 1px;
    border-right: #8e8e8e solid 1px;
    border-bottom: #0fa8e2 solid 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 5px 10px;
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #c7c7c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #c7c7c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #c7c7c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%, #c7c7c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%, #c7c7c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%, #c7c7c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#c7c7c7', GradientType=0); /* IE6-9 */
}

.bkg-box {
    border-left: #8e8e8e solid 1px;
    border-right: #8e8e8e solid 1px;
    border-bottom: #8e8e8e solid 5px;
    padding: 10px;
}

.bkg-box-nopadding-detail {
    border-left: #8e8e8e solid 1px;
    border-right: #8e8e8e solid 1px;
    border-bottom: #8e8e8e solid 1px;
}

.bkg-box-nopadding {
    border-left: #8e8e8e solid 1px;
    border-right: #8e8e8e solid 1px;
    border-bottom: #8e8e8e solid 5px;
}

.box-shadow {
    margin: 20px 0;
    -moz-box-shadow: 3px 3px 3px #c4c4c4;
    -webkit-box-shadow: 3px 3px 3px #c4c4c4;
    box-shadow: 3px 3px 3px #c4c4c4;
}

.txt-blue {
    color: #0fa8e2;
}

.txt-red {
    color: #a81602;
}

.txt-green {
    color: #3a9802;
}

.txt-blue-title {
    color: #0fa8e2;
    font-size: 14px;
    font-weight: bold;
}

.large-number {
    float: left;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.number-msg {
    float: left;
    padding: 12px 0 0 5px;
}

.arrow-container {
    float: left;
    width: 16px;
    padding-top: 12px;
    padding-right: 5px;
}

.log-box-detail {
    height: 410px;
    overflow: auto;
}

.log-box {
    height: 580px;
    overflow: auto;
}

.current-jobs-number {
    float: left;
    width: 50px;
    text-align: center;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    background: #f5f5f5;
    padding: 10px 15px;
}

.current-jobs-divider {
    border-bottom: 1px solid #8e8e8e;
}

.cirlce-red {
    width: 35px;
    height: 29px;
    background: url(../img/circle-red.png) no-repeat;
    font-size: 19px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 6px;
}

.cirlce-yellow {
    width: 33px;
    height: 29px;
    background: url(../img/circle-yellow.png) no-repeat;
    font-size: 19px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 6px;
    padding-left: 2px;
}

.cirlce-green {
    width: 35px;
    height: 29px;
    background: url(../img/circle-green.png) no-repeat;
    font-size: 19px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 6px;
}

.cirlce-white {
    width: 35px;
    height: 29px;
    background: url(../img/circle-white.png) no-repeat;
    font-size: 19px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 6px;
}

.circle-container {
    float: right;
    margin: 15px 2px 0;
}

.exclaimation {
    color: #ae0000;
    font-size: 37px;
}

.msg-container {
    border-bottom: solid 1px #333333;
    padding: 10px;
}

.msg-date {
    float: left;
    width: 60px;
    padding-bottom: 2px;
}

.msg-time {
    float: left;
    padding-bottom: 2px;
}

.msg-job-detail {
    float: left;
    font-weight: bold;
    width: 135px;
    padding-bottom: 3px;
}

.msg-job {
    float: left;
    font-weight: bold;
    width: 100px;
    padding-bottom: 3px;
}

.msg-client {
    float: left;
    font-weight: bold;
    padding-bottom: 3px;
}

.msg-reply {
    float: right;
    width: 21px;
    margin-top: -15px;
    height: 22px;
    background: url(../img/arrow-reply.png) no-repeat right;
}

.msg-reply:hover {
    background: url(../img/arrow-reply.png) no-repeat left;
}

.msg-reply-detail {
    padding: 10px;
    height: 150px;
    border-left: #8e8e8e solid 1px;
    border-right: #8e8e8e solid 1px;
    border-bottom: #8e8e8e solid 5px;
}

.property-search {
    float: left;
    width: 140px;
    height: 26px;
    border: 1px #cecece solid;
    border-radius: 3px;
    border-right: none;
    background: #EEEEEE;
}

.address-search {
    float: left;
    width: 231px;
    height: 26px;
    border: 1px #cecece solid;
    border-radius: 3px;
    border-right: none;
    background: #EEEEEE;
}

.address-search-container {
    float: right;
    width: 104px;
    height: 30px;
}

.address-search-field {
    margin-top: 5px;
    margin-left: 5px;
    background: none;
    border: none;
    width: 220px;
    outline: none;
}

.form-title {
    font-weight: bold;
    padding-bottom: 5px;
}

.form-subtitle {
    float: left;
    padding-right: 10px;
}

.txt-area {
    width: 322px;
    height: 90px;
    padding: 5px 4px 5px 4px;
    border: 1px #cecece solid;
    border-radius: 3px;
    background: #EEEEEE;
    resize: none;
}

.txt-input {
    width: 322px;
    height: 16px;
    padding: 5px 4px 5px 4px;
    border: 1px #cecece solid;
    border-radius: 3px;
    background: #EEEEEE;
    resize: none;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.property-search-list {
    float: left;
    width: 205px;
    height: 26px;
    border: 1px #cecece solid;
    border-radius: 3px;
    border-right: none;
    background: #EEEEEE;
}

.tbl-list {
    border: 1px #8e8e8e solid;
    -moz-box-shadow: 3px 3px 3px #c4c4c4;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-box-shadow: 3px 3px 3px #c4c4c4;
    box-shadow: 3px 3px 3px #c4c4c4;
}

.tbl-title {
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    border-bottom: #0fa8e2 solid 3px;
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #c7c7c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #c7c7c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #c7c7c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%, #c7c7c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%, #c7c7c7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%, #c7c7c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#c7c7c7', GradientType=0); /* IE6-9 */
}

.tbl-blue-dotted-border {
    border-left: dashed 1px #0fa8e2;
}

.tbl-grey-border {
    border-left: solid 1px #e2e2e2;
}

.tbl-row-odd {
    vertical-align: top;
    padding: 10px;
    background: #FFF;
}

.tbl-row-even {
    vertical-align: top;
    padding: 10px;
    background: #efefef;
}

.tbl-row-archived {
    vertical-align: top;
    padding: 10px;
    background: #6CF;
}

.tbl-circles {
    vertical-align: middle;
    text-align: center;
}

.tbl-circles-container {
    width: 117px;
    margin: auto;
}

.tbl-circle-spacing {
    float: right;
    width: 35px;
    padding: 0 2px;
}

/*.detail-box {
	height:410px;
	overflow:auto;
	}*/

.options-col-left {
    width: 170px;
    float: left;
}

.options-col-right {
    width: 170px;
    float: right;
}

.contact-details-label {
    float: left;
    width: 70px;
    font-weight: bold;
}

.contact-details-info {
    float: left;
    width: 130px;
}

.contact-details-info input[type="text"],
.contact-details-info textarea {
    width: 100%;
}

.notes {
    height: 110px;
    overflow: auto;
    margin-bottom: 10px;
}

.survey-log-container {
    float: right;
    width: 740px;
    margin-left: 20px;
    margin-top: 0;
}

.job-log-container {
    float: left;
    width: 740px;
    margin-left: 20px;
}

.job-log-grid {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-auto-flow: column;
    grid-gap: 10px;
}

.job-log-icon-container {
    float: left;
    width: 26px;
    padding-top: 2px;
}

.job-log-icon-txt {
    float: left;
    width: 121px;
    padding-left: 7px;
}

.button-arrow {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px 5px 32px;
    width: 110px;
    background-color: #0fcaee;
    border-radius: 5px;
    background-image: url(../img/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.button-arrow:hover {
    background-color: #31c203;
    cursor: pointer;
}

.button-arrow-long {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 5px 5px 32px;
    width: 171px;
    background-color: #0fcaee;
    border-radius: 5px;
    background-image: url(../img/btn-arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
}

.button-arrow-long:hover,
.button-arrow-long.active {
    background-color: #31c203;
}

.button-arrow-long.danger {
    background-color: #f00;
}

.button-arrow-long.danger:hover {
    background-color: #ff3a04;
}

.button {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #0fcaee;
    border-radius: 5px;
    border: none;
    text-align: center;
}

.button:hover {
    background-color: #31c203;
    cursor: pointer;
}

.button:disabled {
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #ccc;
    border-radius: 5px;
    border: none;
    text-align: center;
}

textarea {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
}

/* JOBS LISTING TOOLTIP */
div.htmltooltip {
    position: absolute; /*leave this and next 3 values alone*/
    z-index: 1000;
    left: -1000px;
    top: -1000px;
    /*custom styling*/
    background-color: #fff;
    border: 2px solid #009EB4;
    color: #000000;
    padding: 3px;
    width: 600px; /*width of tooltip*/
}

.mouseHand:hover {
    cursor: pointer;
}

/* 		MOBILE SITE STYLES 		*/
/* 		ADDED BY BEN 			*/

.jobSectionBox {
    border-top: 15px solid #0fa8e2;
}

.sectionBox {
    border-bottom: 2px solid #CECECE;
    width: 93%;
    margin: 0 auto;
    padding: 10px;
}

.sectionHeading {
    color: #0fa8e2;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    margin: 30px 0 0 0;
}

.mobileContent p {
    margin: 0;
}

.inputBox {
    height: 25px;
    width: 65%;
    border: 1px solid #898989;
    border-radius: 5px;
    background-color: #E6E6E6;
    color: #555e63;
    margin: 8px 2px;
    padding: 0 5px;
}

.mobileBtn {
    display: block;
    width: 90%;
    margin: 10px auto;
    padding: 10px;
}

.mobileSubmitBtn {
    float: right;
    width: 25%;
    margin: 9px 0 0 5px;
}

.mobileViewAllBtn {
    background-color: #dddddd;
    border: 1px solid #cecece;
    border-radius: 3px;
    color: #666666;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
}

.mobileLogin {
    width: 80%;
    margin: 0 auto;
}

.loginInputBox {
    width: 90%;
    border: 0;
    border-radius: 5px;
    background-color: #E6E6E6;
    color: #555e63;
    margin: 10px 2%;
    padding: 10px;
    display: block;
}

.btnIcons {
    position: absolute;
    margin: -2px 0 0 3px;
}