.aCenter { text-align: center; }
.aLeft{ text-align: left; }
.aRight{ text-align: right; }
.right { float: right; }
.rating-xs {font-size: 2em !important;}
html, body{overflow-x: hidden;}
.clr, .clear{clear:both;}
.linkMenu {visibility: hidden;}
.smallNavLogoImage {display: none;}
.dataTables_wrapper .dataTables_paginate { margin-right: -1.5em; }
.recentFilesRow {
	height: 175px;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}
.recentFiles {
	vertical-align: top;
	display: inline-block;
	height: 150px;
}

.recentFilesBackground{
	background-color:white;
	margin-left:25px;
}

.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0
}

#card-number, #cvv, #expiration-month, #expiration-year {
	border: 1px solid #ddd;
	-webkit-transition: border-color 160ms;
	transition: border-color 160ms;
	padding:2px 5px;
	line-height: 18px;
	font-size: 12px;
	height:24px;
	background-color: #eee;
	border-radius: 3px;
}

.threeDotsVertical {
	padding: 10px;
	float: right;
}

.pdfIcon{
	width: 30px;
}

#card-number.braintree-hosted-fields-focused, #cvv.braintree-hosted-fields-focused,
#expiration-month.braintree-hosted-fields-focused, #expiration-year.braintree-hosted-fields-focused {
	border-color: #777;
}
.documentBackSmall {visibility: hidden;}
#card-number.braintree-hosted-fields-invalid, #cvv.braintree-hosted-fields-invalid, #expiration-month.braintree-hosted-fields-invalid, #expiration-year.braintree-hosted-fields-invalid {
	border-color: tomato;
}

#card-number.braintree-hosted-fields-valid, #cvv.braintree-hosted-fields-valid, #expiration-month.braintree-hosted-fields-valid, #expiration-year.braintree-hosted-fields-valid {
	border-color: limegreen;
}

.btn-circle {
	border-radius: 20px;
}

#sideNavLogOutButton {
	display: none;
}
.navLogoutImage {
	width: 35px;
	height: 35px;
	padding-left: 0.5em;
	float: right;
	line-height:20.2;
}
.sideMenu {
	display: none;
}
#navLogoutButton {float: none !important; margin-top: 20px; right:0;}
#navLogoutButton a {
	color: darkgray !important;
	font-size: 18px !important;
}

#navLogoutButton a:hover{
	text-decoration: none;
	border-bottom: 0 white !important;
	color: black !important;
}

table.dataTable thead th {
	border-bottom: none;
}
#filterHeadWrapper table.dataTable tr.even td.sorting_1, table.dataTable tr.odd td.sorting_1 {
	background: #FFFFFF !important;
}

.customerDocument {
	margin-left: 1em;
}

#fileElem {
	display: none;
}
.documentBack{
	font-size: 16px;
	letter-spacing: 0;
	border: none;
	background-color: #f9f9f9;
}
#documentView {
	min-height: 900px;
}
.fileCancelButton {
	height: 26px;
	background-color: #FFFFFF;
	color: rgba(0,0,0,0.75);
	font-size: 14px;
	letter-spacing: 0;
	border: none;
	text-align: left;
}

.fileUploadButton {
	color:white;
	font-size:90%;
	letter-spacing: 0;
	text-align: center;
	height: 30px;
	width: 100px;
	border-radius: 5.33px;
	border: none;
	margin-bottom: 1em;
}

.fileUploadPlusButton {
    color: white;
    position: fixed;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    bottom: 25px;
    right: 25px;
    padding-top: 8px;
    font-size: 25px;
    text-align: center;
    z-index: 100;
}

.documentViewHeader {
	font-size: 25px;
	background-color: #FFFFFF;
	border-left: 3px solid #000000;
	border-bottom: 3px solid #f9f9f9;
}

.recentFilesText {
	height: 26px;
	color: #0E2A4D;
	font-size: 16px;
	letter-spacing: 0;
	margin-top: 30px;
	margin-left: .75em;
}
.filesText {
	height: 26px;
	width: 189px;
	color: #0E2A4D;
	font-size: 16px;
	letter-spacing: 0;
	margin-left: .5em;
	padding-bottom: 29px;
}
.filesTextPadding {
	padding: 0.5em 1em 2em 1em;
}

.text-gray{
    color: gray;
}

.text-gray:hover{
	color:gray;
}

table.dataTable thead th {
	background: #{{company.portalMainColor}} !important;
	white-space: nowrap;
}

table.dataTable thead span.sort-icon {
	display: inline-block;
	padding-left: 5px;
	width: 16px;
	height: 16px;
}

table.dataTable thead .sorting span { padding-left:25px; background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_both.png') no-repeat center right; }
table.dataTable thead .sorting_asc span { padding-left:25px; background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc.png') no-repeat center right; }
table.dataTable thead .sorting_desc span { padding-left:25px; background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc.png') no-repeat center right; }
table.dataTable thead .sorting_asc_disabled span { padding-left:25px; background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc_disabled.png') no-repeat center right; }
table.dataTable thead .sorting_desc_disabled span { padding-left:25px; background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc_disabled.png') no-repeat center right; }

table#fileHistory {
	border: none !important;
	border-collapse: separate;
	border-spacing: 0 10px;
	margin-left: 0.5em;
}

.fileHistoryTableIcons {
	height: 35px;
	width: 30px;
}
table#fileHistory  tbody th, table.dataTable tbody td {
	padding: 0 21px;
	height: 74px;
}

#fileHistory td:first-of-type {
	padding-right: 10px;
}

#fileHistory td:nth-of-type(2){
	padding-left: 1px;
}

#fileHistory th:last-of-type {
	padding-left: -1em;
}
#fileHistory tr {
	color: rgba(47,47,47,0.55);
	font-size: 14px;
	letter-spacing: 0;
}

#fileHistory td {
	color: #0E2A4D;
	font-size: 14px;
	letter-spacing: 0;
	cursor:pointer;
}

#fileHistory>tbody>tr>td { vertical-align: middle; }
#fileHistory tr td:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
#fileHistory tr td:last-child { border-top-right-radius: 8px; border-bottom-right-radius: 8px;}
#fileHistory tr td:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
#fileHistory tr td:last-child { border-top-right-radius: 8px; border-bottom-right-radius: 8px;}

.next {
	height: 34px !important;
	width: 92px !important;
	border-radius: 6px !important;
	background-color: #FFFFFF !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 14.5px !important;
	margin: 14.25px !important;
	display: inline !important;
	border: 0 !important;
	height: 34px !important;
	width: 40px !important;
	border-radius: 6px !important;
	background-color: #FFFFFF !important;
	color: #ABB5C1 !important;
	font-size: 14px !important;
	letter-spacing: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	box-sizing: border-box !important;
	height: 35px !important;
	width: 41px !important;
	border: 1px solid #0391CE !important;
	border-radius: 6px !important;
	background-color: #FFFFFF !important;
	color: #0391CE !important;
	font-size: 14px !important;
	letter-spacing: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	background-color: #FFFFFF !important;
	color: #ABB5C1 !important;
	font-size: 14px !important;
	letter-spacing: 0 !important;
}

.paging_simple_numbers {
	margin-top: 20px;
	margin-bottom: 42px;

}

.fileActionIcons {
	height: 30px;
	width: 40px;
	cursor: pointer;
}

.popover-content{
	width: 180px;
}

.galleryFileTypes {
	height: 48px;
	width: 55px;
}

.galleryRows {
	box-sizing: border-box;
	border: 2px solid #F5F6F9;
	border-radius: 6px;
	background-color: #FFFFFF;
	margin: 1em;
	padding: 1em 1em 1em 1em;
}

.galleryFileNames {
	color: #0E2A4D;
	font-size: 14px;
	letter-spacing: 0;
	padding-bottom: 8px;
}

.galleryMessage {
	color: #EC583A;
	font-size: 14px;
	letter-spacing: 0;
}

#fileUploadNav {
	background-color: #FFFFFF;
	height: 994px;
	margin-bottom: 1em;
}
#fileUploadNav > div > ul > li {
	margin-top: 1.5em;
	padding: 10px 10px 10px 10px;
	font-size: 24px;
}

#fileUploadNav > div > ul > li > a {
	text-decoration: none;
}

.fileTablePadding {
	color: #f9f9f9;
}
#fileUploadNav a:hover{
	background-color: #f9f9f9;
	width: 120%;
}

#fileUploadNav a:focus{
	background-color: #f9f9f9;
	width: 120%;
}
#fileUploadNav .active{
	background-color: #f9f9f9;
	width: 110%;
}

