html.onboarding,
body.onboarding {
	padding: 0px;
	margin: 0px;
	background: #f8f8f8;
	font-family: 'Lato', sans-serif;
}

.business-block .md-button{border-radius:0px;}

.text-capitalize{text-transform: capitalize;}

/*.md-dialog-container{ min-height: calc(100% - 50px) !important;position: fixed;z-index: 10000000;}*/

.complete-container .body-content div {
    margin-bottom: 15px;
    line-height: 24px;
}
.theme-grids .grid {
    height: 230px;
    position:relative;
}
.theme-grids .grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-grids .prev-btn {
    padding: 10px;
    position: absolute;
    left: 0;
    z-index: 9;
    width: 100%;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #eee;
}

.theme-grids .prev-btn .Preview-link {
    background: linear-gradient(to right,#2f80ed 0,#56ccf2 47%,#2f80ed 100%);
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 3px;
    padding: 5px 0;
}

.md-open-menu-container {
	border-radius: 15px;
	padding: 10px;
	background: #fff;
}

/* Top Header Bar */

.navbar-container {
	margin: 0px;
	padding: 0px;
}

.navbar-container > .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-container > .container .page-heading {
	font-size: 50px;
	letter-spacing: 3px;
	line-height: 66px;
	color: #373535;
	font-family: "Abril Fatface";
	font-weight: 400;
}




@media (max-width:480px){
	.navbar-container > .container {
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
	}

	.navbar-container > .container .page-heading {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 45px;
	}

	.navbar-container > .container .navbar-header .navbar-brand img,
	.navbar-container > .container-fluid .navbar-header .navbar-brand img {
		width: 125px;
	}

	.onboarding-container .navbar-container .container {
		overflow: hidden;
		padding-bottom: 15px;
	}
	.navbar-container > .container .page-heading {
		font-size: 30px;
		line-height: normal;
		width: 100%;
		overflow: hidden;
		text-align: center;
		clear: both;
		position: static;
	}
}

/* Footer */
/*.footer {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #666666;
	font-family: "Raleway";
	font-weight: 300;
}

.footer a {
	color: #7e30ed;
}*/

.box-container {
	min-height: 635px;
}

@media (max-width:480px){
	/*.footer {
		display: none;
	}*/

	.box-container {
		width: 100%;
		/*max-width: 370px;*/
		margin: 0 auto;
		min-height: auto;
	}
}

@media (max-width:370px){
	.box-container {
		max-width: 320px;
	}
}

/* Page Heading and Image Section */

.header-section {}

.header-section img {
	width: 412px;
	height: 221px;
	display: block;
	margin: 0 auto 30px auto;
}

.process-container .header-section img {
	margin-bottom: 0px;
}

.header-section h2 {
	font-family: 'Abril Fatface', cursive;
	font-size: 50px;
	letter-spacing: 3px;
	line-height: 43px;
	color: #373535;
	font-weight: 400;
	margin-bottom: 10px;
}

.header-section h3 {
	font-family: "Lato";
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 43px;
	color: #373535;
	font-weight: 300;
	margin-bottom: 15px;
}

@media (max-width:449px){
	.header-section h2 {
		font-size: 25px;
		letter-spacing: 1px;
		margin-bottom: 0px;
	}

	.header-section h3 {
		font-size: 15px;
		margin-bottom: 0px;
	}

	.header-section img {
		width : 100%;
		max-width: 370px;
		height: auto;
		margin-bottom: 15px;
	}

	.user-container .header-section h2 {
		font-size: 24px;
	}
}

/*@media (max-width:449px){
	.header-section img {
		width : 100%;
	}
}*/

/* Page Body and Form Section */

.body-content {
	width: 425px;
	margin: 0 auto;
}

.body-content .action-btn {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 43px;
	color: #ffffff;
	font-family: "Lato";
	font-weight: 700;
	margin: 0px;
	width: 100%;
	height: 50px;
	background-image: linear-gradient(-90deg, #752deb 0%, #8d35f1 100%);
}

.body-content form md-input-container {
	margin-top: 0px;
	margin-bottom: 0px;
}

.body-content form md-input-container input,
.body-content form md-input-container md-select {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 43px;
	color: #373535;
	font-family: "Lato";
	font-weight: 300;
	height: 50px;
	background: #eeeeee;
	border: 1px solid rgba(0, 0, 0, 0.38);
	text-align: center;
}

.body-content form md-input-container.md-input-focused input.md-input,
.body-content form md-input-container.md-input-focused md-select {
	border: 1px solid rgba(0, 0, 0, 0.38);
}

.body-content form .drop-down-select-container md-input-container.md-input-focused input.md-input {
	border-right: 0px;
}

.body-content form md-input-container input::placeholder,
.body-content form md-input-container input:-ms-input-placeholder,
.body-content form md-input-container input::-ms-input-placeholder { /* Microsoft Edge */ 
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 43px;
	color: #373535;
	font-family: "Lato";
	font-weight: 300;
	text-align: center;
}

@media (max-width:480px){
	.body-content {
		width : 100%;
		max-width: 370px;
	}

	.body-content form md-input-container input,
	.body-content form md-input-container md-select {
		font-size: 16px;
		line-height: 38px;
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}

	/*.body-content .action-btn {
		position: fixed;
		bottom: 0px;
		left: 0;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 38px;
		z-index: 9999;
	}*/
}

.complete-container {
	background-image: url('../img/BG.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 50px;
	padding: 45px 25px;
	box-shadow: 0px 8px 9px rgba(37,37,37,0.11);
}

.complete-container .header-section h3 {
	font-size: 40px;
	letter-spacing: 2px;
	line-height: 46px;
	font-family: "Abril Fatface";
	font-weight: 400;
	text-align: center;
}

.complete-container .header-section h3.heading {
	color: #f58320;
}

.complete-container .header-section h5 {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 43px;
	color: #373535;
	font-family: "Lato";
	font-weight: 700;
}

.complete-container .body-content {
	width: 580px;
	margin-top: 30px;
}

.complete-container .body-content div {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 43px;
	color: #373535;
	font-family: "Lato";
	font-weight: 400;
}

.complete-container .body-content div span.text-label {
	display: inline-block;
	min-width: 170px;
}

.complete-container .body-content div span.text-value {
	
}

.complete-container .body-content div .text-blue {
	color: #3d0aa6;
}

@media (max-width:480px){
	.complete-container {
		margin: 0px;
		margin-bottom: 20px;
		padding: 45px 15px;
	}

	.complete-container .body-content div {
		font-size: 13px;
		line-height: normal;
	}

	.complete-container .body-content div span.text-label {
		min-width: auto;
	}
}

@media (max-width:430px){
	.complete-container {
		margin: 0px;
		margin-bottom: 20px;
		padding: 45px 15px;
	}

	.complete-container .body-content {
		width: 100%;
	}

	.complete-container .body-content div {
		font-size: 13px;
	}
}

/* Business Details Dropdown */

.drop-down-select-container {}

.drop-down-select-container .inputs {
	display: inline-block;
	float: left;
}

.drop-down-select-container .inputs.input {
	width: 90%;
}

.drop-down-select-container .inputs md-input-container {
	padding: 0px;
}

.drop-down-select-container .inputs md-input-container input {
	border-left: 1px solid rgba(0, 0, 0, 0.38);
	border-top: 1px solid rgba(0, 0, 0, 0.38);
	border-right: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.38);
}

.drop-down-select-container .inputs.code-input md-input-container.border-red button,
.drop-down-select-container .inputs.input md-input-container.border-red input {
	border-color: rgb(221,44,0);
}

.drop-down-select-container .inputs.drop-down {
	width: 10%;
	background: #eeeeee;
}

.drop-down-select-container .inputs.drop-down .md-button {
	background: transparent;
	position: relative;
	width: 100%;
	min-width: auto;
	margin: 0px;
	height: 50px;
	border: 0px;
	border-left: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.38);
	border-right: 1px solid rgba(0, 0, 0, 0.38);
	border-bottom: 1px solid rgba(0, 0, 0, 0.38);
}

.drop-down-select-container .inputs.drop-down .md-button .fa {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 43px;
	color: #752deb;
	position: relative;
	z-index: 1;
}

.drop-down-select-container .inputs.drop-down .custom-menu-container.md-open .md-button .fa:after {
	content: "";
	position: absolute;
	height: 44px;
	width: 24px;
	background: #fff;
	left: -4px;
	top: 5px;
	z-index: -1;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 3px 4px inset rgba(139, 51, 241, 0.27);
}

md-menu-content.custom-menu-content {
	min-height: 126px;
	min-width: 217px;
	max-height: 197px;
	padding: 0px;
}

/* Scrollbar */

md-menu-content.custom-menu-content::-webkit-scrollbar {
	width: 10px;
}

md-menu-content.custom-menu-content::-webkit-scrollbar-track {}

md-menu-content.custom-menu-content::-webkit-scrollbar-thumb {
	background-color: #dedede;
	height: 26px;
}

md-menu-content.custom-menu-content .menu-content {
	background-color: #ffffff;
	padding: 0px;
}

md-menu-content.custom-menu-content  md-menu-item.search-container {
	position: absolute;
	background: #fff;
	width: 88%;
	z-index: 1;
}

md-menu-content.custom-menu-content  md-menu-item.search-container md-input-container {
	border-bottom: 1px solid #b6b6b6;
}

md-menu-content.custom-menu-content  md-menu-item.search-container md-input-container input {
	font-size: 12px;
	color: rgb(179, 179, 179);
	font-family: Roboto;
	font-weight: 400;
	font-style: italic;
	border-bottom: 0px;
}

md-menu-content.custom-menu-content  md-menu-item.search-container md-input-container input + .md-errors-spacer {
	display: none;
}

md-menu-content.custom-menu-content  md-menu-item.option-container {
	padding-top: 48px;
	height: 100%;
}

md-menu-content.custom-menu-content md-menu-item.option-container md-list md-list-item {
	font-size: 12px;
	color: #727272;
	font-family: "Lato";
	font-weight: 400;
}

md-menu-content.custom-menu-content md-menu-item.option-container md-list {
	padding: 0px;
}

md-menu-content.custom-menu-content md-menu-item.option-container md-list md-list-item {
	padding: 0px;
	border-bottom: 1px solid #ddd;
}

md-menu-content.custom-menu-content md-menu-item.option-container md-list md-list-item .md-button {
	padding: 0px;
	background: transparent;
}

md-menu-content.custom-menu-content md-menu-item.option-container md-list md-list-item .md-list-item-inner {
	padding: 0px 15px 0px 20px;
}

/* Theme Grids Section */

.theme-container .body-content {
	width: 890px;
}

.body-content.theme-content-full {
	width: 100%;
}

.theme-container .body-content .action-btn {
	max-width: 425px;
	margin: 0 auto;
	display: block;
	z-index: 9;
}

.body-content.theme-content-full h3 {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #191919;
	/*font-family: "Roboto";*/
	font-weight: 400;
	text-transform: uppercase;
}

.theme-grids {
	width: 100%;
	margin: 10px -10px 40px -10px;
}

.theme-grids .grid {
	height: 201px;
	overflow: hidden;
	box-shadow: 0px 4px 8px rgba(35,35,35,0.28);
	background-color: #ceaff8;
}

.theme-grids.invert-grids {
	display: none;
}

.theme-grids.slider-grids .grid {
	margin: 0 8px;
}

.theme-grids.single-grids .grid {
	width: calc((100% / 4) - 16px );
	display: inline-block;
	margin: 8px 8px;
}

.theme-grids.invert-grids .grid,
.theme-grids.simple-grids .grid {
	width: calc((100% / 5) - 16px );
	display: inline-block;
	margin: 8px 8px;
}

.theme-grids .grid img {
	width: 100%;
	min-height: -webkit-fill-available;
}

@media (max-width:991px){
	.theme-container .body-content,
	.body-content.theme-content-full {
		width : 100%;
	}

	.theme-container .body-content .theme-grids,
	.body-content.theme-content-full .theme-grids {
		margin: 10px 0 40px 0px;
	}
/*
	.theme-grids.single-grids .grid {
		width: calc((100% / 4) - 16px );
	}

	.theme-grids.simple-grids .grid {
		width: calc((100% / 4) - 16px );
	}*/
}

@media (max-width:449px){
	.theme-container .body-content,
	.body-content.theme-content-full {
		width : 100%;
	}

	.theme-container .body-content .theme-grids,
	.body-content.theme-content-full .theme-grids {
		margin: 10px 0 40px 0px;
	}

	.theme-grids.slider-grids {
		display: none !important;
	}

	.theme-grids.invert-grids {
		display: block;
	}

	.theme-grids.single-grids .grid {
		width: calc((100% / 2) - 16px );
		height: 150px;
	}

	.theme-grids.invert-grids .grid,
	.theme-grids.simple-grids .grid {
		width: calc((100% / 2) - 16px );
		height: 200px;
	}
}


/* Theme Preview Popup */


.md-dialog-container {
    width: 100%;
    bottom: 0 !important;
    position: fixed !important;
    height: 100% !important;
    overflow: auto;
    z-index: 999;
}


.fullscreen-box {
    width: 100%;
    height: 100%;
    max-width: 1000px;
}

md-dialog.fullscreen-dialog.theme-preview-popup {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	border-radius: 0;
	overflow: hidden;
}

md-dialog.fullscreen-dialog.theme-preview-popup .previous-button,
md-dialog.fullscreen-dialog.theme-preview-popup .cancel-button {
	position: absolute;
	font-size: 34px;
	top: 55px;
	padding: 0;
	z-index: 1;
	/*background: #979797;*/
}

md-dialog.fullscreen-dialog.theme-preview-popup .previous-button {
    left: 35px;
    width: 30px;
    height: 30px;
    border: none;
    display: block;
    top: 10px;
    text-align: center;
    border-radius: 0;
}
/*md-dialog.fullscreen-dialog.theme-preview-popup .cancel-button {
	right: 35px;
	width: 42px;
	height: 47px;
}*/

md-dialog.fullscreen-dialog.theme-preview-popup .cancel-button {
    right: 35px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    top: 10px;
    right: 2px;
    transform: rotate(45deg);
    line-height: normal;
    min-height: 1px;
}

md-dialog.fullscreen-dialog.theme-preview-popup .cancel-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

md-dialog.fullscreen-dialog.theme-preview-popup .cancel-button::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #333;
    left: 0;
    bottom: 0;
    top: 0;
	right:0;
    margin: auto;
}


