.vr-quick-reservation-mod {
	width: 100%;
	background: #F4F3F6;
	border-radius: 5px;
}
.vr-quickres-header {
	text-align: center;
	background: #E8E8E9;
	border-bottom-left:0;
	border-bottom-right:0;
	border-radius: 5px;
}
.vr-quickres-header h2 {
	font-size: 16px;
	border-bottom:1px solid #CDCDCE;
}
.vr-quickres-header h3 {
	background: #DCDCDF;
	border-top:1px solid #fff;
	border-bottom:1px solid #B3B3B5;
	padding: 4px;
	font-size: 14px;
}
.vr-quickres-head-image img {
	width: 64px;
	height: 64px;
}
.vr-quickres-step {
	border-top:1px solid #fff;
	padding: 10px;
}
.vr-quickres-step-field {
	margin: 2px 0;
}
.vr-quickres-calendar {
	width: 82%;
	background-position: 5% center;
	background-image: url(images/calendar.png), -moz-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
	background-image: url(images/calendar.png), -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
	background-repeat: no-repeat;
	padding: 8px 0 8px 40px;
	border-radius: 4px;
	color: #555;
	font-size: 14px;
	border:1px solid #aaa;
}
.vr-quickres-step-field.short {
	width: 48%;
	display: inline-block;
}
.vr-quickres-step-field select {
	width: 113%;
}
.vr-quickres-step-hints {
	border-top:1px solid #D1D1D4;
	border-bottom:1px solid #D1D1D4;
	padding: 10px 0;
}
.vr-quickres-content {
	padding: 0 0 10px;
}
.vr-quickres-step-hints-title {
	font-size: 14px;
	margin: 0 0 10px 0;
}
.vr-quickres-step-hints-content .vr-quickres-hint-block {
	display: inline-block;
	padding: 4px 0;
}
.vr-quickres-step-hints-content .vr-quickres-hint-block a {
	padding: 0 4px;
	display: inline-block;
	border-right:1px solid #D1D1D4;
}
.vr-quickres-step-hints-content .vr-quickres-hint-block:last-child a {
	border:0;
}
.vr-quickres-step-error {
	text-align: center;
	color: #FF2626;
	margin: 10px 0 0;
	font-size: 16px;
}
.vr-quickres-button {
	margin: 23px 0 0 0;
	border-radius: 5px;
	padding: 10px 25px;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	background: #951414;
	cursor: pointer;
	border: 0;
	color: #fff;
	transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
}
.vr-quickres-button:hover {
  background: #741010;
  transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
}
.vr-quickres-button.clicked {
	cursor: auto;
	background: #999e94;
}
.vr-quickres-button.clicked:hover {
	background: #999e94;
}
.vrqr-required-field {
	border: 1px solid #951414;
}
.vr-quickres-step-unactive-field {
	font-size: 14px;
	padding: 5px 10px;
	border-top:1px solid #ddd;
	color: #888;
}
.vr-quickres-step-unactive-field.clickable {
	cursor: pointer;
	background: #E8E8E9;
	border-top-color: #fff;
}
.vr-quickres-step-unactive-field.clickable:hover {
	background: #dbdbdd;
}
#vrqr-step2 .quickres-select {
	width: 100%;
}
#vrqr-step2 .quickres-select select {
	max-width: inherit;
}
#vrqr-step3 .vr-quickres-step-field input {
	width: 92%;
	background-color:#fff;
	border: 1px solid #AAA;
	border-radius: 4px;
	padding: 8px;
	color: #555;
	font-size: 14px;
	margin: 2px 0;
	transition: all 400ms ease-in-out 0s;
  	-moz-transition: all 400ms ease-in-out 0s;
  	-webkit-transition: all 400ms ease-in-out 0s;
  	-o-transition: all 400ms ease-in-out 0s;
}
#vrqr-step3 .vr-quickres-step-field input:focus {
	border-color: #951414;
	transition: all 400ms ease-in-out 0s;
  	-moz-transition: all 400ms ease-in-out 0s;
  	-webkit-transition: all 400ms ease-in-out 0s;
  	-o-transition: all 400ms ease-in-out 0s;
}
.vrqr-successfull {
	color: #00b259;
    font-size: 17px;
    text-align: center;
}
/* tiny select */
.quickres-select {
	background-image: url('./images/select-arrow.png'), -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  	background-image: url('./images/select-arrow.png'), -moz-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
    border: 1px solid #AAA;
    background-repeat: no-repeat;
    background-position: 93% center;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
}
select.vre-tinyselect {
	-webkit-appearance: button;
  	-webkit-border-radius: 2px;
  	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-padding-end: 20px;
  	-webkit-padding-start: 2px;
  	-webkit-user-select: none;
  	-moz-appearance: button;
  	-moz-border-radius: 2px;
  	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  	-moz-padding-end: 20px;
  	-moz-padding-start: 2px;
  	-moz-user-select: none;
  	background: transparent;
  	color: #555;
  	font-size: inherit;
  	/*margin: 20px;*/
  	overflow: hidden;
  	padding: 5px 10px;
  	text-overflow: ellipsis;
  	white-space: nowrap;
  	max-width: 150px;
    min-width: 55px;
    padding: 5px 37px 5px 7px;
    border:0;
}
select.vre-tinyselect:disabled {
	opacity: 0.7;
}
select.vre-tinyselect.large {
	width: 300px;
}