.fileIcons {
	height: 35px;
	width: 30px;
	margin-left: 1.5em;
	margin-top: 1.5em;
}
.fileIconPadding {
	padding: .5em 1em .5em 0.5em;
}

.recentFilesLargeText {
	height: 26px;
	width: 189px;
	color: #000000;
	font-size: 18px;
	letter-spacing: 0;
	padding-top: 24px;
	margin-left: 1.5em;
}

.recentFilesSmallText {
	height: 22px;
	width: 170px;
	color: rgba(0,0,0,0.5);
	font-size: 10px;
	letter-spacing: 0;
	padding-top: 30px;
	margin-left: 2em;
}
.saveImageButton {
	padding-bottom: 4px;
	padding-left: 1px;
}
.documentUploadNavImages {
    float:left;
	height: 35px;
	width: 35px;
	padding-right: 1em;
}

.mobile-svgs{
	float: left;
	padding: 10px;
}

.svg-gray-color{
	fill: gray;
}

.fileUploadTableRow {
	border: none;
	background-color: #FFFFFF;
}

.note {
	width: 500px;
	margin: 50px auto;
	font-size: 1.1em;
	color: #333;
	text-align: justify;
}
.filesUploadText {
	color: #102B4E;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}

.filesAcceptedText {
	color: #2F2F2F;
	font-size: 18px;
	letter-spacing: 0;
	text-align: center;
	margin-top: 20px;
}

.fileUploadedPercent {
	height: 20px;
	width: 28px;
	opacity: 0.5;
	color: #2F2F2F;
	font-size: 14px;
	letter-spacing: 0;
	text-align: right;
	float: right;
}

.progressBar {
	width: 100%;
}
.fileIconStatus {
	margin-left: 30px;
	height: 24px;
	width: 24px;
}
button.close {
	opacity: 1;
}
#hasFiles {
	width: 78%;
}
.numberCircle {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	background: #0391CE;
	border: 2px solid #0391CE;
	margin-left: 1em;
}
.documentEditImage {
	vertical-align: initial;
}
.documentEditnumberCircle {
	border-radius: 50%;
	width: 44px;
	height: 44px;
	background: #0391CE;
	border: 2px solid #0391CE;
}

.hasFilesButton {
	float: right;
	margin-top: 21px;
}
.filesRemainingText {
	color: rgba(47,47,47,0.55);
	font-size: 14px;
	letter-spacing: 0;
	text-align: right;
	margin-top: -45px;
	margin-right: 45px;
}
.noRemainingFiles {
	height: 34px;
	width: 100%;
	background-color: rgba(237,98,71,0.05);
	color: #FF2B00;
	font-size: 14px;
	letter-spacing: 0;
	text-align: center;
	padding-top: .5em;
}
.noFilesRemainingGlyphicon {
	padding-right: 5px;
}

p {
	margin-top: 0;
}
.my-form {
	margin-bottom: 10px;
}

.button {
	display: inline-block;
	padding: 10px;
	background: #ccc;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.button:hover {
	background: #ddd;
}
#fileElem {
	display: none;
}

#fileUploadContent > div {
	text-align: center;
}

#fileUploadNav > div > ul > li {
	font-size: 18px;
	text-align: left;
}

.blankDocuments {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 780px;
	width: 98%;
}
.blankDocumentsImage {
	width: 263px;
	height: 245px;
	margin-bottom: 50px;
}
.blankDocumentsLargeText {
	height: 50px;
	width: 427px;
	color: #0E2A4D;
	font-size: 20px;
	letter-spacing: 0;
	text-align: center;
}
.blankDocumentsSmallText {
	height: 50px;
	width: 427px;
	color: rgba(47,47,47,0.5);
	font-size: 16px;
	letter-spacing: 0;
	text-align: center;
}

.documentUploadForm { margin-bottom: 10px; text-align: center;}
#drop-area {
	border-radius: 4px;
	margin: 50px auto;
	padding: 20px;
}

.browse-files-button{
	position: relative;
	z-index: 50;
}

#socialFeedback img{
	width:100%;
	margin:10px 1%;
	box-sizing: border-box;
}

.floating-cloud{
	margin-left:44%;
	height:60px;
}

.float-left{
    float: left;
}

.butter-bar {
    height: 70px;
    background-color: white;
    border-bottom:2px solid lightgray;
    margin-left: 15px;
    margin-right: 15px;
}

.font-size-bigger{
    font-size: 150%;
}

#socialFeedback p, #socialFeedback textarea { font-size: 1.4em; }
#socialFeedback textarea { width: 100%; padding: 0 55px 0 0; border: none; resize: none; }
#socialFeedback img { max-width: 100%; }
#socialFeedbackText { margin: 0; }
#socialFeedbackTextWrapper { border: 1px dashed; padding: 5px; position: relative; }
#socialFeedbackTextWrapper .btn { position: absolute; right: 5px; top: 5px; }

.colorBG{
	background: #009cde;
	font-family: Roboto, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color:#fff;
}

.loginHeader{
	padding-top: 15%;

}
.property{
	background-color: #efefef;
	padding:10px;
	margin: 3px 0;
	cursor: pointer;
	color: #444;

}

.property:hover{
	background-color: #dedede;
}

#agreementContent, #agreementPaymentInfo, #aggreementPaymentMessage {
	background-color: #fff;
	padding:20px;
	margin: 10px auto;
	box-sizing: border-box;
	overflow: hidden;
}
#agreementPaymentInfo { padding: 20px 100px 50px; }

.flags{text-align:center;white-space:nowrap}
@media (min-width: 768px) {
	.flags{text-align:right;}
}

#agreementPaymentInfo #form_cc { padding: 0px; }
#agreementPaymentInfo .secureCardDisplay { font-size: 1.2em; }
#agreeInitials, #autopayInitials { width: 30px; border: 1px solid #c0c0c0; text-align: center; }
#agreeInitials.invalid, #autopayInitials.invalid { border-color: red; }

.m-signature-pad--body{
	border: 2px solid;
	width: 400px;
	left:50%;
	position: relative;
	margin-left: -200px;
}

.alertFlag{
	font-size: 8px;
	color:#fff;
	font-family:verdana;
	background-color: inherit;
	position: relative;
	height:90px;
	width:120px;
	text-align: center;
	margin-top: 13px;
	padding:7px;
	cursor: pointer;
	display: inline-block;
	border: none !important;
}

.alertFlag td{
	vertical-align: middle;
}

.loadingWrapper{
	position: absolute;
	left:50%;
	margin-left:-50px;
	width:100px;
	height:100px;
	background: #009cde;
	color:#fff;
	top:20%;
}

.loadingWrapper img{
	position: absolute;
	top:25px;
	height:50px;
	left:25px;
	width:50px;
}

.loadingOverlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #333;
	opacity: .7;
	z-index: 99999999;
}
.actionButtons {
	margin-left: .1em;
}
.actionButtons a {
	text-decoration: none;
}
#elementCCWrapper{
	width:100%;
	min-height:600px;
	overflow-y: auto;
}
#poweredByWrapper a:hover {text-decoration: none;}
#pestRoutes .tag{color: #282828;}
#pestRoutes img{margin: 0 auto;height: 30px;}
#pestRoutes a{text-decoration: none; color: white;}
#pestRoutes a:hover{cursor: pointer; color: #999;}

footer{
	height: 130px;
	width: 100%;
	padding: 20px;
	background: white;
	box-sizing: border-box;
	color: #999;
	font-size: 12px;
}
#footerWrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#companyInformation {text-align: right; float:right;}
#companyInformation a {color: #777; text-decoration: none;}
#socialWrapper {margin-top: 7.5px;margin-right: 20px; text-align: center;}
#socialWrapper a img {height: 35px;}

form input, form textarea, form select{
	background-color: #f0f0f0;
	color:#333;
	border: none;
	border-radius: 3px;
	padding:2px 5px;
	box-sizing: border-box;
	margin:3px 0;
}

#content, #contentWrapper{
	background-color: #f9f9f9;
	min-height: 900px;
	position: relative;
	padding-bottom: 10px;
}
#welcomeWrapper {
	background-color:#f9f9f9;
}

.navFix{ height:80px; }

.fileActionButtons a:hover{
	text-decoration: none;
	border-bottom: 0 white !important;
}

#filesWelcomeWrapper {
	margin-top: 20px;
	margin-left: 0.5em;
	border-radius: 5.33px;
}

#fileWelcomeBar {
	padding: 15px;
	color: #000000;
	height: 100px;
	border-radius:15px;
}

