.required-field {
	color: #ff0000;
}

#title1 {
	margin: 10px 0;
}

.tab-pane {
	border: 1px solid #dbdbdb;
	border-radius: 0 4px 4px 4px;
	margin-bottom: 15px;
}

.nav-tabs {
	border: none;
}

.nav-tabs li a {
	border-radius: 4px 4px 0 0;
	padding: 5px 15px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: none;
}

.required-fields-warning {
	margin-top: 10px;
}

.inline-label {
	padding: 4px;
	margin-right: 10px;
}

.form-control {
	border-radius: 4px;
}

.tab-pane {
	min-height: 465px !important;
}

#button-register {
	padding: 10px;
	border: none;
	border-radius: 8px;
	width: 100%;
	color: #ffffff;
	font-size: 29px;
	font-weight: 700;
	text-align: center;
	transform: scaleY(1.0047);
	margin-bottom: 20px;
}

.spacer1 {
	margin-top: 28px;
}

.empty-label {
	color: #fff;
	text-align: right !important;
}

.flag-label {
	font-weight: 100 !important;
}

.px-password-div,
.px-password2-div {
	position: relative;
}

.px-password,
.px-password2 {
	color: #b8b8b8;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	right: 2px;
	top: 7px;
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
	padding: 0 10px;
	cursor: pointer;
}

.px-password:hover,
.px-password2:hover {
	color: #949494;
}

.padleft0 {
	padding-left: 20px;
}

.padright0 {
	padding-right: 20px;
}

@media only screen and (max-width: 1130px) and (min-width: 992px) {
	.address-state {
		padding-left: 0px;
	}
}

@media only screen and (min-width: 992px) {
	.padleft0 {
		padding-left: 0px;
	}

	.padright0 {
		padding-right: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.form-horizontal .control-label {
		margin-top: 10px;
		margin-bottom: 0px;
	}

	.col-phonenumber {
		margin-top: -16px;
	}

	.notifyjs-corner {
		left: 0 !important;
	}
}

@media only screen and (max-width: 360px) {
	.nav-tabs li a {
		font-size: 11px;
	}
}

input,
input:focus,
input:active,
select,
select:focus,
select:active {
	background-color: #ffffff !important;
	border: 1px solid #dbdbdb !important;
}

#btn-config-order {
	margin-left: 5px;
}

#notification-order,
#notification-others {
	margin: 0 0 1rem;
	padding: 2rem;
	background-color: #f8f8f8;
	display: none;
}

.mb-1 {
	margin-bottom: 1rem;
}