*{
	box-sizing: border-box;
}

.left {
    float: left;
}

.europcar-country_map_popup{
	text-align:center;
	padding: 10px;
}

.europcar-country_name{
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
.btn,
a.btn{
	display: inline-block;
	background: #003b15;
	background: -moz-linear-gradient(45deg, #003b15 1%, #8acb0d 100%);
	background: -webkit-linear-gradient(45deg, #003b15 1%,#8acb0d 100%);
	background: linear-gradient(45deg, #003b15 1%,#8acb0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b15', endColorstr='#8acb0d',GradientType=1 );
	padding: 0 15px;
	text-align: center;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-decoration: none;
}

.btn:hover{
	background: #0B6F09;
}

.btn-blcok{
	display: block;
}

#leftAndMiddleCountries .countries {
    position: relative;
    width: 100%;
    padding: 20px 0;
	overflow: hidden;
}

#leftAndMiddleCountries .countries ul {
    float: left;
    width: 25%;
}

#leftAndMiddleCountries .countries ul li {
    line-height: 25px;
    display: block;
}

#country {
    position: relative;
    width: 100%;
    clear: both;
}

#country .country_left {
    position: relative;
    float: left;
    width: 600px;
}

#country .country_right {
    position: relative;
    float: left;
}

.reserveer_form {
    height: auto;
    margin-left: 0;
    position: relative;
    max-width: 400px;
    z-index: 5;
}

.booking-module {
    max-width: 400px;
}

form, #rightContentForm1Inside Form, #searchArea form, #LoginAreaContent form {
    margin: 0;
    padding: 0;
}

.booking-module .column {
    float: left;
    background-color: #f2f2f2;
    padding: 12px 20px 0;
}

.form-row {
    margin: 7px 0;
}

.booking-module .column .form-row {
    width: 264px;
    float: left;
    padding: 3px 0;
    margin: 0;
    text-align: left;
}

#country .country_right .reserveer_form {
    position: relative;
    width: 328px;
    z-index: 5;
    margin-top: 7px;
}

span.label {
    font-weight: bold;
    color: #007300;
    font-size: 14px;
    display: block;
}

.booking-module .column .form-row span.label {
    font-size: 12px;
    font-weight: bold;
    color: #2b2b2b;
}
.warning{
    background: #f0f0f0;
    font-family: 'FuturaPTBold';
    color: #fff;
    padding: 5px 15px;
    text-align: center;
}
.warning a{
    text-decoration: none;
    color: #dd3b2c;
    font-weight: 700;
}

.order-item__cancel{
	opacity: 0.9;
	position: relative;
}

.order-item__cancel .controls-order_summary{
	position: relative;
}
.order_form .order-item__cancel  .controls-darker .field{
	background: #780101;
}

.label-cancel{
	background: #780101;
	display: block;
	position: absolute;
	top: 14px;
	right: 0;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	padding: 0 10px;
	color: #FFF;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#btnSavePoints{
    display: block!important;
}