#fileWelcomeBar .filesWelcomeName{
	font-weight: 100;
	font-size: 2.4em;
}

#fileWelcomeBar .filesTagline{
	font-weight: 100;
	height: 26px;
	font-size: .4em;
	letter-spacing: 0;
}

#welcomeBarInner .welcomeName{
	font-weight: 100;
	font-size: 2.4em;
	margin-top:15px;
	min-height:100px;
}

#welcomeBarInner .tagline{
	font-weight: 200;
	font-size: .4em;
}

#welcomeBarInner{
	padding: 0 20px;
    color:#fff;
    border-radius:5px;
    margin-top:15px;
}

.contentBox h3{
	margin-bottom: 1em;
	margin-top: 0;
	padding-bottom: .5em;
	font-weight: 400;
	font-size: 1.2em;
}

.contentBox{
	background-color: #fff;
	padding: 1.25em 1.5em 1.5em 1.5em;
	width:100%;
	position: relative;
}

.contentBox-confirm-appointment {
	background-color: #f9f9f9 !important;
}

.balance{
	text-align: center;
	font-size: 2em;
	font-weight: 100;
	color:#555;
}

.scheduleWrapper {
	border-radius: 4px;
	overflow: hidden;
	color: white;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.scheduleWrapper .schedule{
	text-align: center;
	box-sizing: border-box;
	border-right: 1px solid darkgreen;
	padding: 10px 5px;

	background: #009b1c;
	background: -moz-linear-gradient(top, #009b1c 0%, #087f00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009b1c), color-stop(100%,#087f00));
	background: -webkit-linear-gradient(top, #009b1c 0%,#087f00 100%);
	background: -o-linear-gradient(top, #009b1c 0%,#087f00 100%);
	background: -ms-linear-gradient(top, #009b1c 0%,#087f00 100%);
	background: linear-gradient(to bottom, #009b1c 0%,#087f00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b1c', endColorstr='#087f00',GradientType=0 );
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 33%;
    min-width: 33%;
}

.aside{
	font-style: italic;
	color:#888;
	font-size:10px;
}

.bold{
	font-weight: bold;
}

.font12{
	font-size: 12px;
}
.font10{
	font-size: 10px;
}
.font14{
	font-size: 14px;
}
.font8{
	font-size: 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
}

.rating-xs {
	font-size: 1.4em;
}

#signaturePopover{
	position:absolute;
	background-color: white;
	height:185px !important;
	width:300px !important;
	border: 1px solid rgb(221, 221, 221);
	box-shadow: 0 9px 17px rgba(136, 136, 136, 0.33);
	border-radius: 7px;
}

#signaturePopover:after{
	z-index: 1;
	position: absolute;
	top: 100%;
	left: 134px;
	content: '';
	width: 0;
	height: 0;
	border-top: solid 16px white;
	border-left: solid 16px transparent;
	border-right: solid 16px transparent;
}

.signatureBtn{
	background: white;
	border: 1px solid gray;
	border-radius: 5px;
	width: 80%;
	box-sizing: border-box;
	padding: 0;
}

div[prtype="signaturepicker"]{
	cursor: pointer;
}

#renewalLink {
	display: none;
}
.reportFilterHead {
	width: 100%;
	clear: both;
	padding: 5px 10px;
	box-sizing: border-box;
	background: rgb(238,238,238);
	min-height: 33px;
}

.reportFilterHead .Row:not(.RowClear) {
	margin-bottom: 3px;
}
.reportFilterHead .filterFourth {
	margin: 0 0;
	width: 25%;
}

.filterLabel, .filterFull, .filterFull_NL, .filterHalf, .filterHalf_NL, .filterThird, .filterThird_NL, .filterTwoThirds, .filterTwoThirds_NL, .filterFourth, .filterFourth_NL, .filterSixth, .filterSixth_NL, .filterTwelfth, .filterTwelfth_NL {
	font-size: 11px;
	min-height: 18px;
	float: left;
	display: table-cell;
	box-sizing: border-box;
}
.filterThird label, .filterFourth label, .filterHalf label, .filterSixth label, .filterTwoThirds label, .filterTwelfth label {
	float: left;
	font-size: 9px;
	margin-top: 4px;
	box-sizing: border-box;
	padding-right: 2px;
	padding-left: 5px;
	clear: both;
}
.reportFilterHead .datepicker {
	height: 23px;
	border: none;
	margin-top: 0;
}

.reportFilterHead input {
	box-sizing: border-box;
	border-radius: 4px;
}
.reportFilterHead input {
	float: right;
	height: 23px;
	font-size: 11px;
	width: 65%;
}
.filterHeader input:not([type=submit]), .filterHeader select, .reportFilters input:not([type=submit]), .reportFilters select, .reportFilterHead select, .reportFilterHead input {
	float: left;
	height: 23px;
	font-size: 11px;
	background: #fff;
	border: none;
	margin-top: 0;
	padding: 0 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.Row {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.reportFilterHead .select2-container-multi .select2-choices .select2-search-field input {
	float: left;
	height: 23px;
	font-size: 11px;
	width: 65%;
	box-shadow: none;
}
#alertsListItems .select2-container-multi .select2-choices{
	background-color:#ededed;
}
.select2-container-multi .select2-choices .select2-search-field input {
	padding: 2px;
	height: 13px;
}
.select2-container-multi .select2-choices .select2-search-field input {
	padding: 5px;
	margin: 1px 0;
	font-family: sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
}
.ui-dialog .select2-container {
	z-index: 99999;
}
.select2multiCustomContainer {
	height: 23px;
	position: relative;
}
.select2multiCustomViewport {
	position: absolute;
	z-index: 1000;
	width: 100%;
}

.select2multiCustomViewport > .select2-container-multi {
	margin: 0;
	line-height: 23px;
}
.select2-container > .additionalBtn {
	position: absolute;
	z-index: 10001;
	top: 3px;
	background-color: transparent;
	color: #666;
	width: 14px;
	text-align: center;
	height: 17px;
	padding-top: 4px;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 0.9em;
}

.reportFilterHead .filterHalf {
	margin: 0 0;
	width: 50%;
}

.filterLabel, .filterFull, .filterFull_NL, .filterHalf, .filterHalf_NL, .filterThird, .filterThird_NL, .filterTwoThirds, .filterTwoThirds_NL, .filterFourth, .filterFourth_NL, .filterSixth, .filterSixth_NL, .filterTwelfth, .filterTwelfth_NL {
	font-size: 11px;
	min-height: 18px;
	float: left;
	display: table-cell;
	box-sizing: border-box;
}
.select2multiCustomerActionsDialog > .select2-container-multi > ul.select2-choices, .select2multiCustomViewport > .select2-container-multi > ul.select2-choices {
	padding-right: 31px;
	box-sizing: border-box;
	border: none;
	background-image: none;
}
.select2-container-multi .select2-choices {
	min-height: 16px;
	font-size: 11px;
	border-radius: 3px;
	border: none;
}
.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 2px 18px;
	margin: 3px 0 3px 5px;
	position: relative;
	line-height: 12px;
	color: #333;
	cursor: default;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	/* background-clip: padding-box; */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #ddd;
}
.select2-container > .additionalBtn.selectNone {
	right: 3px;
	display: none;
}
.select2-container > .additionalBtn.selectAll {
	right: 17px;
	display: none;
}
.select2-container.shadow > .additionalBtn.selectAll {
	display: block;
	z-index: 9999999;
}
.select2-container.shadow > .additionalBtn.selectNone {
	display: block;
	z-index: 9999999;
}
.select2-container.shadow > .additionalBtn.moreBtn {
	display: none!important;
}

.select2-container > .additionalBtn.moreBtn {
	right: 3px;
}
.filterLabel, .filterFull, .filterFull_NL, .filterHalf, .filterHalf_NL, .filterThird, .filterThird_NL, .filterTwoThirds, .filterTwoThirds_NL, .filterFourth, .filterFourth_NL, .filterSixth, .filterSixth_NL, .filterTwelfth, .filterTwelfth_NL {
	font-size: 11px;
	min-height: 18px;
	float: left;
	display: table-cell;
	box-sizing: border-box;
}
.quarterLabel{
	width:25% !important;
}
.thirdLabel {
	width: 32% !important;
}
.reportFilterHead .filterTwoThirds {
	margin: 0 0;
	width: 66.66%;
}
.reportFilterHead .filterThird {
	margin: 0 0;
	width: 33.33%;
}
.reportFilterHead .filterSixth {
	margin: 0 0;
	width: 16.66%;
}
.tableButton {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 3px;
	font-weight: 400;
	font-size: 12px;
	background-color: steelblue;
	border: none;
	color: #fff;
	cursor: pointer;
	width: 80%;
	margin-left: 10%;
	text-align: center;
	line-height: 20px;
	height: 20px;
	padding: 0;
	overflow-y: hidden;
	text-overflow: clip;
}
#filterHeadWrapper .select2-container {
	float: right;
}
#filterHeadWrapper label {
	font-weight:normal;
	font-family: Helvetica,Arial,sans-serif;
}
#filterHeadWrapper input {
	float:right;
}
#filterHeadWrapper select {
	float:right;
}
#filterHeadWrapper table.dataTable {
	border-spacing: 0;
	text-transform: capitalize;
	width: 100% !important;
}
#filterHeadWrapper table.dataTable thead th:nth-of-type(1) {
	margin-left: 0;
	border-left: none;
}
#filterHeadWrapper .dataTables_wrapper {
	overflow-x: auto !important;
	overflow-y: hidden;
	min-height: 200px;
}
#conditionsReportTable thead th, #pestActivityReportTable thead th,
#activityAlertsReportTable thead th, #chemicalUsageReportTable thead th, #deviceExceptionsReportTable thead th{
	background: steelblue;
	color: #fff;
	text-align:center;
	padding: 3px 0 3px 0;
}
#filterHeadWrapper table.dataTable thead th {
	padding: 3px 0 3px 0;
	margin-left: 0;
	font-weight: normal;
	cursor: pointer;
	min-width: 50px;
	box-shadow: none;
	border: none;
	color: #fff;
	border-left: 1px solid #fff;
	font-size: 12px;
	line-height: normal;
}
#filterHeadWrapper table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
	content: "";
}
#filterHeadWrapper table.dataTable tr.odd {
	background: #eee;
}
#filterHeadWrapper table.dataTable tbody tr {
	background-color: #ffffff;
}
#filterHeadWrapper table.dataTable tr.even td.sorting_1, table.dataTable tr.odd td.sorting_1 {
	background: #eee;
}
#filterHeadWrapper table.dataTable tbody td {
	padding: 1px 6px;
	font-size: 12px;
}
.ranges > ul {
	font: 12px/18px "gesta",Arial,Verdana,sans-serif;
}
.ranges > ul > li {
	color: #555;
	height: 40px;
	box-sizing: border-box;
	width: 48%;
	display: inline-block;
	margin: 0 1% 5px 1%;
	padding: 1px 1px 1px 1px;
	line-height: 35px;
	font-size: 12px;
	text-align: center;
}
.ranges > ul > li:last-child {
	width: 100%;
	font-size: 13px;
	height: 39px;
}
.range_inputs > button {
	width: 49% !important;
	box-sizing: border-box !important;
	height: 30px !important;
	background: white;
	border: 1px solid #ccc;
	border-radius: 4px;
	color:black;
}
.range_inputs > .btn{
	background-color: #fff;
	line-height:0;
}
.range_inputs > .btn:hover{
	background-color: #fff;
	border-color: #ccc;
	color:black;
}
.calendar.left .calendar-table {
	border-top: 1px solid #ccc !important;
	border-left: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
}
.calendar.right .calendar-table {
	border-top: 1px solid #ccc !important;
	border-right: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important;
}
.daterangepicker .input-mini {
	height: 22px !important;
	line-height: 22px !important;
	background: #fff !important;
}
.daterangepicker_input > input {
	box-sizing: border-box;
	width: 100%;
}
.daterangepicker .daterangepicker_input i {
	top: 5px !important;
}
.daterangepicker thead{
	font: 12px/18px "gesta", sans-serif;
	font-weight: bold;
}
.daterangepicker tbody{
	font: 12px/18px "gesta", sans-serif;
}
.daterangepicker .calendar th {
	padding: 1px;
}
.portalsFilter{
	width: 80% !important;
}
.thirtyFiveLabel{
	width: 20% !important;
}
.portalsFilter2{
	width:83.33% !important;
}
.portalsFilter3{
	width:80% !important;
}
.twoFifthsLabel{
	width: 25% !important;
}
.actionsItem:last-child,
.actionsItem:last-child:hover{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.actionsItem:first-child,
.actionsItem:first-child:hover{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.actionsItem:hover{ background-color:#eee;}
.actionsItem{
	height:20px;
	max-height:20px;
	background: transparent;
	border-top: 1px solid #ccc;
	color:#666;
	cursor: pointer;
}

.graphTypeItem:last-child,
.graphTypeItem:last-child:hover{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.graphTypeItem:first-child,
.graphTypeItem:first-child:hover{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.graphTypeItem:hover{ background-color:#eee;}
.graphTypeItem{
	height:20px;
	max-height:20px;
	background: transparent;
	border-top: 1px solid #ccc;
	color:#666;
	cursor: pointer;
}

#legend ul {
	height: 30px;
	overflow-x: scroll;
	list-style: none;
	font: 12px Verdana;
	white-space: nowrap;
	text-align:center;
}
#exportLegend ul{
	list-style:none;
}
#legend li, #exportLegend li{
	display:inline;
}
.legendCrossed{
	text-decoration:line-through;
}
#pestActivityReportForm #s2id_structureIDs-pestActivityFilterParams, #pestActivityReportForm #s2id_equipmentIDs-pestActivityFilterParams{
	width: 80% !important;
}
.viewHistoryButtons {
	display: flex;
	justify-content: space-between;
	padding: 10px 24px 4px;
	font-size: 12px;
	font-style:italic;
	color: #aaa;
}

.home-review-wrapper{
    display:inline-block;
	width:100%;
}

.filterToggleButton
{
	text-decoration:underline;
	cursor:pointer;
	float:left;
	margin: 10px 5px 5px 0.5%;
	color: #396a93;
}

.filterToggleButton:hover {
	color: #5a91bf;
}
.portalEightyFilter {
	width:80% !important;
}
.filterThird label {
	width: 16.67%;
}
.equipmentHalf {
	display:inline-block;
	width:49%;
}

.reportFilterHead .select2-container-multi .select2-choices .select2-search-field { height:23px; }
.reportFilterHead select,
.jobPoolFilters select,
.fillRouteFilters select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: url("data:image/svg+xml;utf8,<svg  xmlns='http://www.w3.org/2000/svg' height='10' width='6'><path d='M3 0 L0 4 L6 4 Z M3 10 L6 6 L0 6 Z' fill='#333' stroke='#333' stroke-width='0'/></svg>") no-repeat top 50% right 5px;
	background-color: white;
	border: none;
	padding-right: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 4px;
}
.select2multiCustomerActionsDialog > .select2-container-multi > ul.select2-choices,
.select2multiCustomViewport > .select2-container-multi > ul.select2-choices {
	padding-right: 31px;
	box-sizing: border-box;
	border: none;
	background-image: none;
}
.reportFilterHead .select2-container {
	float: right;
}
.hoverTab {
	background-color: #f5f5f5;
	border-color: #ddd;
}
.contentBox .equipmentButton{
	padding:9px;
}
.documentLink{
	color: #0247FE;
	cursor: pointer;
}
.documentLink:hover{
	text-decoration:underline;
}
.triggerExclude {
	display: none !important;
}
.maxW{
	width:100%;
}
#newAlertButton, .blueClickButton{
	cursor:pointer;
}
.panel-group .alertItem+.alertItem{
	margin-top: 5px;
}
.mainRows{
	cursor:pointer;
}
.eca {
	text-decoration: underline;
}
.ui-widget-overlay, .ui-dialog {
	z-index: 9999;
}
.ui-widget-overlay {
	position:fixed;
}
.renewalDate {
	 font-size:30px;
}

