[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none; 
}

.sf-calculate-wrapper fieldset {
	border: none;
}

.sf-calculate-wrapper {
	background: #fff !important;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
	text-align: left;
}
.search-zip-modal input#getZipCode{
	color: #fff;
}
#request-form .ng-enter, #request-form .ng-leave {
	left: 50px !important;
	right: 50px !important;
}

.sf-calculate-wrapper h1, .sf-calculate-wrapper .form-slogan font, .sf-calculate-wrapper .form-slogan font a {
	color: inherit !important;
}

.sf-calculate-wrapper .form-group {
	display: inline-block;
	width: 100% !important;
	margin-bottom: 10px !important;
	text-align: center !important;
}
.ultrasmall-primary-phone {
    margin-top: 0;
}

.sf-calculate-wrapper input, .sf-calculate-wrapper select {
	height: 40px !important;
	padding: 0;
	padding-left: 5px;
	border: none;
	border-bottom: solid 1px #b4b4b4 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.sf-calculate-wrapper input:focus, .sf-calculate-wrapper select:focus {
	background: #f6f6f6;
	padding-left: 10px;
}

.sf-calculate-wrapper input.success {
	padding-left: 10px;
	border: solid 1px #9ad5a3 !important;
}

.sf-calculate-wrapper .submit_btn, .sf-calculate-wrapper .bottom-done-button {
	box-shadow: none !important;
	border-radius: 40px !important;
	color: #fff;
	width: auto !important;
	background: #ed1c24 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 10px  40px !important;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.sf-calculate-wrapper #step1 .form-group:last-of-type, .sf-calculate-wrapper #step2 .form-group:last-of-type, .sf-calculate-wrapper #step3 .form-group:last-of-type {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.sf-calculate-wrapper .submit_btn:before, .sf-calculate-wrapper .bottom-done-button:before {
	content: "";
	position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    visibility: visible;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
    transform: skewX(-25deg);
}

.sf-calculate-wrapper .submit_btn:hover:before, .sf-calculate-wrapper .bottom-done-button:hover:before {
	animation: fx_shine 0.7s;
	animation-fill-mode: forwards;
}

.sf-calculate-wrapper .submit_btn:hover, .sf-calculate-wrapper .bottom-done-button:hover {
	-webkit-box-shadow: 0px 5px 35px 0px rgba(3, 3, 3, 0.25) !important;
	-moz-box-shadow:    0px 5px 35px 0px rgba(3, 3, 3, 0.25) !important;
	box-shadow:         0px 5px 35px 0px rgba(3, 3, 3, 0.25) !important;
}

.sf-calculate-wrapper .submit_btn:active, .sf-calculate-wrapper .bottom-done-button:active {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	transform: scale(0.95);
}

.sf-calculate-wrapper .form-slogan {
	margin-top: 0 !important;
	margin-bottom: 30px !important;
}

.sf-calculate-wrapper label.option {
	color: #2d2e30 !important;
}

#edit-date-storage input {
	background: #ffffff url(https://themoveboard.com/elromco/calendaricon.png) no-repeat 98% 10px !important;
}

.sf-calculate-wrapper search-zip.search-zip-icon {
	margin-top: -25px !important;
}

.sf-calculate-wrapper search-zip.search-zip-icon i {
	color: #7f7f7f !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sf-calculate-wrapper search-zip.search-zip-icon:hover i {
	color: #ed1c24 !important;
}

.sf-calculate-wrapper search-zip.search-zip-icon:active {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	transform: scale(0.95);
}

.sf-calculate-wrapper #step1 input.picker__input {
	background-image: url(https://themoveboard.com/elromco/nickysmovingandstorage/calendar.png);
	background-position: 98% 10px;
	background-repeat: no-repeat;
}

.sf-calculate-wrapper #step1 input.picker__input {
	cursor: pointer;
}

.sf-calculate-wrapper .icheckbox_square-green {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sf-calculate-wrapper .icheckbox_square-green {
	background: url('https://themoveboard.com/elromco/nickysmovingandstorage/green.png') no-repeat !important;
}

.sf-calculate-wrapper .icheckbox_square-green:hover {
	background-position: -24px 0 !important;
}

.sf-calculate-wrapper .icheckbox_square-green.checked {
    background-position: -48px 0 !important;
}

.sf-calculate-wrapper #sf-move-size {
	background: #2E3193 !important;
	color: #fff !important;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.sf-calculate-wrapper #sf-move-size i {
	display: none !important;
}

.sf-calculate-wrapper #sf-move-size:hover {
	opacity: 0.8;
}

.sf-calculate-wrapper #sf-move-size:active, .sf-calculate-wrapper .toolbar button:active {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	transform: scale(0.95);
}

.sf-calculate-wrapper .toolbar {
	background: #fff !important
}

.sf-calculate-wrapper .toolbar button.pull-right {
	float: right;
}

.sf-calculate-wrapper .toolbar button {
	background: #2E3193 !important;
    border-radius: 30px;
	font-weight: normal !important;
	padding: 0 20px !important;
	height: 30px !important;
	line-height: 26px !important;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: solid 2px #2E3193;
}

.sf-calculate-wrapper .toolbar button:hover {
	background: #fff !important;
	color: #2E3193 !important;
}

.sf-calculate-wrapper #calc-info-steps {
	padding: 15px;
	border-radius: 7px;
	border: solid 1px #ccc;
}

.sf-calculate-wrapper #calc-info-steps .MoveSizeBtn {
	background: #fff !important;
	margin: 0 !important;
	padding: 8px 0 8px 15px !important;
	border: none !important;
	border-bottom: solid 1px #ccc !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0 !important;
	position: relative;
	line-height: 1.2;
}

