#steps{
	background-color: #ffffff;
	padding: 0;
}
.container{
	background-color: #ffffff;
	padding: 10px 0 0;
}
.inner{

}
#step1,#step2,#step3,#step4,#error_page{
	display: none;
}
.btn-controls{
	padding:0px;
	box-shadow:none;
	border:0px;
	background:none;
}
#error{
	display: none;
	font-size: 14px;
	font-weight: bold;
	color: #a94442;
}
#info{

}
#anim_forward{
  height: 210px;
}
#anim_backward{
	margin-bottom: 20px;
	display: none;
}
.back {
    display: none;
    background: none;
    border: none;
    padding: 2px 0 0 12px;
    font-size: 16px;
    color: #555;
	background: url("../png/arrow-left-555.png") no-repeat left 6px #ffffff;
    background-size: 14px;
}
.arrow_left {
    font-size: 32px;
    position: relative;
    top: 3px;
    line-height: 0px;
}

.step-input{
	margin-bottom: 5px;
}
#from_zip, #moving_size, #phone, #from_country, #to_country {
	border-radius: 5px 0 0 5px;
	border-right: none;
}
#from_city, #to_city {
  border-right: none;
  border-top: none;
}
#from_admin1, #to_admin1 {
  border-radius: 0px;
  border-right: none;
}
#email {
	border-radius: 0 5px 5px 0;	
}
#from_admin1_container, #to_admin1_container {
  display: none;
}
/*#to_state{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	border-radius: 5px 0 0 5px;
	border-right: none;
	background: url("https://www.mymovingreviews.com/quote/img/arrow-down-555.png") no-repeat right 4px center #ffffff;
    background-size: 16px;
    font-size: 15px;
}
#to_city{
	border-radius: 0;
	border-right: none;
	padding: 0 0 0 12px;
    font-size: 15px;
}*/
#moving_size, #from_country, #from_admin1, #to_country, #to_admin1 {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("../png/arrow-down-555.png") no-repeat right 4px center #ffffff;
    background-size: 16px;
}
#map1,#map2,#map3,#map4{
	margin: 0 0 -33px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	position: relative;
	top: -17px;
}
#moving_date {
    background-color: transparent;
    z-index: 2;
    position: relative;
}
#moving_date, #name, #email, #phone {
  font-size: 20px;
}
#distance,#weight{
	border: none;
	box-shadow: none;
	background-color: #ffffff;
}
.gifs{
	border-radius: 5px;
	display: block;
	margin: 0 auto;
}
.upper {
    position: relative;
    padding: 2px 5px;
    z-index: 2;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	padding: 0;
}
.upper .row {
  margin: 0;
}
.button_go {
    background: #f27208;
    border: 1px solid #c36427;
    color: #fff;
    height: 35px;
    width: 100%;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
    background: url("../png/arrow-right-white.png") no-repeat right 4px center #f27208;
    background-size: 16px;
}
.button_go.step1 {
  height: 70px;
}
.button_go.bt_next {
	padding: 0 16px 0 0;
}
.button_go.final {
	background: #f27208;
	border-radius: 5px;
	font-size: 24px;
}
.title {
    text-align: center;
    padding: 0 8px 0 0;
    font-size: 18px;
    color: #555;
}
.bottom_area {
    border: 1px solid #999;
    margin: 0 5px;
    padding: 5px;
    font-size: 13px;
    font-style: italic;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    background: white;
    min-height: 31px;
}
.glyphicon-calendar {
    position: absolute;
    right: 10px;
    top: 13px;
    color: #555;
    z-index: 1;
}
.days_left_wrap {
  color: #555;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  position: absolute;
  right: 30px;
  top: 44px;

}

/*datepicker fixes*/
.next, .prev {
	background: #eee;
}

ul.typeahead.dropdown-menu {
    position: fixed;
    top: 80px !important;
    left: 0 !important;
    margin: 0 auto;
    right: 0 !important;
    width: 96%;
    box-sizing: border-box;
}
.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;
}
.dropdown-menu>li>a {
	padding: 8px 20px;
}
.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;
    background-image: -webkit-linear-gradient(top, #6CB738 0, #6CB738 100%);
    background-image: linear-gradient(to bottom, #6CB738 0, #6CB738 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6CB738', endColorstr='#ff6CB738', GradientType=0);
    background-color: #6CB738;
}
/* Floating Label */
.floatl__input:focus, .floatl__input:active {
    box-shadow: 0 0 5px 1px #67B233;
    border: 1px solid #67B233;
    outline: none;
}
.floatl {
  position: relative;
}

.floatl--focused .floatl__label {
  color: #67B233;
}

.floatl--active .floatl__label {
  opacity: 1;
  visibility: visible;
  top: 1px;
}

.floatl--active .floatl__input, .floatl--active #to_city.floatl__input, .floatl--active #from_zip.floatl__input, .floatl--active #name.floatl__input, .floatl--active #phone.floatl__input {
  padding: 12px 0 0px 8px;
}
.floatl--active #to_city.floatl__input {
  padding: 10px 0 0px 12px;
}
.floatl__label {
  -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: inline-block;
  top: 9px;
  left: 6px;
  padding: 2px 3px 3px 5px;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  color: #666666;
}

.floatl__input {
  -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out;
 /* -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;*/
  outline: none;
  margin-top: 0;
  margin-left: 0;
  padding: 0 8px;
  font-size: 17px;
  border: 1px solid #999;
  border-radius: 3px;
  height: 35px;
}

#from_country.floatl__input, #to_country.floatl__input {
  border-radius: 3px 0px 0px 0px;
}
#from_city.floatl__input, #to_city.floatl__input {
  border-radius: 0px 0px 0px 3px;
}
#from_admin1.floatl__input, #to_admin1.floatl__input {
  border-radius: 0px;
  }

.floatl__input::-moz-selection {
  color: white;
  background-color: #2a8dea;
}

.floatl__input::selection {
  color: white;
  background-color: #2a8dea;
}