.renewalYear {
	font-size:12px;
	color:#333131;
}

.periodBox {
	font-family: Sans-serif;
	text-align: center;
	height:140px;
}

.nextPeriodBox {
	height:180px !important;
}

.periodArrow {
	line-height: 40px;
	color:#b3b1b1;
	background-color: inherit;
}

.renewalAmount {
	font-size:16px;
	font-weight: bold;
}

.renewalAmountOwed {
	color:#cc0000;
}

.renewalAmountBox {
	padding:75px 0 75px 0;
}

.renewalPaymentSection {
	border-top: 1px solid #eee;
}

/** BILLING **/
.wallet .checkbox {
	border: 1px solid #767676;
	border-radius: 4px;
	padding: 5px 0;
	display: flex;
	margin-top: 0;
	color: #767676;
	flex-wrap: wrap;
}
.wallet .checkbox.expired {
	border-color: #d9332e;
	color: #d9332e;
}
.main-wallet .checkbox {
	transition: box-shadow .3s;
	line-height: 30px;
}
.main-wallet .checkbox:hover {
	border-color: transparent;
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}
@media (hover: hover) {
	/* when hover is supported */
	.main-wallet .checkbox .options {
		display: none;
	}
}
.main-wallet .checkbox:hover .options {
	display: inherit;
}
.wallet .checkbox label {
	color: #767676;
	padding: 0 15px;
	width: 100%;
	align-self: center;
	line-height: 34px;
}
.wallet .checkbox.active {
	border-color: #0075FF;
	color: #0075FF;
}
.wallet .checkbox.badAccount,
.wallet .active.checkbox.badAccount .bootstrap-select>.dropdown-toggle.bs-placeholder,
.wallet .active.checkbox.badAccount .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.wallet .active.checkbox.badAccount .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.wallet .active.checkbox.badAccount .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.wallet .active.checkbox.badAccount .dropdown-toggle.btn, .active .dropdown-toggle.btn:active,
.wallet .active.checkbox.badAccount .dropdown-toggle.btn:focus,
.wallet .active.checkbox.badAccount .dropdown-toggle.btn:hover {
	border-color: #A12323 !important;
	color: #A12323 !important;
}
.wallet input[name=amount] {
	width: 84px;
	text-align: right;
	height: 28px;
	margin-left: 10px;
}
.wallet .checkbox.active label {
	color: #0075FF;
}
.wallet-header {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-top: 1.5rem;
}
.paymentProfileInfo {
	display: none;
}
.paymentProfileInfo.active {
	display: block;
}
.card-logo {
	width: 40px;
}
.billingForm input[type=text],
.billingForm select {
	width: 100%;
}
.billingForm label {
	font-weight: normal;
	text-transform: uppercase;
	color: #CCC;
	font-size: 10px;
	margin-bottom: 0;
}
.billingForm .checkbox label {
	font-weight: normal;
	text-transform: none;
	color: inherit;
	font-size: inherit;
}
.billingForm .form-group-sm {
	margin-bottom: 5px;
}

