.premie-widget {
	background: white;
}
/*.premie-widget div.mage-error:not(#bdate_year-error) {
	display: none !important;
}*/
.premie-widget div.mage-error {
	display: none !important;
}
.premie-widget input:focus + div.mage-error {
	display: block !important;
}
.premie-widget div.mage-error {
	white-space: nowrap;
    font-weight: bold;
    border-radius: 6px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    line-height: 18px;
    padding: 2px;
    margin-top: -24px;
	margin-left: 5px;
}
.premie-widget div.mage-error::after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -6px;
	margin-left: 6px;
	/*background: #fff;*/
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
}
.premie-widget .title {
	color: #e78042;
}
.premie-widget .input-text,
.premie-widget .select {
	font-size: 16px;
	color: rgb(74, 74, 73);
}
.premie-widget .nice-select {
	float: none;
	height: 32px;
	line-height: 32px;
}
.premie-widget button.btn {
	text-align: center;
	background: #e78042;
	box-shadow: inset 0 0 16px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 16px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 16px rgba(0,0,0,0.3);
    text-transform: capitalize;
    /*font-family: 'Lubalin';*/
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    padding: 4px 0;
}
.premie-widget button.btn span {
	display: inline-block;
}
.premie-widget button.btn span::after {
	display: inline-block;
	font-family: 'FontAwesome';
	content: "\f0da";
	font-size: 24px;
	margin-top: -2px;
	margin-left: 4px;
    float: right;
}
/*
dropdown from 216,219,224 to 195,200,210
shadow 198,198,198
bottom 172,206,209
*/
.premie-widget .content {
	background: rgb(172,206,209);
    background: -moz-linear-gradient(top, #fff 0%, rgb(172,206,209) 100%);
    background: -webkit-linear-gradient(top, #fff 0%, rgb(172,206,209) 100%);
    background: linear-gradient(to bottom, #fff 0%, rgb(172,206,209) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='rgb(172,206,209)',GradientType=0 );
    height: 100%;
    display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.premie-widget .content form {
	display: flex;
    height: 100%;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
@media only screen and (max-device-width: 767px), (max-width: 767px) {
	.premie-widget-box > div > div {
		padding: 4px 15px 0 15px !important;
	}
}
/**/
/*@media only screen and (max-device-width: 1024px), (max-width: 1024px) {
	.premie-widget .nice-select .current.placeholder:first-line,
	.premie-widget .nice-select .current.placeholder::first-line {
	  	line-height: 0;
	  	color: rgba(255,255,255,0);
	}
}*/
/*@media only screen and (max-device-width: 768px), (max-width: 768px) {
	.premie-widget .nice-select .current.placeholder:first-line,
	.premie-widget .nice-select .current.placeholder::first-line {
	  	line-height: 0;
	  	color: rgba(255,255,255,0);
	}
}*/