.onboarding-container .slick-initialized .slick-slide > div {
    margin: 0 10px;
}
.theme-preview-popup .view-holder {
	width: 100%;
	height: 100%;
}

.theme-preview-popup .view-holder iframe {
	width: 100%;
	height: 100%;
	border: 0px;
	outline: 0px;
}

.theme-preview-popup .view-holder .scroll-box {
	width: 100%;
	height: 100%;
	border: 0px;
	outline: 0px;
	overflow: auto;
}

.theme-preview-popup .view-holder .scroll-box img {
	width: 100%;
	height: auto;
	border: 0px;
	outline: 0px;
}

.theme-preview-actions {
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background-color: rgba(225, 225, 225, 0.82);
	height: 65px;
	text-align: center;
}

.theme-preview-actions button.md-button {
	width: 209px;
	height: 43px;
	background-image: linear-gradient(-90deg, #752deb 0%, #8d35f1 100%);
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 43px;
	color: #ffffff;
	/*font-family: "Roboto";*/
	/*font-weight: 300;*/
	margin: 11px;
}

.theme-preview-actions button.md-button.disabled {
	opacity: 0.75;
}

@media (max-width:449px){
	.theme-preview-actions {
		height: 45px;
	}

	.theme-preview-actions button.md-button {
		margin: 0px;
		width: 100%;
		border-radius: 0;
	}

	md-dialog.fullscreen-dialog.theme-preview-popup .previous-button,
	md-dialog.fullscreen-dialog.theme-preview-popup .cancel-button {
		width: 20px;
		height: 20px;
		min-height: 20px;
		line-height: 0px;
		top: 13px;
		background:none;
	}

	md-dialog.fullscreen-dialog.theme-preview-popup .previous-button {
		left: 10px;
		display: block;
	}

	md-dialog.fullscreen-dialog.theme-preview-popup .cancel-button {
		right: 10px;
	}

	md-dialog.fullscreen-dialog.theme-preview-popup .previous-button img,
	md-dialog.fullscreen-dialog.theme-preview-popup .cancel-button img {
		width: 100%;
		height: 100%;
	}
}

.progress-path {
	position: relative;
	width: 412px;
	height: 41px;
	display: block;
	margin: 0 auto 30px auto;
}

.progress-path .car-object {
	position: absolute;
	width: 1px;
	height: 100%;
	-webkit-transition: left 2s;
	-moz-transition: left 2s;
	-o-transition: left 2s;
	transition: left 2s;
}

.progress-path .car-object:before {
	content: "";
	background-image: url('../img/car.png');
	position: absolute;
	width: 138px;
	height: 100%;
	left: -45px;
}



.complete-container .body-content .text-value.text-blue a {
    width: 100%;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.footer-sec {
    background: #fff;
    padding: 12px 0;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: -9;
}
.onboarding-container {
    padding-bottom: 50px;
}
md-dialog.fullscreen-dialog.theme-preview-popup .cancel-button img { display: none; }
md-dialog.fullscreen-dialog.theme-preview-popup .previous-button img {
    display: none;
}
md-dialog.fullscreen-dialog.theme-preview-popup .previous-button.disabled {
    opacity: 0.8;
}



md-dialog.fullscreen-dialog.theme-preview-popup .previous-button {
	background:none;
  
}

md-dialog.fullscreen-dialog.theme-preview-popup .previous-button::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-left: 2px solid #333;
    display: block;
    top: 0;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    background: none;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}


.footer-sec .container .text-center {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    padding: 0 5px;
}

.footer-sec .container {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}




.drop-down-select-container .inputs.drop-down .md-button .fa-arrow-circle-o-down::before {
    content: "\f107";
}



/*responsive*/



@media (max-width:930px){

.body-content.theme-content-full .row.full-row {
    width: 100%;
}

	

}

@media (min-width:767px){
	.footer-sec {
		z-index: 9;
	}
}

@media (max-width:768px){


	.complete-container .header-section h3.heading {
		font-size: 28px;
	}

	.complete-container .header-section h3 {
		font-size: 24px;
		line-height: normal;
	}

	.theme-grids.simple-grids .grid {
		width: calc((100% / 3) - 16px );
	}

	.navbar-container > .container .page-heading {
		font-size: 22px;
		text-align: center;
		width: 100%;
		line-height: normal;
	}

	.body-content.theme-content-full .row.full-row {
		width: 100%;
		margin: auto;
	}



	.header-section h2 {
		font-size: 25px;
		line-height: normal;
	}

	.footer-sec .container {
		padding: 0;
		font-size: 12px;
	}

	md-dialog.fullscreen-dialog.theme-preview-popup .previous-button::after {

		width: 14px;
		height: 14px;
	
	}
	.theme-preview-popup .view-holder .text-capitalize {
		margin: 0;
	}

	.footer-sec {
		z-index: 9;
	}

}

/*767*/

@media (max-width:449px){
	.progress-path {
		width: calc(100% - 130px);
	}

	.progress-path .car-object:before {
		background-size: contain;
		width: 132.305825px;
		left: -70px;
	}

.theme-grids.simple-grids .grid {
    width: calc((100% / 2) - 16px );
}


.theme-preview-actions button.md-button {
    margin: 0px;
    width: 90%;
    font-size: 14px;
    border-radius: 3px;
}
.theme-preview-actions {
    height: auto;
    padding: 5px 0;
}
.theme-grids .prev-btn .Preview-link {
    font-size: 12px;
}
.theme-grids .prev-btn{padding: 5px;}

.onboarding-container .body-content.theme-content-full .col-md-12 {
    padding: 0;
}


.complete-container{padding: 15px;}
.header-section h3{ font-size: 20px; }
}
/*
.phone-input-code .country-flag, .phone-input-container md-select md-select-value.md-select-value .md-text .country-flag {
    box-shadow: 0 0 1px 0 #888;
    background-image: url('../img/flags.png');
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
}
.country-flag {
    width: 20px;
}

.phone-input-container md-select md-select-value.md-select-value .md-text .country-dial-code, .phone-input-container md-select md-select-value.md-select-value .md-text .country-name {
    display: none;
}

.country-flag.in {
    height: 14px;
    background-position: -2413px 0;
}
.country-flag {
    width: 20px;
}
.md-select-value {
    display: flex;
    align-items: center;
    padding: 2px 2px 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: transparent;
    position: relative;
    box-sizing: content-box;
    min-width: 64px;
    min-height: 26px;
    flex-grow: 1;
}
.phone-input-container md-select md-select-value.md-select-value .md-text {
    display: block;
    text-align: center;
}
.phone-input-container md-select md-select-value.md-select-value .md-text .country-dial-code, .phone-input-container md-select md-select-value.md-select-value .md-text .country-name {
    display: none;
}
.md-select-menu-container.selectdemoSelectHeader.fix-search md-select-header {
    width: 100%;
    z-index: 2;
    padding: 0;
    background: #fff;
    top: 0;
    left: 0;
}
.md-select-menu-container.selectdemoSelectHeader.fix-search md-select-header input[type=search] {
    padding-left: 10px;
    padding-right: 10px;
}

.selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: 0;
    width: 100%;
    padding: 0;
}*/
/*md-select-menu {
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
    max-height: 256px;
    min-height: 48px;
    overflow-y: hidden;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
.body-content form .phone-input-container md-input-container {
    min-width: 68px;
}
.md-select-value .md-select-icon::after{text-align:center;}
.phone-validation-msg {
    position: absolute;
    margin-top: -28px;
    z-index: 0;
    font-size: 12px;
}
#userForm md-select .md-select-value:focus {
    border: none !important;
}
md-input-container.md-input-focused .md-input, md-input-container.md-input-resized .md-input, md-input-container .md-input.ng-invalid.ng-dirty {
    padding-bottom: 0;
    border-width: 1px !important;
}
md-input-container md-select.ng-invalid-required.ng-touched {
    border: 1px solid red !important;
}
md-select:not([disabled]).ng-invalid.ng-touched .md-select-value{
	border:0px;
}
md-select.md-default-theme.ng-invalid.ng-touched .md-select-value, md-select.ng-invalid.ng-touched .md-select-value {
    color: rgba(0,0,0,0.38) !important;
}

md-select:not([disabled]):focus .md-select-value {
    border-bottom-width: 0px !important;
    border-bottom-style: none !important;
}

.ajax-error {
	position: absolute;
    margin-top: -28px;
    z-index: 1;
    font-size: 12px;
    text-align: center;
}

.text-disable-custom{
	color: #AEAEAE !important;
}

@media (max-width:449px){
	.md-select-value{padding: 0px !important;}
	/*md-input-container input, .body-content form md-input-container md-select {
		padding-left: 0;
		padding-right: 0;
	}*/
}