.no-gutters [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.no-gutters{
	padding-left:0px;
	padding-right:0px;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.p-0 {
	padding: 0;
}
.pt-1 {
	padding-top: 1.5rem;
}

.font16 { font-size: 16px;}
.label-wallet {
	border-radius: 20px;
	padding: .4em 1.2em .6em;
}
.default-autopay {
	font-size: 11px;
}
.default-autopay span.check-mark {
	position: absolute;
	display: inline-block;
	top: 7px;
	margin-left:5px;
}
.form-field-error{
    color: #ca2a2a !important;
    display: none;
}
.validationError .form-field-error{
    display: block !important;
}
.validationError .checkbox{
    border: 1px solid #ca2a2a !important;
}

/* override boostrap select styles */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.bootstrap-select > .dropdown-toggle {
	border: none;
	background-color: transparent;
	padding-left: 0;
}
.filesRecentTextRow {
	margin-left: .5em;
}
.main-wallet .checkbox:hover .bootstrap-select>.dropdown-toggle.bs-placeholder,
.main-wallet .checkbox:hover .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.main-wallet .checkbox:hover .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.main-wallet .checkbox:hover .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.main-wallet .checkbox:hover .dropdown-toggle.btn,
.main-wallet .checkbox:hover .dropdown-toggle.btn:active,
.main-wallet .checkbox:hover .dropdown-toggle.btn:focus,
.main-wallet .checkbox:hover .dropdown-toggle.btn:hover {
	font-weight: bold;
}

.active .bootstrap-select>.dropdown-toggle.bs-placeholder,
.active .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.active .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.active .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.active .dropdown-toggle.btn,
.active .dropdown-toggle.btn:active,
.active .dropdown-toggle.btn:focus,
.active .dropdown-toggle.btn:hover {
	color: #0075FF;
}
.expired .bootstrap-select>.dropdown-toggle.bs-placeholder,
.expired .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.expired .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.expired .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.expired .dropdown-toggle.btn,
.expired .dropdown-toggle.btn:active,
.expired .dropdown-toggle.btn:focus,
.expired .dropdown-toggle.btn:hover {
	color: #d9332e;
}
#paymentType .btn {
	color: #666;
	background: #CCC;
	border: 2px solid #CCC;
	border-radius: 20px;
	height: 40px;
	margin: 0;
	padding: 0 24px 0 24px;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	box-shadow: none;
}
#paymentType .btn-group {
	background: #CCC;
	border-radius: 20px;
}
#paymentType .btn.active {
	color: #FFF;
	background: #0075FF;
	border-color: #0075FF;
}

@media screen and (max-width:1480px) {

	.smallNavLogoImage {
		height: 35px;
		margin-top:8px;
		visibility: unset;
		display:unset;
	}

	.clearfix { height: 15px; }

	.property.clearfix {
		height: auto;
	}

	.blankDocuments {
		align-content: center;
		width: 90vw;
		height: 57vh;
	}

	.blankDocumentsImage {
		margin-top: 20vh;
		width: 63%;
		height: 37%;
	}

	.blankDocumentsLargeText {
		margin-top: 6vh;
		font-size: 14px;
	}

	.blankDocumentsSmallText { font-size: 13px; }

	#fileWelcomeBar { margin: 0; }

	.filesRecentTextRow {
		width: 93vw;
		padding-left: 1em;
		margin-left: .5em;
	}


	.recentFilesLargeText {font-size: 14px;}
	.recentFilesSmallText {font-size: 10px;}

	.show {
		display: block;
	}

	#sideNavLogOutButton {
		display: inline-block;
	}
	#navLogoutButton {
		display: none;
	}
	.sideLogOutButton {
		bottom: 0;
		border-width: 0;
		border-style: none;
		border-color: #efefef;
		margin-top: 100px;
		height: 40px;
		width: 150px;
		border-radius: 4px;
		background-color: #A0ABB9;
		color: #FFFFFF;
		font-size: 13px;
		letter-spacing: 0;
		text-align: center;
	}
	.sideMenu { display: inline-block; }
	.linkMenu{ visibility: unset; border-bottom: 0 white !important; color: black !important;}

	.icon-bar { background-color: #102B4E; }

	.side-collapse {
		top:0;
		bottom:0;
		left:0;
		position:fixed;
		overflow:hidden;
		transition:width .4s;
		z-index: 1000;
	}

	.side-collapse.in {
		width:0;
	}
	table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control {
		padding: 0;
	}
}

@media screen and (max-width:1024px){
	#agreementPaymentInfo { padding: 20px 21px 50px; }

	#agreementContent, #agreementPaymentInfo{
		margin:10px 0;
		left:auto;
	}
}

@media screen and (max-width:767px){
	#fileUploadNav { visibility: hidden; display: none;}

	.dropdown .dropbtn img {
		height: 15px;
		width: 36px;
		margin-right: 16px;
		margin-left: .75em;
	}
	.dropdown .dropbtn {
		padding-top: 12px;
		color: #0391CE;
		font-size: 13px;
		letter-spacing: 0;
		border: none;
		background-color: white;
		width: 100%;
		text-align: left;
		padding-bottom: 10px;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 160px;
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
		z-index: 1;
		width: 100%;
	}

	.dropdown-content img:first-child {
		height: 13px;
		width: 34px;
		margin-right: 16px;
	}
	.dropdown-content a {
		float: none;
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}

	#agreementContent, #agreementPaymentInfo{
		margin:10px 0;
	}

	.m-signature-pad--body{
		width:90%;
		margin-left: 5%;
		left:auto;
	}

	#welcomeBarInner .welcomeName{
		text-align: center;
		height:auto;
	}
	#welcomeBarInner .welcomeName .tagline{
		margin: 0;
	}
	#welcomeBarInner{
		height:auto;
		min-height: 100px;
	}

	footer{
		height: 180px;
	}

	#socialWrapper{
		margin-left: auto;
		margin-right: auto;
	}
	#shareWrapper { padding: 1em; overflow: hidden; }
	.contentBox{ margin-top: -2px; }

	#billingHistoryWrapper { padding: 0; }
	#billingHistoryWrapper .row { padding: 0 15px; }
	#transactionHistory thead { display: none; }
	#transactionHistory_wrapper { padding-top: 10px; overflow: hidden; }
	#transactionHistory_wrapper .row:last-of-type .col-xs-6 { width: 100%; }
	#transactionHistory_wrapper .form-control { display: inline; max-width: 100%; }

	#transactionHistory,
	#transactionHistory tbody,
	#transactionHistory tr,
	#transactionHistory td { display: block; }

	#transactionHistory tbody td { width: 100%; box-sizing: border-box; text-align: left; overflow: hidden; border: none; }
	.mobile-label { min-width: 100px; float: left; text-align: left; }
}

