/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../woff2/open-sans-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../woff2/open-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #555;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #555;
}
body {
	font-family: 'Open Sans', sans-serif;
}
.container{
	width: 998px;
	padding: 0px;
	overflow: hidden;
}

.row{
	margin-bottom: 5px;
}
.control-label {
	padding-left: 0;
	padding-right: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.btn-next{
	padding:0;
	line-height: 1em;
}

.next-text{
	font-size: 30px;
	line-height: 1em;
	display: inline-block;
	margin-top: 9px;
}

.next-icon{
	font-size: 2.0em;
	display: inline-block;
	line-height: 1em;
	margin-top: 4px;
}

.info-text {
	display: inline-block;
	font-size: 20px;
	margin-top: 8px;
	color: #888;
	font-weight: bold;
}

.steps{
	display: none;
}

.step-title{
	font-size: 18px;
	font-weight: bold;
}

.error{
	font-size: 16px;
	font-weight: bold;
	color: #ce4844;
	line-height: 34px;
	max-height: 34px;
	display: block;
	text-align: center;
}

#control-box{
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);;
	width: 360px;
	position: absolute;
	top: 50px;
	left: 30px;
	padding: 10px;
	box-shadow: 0 0 6px 0px #999;
	border-radius: 5px;
	z-index: 2;
}

.content{
	margin: 0px;
	position: relative;
}

.heading-steps {
	font-size: 24px;
	color: #555;
	max-height: 34px;
	display: block;
}

.heading-steps-vehicle {
	font-size: 24px;
	color: #555;
	max-height: 34px;
	display: block;
}

.label-from-to {
	color: #999;
	font-size: 14px;
	margin: 15px 0 5px;
}
.arrow-to {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -100px transparent;
	right: -1px;
	top: 51px;
}
#from-city {
	color: #999;
}
.quote-inputs {
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 16px;
	height: 40px;
	margin: 0;
	padding: 6px 3px 8px 30px;
	width: 100%;
}
.quote-inputs:focus, .quote-inputs:active, .quote-selects:focus, .quote-selects:active {
	border: 1px solid #618cba;
    box-shadow: 0 0 5px 1px #618cba;
	outline: none;
}
.has-error {
	border: 1px solid #ce4844;
}
.has-error:focus {
	border: 1px solid #ce4844;
	box-shadow: 0 0 5px 1px #ce4844;
}
.from-zip-inp {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px 8px #fff;
	width: 110px;
	margin: 0 0 20px;
}
.moving-to, .move-size, .storage-unit, .make-model {
	margin: 0 0 20px;
	padding: 0;
	background: url("../png/step-quote-sprite.png") no-repeat scroll right -59px #ffffff;
	overflow: hidden;
	width: 100%;
}
.moving-to select {
	background: url("../png/step-quote-sprite.png") no-repeat scroll -25px -26px transparent;
	border: none;
	font-size: 16px;
	height: 38px;
	margin: 0;
	padding: 6px 20px 8px 0;
	border-left: 25px solid transparent;
	width: 240px;
	color: #555;
}
.to-city-inp {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -26px #fff;
	margin: 0 0 20px;
	width: 100%;
}
.nav-buttons {
    border-radius: 3px;
    bottom: -64px;
    font-size: 18px;
    height: 40px;
    position: absolute;
    width: 150px;
}
.btn-submit {
    background: url("../png/step-quote-sprite.png") no-repeat scroll right -125px #f27208;
    border: 1px solid #c36427;
    color: #fff;
    right: -11px;
    padding: 6px 36px 7px 22px;

}
.btn-submit:hover {
	background: url("../png/step-quote-sprite.png") no-repeat scroll right -125px #DD6700
}
.get-quote {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 15px -576px #f27208;
	width: 257px;
	padding: 6px 22px 7px;
}
.get-quote:hover {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 15px -576px #DD6700;
}
.move-size select {
	background: url("../png/step-quote-sprite.png") no-repeat scroll -25px -509px transparent;
	border: none;
	font-size: 16px;
	height: 40px;
	margin: 0;
	padding: 6px 20px 8px 0;
	border-left: 25px solid transparent;
	width: 280px;
	color: #555;
}
.storage-unit select {
	background: url("../png/step-quote-sprite.png") no-repeat scroll -25px -544px transparent;
	border: none;
	font-size: 16px;
	height: 40px;
	margin: 0;
	padding: 6px 20px 8px 0;
	border-left: 25px solid transparent;
	width: 280px;
	color: #555;
}

