@charset "UTF-8";
/* CSS Document */
html, body {/*8 jun */
        height: 100%;
        margin: 0px;
    }
    
body{
	
	background: white;
	font-family: 'TeXGyreAdventor' !important; /*4 Jun*/
	padding:0;
	margin:0;
	line-height: auto;
	font-weight: normal;
    font-style: normal;
	font-size: 0.9375rem;
	color:#fff;
	background:url("../resources/images/bg_web.png") no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
.bg_right{
	background: url("../resources/images/car_web.png") no-repeat; 
	width: 50%;
    background-size: cover;
    background-position: -20%;
    height: 100%;/*8 jun*/
    position: absolute;
    overflow: hidden;
	top:0;
	right:0;

}
.bg_left{
	background: url("../resources/images/balo_web.png") no-repeat; 
	width: 264px; 
	background-size: contain;
	height: 500px;
	position: absolute;
	margin-top: 50px;
}
.nav{
	text-align: center; /*4 Jun*/
	/*height: 80px;*//*4 Jun*/
	background: black;
	padding: 20px !important;
}
div{margin:0; padding:0}
.img_reponsive{
	
  width: 100%;
  height: auto;
display: initial;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../resources/fonts/TeXGyreAdventor-Italic.woff2') format('woff2'),
        url('../resources/fonts/TeXGyreAdventor-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../resources/fonts/TeXGyreAdventor-Bold.woff2') format('woff2'),
        url('../resources/fonts/TeXGyreAdventor-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../resources/fonts/TeXGyreAdventor-BoldItalic.woff2') format('woff2'),
        url('../resources/fonts/TeXGyreAdventor-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../resources/fonts/TeXGyreAdventor-Regular.woff2') format('woff2'),
        url('../resources/fonts/TeXGyreAdventor-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.fill_data {
	border: 1px solid white !important;  
	font-weight: bold;
	font-style: normal;
}
form {
	background: #000;
	border-radius: 8px;
	max-width: 38%;/*5 jun*/
	padding: 20px;
	z-index: 10;
	margin: 20px 0 20px 18%; /*5 jun*/

	
}

h2{
	font-size: 1.625rem;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	color: white !important;
}

.dropbtn{}
input[type="text"],input[type="date"],select,.dropbtn{
	width: 100%;
	padding: 14px 12px;
	margin: 16px 0 0 0;
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
	background: none;
	color:#fff;
        text-shadow: none !important;
}
::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}



input[type="date"] {
	padding-top:13px;
	padding-bottom:13px;
	display:block;
	position:relative;
	background:black url("../resources/images/calendar.png")

	right 5px
	center
	no-repeat;

	cursor:pointer;
}
input[type="date"]:focus {
  outline:none;
  box-shadow:0 0 0 0.25rem rgba(0, 120, 250, 0.1);
}

::-webkit-datetime-edit {}
::-webkit-datetime-edit-fields-wrapper {}
::-webkit-datetime-edit-month-field:hover,
::-webkit-datetime-edit-day-field:hover,
::-webkit-datetime-edit-year-field:hover {
  background:rgba(0, 0, 0, 0.1);
}
::-webkit-datetime-edit-text {
  opacity:0;
}
::-webkit-clear-button,
::-webkit-inner-spin-button {
  display:none;
}
::-webkit-calendar-picker-indicator {
  position:absolute;
  width:2.5rem;
  height:100%;
  top:0;
  right:0;
  bottom:0;
  
  opacity:0;
  cursor:pointer;
  
  
 
}

input[type="date"]:hover::-webkit-calendar-picker-indicator { opacity:0.05; }
input[type="date"]:hover::-webkit-calendar-picker-indicator:hover { opacity:0.15; }
/*input[type="date"]::before { 
content: attr(data-placeholder);
width: 100%;
}*/


input[type="date"]:focus::before,
input[type="date"]:valid::before { display: none }

 input[type="date"]::before { 
    	content: attr(data-placeholder);
    	width: 100%;
    }
    
    /* hide our custom/fake placeholder text when in focus to show the default
     * 'mm/dd/yyyy' value and when valid to show the users' date of birth value.
     */
    input[type="date"]:focus::before,
    input[type="date"]:valid::before { display: none }

.custorm{ position: relative;}
.custorm:after{
	content: "";
	display: table;
	clear: both;

}
.icon{position: absolute;right: 0; top:16px;}
.float_left{float:left;}


textarea:focus, input:focus{
    border: 1px solid #FDD659;
	
}
.btn{ text-align: left;}
button {
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
	font-size: 1.125rem;
	font-weight: bold;
    font-style: normal;
}

.m_btn{background-color: #DD2235;
  color: white;
margin: 15px 0;}
.caret{
	float: right;
	margin: 6px;
	border-top: 8px dashed #C5C5C5 !important;
	border-right: 8px solid transparent !important;
	border-left: 8px solid transparent !important;
}

button:hover {
  opacity: 0.8;
}

.btn-primary{
	
	padding: 14px 12px;
	margin: 16px 0 0 0;
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.3)!important;
	box-sizing: border-box;
	background: none !important;
	color:#fff;
	text-align: left !important; 
}