@media screen and (max-width:480px) {

	#fileHistory th { display: none; visibility: hidden;}
	.smallNavLogoImage {
		height: 35px;
		visibility: unset;
		display:unset;
	}
	#filesWelcomeWrapper {
		margin-top: 15px;
	}
	#fileWelcomeBar .filesWelcomeName {
		font-size: 14px !important;
		font-weight: bold;
		letter-spacing: 0;
	}
	#fileWelcomeBar .filesWelcomeName .filesTagline {
		font-size: 13px !important;
		padding-right: 15px;
	}
	#fileUploadNav { visibility: hidden; display: none;}
	#footerWrapper { display: none;}

	.noRemainingFiles {
		font-size: 12px;
		height: unset;
		width: unset;
	}
	.modal-dialog .btn { width:48% }
	.filesRemainingText { margin-right: 0;}
	.galleryFileTypes {height: 30px; width: 26px;}
	.galleryFileNames { font-size: 13px;}
	.fileUploadedPercent { font-size: 13px;}
	.fileIconStatus {margin-left: 0; float: right; width: 13px; height: 13px;}

	.documentEditnumberCircle {
		height: 28px;
		width: 30px;
	}
	.documentEditImage {
		vertical-align: super;
	}
	#documentPanelDescriptions input { font-size: 13px;}
	#documentViewActionButtons {
        float:right;
    }
	.documentBackSmall { visibility: unset; border: none; background-color: #FFFFFF;}
	.documentPanelSmallBackImage { height: 20px; width: 20px;}
	#documentBackHeader {display: none;}
	.documentViewHeader {display: table-cell; border-left: 0 solid #000000; background-color: #FFFFFF;}
	.filesTextPadding {padding: 0}
	#documentPanelfileName { font-size: 14px;}
	.fileActionButtons img {height: 34px; width: 34px;}
	.recentFilesText { margin-left: 1.5em; margin-bottom: 15px; font-size: 13px;}
	.fileIcons { margin-left: 1em;}
	.filesText { font-size: 13px; padding-top: 0; padding-bottom: 0; height: 0;}
	.recentFilesLargeText { margin-left: 1.5em;}
	.recentFilesSmallText {font-size: .75em;}
	.clearFix {display: none; visibility: hidden;}
	.recentFilesRow {
		display: inline-block;
	}

	.recentFiles {
		height: 140px;
	}

	.recentFiles:nth-child(n+3) {
		display: none;
	}
	.fileUploadButton {
		font-size: 13px;
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 10000000;
		width: 100%;
		border-radius: 0;
		height: 40px;
	}
	#transactionHistory_wrapper .col-xs-6 { width: 100%; }
	#transactionHistory_wrapper .dataTables_length, #transactionHistory_wrapper .dataTables_filter { float: none; text-align: center; }
	#transactionHistory_wrapper .dataTables_length label, #transactionHistory_wrapper .dataTables_filter label { float: none; }
	#transactionHistory tbody td { min-height: 36px; }
	.mobile-label { min-width: 80px; position: absolute; left: 10px; }
	.mobile-data { display: block; padding-left: 90px; white-space: normal; }
}


@media screen and (max-width:360px) {
	#agreementPaymentInfo { padding: 20px 10px 50px; }
}

.scheduleWrapper .schedule{
	border: 1px solid #eee;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate
.paginate_button.current:hover {
	border: 1px solid #{{company.portalLinkColor}} !important;
	color: #{{company.portalLinkColor}} !important;
}

.blueClickButton, .link-color{
	color: #{{company.portalLinkColor}};
}


.companyContactInfoFooter > a {
	color: darkgray;
}

#footerWrapper > a {
	color: #0391CE !important;
}

.flex-item{
	justify-content: center;
}

.navbar-unique .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar-unique .navbar-collapse {
	text-align: center;
}

.navbar-unique{
	background-color:white;
	margin-bottom:0px;
}

.navLogoImage {
	height: 60px;
	overflow: visible;
	padding: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px){

    .hidden-small{
        display: none;
    }

    .pt-20{
        padding-top: 20px;
    }

	.navLogoImage{
		display:none;
	}
	
	.navbar-unique .navbar-collapse{
		text-align:left;
	}

	.navbar-unique li{
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

/* starting from 768px and above */
@media screen and (min-width:768px){

    .hidden-large{
        display: none;
    }

	.line-up-column{
		margin-left: 15px;
	}

	.smallNavLogoImage{
		display:none;
	}

	.flex-container{
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	
	.mobile-label { display: none; }

	.menu-item {
		white-space: nowrap;
	}

	.menu-item:hover {
		padding-bottom: 30px;
		text-decoration:none;
	}

	.menu-item.active {
		padding-bottom: 30px;
	}

	.menu-item img.alertIcon {
		padding-left: 12px;
		vertical-align: text-top;
	}

	.menu-item img.alertIcon:not(.active) {
		display: none;
	}

    #documentViewActionButtons {
        margin-top: 14px;
    }
}

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

@media screen and (max-width:767px){
	.navbarImageControl {
		visibility: visible;
		overflow: visible;
		height: 40px;
		display: unset;
		margin-left: .5em;
		border-radius: 4px;
	}

	.navbarImageControl a {
		float: left;
		font-size: 13px;
		text-align: center;
		padding: 14px 14px;
		text-decoration: none;
	}

	#documentViewActionButtons {
        margin-top: -28px;
    }
}

.recent-files-outer-div > .row {
	overflow-x: auto;
	white-space: nowrap;
}

.recent-files-outer-div > .row > .inner-file {
	display: inline-block;
	float: none;
	text-align:left;
	padding-left: 23px;
	padding-bottom: 15px;
	padding-right: 0px;
}

.recent-files-inner-div{
	background-color:white;
	padding: 25px;
	border-radius: 10px;
}

.middle-div::-webkit-scrollbar{
	display: none;
}

.recent-file-icon{
	height:35px;
	width:30px;
}

.short-description-text{
	color: black;
	margin-top: 10px;
	font-size: 120%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.last-changes-text{
	margin-top:5px;
	font-size:80%;
	color:gray;
}

.ellipsis-padding{
	padding: 10px;
}


.navbar{
	padding:10px;
	background-color: #efefef;
	height:50px;
}

.navbar ul{
	margin: 0 10px;
	list-style: none;
}

.navbar ul li{
	padding:0px 10px;
	line-height: 30px;
	text-decoration: none;
	font-size: 1.077em;
}

@media screen and (max-width:767px){

	.navbar ul li {
		text-align: left;
		width: 25%;
		padding: 0px;
		margin: 0px;
	}

	.navbar ul{
		width: 100%;
		margin-top: 10px;
		margin: 0px 0px;
	}

	.navbar {
		height: 80px;
		text-align: center;
	}

	.navBanner{
		width: 100%;
		text-align: center;
	}
}

.navBanner img{
	margin:3px 10px 0px 10px;
}

@media screen and (max-width:767px){
	ul.navSecondary li.logout{
		position: absolute;
		top: 5px;
		right: 5px;
		color:#fff;
		width:100px;
		border-radius:5px;
	}

	ul.navSecondary li.showProperties{
		position: absolute;
		top: 5px;
		left: 5px;
		color:#fff;
		width:100px;
		border-radius:5px;
	}
}

.navbar-unique{
    background-color:white;
    height:unset;
}

.navbar-unique ul li{
    font-weight:unset;
}

.no-gutters {
	margin-right: 0px;
	margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.account-filename{
	color: black;
}

.account-file-dateadded{
	color: gray;
}

.download-icon-div {
	border-radius: 50%;
    display: inline;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 14px;
    padding-bottom: 12px;
    background-color: #F8F9FA;
    margin-right: 5px;
}

.download-icon-img {
	width: 15px;
    height: 15px;
    margin-left: 3px;
    margin-bottom: 3px;
}
.toggleRowDetails{
	cursor:pointer;
}
.toggleRowDetails:focus, .toggleRowDetails:hover {
    color: #23527c;
    text-decoration: none;
}
.planTimeframe{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color:#484848;
}

.planDate{
	margin-top: 10px;
	font-family: "Helvetica Neue";
	text-align: center;
	font-size: 48px;
	font-weight: lighter;
	color:#333;
}

.planYearLeft{
	font-family: "Helvetica Neue";
	margin-left: 57px;
	float:left;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color:#333;
}

.planYearRight{
	font-family: "Helvetica Neue";
	margin-right: 57px;
	float:right;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	color:#333;
}

.planBalance{
	margin-top: 40px;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color:#000;
}

.planBalanceTagline{
	font-family: "Helvetica Neue";
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color:#484848;
}

.planBalanceDiscount{
	padding-bottom: 20px;
	font-family: "Helvetica Neue";
	border-bottom: 1px solid #EEE;
	width: auto;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color:#484848;
}

.planPrepay{
	text-align: center;
	width: 313px;
	padding: 5px;
	background-color: white;
	border: 2px solid #5CB85C;
	font-size: 17px;
	font-weight: bold;
	color:#5CB85C;
}

.prepayCharge{
	min-height: 390px;
}

.prepayOptionsContent{
	width: 525px;
	height: 320px;
}

.prepayOptionsHeader{
	padding-top: 30px;
}

.prepayOptionsBody{
	align-content: center;
	height: 190px;
	width:80%;
	margin-left: 50px;
}

.prepayOptionsTab{
	font-family: Helvetica;
	font-weight: normal;
	height: 30px;
}

.prepayOptionsTab:hover {
	cursor: pointer;
	border-bottom: 2px solid #009cde;
}

.prepayOptionsTabSelected{
	color: #00538B;
	font-weight: bold;
	border-bottom: 2px solid #00538B;
}

.prepayOptionsLeftTab{
	float: left;
}

.prepayOptionsRightTab{
	float: right;
}

.prepayOptionsTotal{
	margin-top: 30px;
	text-align: center;
	font-size: 48px;
	font-family: 'Helvetica Neue';
	font-weight: lighter;
}

.prepayOptionsCancel{
	float: left;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 16px;
	margin-left: 20px;
	color: #D4403A;
	background: #FFFFFF;
}

.prepayOptionsContinue{
	float: right;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 14px;
	width: 160px;
	background: #4CAE4C;
}
.ellipsisText{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#importantWrapper {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    background: url('../img/alert.svg') no-repeat 25px 15px, #ECD3D3;
    background-size: 20px 20px;
}

#importantWrapper > #importantAlert {
    position: relative;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding-left: 70px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5) !important;
}

#prepayWrapper {
	font-family: "Open Sans", Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 20px;
	color: #000;
	cursor: pointer;
}

#prepayWrapper > #prepayOfferAlert {
	position: relative;
	width: 100%;
}
#prepayWrapper > #prepayOfferAlert .prepayOffer:nth-of-type(1n+4) {
	display: none;
}
#prepayWrapper > #prepayOfferAlert .prepayOffer{
	background: url('../img/icon_information.svg') no-repeat 25px 15px, #ECD3D3;
	background-size: 20px 20px;
	background-color: #D1D0DD;
	padding-left: 25px;
	position: relative;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5) !important;
	min-height: 50px;
	line-height: 50px;
}
#prepayWrapper > #prepayOfferAlert .prepayOfferRed{
	background: url('../img/icon_alert.svg') no-repeat 25px 15px, #ECD3D3 !important;
	background-color: #FFDEDE !important;
}
#prepayWrapper > #prepayOfferAlert .prepayOffer .prepayOfferText p{
	padding: 0 25px;
	letter-spacing: 0.15px;
	margin-bottom: 0;
}
#prepayWrapper > #prepayOfferAlert .prepayOffer .prepayOfferText p span{
	font-weight: bold;
}
#prepayWrapper .hide-bar{
	background: transparent;
	border: none;
	color: #000;
	position: absolute;
	right: 25px;
	top: 0;
}

