﻿#loading {
    position:fixed;
    top:50%;
    left:50%;
    z-index:1104;
}

.top-buffer {
    margin-top: 10px;
}

 .no-wrap {
    white-space: nowrap;
}

.hiddenElement {
visibility: hidden;
display: none;
}

.noBorder {
    border: 0;
}

.setWidth450{
    width: 450px;
}

#idletimeout {
	background: #CC5100;
	border: 3px solid #FF6500;
	color: #fff;
	font-family: 'Proxima Nova', sans-serif;
	text-align: center;
	font-size: 12px;
	padding: 10px;
	position: relative;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 100000;
}
#idletimeout a { 
    color:#fff; 
    font-weight:bold 
}
#idletimeout span { 
    font-weight:bold 
}

.has-error {
    color:red;
}
.error {
    color:#FF0000;
}
.color-red {
    color: red;
}
img {
    max-width: 100%;
    height: auto;
}
.text-white {
	color: #61666C;
}
.res-input {
	/*background-color:rgba(255,255,255,0.75)*/
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	display: block;
}
.res-wrapper {
		float: left;
/*		width: 100%;
        height: 600px;*/
		margin:0 0 0 0;
		padding:0 0 0 0;
		
		border-bottom: 10px solid #fff;
		
		background-image: url('images/AVA_EsterraPark_7610-full.jpg');
		background-size:contain;
		background-repeat: no-repeat;
	}
	.res-margins {
		margin:0 0;
		width: 1170px;
	}
	.res-container {
		float: left;
        display: block;
		width: 1000px;
		margin-left: auto;
        margin-right: auto;
		padding:10px 0 350px 0;
	}
	@media screen and (max-device-width: 1200px), (max-width: 1200px) {
		.res-margins {
			margin:0;
			width: auto;
		}
		.res-container {
			padding:10px 0 200px 0;
		}
	}
	@media screen and (max-device-width: 960px), (max-width: 960px) {
		.res-container {
			padding:10px 0 150px 0;
		}
	}
	@media screen and (max-device-width: 767px), (max-width: 767px) {
		.res-wrapper {
			background-position: center center;
		}
		.res-container {
			width: 65%;
			padding:10px 0 70px 0;
		}
		.res-container h1 {
			font-size: 24px;
		}
		.res-container h2 {
			font-size: 18px;
		}
	}
	@media screen and (max-device-width: 650px), (max-width: 650px) {
		
        .res-container {
			width: 100%;
			padding:10px 0 35px 0;
		}
		.res-container h1 {
			font-size: 20px;
		}
		.res-container h2 {
			font-size: 16px;
		}
	}
.res-btn {
    background-color: #93d50a;
    border-color: #93d50a;
}
.padding-clear{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Proxima Nova', sans-serif !important;
}
/*p, div {
    font-family: 'Open Sans', sans-serif !important;
}*/
p, div {
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;*/
	font-family: "Proxima Nova", sans-serif !important;
}

body {
	font-family: 'Proxima Nova', sans-serif !important;
	color: #61666C;
}
.mimicH3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	color: #61666C;
}

#div-cc-cvv .popover {
	width: 300px;
	max-width: none;
}

td {
	border: 1px solid black;
	color: #61666C;
}

.table-padding {
	padding-right: 25%;
}

.privacybox {
	background-color: #162F5A;
	color: #FFFFFF;
	border: none;
}

.column-sizing {
	width: 70%;
}

.res-btnExpress {
	min-width: 120px;
	font-weight: bold;
	border-radius: 0px;
}

.res-btnActive {
	background: #3D8EBD;
	color: white;
}
.res-btnActive:focus{
	color:white
}

.row {
	margin-left: 20px;
	margin-right: 0px;
}

.res-seperator {
	margin-left: 20px;
	width: 540px;
	height: 0px;
	border: 1px solid #EAEAEA;
	margin-bottom: 15px;
}

.blueHeading {
	margin-left: 20px;
	font-size: 16px;
	line-height: 19px;
	color: #0891C2;
	margin-bottom: 5px;
	margin-top: 20px;
}
.blueHeadingAppend {
	margin-left: 10px;
	font-size: 16px;
	line-height: 19px;
	color: #0891C2;
}
.blueHeadingAppend::after {
	content: " (optional)";
	color: #999999;
	font-size: 14px;
	font-weight: 500;
}

.res-label {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #444444;
}

.width400{
	width: 400px
}

.res-label-required {
	/*display: block;*/
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #444444;
}

	.res-label-required::after {
		content: "*";
		color: red;
	}

.res-inputExpress {
	width: 200px;
	height: 30px;
	box-sizing: border-box;
	display: block;
	padding-left: 10px;
	border: 1px solid #EAEAEA;
}

.res-inputExpressInline {
	width: 188px;
	height: 30px;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	display: block;
	padding-left: 10px;
}

.res-inputExpress2 {
	width: 340px;
	height: 30px;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	display: block;
	padding-left: 10px;
}

.res-inputExpressLarge {
	width: 400px;
	height: 30px;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	display: block;
	padding-left: 10px;
}