.imgcontainer {
  margin: 24px 0 12px 0;
}

.group{padding-left: 12px;}

.box {
}
.row{margin-left: 0 !important;
	margin-right:0 !important;}




.col-sm-12{padding: 0 !important;}

.placehold{
	
	
	position: absolute;
    margin: 32px 10px;
    z-index: 5;
    color: #fff;
}
.valid{color: white; padding-left: 5px;}

.bg_center{
    display:none;
    position: relative; /*9 jun */
}

.width_v{display:inline-block; width: 81% !important;}

/* lg */ 
@media (min-width: 1200px) {
.bg_right{ /*5 jun*/
	/*background: url("../resources/images/car_web.png") no-repeat; 
	width: 100%;
    background-size: 100%;
    background-position: 50% 50%;
	height: 100%;
    position: absolute;
    margin-top: -3%;
    right: -60%;*/
}
.bg_left{
	background: url("../resources/images/balo_web.png") no-repeat; 
	width: 264px; 
	background-size: contain;
	height: 500px;
	position: absolute;
	margin-top: 50px;
}
	
	.bg_center{display: none;}
	
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	form {
		width: 50%;
		margin: 40px auto 40px 27%;
	
	}
	.bg_right{
		background: url("../resources/images/car_web.png") no-repeat; 
		background-size: cover;
		width: 50%;
		background-position: -50%;
		height: 500px;
		position: absolute;
		right: 0;
		overflow: hidden;
}
.bg_left{
	background: url("../resources/images/balo_web.png") no-repeat; 
	width: 264px; 
	background-size: contain;
	height: 500px;
	position: absolute;
	margin-top: 50px;
}
	
	.bg_center{display: none;}
	

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	
	input[type="text"],input[type="date"],select,.dropbtn{
	padding: 24px 26px;

}
	button{
	padding: 24px 26px !important;
	}
	body{
		background:url("../resources/images/m_bg.png") no-repeat top center;
		background-size: cover;
		background-size: 175% 175%;
	
	}
	.group{padding-left: 0;}
	
	form {
		max-width: 90%;
		width: 90%;
		margin: 0px auto 40px auto;
	
	}
	.bg_right{
		
		background: url("../resources/images/m_car.png") no-repeat;
		width: 35%;
		margin-top: -40px;
	}
	.bg_left{
	 display: none;
	}
	
	
	.bg_center{
		text-align: center; padding: 20px;
		background: none;
		display: block;
		margin-top: 60px;
	}
	
}
/* xs */
@media (max-width: 767px) {
	.width_v{display:inline-block; width: 81% !important;}
	
	.nav img{width:60%; /*6 Jun*/
	}

	.group{padding-left: 0;}
	
	form {
		max-width: 90%;
		width: 90%;
		margin: 0px auto 40px auto;
	
	}
	.bg_right{
		
		background: url("../resources/images/m_car.png") no-repeat;
		background-size: 260%; /*9 jun */
        background-position: -2% 8%; /*9 jun */
	}
	.bg_left{
	 display: none;
	}
	
	
	.bg_center{
		text-align: center; padding: 20px;
		background: none;
		display: block;
		margin-top: 60px;
	}
	
}

/* XS Portrait */
/*
@media (max-width: 479px) {
	.group{padding-left: 0;}
	
	form {
		max-width: 90%;
		width: 90%;
		margin: 40px auto 40px auto;
	
	}
	.bg_right{
		
		background: url("../resources/images/m_car.png") no-repeat;
		width: 35%;
		margin-top: -40px;
	}
	.bg_left{
	 display: none;
	}
	
	
	.bg_center{
		text-align: center; padding: 20px;
		background: none;
		display: block;
		margin-top: 60px;
	}
	
}*/
.m_btn_pf{background-color: #DD2235 !important;
     background: none;
    color: white;
    margin: 14px 0;
}
.m_btn_pf span {
        padding: 0 !important;
	display: inline-block;
        margin: 14px 0;
	border: none;
	/*box-sizing: border-box;*/
/*	color:#fff;*/
        font-weight: normal;
        text-shadow: none;
}
.ui-button-icon-only {
    position: absolute;
    margin-top: 27px;
    margin-left: -40px;
    width: 35px;
}
.ui-selectonemenu label.ui-selectonemenu-label {
    cursor: pointer;
    color: #fff;
    background: none;
    padding: 4px 12px;
}
.ui-selectonemenu .ui-selectonemenu-trigger {
    border-right: none;
    border-top: none;
    border-bottom: none;
    cursor: pointer;
    width: 0px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0px;
}
.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    margin-top: 3px;
    float: right;
    margin: 6px;
    border-top: 8px dashed #C5C5C5 !important;
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
}
.ui-messages-error{
position: relative;
}
.ui-widget{
    font-family: 'TeXGyreAdventor';
    font-size: 1em;
}
.ui-inputfield{
    font-family: 'TeXGyreAdventor' ;
}
.ui-inputfield{
     font-family: 'TeXGyreAdventor';
}