#prepayWrapper .hide-bar:after{
	display: inline-block;
	content: "\00d7";
	width: 25px;
	height: 25px;
	font-size: 30px;
}
.prepayInfoModal .modal-dialog{
    width: 1000px;
    margin: 56px auto;
}
.prepayInfoModal .modal-header,
.prepayAcceptedModal .modal-header,
.prepayCancelModal .modal-header{
    border-bottom: 0;
}
.prepayInfoModal .modal-body{
    padding: 0 45px 50px 45px;
}
.prepayInfoModal .modal-body .row{
	display: flex;
	justify-content: stretch;
}
.prepayInfoModal .modal-body .col-md-6{
    padding-bottom: 20px;
	align-self: stretch;
}
.prepayInfoModal .modal-body .blue-sidebar{
    border-radius: 10px;
    border: 2px solid #D1D1D1;
    padding: 20px;
    cursor: auto;
	height: 100%;
}
.prepayInfoModal .modal-body .blue-sidebar:hover{
    border: 2px solid #1A1353;
}
.prepayInfoModal .modal-body .blue-sidebar .planTotal{
    line-height: 20px;
}
.prepayInfoModal .modal-body .blue-sidebar h3, .prepayInfoModal .modal-body .blue-sidebar .planTotal span{
    margin:0;
    color: #1A1353;
    letter-spacing: 0.15px;
    font-size: 18px;
    line-height: 20px;
    font-family: "Open Sans", Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 500;
    display: inline;
}
.prepayInfoModal{
    cursor: auto;
}
.prepayInfoModal .modal-body .blue-sidebar .planTotal span{
    font-weight: bold;
    color: #1A1353;
}
.prepayInfoModal .modal-body .blue-sidebar p{
    font-family: "Open Sans", Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    color:#767676;
    letter-spacing: 0.15px;
}
.prepayInfoModal .modal-body .blue-sidebar .prepay-btn{
    width: 100%;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
.prepayInfoModal .modal-body .blue-sidebar a{
    width: 312px;
    margin: auto;
    margin-bottom: 20px;
    height: 44px;
    line-height: 44px;
    background-color: #1A1353;
    color: #fff;
    border-radius: 22px;
    font-family: "Open Sans", Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
    letter-spacing: 0.15px;
    padding: 10px 25px;
    text-decoration: none;
}
.prepayInfoModal .modal-body .blue-sidebar h4{
    font-family: "Open Sans", Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.14px;
    margin:0;
    margin-bottom: 6px;
}
.prepayInfoModal .modal-body .blue-sidebar .services{
    margin-bottom: 20px;
}
.prepayInfoModal .modal-body .blue-sidebar .services .service-plan{
	margin-bottom: 10px;
}
.prepayInfoModal .modal-body .blue-sidebar .services.recommended h4{
    color: #1A1353;
}
.prepayInfoModal .modal-body .blue-sidebar .separator hr{
	line-height: 1px;
	width: 250px;
	margin:auto;
	padding-bottom: 20px;
	text-align: center;
	color: #979797;
}
.prepayInfoModal .modal-body .blue-sidebar .separator-right{
	line-height: 11px;
	height: 11px;
}
.prepayInfoModal .modal-body .blue-sidebar .separator-right hr{
	width: 95px;
	text-align: right;
	float:right;
	padding-bottom: 10px;
}
.prepayInfoModal .modal-body .blue-sidebar .plan, .prepayInfoModal .modal-body .blue-sidebar .item{
    margin-bottom: 1px;
    line-height: 19px;
}
.prepayInfoModal .modal-body .blue-sidebar h5, .prepayInfoModal .modal-body .blue-sidebar span{
    font-family: "Open Sans", Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    letter-spacing: 0.11px;
    margin:0;
    margin-bottom: 1px;
    display: inline;
    line-height: 19px;
    vertical-align: middle;
}
.prepayInfoModal .modal-body .blue-sidebar span{
    float:right;
}
.prepayInfoModal .modal-body .blue-sidebar h5.discount, .prepayInfoModal .modal-body .blue-sidebar span.discount{
    color: #1A1353;
    font-weight: bold;
}

.prepayInfoModal .modal-body .blue-sidebar .plan span{
    font-weight: bold;
    float:right;
}
.prepayInfoModal .modal-body .blue-sidebar h6{
    font-family: "Open Sans", Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 0.11px;
    color: #767676;
    margin:0;
    margin-bottom: 6px;
	display: inline;
	line-height: 19px;
	vertical-align: middle;
}
.prepayInfoModal .modal-body .blue-sidebar .item{
    margin-bottom: 6px;
}

.prepayAcceptedModal .modal-dialog{
	width: 600px;
	margin: 56px auto;
	text-align: center;
}
.prepayAcceptedModal .modal-body .prepay-btn{
	width: 30%;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
	font-family: "Open Sans", Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	color:#767676;
	letter-spacing: 0.15px;
}
.prepayAcceptedModal .modal-body .blue-sidebar a{
	width: 312px;
	margin: auto;
	margin-bottom: 20px;
	height: 44px;
	line-height: 44px;
	background-color: #1A1353;
	color: #fff;
	border-radius: 22px;
	font-family: "Open Sans", Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 16px;
	letter-spacing: 0.15px;
	padding: 10px 25px;
	text-decoration: none;
}

.prepayCancelModal .modal-dialog{
	width: 410px;
	margin: 56px auto;
	text-align: center;
}
.prepayCancelModal .modal-body{
	text-align: center;
	font-family: "Open Sans", Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.15px;
}
.prepayCancelModal .modal-body .blue-sidebar .prepay-btn-back,
.prepayCancelModal .modal-body .blue-sidebar .prepay-btn-cancel{
	width: 312px;
	margin: auto;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 22px;
	font-family: "Open Sans", Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 16px;
	padding: 10px 25px;
	letter-spacing: 0.15px;
	text-decoration: none;
}
.prepayCancelModal .modal-body .blue-sidebar .prepay-btn-back{
	height: 41px;
	line-height: 41px;
	background-color: #fff;
	color: #1A1353;
	border-style: solid;
	border-width: 2px;
	border-color: #1A1353;
	font-weight: bold;
}
.prepayCancelModal .modal-body .blue-sidebar .prepay-btn-cancel{
	height: 44px;
	line-height: 44px;
	background-color: #C14B4F;
	color: #fff;
	font-weight: normal;
}

.paddingTen{
	padding: 0 10px;
}

.ACHValidationError{
    font-size: 10px; 
    color:red; 
    height:1.2em; 
    margin-bottom:5px;
}

.ACHInputErrorBorder{
    outline: 2px red solid;
}

.confirmAppointment-result {
	font-size: 32px;
	font-weight: bolder;
	letter-spacing: 0.15px;
	line-height: 43px;
	text-align: center;
}

.confirmAppointment-message {
	font-size: 24px;
	letter-spacing: 0.15px;
	line-height: 43px;
	text-align: center;
}


.systemResponseDialog .ui-dialog-titlebar {
	display:none;
}

.systemResponseDialog .ui-dialog-buttonpane {
	display:none;
}

.systemResponseDialog .ui-dialog-content {
	padding:30px;
}

.paymentPlan {
	margin-bottom: 15px;
}

.paymentPlanSubscriptionLabel {
	background-color: #f4f4f4;
	margin: 1px;
	padding: 2px;
}

.paymentPlan .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}
.paymentPlanBalance{
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Helvetica Neue;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.paymentPlan .header .title {
	color: #1A1A1A;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.paymentPlan .description {
	padding-left: 20px;
	color: #484848;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: Helvetica Neue;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.balanceZero {
	color: #484848;
}
.balancePositive {
	color: #FF595A;
}
.balanceNegative {
	color: #00A76F;
}

#systemResponseDialog > button.dialogClose {
	border:none;
	background:inherit;
	float:right;
	margin:-20px -14px 0 0;
	width:18px;
	height:18px;
	cursor:pointer;
	color:#000;
}