.res-inputFirst {
	width: 220px;
	height: 30px;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	padding-left: 10px;
	/*display:block;*/
}
.res-inputSecond {
	width: 100px;
	height: 30px;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	padding-left: 10px;
	/*display:block;*/
}

.res-dropdown {
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	width: 200px;
	height: 30px;
}
.res-dropdown2 {
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	width: 340px;
	height: 30px;
}

#MailUnitNumber {
	width: 100px;
	height: 30px;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	display: block;
}

#useAddress:hover {
	cursor: pointer
}

/*.modal-dialog {
	overflow-y: initial !important
}

.modal-body {
	height: 600px;
	overflow-y: auto;
}*/

.res-covCheck {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #444444;
	vertical-align: super;
}
.res-covRadioSpan {
	font-style: normal;
	font-size: 14px;
	line-height: 22px;
	color: #444444;
	vertical-align: super;
	margin-left: 10px
}

.res-radioBold {
	font-weight: 600;
}

.res-CheckBox{
	height: 20px;
	width: 20px;
}

.res-submit-button:disabled {
	border: 1px solid #999999;
	/*color: #666666 !important;*/
	background: #97C93C !important;
	opacity: 0.5
}

#buttonQuoteCCConfirm:active, #buttonQuoteCCConfirm:focus, #buttonQuoteCCConfirm:visited {
	background: #7FA932 !important
}
#buttonACHSetupConfirm:active, #buttonACHSetupConfirm:focus, #buttonACHSetupConfirm:visited {
	background: #7FA932 !important
}

.res-datePicker {
	width: 130px;
	height: 30px;
	max-height: 30px;
}

.res-datePicker td{
	border: none;
}

.res-datePicker .table-condensed > thead > tr:nth-child(1) {
	border-bottom: 1px solid #999;
	height: 34px;
}


.res-datePicker .table-condensed thead {
	background: white;
}

.res-datePicker table {
	width: 100%;
	text-align: center;
	}

.res-datePicker table tbody td.day.active {
	background: #0891C2;
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 1%;
}

		/*#datetimepickerxEffectiveDate > div > ul > li:nth-child(1) > div > div.datepicker-days > table > tbody > tr:nth-child(3) > td.day.today*/
.res-datePicker table tbody td.today:before {
	border:none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	display: block;
	margin: 0px; 
	padding: 0px;
	width: 19em;
}

.res-datePicker .input-group-addon {
	padding: 0px;
	border-left: none !important;
	background: white;
	color: #333333;
	min-width: 24px !important;
	font-weight: 100;
}

.res-datePicker .form-control {
	border-right: none;
	padding-right: 0px;
	background: white;
	color: #333333;
}

.coverageRadio {
	height: 24px;
	width: 24px;
}

#InstallmentDisclosure {
	width: 268px;
	font-style: italic;
	font-size: 12px;
	margin-left: 38px;
	margin-top: -7px;
	margin-bottom: 16px;
	color: #7A7A7A;
	height: 28px;
}

.res-headerText {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin-left: 20px;
	padding-top: 7px
}


input:focus {
	border: 1px solid #EAEAEA;
	outline:none;
}

.res-errorOutline {
	border: 1px red solid;
}


.res-errorOutline:focus {
	border: 1px red solid;
}
.res-successOutline {
	border: 1px #00ff00 solid
}


.res-successOutline:focus {
	border: 1px #00ff00 solid
}

.datepicker-dropdown:after, .datepicker-dropdown:before {
	display: none !important;
}

/*
	This is really ugly/hacky
	Boostrap API gives no access to change these elements
*/
#datetimepickerxEffectiveDate div.datepicker-days thead .dow {
	text-indent: -9999px;
	line-height: 0;
}

#datetimepickerxEffectiveDate div.datepicker-days thead th:nth-child(1):after {
	content: "S";
	text-indent: 0;
	display: block;
	line-height: initial;
}

#datetimepickerxEffectiveDate div.datepicker-days thead th:nth-child(2):after {
	content: "M";
	text-indent: 0;
	display: block;
	line-height: initial;
}

#datetimepickerxEffectiveDate div.datepicker-days thead th:nth-child(3):after {
	content: "T";
	text-indent: 0;
	display: block;
	line-height: initial;
}
#datetimepickerxEffectiveDate div.datepicker-days thead th:nth-child(4):after {
	content: "W";
	text-indent: 0;
	display: block;
	line-height: initial;
}

#datetimepickerxEffectiveDate div.datepicker-days thead th:nth-child(5):after {
	content: "Th";
	text-indent: 0;
	display: block;
	line-height: initial;
}

#datetimepickerxEffectiveDate div.datepicker-days thead th:nth-child(6):after {
	content: "F";
	text-indent: 0;
	display: block;
	line-height: initial;
}
#datetimepickerxEffectiveDate div.datepicker-days thead th:nth-child(7):after {
	content: "Sa";
	text-indent: 0;
	display: block;
	line-height: initial;
}

#embedded-error-message {
	margin: 5px 0px;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