/* NAV STEPS */
.nav-steps-wrap {
	border-top: 1px solid #CCCCCC;
	background: url('../png/bg-texture.png') top left repeat #EFEFEF;
	overflow: hidden;
	margin: 0px;
	box-shadow: -1px 0px 12px -1px #555;
	position: relative;
	z-index: 10;
}
.nav-steps {
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.step-active, .step-completed {
	background: #618cba url("../png/bg-texture.png") repeat scroll left top;
}
.nav-steps a {
	padding: 5px 7px 5px 80px;
	display: block;
	color: #555;
	position: relative;
	font-size: 18px;
	height: 35px;
	max-height: 35px;
	line-height: 25px;
}
.nav-steps a:hover, .nav-steps a:focus {
	text-decoration: none;
}
.step-completed a {
	color: #fff;
}
.step-two a {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 305px -207px;
}
.step-active a {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 305px -163px;
	color: #fff;
	font-weight: bold;
}
.step-completed a {
	background: none;
	color: #fff;
}
.step-active.step-last a {
	background: none;
}
.step-1, .step-2, .step-3 {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 55px;
}
.step-1 {	
	background: url("../png/step-quote-sprite.png") no-repeat scroll -4px -248px;
}
.step-2 {	
	background: url("../png/step-quote-sprite.png") no-repeat scroll -4px -277px;
}
.step-3 {	
	background: url("../png/step-quote-sprite.png") no-repeat scroll -4px -307px;
}
.step-completed .step-1, .step-completed .step-2 {	
	background: url("../png/step-quote-sprite.png") no-repeat scroll -4px -336px;
}
/* NAV STEPS END */


.date {	
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -366px #fff;
}
.name {	
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -400px #fff;
}
.phone {	
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -438px #fff;
}
.email {	
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -472px #fff;
}
.details {
	margin: 0 0 10px;
}
.agreement {
	margin: 0;
	font-size: 13px;
}
.popover {
	max-width: 450px;
	width: 450px;
}

.overlay {
    background: url("../png/overlay.png") repeat;
    height: 466px;
    position: absolute;
    width: 998px;
    z-index: 20;
    text-align: center;
    display: none;
}
.loader {
    margin: 0 auto;
    position: relative;
    top: 130px;
}
.gm-style-iw + div {
	display: none;
	z-index: -10 !important;
	position: relative !important;
}
#info {
	cursor: pointer;
	width: 16px;
	margin-top: 7px;
	position: relative;
	top: -5px;
	right: -2px;
}
.bg-fade {
	z-index: 2;
	background: url("../png/bg-fade.png") repeat-y;
	height: 100%;
	width: 100px;
	left: 329px;
	position: absolute;
}
.control-box-wrap {
  width: 260px;
  height: 430px;
  position: relative;
}
#map-canvas {
	height: 430px;
	max-height: 430px;
}

/*datepicker fixes*/
.next, .prev {
	background: #eee;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 3px 12px;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
	background-color: #6CB738;
	background-image: -moz-linear-gradient(top, #6CB738, #6CB738);
	background-image: -ms-linear-gradient(top, #6CB738, #6CB738);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6CB738), to(#6CB738));
	background-image: -webkit-linear-gradient(top, #6CB738, #6CB738);
	background-image: -o-linear-gradient(top, #6CB738, #6CB738);
	background-image: linear-gradient(top, #6CB738, #6CB738);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CB738', endColorstr='#6CB738', GradientType=0);
	border-color: #6CB738 #6CB738 #6CB738;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #6CB738;
}
.do-it {
	position: absolute;
	bottom: -54px;
	right: -340px;
	width: 325px;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 7px -3px #555;
	text-align: justify;
	font-size: 13px;
}
.do-it-close {
	position: absolute;
	top: 0px;
	right: 6px;
	font-size: 11px;
	font-family: verdana;
	color: #999;
	font-weight: bold;
	cursor: pointer;
}
.warning {
	color: #F27208;
}

.vehicle {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -690px #fff;
	padding: 1px 0 1px 30px;
	text-align: left;
}
.garage {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -622px #fff;
	padding: 1px 0 1px 30px;
	text-align: left;
}
.shed {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -660px #fff;
	text-align: left;
	padding: 1px 0 1px 30px;
}
.vehicle-wrap {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);;
	width: 360px;
	top: 0;
	left: 375px;
	padding: 10px;
	box-shadow: 0 0 6px 0px #999;
	border-radius: 5px;
	z-index: 2;
	position: absolute;
	height: 233px;
	display: none;
}
.make-model select {
	background: url("../png/step-quote-sprite.png") no-repeat scroll -25px -682px transparent;
	border: none;
	font-size: 16px;
	height: 40px;
	margin: 0;
	padding: 6px 20px 8px 0;
	border-left: 25px solid transparent;
	width: 200px;
	color: #555;
}
.truck-open {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -797px #fff;
	padding: 1px 0 1px 50px;
}
.truck-enclosed {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -831px #fff;
	padding: 1px 0 1px 50px;
}
.running {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -720px #fff;
	padding: 1px 0 1px 50px;
}
.not-running {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -759px #fff;
	padding: 1px 0 1px 50px;
}
.vehicle-inputs {
	display: none;
}

#make_input, #model_input {
	background: url("../png/step-quote-sprite.png") no-repeat scroll 0px -682px transparent;
	margin: 0 0 20px 0;
}

#back {
	padding: 9px 7px;
}

#from_admin1{
	display: none;
}

#to_admin1{
	display: none;
}
.quote-selects {
	border: 1px solid #999;
	border-radius: 3px;
	font-size: 16px;
	height: 40px;
	margin: 0;
	width: 100%;
}
.with-admin1 .quote-selects {
	width: 50%;
	float: left;
}
.with-admin1 .quote-selects {
	border-radius: 3px 0 0 3px;
}
.with-admin1 .quote-selects:last-child {
	border-radius: 0 3px 3px 0;
	border-left: none;
}
#from_city, #to_city {
	padding: 6px 16px;
}

/* firefox label fix */
.with-admin1 label {
	display: block;
}

.form-control:focus {
	border-color: transparent !important;
}
.gm-style-iw > div > div {
	overflow: hidden !important;
}
.from-to-group.has-error {
	border: none;
}