#systemResponseDialog .dialogTitle {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#systemResponseDialog .dialogMessage {
	color: #000000;
	font-size: 16px;
	margin-bottom:22px;
}

#systemResponseDialog .dialogIcon {
	height:75px;
	width:75px;
	margin:0 auto 28px;
}

#systemResponseDialog .dialogMessage,
#systemResponseDialog .dialogTitle,
#systemResponseDialog .dialogIconWrapper,
#systemResponseDialog .acceptButtonContainer {
	text-align:center;
}

@media(max-width: 1000px){
    .prepayInfoModal .modal-dialog {
        width: 100%;
    }
	.prepayInfoModal .modal-body .row{
		display: block;
	}
}
@media(max-width: 767px){
    #prepayWrapper{
        font-size: 12px;
    }
    #prepayWrapper .hide-bar{
        right: 5px;
    }
    .prepayInfoModal .modal-body{
        padding: 0 0 50px 0;
    }
    .prepayInfoModal .modal-body .blue-sidebar a{
        padding: 10px 7px;
    }
}

.techImage {
    overflow: hidden;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #000;
}

.techImageSmall {
    width: 44px;
    height: 44px;
}

.techImageBig {
    width: 100px;
    height: 100px;
}

.techImage img {
    width: 100%;
    min-height: 100%;
    overflow-clip-margin: content-box;
    overflow: clip;
}

#techicianData {
    position: inherit;
}

#technicianData .well {
    background-color: transparent;
    border: none;
    box-shadow: unset;
}

#technicianData h3 {
    margin-top: unset;
    margin-bottom: unset;
    padding-top: unset;
    padding-bottom: unset;
}

body[data-url*="onmyway"] .flags {
    display: none;
}

#onMyWayDate {
    padding-left: 15px;
    padding-bottom: 10px;
}

#technicianOnTheWay {
    padding-left: 15px;
    padding-bottom: 10px;
}

#technicianDivNoTracking {
    display:table-cell;
    padding-left:25px;
    padding-right:25px;
}

#technicianDivNoTracking hr {
    display: none;
}

#etaNoTracking {
    display: none;
}

#serviceDescriptionNoTracking {
    display: none;
}

.onMyWayMobileInfo {
    display: none;
}

.onMyWayDesktopInfo {
    display:block;
    background-color: #FDE185;
    font-size: 1.2em;
    padding: 16px;
    border-radius: 5px;
    display: block;
    font-weight: bold;
    text-align: center;
}


@media screen and (max-width: 480px) {
    body[data-url*="onmyway"] .navbar-unique {
        z-index: 1;
        min-height: 65px;
    }

    #mapBox{
        position: fixed !important;
        height: 100% !important;
        top: 65px;
        left: 0px;
    }

    html[data-url*="onmyway"], body[data-url*="onmyway"] {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    body[data-url*="onmyway"] .gmnoprint {
        display: none;
    }

    body[data-url*="onmyway"] #welcomeBar {
        position: fixed;
        z-index: 1;
        width: 100%;
    }
    
    body[data-url*="onmyway"] #welcomeBarInner {
        box-shadow: 2px 2px 1px 1px #ccc;
        padding: 0px;
    }

    body[data-url*="onmyway"] #onMyWayPropertyDetails {
        display: none;
    }

    body[data-url*="onmyway"] hr {
        margin-left: 5px;
        margin-right: 5px;
    }

    #onMyWayDate {
        display: none;
    }

    #technicianData {
        background-color: transparent;
        position: fixed !important;
        z-index: 1;
        width: 100%;
        left: 0;
        margin-left: 0px;
        margin-right: 0px;
        bottom: 0px;
    }

    #technicianDataInner{
        background-color: #fff;
        border-radius:5px;
        margin:0px;
        box-shadow: 2px 2px 1px 1px #ccc;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 255px;
    }

    #technicianDataInner hr{
        margin-top:5px;
        padding-bottom: 10px;
        margin-bottom:5px;
    }

    #technicianOnTheWay {
        padding: 10px;
        text-align: center;
        font-weight: bold;
    }

    #technicianDivNoTracking {
        display:unset;
        padding-left:0px;
        padding-right:0px;
    }

    #technicianDivNoTracking hr {
        display: block;
        width: 300px;
    }

    #etaNoTracking {
        display: block;
    }

    #serviceDescriptionNoTracking {
        display: block;
    }

    #techniciansNoTrackDesktopOnly {
        display: none;
    }

    .onMyWayMobileInfo {
        display:block;
        background-color: #FDE185;
        box-shadow: 2px 2px 1px 1px #ccc;
        padding: 5px;
        border-radius: 2px;
        display: block;
        margin: 15px;
        font-weight: bold;
    }

    .onMyWayDesktopInfo {
        display: none;
    }
}

img[src$="#technician_marker"]{
    border: 3px solid #FFF !important;
    border-radius:50%;
}

.serviceDocumentsWrapper {
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.serviceDocumentsWrapper .serviceDocument {
	text-align: center;
	padding: 10px 5px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 33%;
	min-width: 33%;
}

#requestCancellationLabel, #dismissCancellationButton, #requestCancellationButton {
	color:#ffffff
}

.requestCancelRow .cancelRequestButton, .requestCancelRow cancelRequestButton:hover, .requestCancelRow cancelRequestButton:active, .requestCancelRow cancelRequestButton:focus{
	background-color:#CC4748;
	border-color:#CC4748;
	color:#ffffff;
}

.recentService {
	padding-right:1%;
	width:100%;
}

#manageServicesButton {
	margin-right:1%;
	background-color: #fff;
	color: #5cb85c;
	border-color: #4cae4c;
}