.sf-calculate-wrapper #calc-info-steps .MoveSizeBtn:last-of-type {
	border: none !important;
}

.sf-calculate-wrapper #calc-info-steps .MoveSizeBtn:hover {
	border-bottom: solid 1px #2E3193 !important;
	padding-left: 25px !important;
	color: #2E3193 !important;
}

.sf-calculate-wrapper #calc-info-steps .MoveSizeBtn:before {
	content: '';
	width: 8px;
	height: 8px;
	opacity: 0;
	border-radius: 50%;
	background: #2E3193;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	left: 0;
	top: 90%;
}

.sf-calculate-wrapper #calc-info-steps .MoveSizeBtn:hover:before {
	opacity: 1;
	top: 50%;
	margin-top: -4px;
}

.sf-calculate-wrapper #sf-move-size .desktopzip span {
	background: #fff;
    padding: 5px !important;
    margin-top: 10px;
    border-radius: 5px;
    color: #000 !important;
    line-height: 20px !important;
    font-size: 11px !important;
}

.sf-calculate-wrapper .circleHandler {
	display: none;
}

.sf-calculate-wrapper .back-link {
	color: #b1b1b1 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sf-calculate-wrapper .back-link:hover {
	color: #2E3193 !important;
}

#congrats_menu.spmenu .mobileform.submit_btn p {
	padding: 0 !important;
	margin: 0 !important;
}

#block-movecalc-moving-form #calculate_btn:hover, #block-movecalc-moving-form #calculate_btn:active, #block-movecalc-moving-form #edit-go-to-summery:hover, #block-movecalc-moving-form #edit-go-to-summery:active,
#block-movecalc-moving-form #calculate_btn:focus{
	color: #fff !important;
	opacity: 0.8;
}
#edit-move-date-datepicker-short, input#edit-move-date-datepicker-popup-0, input#edit-move-date-datepicker-popup-1, #edit-date-storage input{
	background-position-y: 10px; 
}
#calc-results2 h4{
	text-align: center !important;
}
.sf-calculate-wrapper #step4 .submit_btn{
	margin-top: 20px;
}
.ultrasmall-hear-about-us{
	z-index: 10;
	margin-top: 0;
}

.form-item.form-type-checkbox.form-item-Extra-Furnished-Rooms-8{
	width: 80px;
}
.er-request-form input[type='text'], .er-request-form input[type='password'], .er-request-form select{
	font-family: inherit;
	font-size: 15px;
}
.to-small-form{
	display: none;
	padding: 10px 20px;
	color: #fff;
	background-color: #ed1c24;
	font-weight: 700;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.to-small-form:hover,
.to-small-form:focus{
	opacity: .8;
	color: #fff;
}
.move-calc-wrapper ultrasmall-form{
	display: none;
}
@media(max-width:1199px) {
	.to-small-form{
		display: inline-block;
	}
	.move-calc-wrapper move-calculator{
		display: none;
	}
	.move-calc-wrapper{
		text-align: center;
	}
	.move-calc-wrapper ultrasmall-form{
		display: block;
	}
}
@media (max-width: 610px){
	.calendarType {
		font-size: 12px;
	}
}
@media(max-width: 470px) {
	#request-form .ng-enter, #request-form .ng-leave {
		left: 10px !important;
    	right: 10px !important;
	}
}
@media(max-width: 400px) {
	.calendarType {
		padding: 5px 2px;
		font-size: 10px;
	}
	.sf-calculate-wrapper .size-info-block {
		zoom: 0.7;
	}
	.spmenu a, .spmenu label{
		font-size: .9em;
	}
}
@media(max-width: 380px) {
	#request-form .submit_btn {
		font-size: 14px !important;
		padding: 10px 15px !important;
	}
}

#zip_code_search h2 {
	text-align: center;
}


.sf-calculate-wrapper input.success, .sf-calculate-wrapper select.success, .move-calc-wrapper input.success, .move-calc-wrapper select.success {
	border:solid 1px #9fdd97 !important;
	background-image: url(https://themoveboard.com/elromco/mymovepagecheck.png);
	background-repeat: no-repeat;
    background-position: 95% center;
}
div#sf-move-size.error{
	color: #222 !important;
}
.form-group-left.zip{
	z-index: 10;
}
input.error{
	background-color: #FFEBE8 !important;
}
#zip_code_search{
	padding-top: 20px;
}
.spmenu label:active{
	background: none;
}
#edit-calculator-results .left-block .company-color.calc_left_info{
	margin-bottom: 10px !important;
}
.btn.btn-primary:focus{
	color: #fff;
}
.spmenu label:hover{
	background: transparent;
}

move-calculator fieldset{
	padding: 0 !important;
}
@media(max-width:330px){
	.spmenu a, .spmenu label{
		font-size: 0.8em;
		line-height: 2em;
	}
	.sf-calculate-wrapper #step1 label.option{
		font-size: 15px;
	}
}
.sf-calculate-wrapper #step3 >div:nth-child(4){
	clear: both;
}

.er-powered-by-elromco__logo{
	max-width: 20px !important;
}
#calc-info-steps .bottom-done-button-wrapper{
	margin-top: 0;
}
.sf-calculate-wrapper #step1 .form-group.form-group-right.zip{
	margin-bottom:  0 !important;
}
.search-zip-modal input#getZipCode {
    background: #2E3193;
	&:hover, &:focus{
		background: #ed1c24;
	}
}
.sf-calculate-wrapper #step1 .form-slogan{
	margin-bottom: 10px !important;
}

.sf-calculate-wrapper #step3 .form-slogan{
	p{
		margin-bottom: 0 !important;
	}
}
#slide_menu .form-item.form-type-checkbox{
	line-height: 1.2;
}