/**
 * Car Rental System Stylesheet
 * Author: Kestutis Matuliauskas
 * Copyright: 2015, Kestutis Matuliauskas
 * License: Licensed under the AGPL license.
 */
/*
#wrapper {
	-moz-box-shadow:0px 0px 3px #aaa;
	-webkit-box-shadow:0px 0px 3px #aaa;
	box-shadow:0px 0px 3px #aaa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:2px solid #fff;
	background-color:#f9f9f9;
	overflow:hidden;
}
*/
label.error {
	display: inline-block;
	font-size: 12px;
	color: #D00;
	padding-left: 10px;
	font-style: italic;
}
.item-rental-wrapper {
	line-height: 1.56em; /*equal to 25px for default font size of 16px*/
}
.item-rental-wrapper input[type="text"],
.item-rental-wrapper select,
.item-rental-wrapper textarea
{
	height: 40px;
	font-size: 16px;
}
.item-rental-wrapper .dynamic-text-item {
	color: white;
	font-weight: normal;
	visibility: hidden;
}
/*there is no missing '-' bellow, because of dynamic item*/
.item-rental-wrapper .dynamic-text-itemrequired {
	color: #4C8AB1;
	font-weight: bold;
	visibility: visible;
}
.item-rental-wrapper .item-required {
	color: #4C8AB1;
	font-weight: bold;
}
.item-rental-wrapper .item-not-required {
	color: #006400;
	font-weight: bold;
}
.item-rental-wrapper {

}
.item-rental-slider {
}
.item-rental-slider .nrs-flexslider h2.nrs-slider-title {
	margin-top: 1px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.item-rental-slider .nrs-flexslider div.nrs-slider-item-image {
	width: 240px;
	height: 150px;
	margin-left: 10px;
	margin-right: 10px;
}
.item-rental-slider .nrs-flexslider div.nrs-slider-item-image img {
	border-radius: 12px 12px 12px 12px;
}
.item-rental-slider .nrs-flexslider div.nrs-slider-item-details {
	width: 240px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
}
.item-rental-slider .nrs-flexslider div.nrs-slider-item-title {
	text-transform: uppercase;
	color: black;
	font-size: 18px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	height: 22px;
	overflow: hidden;
}
.item-rental-slider .nrs-flexslider div.nrs-slider-item-price {
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	min-width: 68px;
	height: 62px;
	font-size: 45px;
	padding-top: 19px;
	border-radius: 11px 11px 11px 11px;
	color: white;
	font-weight: bold;
	background-color: #4C8AB1;
	padding-left: 14px;
	padding-right: 14px;
}
.item-rental-slider .nrs-flexslider div.nrs-slider-item-prefix {
	text-transform: uppercase;
	display: inline-block;
	color: #4C8AB1;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-top: 18px;
	height: 62px;
}
/*remove if padding is passed*/
.item-rental-home-page {
	text-align: center;
	background-image: url("../images/item-rental-bg.png");
	background-repeat: repeat;
	padding: 15px;
}
.item-rental-home-page .reservation-item {
	max-width: 325px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
	margin-right: 4px;
	margin-top: 19px;
}
.item-rental-home-page .reservation-item:last-child {
	margin-right: 0;
}
.item-rental-home-page .reservation-item .reservation-item-header {
	height: 138px;
}
.item-rental-home-page .reservation-item .reservation-item-header .reservation-item-title {
	text-transform: uppercase;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #343434;
	position: absolute;
	margin-left: 53px;
	margin-top: 39px;
}
.item-rental-home-page .reservation-item .reservation-item-body {
	text-align: left;
}
.item-rental-home-page .reservation-item .reservation-item-body div.styled-select-dropdown select {
	background: transparent;
	height: 26px;
	padding-left: 4px;
	padding-bottom: 0;
	padding-top: 0;
	font-style: italic;
	line-height: 1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	margin: 0;
	cursor: pointer;
}

.item-rental-home-page .reservation-item .reservation-item-body div.location-title {
	text-align: left;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 8px;
	margin-bottom: 14px;
	border: 2px solid rgb(182, 182, 182);
	border-radius: 4px 4px 4px 4px;
}
.item-rental-home-page div.styled-select-dropdown {
	overflow: hidden;
	background: url("../images/dropdown-icon.png") no-repeat right #fff;
	border: 2px solid #b6b6b6;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
	-moz-box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
	box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
}
.item-rental-home-page .reservation-item .reservation-item-body div.wide-dropdown select {
	/*width: 364px;*/
	width: 354px;
	cursor: pointer;
}
.item-rental-home-page .reservation-item .reservation-item-body div.wide-dropdown {
	/*width: 335px;*/
	width: 325px;
	margin-left: 0;
	margin-bottom: 7px;
	margin-right: 0;
	display: inline-block;
}
.item-rental-home-page .reservation-item .reservation-item-body div.narrow-dropdown select {
	width: 143px;
	cursor: pointer;
}
.item-rental-home-page .reservation-item .reservation-item-body div.narrow-dropdown {
	width: 115px;
	margin-left: 24px;
	/*margin-bottom: 7px;*/
	margin-bottom: 6px;
	margin-right: 0;
	display: inline-block;
}
.item-rental-home-page .reservation-item .reservation-item-body div.inline-div {
	/*margin-bottom: 7px;*/
	margin-bottom: 6px;
	display: inline-block;
	vertical-align: top;
}
.item-rental-home-page .reservation-item .reservation-item-body div.top-padded {
	margin-top: 1px;
	margin-bottom: 12px;
	display: inline-block;
	vertical-align: top;
}
.item-rental-home-page .reservation-item .reservation-item-body div.top-padded-cancel {
	margin-top: 10px;
	margin-bottom: 12px;
	display: inline-block;
	vertical-align: top;
}
.item-rental-home-page .reservation-item .reservation-item-body div.top-padded-submit {
	margin-top: 10px;
	margin-bottom: 12px;
	display: inline-block;
	vertical-align: top;
}
.item-rental-home-page .reservation-item .reservation-item-body input[name="pickup_date"],
.item-rental-home-page .reservation-item .reservation-item-body input[name="dropoff_date"] {
	/*width: 178px;*/
	width: 153px;
	height: 30px;
	border: 2px solid #b6b6b6;
	border-radius: 4px 4px 4px 4px;
	margin-right: 0;
	/*margin-bottom: 12px;*/
	margin-bottom: 2px;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	-webkit-box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
	-moz-box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
	box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
	font-style: italic;
	cursor: pointer;
}
.item-rental-home-page .reservation-item .reservation-item-body img[name="datepicker"] {
	width: 25px;
	height: 25px;
	margin-top: 2px;
	-webkit-box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
	-moz-box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
	box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
}
.item-rental-home-page .reservation-item .reservation-item-body input[name="booking_code"] {
	/*width: 335px;*/
	width: 325px;
	height: 30px;
	border: 2px solid #b8b49b;
	border-radius: 4px 4px 4px 4px;
	margin-right: 0;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	-webkit-box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
	-moz-box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
	box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
	font-style: italic;
	cursor: pointer;
}
.item-rental-home-page .reservation-item .reservation-item-body input[type="submit"] {
	width: 244px;
	height: 30px;
	border: 2px solid #585858;
	margin-right: 0;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 0;
	margin-left: 80px;
	color: #585858;
	background-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Arial Narrow", Verdana , "Bitstream Vera Sans" , sans-serif;
	cursor: pointer;
}
.item-rental-home-page .reservation-item .reservation-item-body input[type="submit"]:hover {
	color: red;
}
@media (max-width: 768px) {
	.item-rental-home-page .reservation-item .reservation-item-body {
		text-align: center;
	}
	.item-rental-home-page .reservation-item .reservation-item-body div.wide-dropdown select {
		/*width: 294px;*/
		width: 259px;
	}
	.item-rental-home-page .reservation-item .reservation-item-body div.wide-dropdown {
		/*width: 265px;*/
		width: 230px;
	}
	.item-rental-home-page .reservation-item .reservation-item-body div.narrow-dropdown select {
		/*width: 294px;*/
		width: 259px;
	}
	.item-rental-home-page .reservation-item .reservation-item-body div.narrow-dropdown {
		/*width: 265px;*/
		width: 230px;
		margin-left: 0;
	}
	.item-rental-home-page .reservation-item .reservation-item-body input[name="pickup_date"],
	.item-rental-home-page .reservation-item .reservation-item-body input[name="dropoff_date"] {
		/*width: 231px;*/
		width: 201px;
	}
	.item-rental-home-page .reservation-item .reservation-item-body input[name="booking_code"] {
		/*width: 265px;*/
		width: 230px;
	}
	.item-rental-home-page .reservation-item .reservation-item-body input[type="submit"] {
		/*width: 265px;*/
		width: 230px;
		margin-left: 0;
	}
}
@media (max-width: 385px) {
	.item-rental-home-page .reservation-item .reservation-item-header .reservation-item-title {
		margin-left: 33px;
		margin-top: 31px;
	}
}
#ui-datepicker-div{
	z-index: 999 !important;
}
.item-rental-single-item-reservation {
	background-image: url("../images/item-rental-bg.png");
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 29px;
	padding-right: 29px;
	text-align: center;
	float: left;
	margin-bottom: 22px;
}
.item-rental-single-item-reservation .reservation-item {
	width: 335px;
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
	margin-right: 4px;
}
.item-rental-single-item-reservation .reservation-item:last-child {
	margin-right: 0;
	width: 246px;
	text-align: right;
}
/* We need this to fit button well into page on responsive mode */
@media (max-width: 1026px) {
	.item-rental-single-item-reservation .reservation-item:last-child {
		width: 100%;
		text-align: center;
	}
}
.item-rental-single-item-reservation .reservation-item .reservation-item-header {
	background: transparent url("../images/reservation-header.png") no-repeat right top;
	width: 298px;
	margin-left: 19px;
	margin-right: 19px;
	height: 150px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: black;
	padding-top: 44px;
	padding-left: 70px;
	text-align: left;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-header-with-title {
	background: transparent url("../images/reservation-header.png") no-repeat right top;
	width: 298px;
	margin-left: 20px;
	margin-right: 20px;
	height: 150px;
	font-size: 18px;
	font-weight: bold;
	color: black;
	padding-top: 1px;
	padding-left: 0;
	text-align: left;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-header-with-title .reservation-title {
	left: -23px;
	top: -7px;
	position: relative;
	margin-bottom: 3px;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-header-with-title .reservation-item-title {
	text-transform: uppercase;
	padding-left: 70px;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body {

}
.item-rental-single-item-reservation .reservation-item .reservation-item-body div.location-title {
	text-align: left;
	padding-bottom: 17px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 8px;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body div.styled-select-dropdown select {
	background: transparent;
	height: 30px;
	padding-left: 4px;
	padding-bottom: 0;
	padding-top: 0;
	font-style: normal;
	line-height: 1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	margin: 0;
	cursor: pointer;
}

.item-rental-single-item-reservation div.styled-select-dropdown {
	overflow: hidden;
	background: url("../images/dropdown-icon.png") no-repeat right #fff;
	border: 0;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body div.wide-dropdown select {
	width: 364px;
	cursor: pointer;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body div.wide-dropdown {
	width: 335px;
	margin-left: 0;
	margin-bottom: 7px;
	margin-right: 0;
	display: inline-block;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body div.narrow-dropdown select {
	width: 134px;
	cursor: pointer;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body div.narrow-dropdown {
	width: 106px;
	margin-left: 18px;
	margin-bottom: 7px;
	margin-right: 0;
	display: inline-block;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body div.inline-div {
	margin-bottom: 7px;
	display: inline-block;
	vertical-align: top;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body div.top-padded {
	margin-top: 3px;
	margin-bottom: 12px;
	display: inline-block;
	vertical-align: top;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body div.top-padded-cancel {
	margin-top: 0;
	margin-bottom: 12px;
	display: inline-block;
	vertical-align: top;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body div.top-padded-submit {
	margin-top: 21px;
	margin-bottom: 12px;
	display: inline-block;
	vertical-align: top;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body input[name="pickup_date"],
.item-rental-single-item-reservation .reservation-item .reservation-item-body input[name="dropoff_date"] {
	width: 178px;
	height: 30px;
	border: 0;
	margin-right: 0;
	margin-bottom: 12px;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-style: normal;
	cursor: pointer;
	font-size: 17px;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body img[name="datepicker"] {
	width: 25px;
	height: 25px;
	margin-top: 2px;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body input[name="booking_code"] {
	width: 335px;
	height: 30px;
	border: 2px solid #b8b49b;
	border-radius: 4px 4px 4px 4px;
	margin-right: 0;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	-webkit-box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
	-moz-box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
	box-shadow: 6px 13px 18px 0px rgba(186,186,186,0.68);
	font-style: italic;
	cursor: pointer;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body input[type="submit"] {
	width: 180px;
	height: 30px;
	border: 2px solid #585858;
	margin-right: 0;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 0;
	margin-left: 0;
	color: #585858;
	background-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Arial Narrow", Verdana , "Bitstream Vera Sans" , sans-serif;
	cursor: pointer;
}
.item-rental-single-item-reservation .reservation-item .reservation-item-body input[type="submit"]:hover {
	color: red;
}

.item-rental-booking-confirmed,.item-rental-booking-cancelled {
	/*width:400px !important;*/
	height: 200px;
	margin-bottom: 20px;
	text-align: center;
}

.item-rental-search-result, .item-rental-options, .item-rental-booking-details, .item-rental-booking-confirmed, .item-rental-booking-cancelled, .item-rental-booking-failure {
	background: white;
	margin-top: 50px;
	padding: 15px;
	clear: both; /*we need this so that section before wouldn't hide*/
}
.item-rental-booking-confirmed, .item-rental-booking-cancelled, .item-rental-booking-failure {
	padding-top: 50px;
}
.item-rental-booking-confirmed .reservation-content,
.item-rental-booking-cancelled .reservation-content {
	padding-top: 48px;
	font-size: 16px;
}
ul.nrs-item-features-list {
	margin: 0;
	float: left;
	padding-left: 0;
}
ul.nrs-item-features-list li {
	list-style:none;
	border-bottom: 1px solid #afafaf;
	float: left;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size:14px;
	width: 50%;
}
ul.nrs-item-features-list li::before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	color:#54770f;
	margin-right:3px
}
.description-external-links{
	float:left;
	width:100%;
	margin-top:15px
}
.description-button {
	float:right;
	font-size:14px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	border:2px solid #585858;
	background:#4C8AB1;
	color:white;
	text-transform:uppercase
}
.description-button a {
	color: white;
	text-decoration: none;
}
.item-rental-search-result {

}
.buttons input {
	margin-right: 4px;
}
.item-rental-search-result button[name="nrs_do_search0"], .item-rental-search-result input[name="nrs_do_search0"],
.item-rental-search-result button[name="nrs_do_search"], .item-rental-search-result input[name="nrs_do_search"],
.item-rental-search-result button[name="nrs_do_search2"], .item-rental-search-result input[name="nrs_do_search2"],
.item-rental-search-result button[name="nrs_do_search3"], .item-rental-search-result input[name="nrs_do_search3"],
.item-rental-search-result button[name="btn_cancel_reservation"], .item-rental-search-result input[name="btn_cancel_reservation"],
.item-rental-options button[name="nrs_do_search0"], .item-rental-options input[name="nrs_do_search0"],
.item-rental-options button[name="nrs_do_search"], .item-rental-options input[name="nrs_do_search"],
.item-rental-options button[name="nrs_do_search2"], .item-rental-options input[name="nrs_do_search2"],
.item-rental-options button[name="nrs_do_search3"], .item-rental-options input[name="nrs_do_search3"],
.item-rental-options button[name="btn_cancel_reservation"], .item-rental-options input[name="btn_cancel_reservation"],
.item-rental-booking-details button[name="customer_lookup"], .item-rental-booking-details input[name="customer_lookup"],
.item-rental-booking-details button[name="nrs_do_search4"], .item-rental-booking-details input[name="nrs_do_search4"] {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom:4px;
	padding-bottom: 5px;
	min-width: 130px;
	height: 39px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #4C8AB1;
	border: 0;
	cursor: pointer;
}
.item-rental-search-result button[name="nrs_do_search0"]:hover, .item-rental-search-result input[name="nrs_do_search0"]:hover,
.item-rental-search-result button[name="nrs_do_search"]:hover, .item-rental-search-result input[name="nrs_do_search"]:hover,
.item-rental-search-result button[name="nrs_do_search2"]:hover, .item-rental-search-result input[name="nrs_do_search2"]:hover,
.item-rental-search-result button[name="nrs_do_search3"]:hover, .item-rental-search-result input[name="nrs_do_search3"]:hover,
.item-rental-search-result button[name="btn_cancel_reservation"]:hover, .item-rental-search-result input[name="btn_cancel_reservation"]:hover,
.item-rental-options button[name="nrs_do_search0"]:hover, .item-rental-options input[name="nrs_do_search0"]:hover,
.item-rental-options button[name="nrs_do_search"]:hover, .item-rental-options input[name="nrs_do_search"]:hover,
.item-rental-options button[name="nrs_do_search2"]:hover, .item-rental-options input[name="nrs_do_search2"]:hover,
.item-rental-options button[name="nrs_do_search3"]:hover, .item-rental-options input[name="nrs_do_search3"]:hover,
.item-rental-options button[name="btn_cancel_reservation"]:hover, .item-rental-options input[name="btn_cancel_reservation"]:hover,
.item-rental-booking-details button[name="customer_lookup"]:hover, .item-rental-booking-details input[name="customer_lookup"]:hover,
.item-rental-booking-details button[name="nrs_do_search4"]:hover, .item-rental-booking-details input[name="nrs_do_search4"]:hover {
	background-color: #9F0001;
}
@media screen and (max-width: 768px) {
	.item-rental-search-result button[name="nrs_do_search0"], .item-rental-search-result input[name="nrs_do_search0"],
	.item-rental-search-result button[name="nrs_do_search"], .item-rental-search-result input[name="nrs_do_search"],
	.item-rental-search-result button[name="nrs_do_search2"], .item-rental-search-result input[name="nrs_do_search2"],
	.item-rental-search-result button[name="nrs_do_search3"], .item-rental-search-result input[name="nrs_do_search3"],
	.item-rental-search-result button[name="btn_cancel_reservation"], .item-rental-search-result input[name="btn_cancel_reservation"],
	.item-rental-options button[name="nrs_do_search0"], .item-rental-options input[name="nrs_do_search0"],
	.item-rental-options button[name="nrs_do_search"], .item-rental-options input[name="nrs_do_search"],
	.item-rental-options button[name="nrs_do_search2"], .item-rental-options input[name="nrs_do_search2"],
	.item-rental-options button[name="nrs_do_search3"], .item-rental-options input[name="nrs_do_search3"],
	.item-rental-options button[name="btn_cancel_reservation"], .item-rental-options input[name="btn_cancel_reservation"],
	.item-rental-booking-details button[name="customer_lookup"], .item-rental-booking-details input[name="customer_lookup"],
	.item-rental-booking-details button[name="nrs_do_search4"], .item-rental-booking-details input[name="nrs_do_search4"] {
		width: 100%;
	}
}
.item-rental-search-result button.selected {
	border: 2px solid #585858;
	background-color: #54770f;
}
.item-rental-wrapper .reservation-data {
	margin-bottom: 10px;
	width: 100%;
}
.item-rental-search-result {
	margin-bottom: 30px;
}
.item-rental-search-result h2.nrs-page-title,.item-rental-options h2.nrs-page-title,.item-rental-booking-details h2.nrs-page-title {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.item-rental-search-result .list-headers {
	clear: both;
	width: 100%;
	float: left;
	background-color: #4C8AB1;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	font-size: 12px;
}
.reservation-data-row {
	/*width: 24%;*/ /*4 columns*/
	width: 32.33%; /*3 colums*/
	margin-right: 1%;
	margin-bottom: 11px;
	float: left;
}
.reservation-data-row:last-child {
	margin-right: 0;
}
.reservation-data-row-wide {
	width: 32.33%; /*3 colums*/
	margin-right: 1%;
	margin-bottom: 11px;
	float: left;
}
.reservation-data-row-wide:last-child {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.reservation-data-row {
		width: 100%;
	}
	.reservation-data-row-wide {
		width: 100%;
	}
	.item-rental-search-result .list-headers {
		display: none;
		visibility: hidden;
	}
	.item-extras{
		margin-top: 15px;
	}
	.reservation-data-group-item {
		width: 100%;
	}
}

.reservation-data-group {
	width:100%;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	text-transform:uppercase;
	background:#4C8AB1;
	font-weight:bold;
	color:#fff;
	font-size:12px;
}
.reservation-data-group-items {
	float: left;
	width: 100%;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	font-size: 14px;
}
.reservation-data-group-item {
	float: left;
	padding: 5px;
	width: 100%;
}
.reservation-data-icon {
	width: 21px;
	float: left;
	clear: both;
}
.reservation-data-text {
	float: left;
}
#search-results-title {
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
.search-label {
	text-transform: uppercase;
}
.search-result-form-wrapper {
	float: left;
}
.item-rental-search-result .list-headers .col1 {
	float: left;
	width: 64%;
	text-transform: uppercase;
	padding-left: 2%;
}
.item-rental-search-result .list-headers .col3 {
	float: left;
	width: 11%;
	text-transform: uppercase;
}
.item-rental-search-result .list-headers .col4 {
	float: left;
	width: 10%;
	text-transform: uppercase;
}
.item-rental-search-result .list-headers .col5 {
	float: right;
	width: 14%;
	text-align: right;
	text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	.item-rental-search-result .list-headers .col1 {
		display: none;
		visibility: hidden;
	}
	.item-rental-search-result .list-headers .col3 {
		display: none;
		visibility: hidden;
	}
	.item-rental-search-result .list-headers .col4 {
		display: none;
		visibility: hidden;
	}
	.item-rental-search-result .list-headers .col5 {
		display: none;
		visibility: hidden;
	}
}
.item-rental-search-result .nrs-list-item,.item-rental-item-list .nrs-list-item {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-rental-search-result .nrs-list-item .col1 {
	float: left;
	width: 25%;
}
.item-rental-search-result .nrs-list-item .col2 {
	float: left;
	width: 39%;
	padding-left: 2%;
	padding-right: 2%;
}
.item-rental-search-result .nrs-list-item .col3 {
	float: left;
	width: 11%;
	padding-top: 5%;
}
.item-rental-search-result .nrs-list-item .col4 {
	float: left;
	width: 10%;
	padding-top: 5%;
}
.item-rental-search-result .nrs-list-item .col5 {
	float: right;
	/*width: 2%;*/
	width: 14%;
	text-align: right;
	padding-top: 4.5%;
	padding-right: 1%;
}
.item-rental-search-result label.checkbox input[type="checkbox"] {
	display:none;
}
.item-rental-search-result label.checkbox span {
	display:inline-block;
	border:2px solid #585858;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #4C8AB1;
	vertical-align:middle;
	color:white;
	cursor:pointer;
	text-align:center
}
.item-rental-search-result label.checkbox :checked + span {
	background:#54770f;
}
.item-rental-search-result .nrs-list-item .mobile-only {
	display: none;
	visibility: hidden;
}
.item-rental-search-result .nrs-list-item .item-name {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.item-rental-search-result .buttons {
	clear: both;
	padding-top: 30px;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.item-rental-search-result .nrs-list-item .col1 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.item-rental-search-result .nrs-list-item .col2 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.item-rental-search-result .nrs-list-item .col3 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		padding-top: 0;
	}
	.item-rental-search-result .nrs-list-item .col4 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		padding-top: 0;
	}
	.item-rental-search-result .nrs-list-item .col5 {
		width: 100%;
		text-align: center;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.item-rental-search-result .nrs-list-item .mobile-only {
		display: inline-block;
		visibility: visible;
	}
	.item-rental-search-result .buttons {
		text-align: center;
	}
}
.item-rental-search-result div.item-type-label,.item-rental-item-list div.item-type-label{
	background-color: #4C8AB1;
	font-weight: bold;
	color: white;
	text-align: center;
	text-transform: uppercase;
	float:left;
	width:100%;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size:12px
}
.item-rental-search-result:after {
	clear: both;
}
.item-rental-search-result .clear {
	clear: both;
}

.item-rental-options {
	margin-bottom: 30px;
}
.item-rental-wrapper h2.top-padded {
	margin-top: 60px;
}
.item-rental-options .list-headers {
	clear: both;
	width: 100%;
	float: left;
	background-color: #4C8AB1;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	font-weight: bold;
}
.item-rental-options .mobile-only {
	display: none;
	visibility: hidden;
}
@media screen and (max-width: 768px) {
	.item-rental-options .list-headers {
		display: none;
		visibility: hidden;
	}
	.item-rental-options .mobile-only {
		display: inline-block;
		visibility: visible;
	}
}
.item-rental-options input[type="range"] {
	cursor: pointer;
	width: 120px;
}
.item-rental-options select {
	font-size: 13px;
	border: 0 none;
	color: #747474;
	vertical-align: top;
	margin-top: 2px;
	height: 20px;
	padding-top: 1px;
}
.item-rental-options .extra-options select {
	margin-left: 11px;
	border: 0 none;
	font-size: 16px;
	width: 200px;
	margin-top: -1px;
	vertical-align: top;
	color: #747474;
}
.item-rental-options .list-headers .col1 {
	float: left;
	width: 36%;
	text-transform: uppercase;
	padding-left: 2%;
}
.item-rental-options .list-headers .col2 {
	float: left;
	width: 31%;
	padding-left: 1%;
	padding-right: 1%;
	text-transform: uppercase;
}
.item-rental-options .list-headers .col3 {
	float: left;
	width: 13%;
	padding-left: 1%;
	padding-right: 1%;
	text-transform: uppercase;
}
.item-rental-options .list-headers .col4 {
	float: left;
	width: 13%;
	padding-left: 1%;
	padding-right: 1%;
	text-transform: uppercase;
}
.item-rental-options .list-headers .col5 {
	float: right;
	width: 6%;
	padding-right: 2%;
	text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	.item-rental-options .list-headers .col1 {
		display: none;
		visibility: hidden;
	}
	.item-rental-options .list-headers .col2 {
		display: none;
		visibility: hidden;
	}
	.item-rental-options .list-headers .col3 {
		display: none;
		visibility: hidden;
	}
	.item-rental-options .list-headers .col4 {
		display: none;
		visibility: hidden;
	}
	.item-rental-options .list-headers .col5 {
		display: none;
		visibility: hidden;
	}
}
.item-rental-options .selected-item {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-rental-options .selected-item:nth-child(even) {
	background-color: #ededed;
}
.item-rental-options .selected-item:nth-child(odd) {

}
.item-rental-options .selected-item .col1 {
	float: left;
	width: 36%;
	padding-left: 2%;
}
.item-rental-options .selected-item .col2 {
	float: left;
	width: 31%;
	padding-left: 1%;
	padding-right: 1%;
}
.item-rental-options .selected-item .col3 {
	float: left;
	width: 13%;
	padding-left: 1%;
	padding-right: 1%;
}
.item-rental-options .selected-item .col4 {
	float: left;
	width: 13%;
	padding-left: 1%;
	padding-right: 1%;
}
.item-rental-options .selected-item .col5 {
	float: right;
	width: 6%;
	padding-right: 2%;
}
@media screen and (max-width: 768px) {
	.item-rental-options .selected-item .col1 {
		width: 100%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.item-rental-options .selected-item .col2 {
		width: 100%;
		text-align: center;
	}
	.item-rental-options .selected-item .col3 {
		width: 100%;
		text-align: center;
	}
	.item-rental-options .selected-item .col4 {
		width: 100%;
		text-align: center;
	}
	.item-rental-options .selected-item .col5 {
		width: 100%;
		text-align: center;
	}
}

.item-rental-options .extra {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-rental-options .extra:nth-child(even) {
	background-color: #ededed;
}
.item-rental-options .extra:nth-child(odd) {

}
.item-rental-options .extra .col1 {
	float: left;
	width: 36%;
	padding-left: 2%;
}
.item-rental-options .extra .col2 {
	float: left;
	width: 31%;
	padding-left: 1%;
	padding-right: 1%;
}
.item-rental-options .extra .col3 {
	float: left;
	width: 13%;
	padding-left: 1%;
	padding-right: 1%;
}
.item-rental-options .extra .col4 {
	float: left;
	width: 13%;
	padding-left: 1%;
	padding-right: 1%;
}
.item-rental-options .extra .col5 {
	float: right;
	width: 6%;
	padding-right: 2%;
	text-align: right;
}
.item-rental-options .buttons {
	clear: both;
	padding-top: 30px;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.item-rental-options .extra .col1 {
		width: 100%;
		text-align: center;
		padding-left: 0%;
		padding-right: 0%;
	}
	.item-rental-options .extra .col2 {
		width: 100%;
		text-align: center;
	}
	.item-rental-options .extra .col3 {
		width: 100%;
		text-align: center;
	}
	.item-rental-options .extra .col4 {
		width: 100%;
		text-align: center;
	}
	.item-rental-options .extra .col5 {
		width: 100%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	.item-rental-options .buttons {
		text-align: center;
	}
}



.item-rental-booking-details {
	margin-bottom: 30px;
}
.item-rental-booking-details table {
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	/* Force table to not be like tables anymore */
	.item-rental-booking-details table,
	.item-rental-booking-details table thead,
	.item-rental-booking-details table tbody,
	.item-rental-booking-details table th,
	.item-rental-booking-details table td,
	.item-rental-booking-details table tr {
		display: block;
	}
	.item-rental-booking-details table tr:first-child {
		border-top: 2px solid #747474;
	}
	.item-rental-booking-details table tr {
		border-bottom: 2px solid #747474;
	}

	/* Make necessary cols as centered 100% width for responsive mode */
	.item-rental-booking-details table .col1,
	.item-rental-booking-details table .col2,
	.item-rental-booking-details table .col3
	{
		width: 100%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}

	.item-rental-booking-details table .duration-headers .col3
	{
		display: none;
		visibility: hidden;
	}
	.item-rental-booking-details table .duration-details .col3
	{
		display: none;
		visibility: hidden;
	}
	.item-rental-booking-details table .item-headers .col2,
	.item-rental-booking-details table .item-headers .col3
	{
		display: none;
		visibility: hidden;
	}
	.item-rental-booking-details table .office-fee-headers .col2,
	.item-rental-booking-details table .office-fee-headers .col3
	{
		display: none;
		visibility: hidden;
	}
	.item-rental-booking-details table .extra-headers .col2,
	.item-rental-booking-details table .extra-headers .col3
	{
		display: none;
		visibility: hidden;
	}
}

.item-rental-booking-details .form-row-wide {
	float: left;
	width: 73%;
	padding-right: 1%;
}
.item-rental-booking-details .email-search {
	float: left;
	width: 65%;
	padding-right: 5%;
}
.item-rental-booking-details .form-row-wide .email-search {
	float: left;
	width: 40%;
	padding-right: 1%;
}
.item-rental-booking-details .email-search .email-address {
	width: 100%;
	font-style: italic;
}
.item-rental-booking-details .form-row-wide .birth-search {
	float: left;
	width: 29%;
	padding-right: 1%;
	font-size: 14px;
}
.item-rental-booking-details .form-row-wide .birth-search select {
	width: 100%;
	font-style: italic;
}
.item-rental-booking-details .customer-lookup-button {
	float: left;
	width: 29%;
}
.item-rental-booking-details .ajax-loader {
	float: left;
	width: 21%;
	padding-top: 10px;
}
.item-rental-booking-details .customer-data-label {
	clear: both;
	width: 20%;
	float: left;
	padding-top: 13px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: 300;
}
.item-rental-booking-details .customer-data-input {
	width: 80%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.item-rental-booking-details .customer-data-input .payment-method-name {
	color: black;
}
.item-rental-booking-details .customer-data-input .padded-payment-method-description {
	padding-left: 22px;
	font-style: italic;
	padding-bottom: 11px;
}
.item-rental-booking-details .customer-data-input .payment-method-description {
	font-style: italic;
}
.item-rental-booking-details .customer-data-input input[type="text"],
.item-rental-booking-details .email-search input[type="text"],
.item-rental-booking-details .customer-data-input select,
.item-rental-booking-details .birth-search select,
.item-rental-booking-details .customer-data-input textarea
{
	background-color: #FFF;
	border: 1px solid #D2D2D2;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
	margin-right: 1%;
	box-sizing: border-box;
	color: #AAA9A9;
}
.item-rental-booking-details .customer-data-input input[type="text"],
.item-rental-booking-details .email-search input[type="text"]
{
	padding: 9px 15px;
}
.item-rental-booking-details .customer-data-input select,
.item-rental-booking-details .birth-search select,
.item-rental-booking-details .customer-data-input textarea
{
	padding: 8px 15px;
}
.item-rental-booking-details .customer-data-input input[type="text"],
.item-rental-booking-details .customer-data-input textarea
{
	width: 100%;
}
.item-rental-booking-details .customer-data-input select
{
	width: 31.5%;
}
.item-rental-booking-details .customer-birthday-select select:last-child
{
	text-align: left;
	float: right;
	margin-right: 0%;
}
.item-rental-booking-details .customer-data-input select[name="title"]
{
	width: 100%;
}

.item-rental-booking-details .customer-buttons {
	clear: both;
	width: 100%;
	padding-top: 30px;
	text-align: center;
}
.customer-buttons input,.customer-buttons button {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	margin-bottom:4px;
	padding-bottom: 5px;
	min-width: 130px;
	height: 36px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #4C8AB1;
	border: 0;
	cursor: pointer;
	margin-left: 4px;
}
.customer-buttons input:hover,.customer-buttons button:hover {
	background-color: #9F0001;
}
.item-rental-booking-details .form-row {
	width: 49%;
	margin-right: 1%;
	float: left;
}

@media screen and (max-width: 768px) {
	.item-rental-booking-details .form-row {
		width: 100%;
		margin: 0;
	}
	.item-rental-booking-details .form-row-wide {
		width: 100%;
		margin: 0;
	}
	.customer-buttons input
	{
		width: 100%;
	}
	.item-rental-booking-details .customer-textarea {
		display: block;
		width: 100%;
	}
	.item-rental-booking-details .customer-data-input select,
	.item-rental-booking-details .customer-data-input textarea
	{
		width: 100%;
	}
	.item-rental-booking-details .form-row .email-search,
	.item-rental-booking-details .form-row-wide .email-search,
	.item-rental-booking-details .form-row .birth-search,
	.item-rental-booking-details .form-row-wide .birth-search,
	.item-rental-booking-details .form-row .customer-lookup-button,
	.item-rental-booking-details .form-row-wide .customer-lookup-button,
	.item-rental-booking-details .ajax-loader {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.item-rental-booking-details .customer-data-label,
	.item-rental-booking-details .customer-data-input {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.item-rental-booking-details .customer-data-input .padded-payment-method-description {
		padding-left: 0;
	}
	.item-rental-booking-details .customer-buttons {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	.item-rental-booking-details .customer-data-input input[type="text"],
	.item-rental-booking-details .email-search input[type="text"],
	.item-rental-booking-details .customer-data-input select,
	.item-rental-booking-details .birth-search select,
	.item-rental-booking-details .customer-data-input textarea
	{
		text-align: center;
	}
}

.item-rental-booking-failure {
	margin-top: 20px;
	border-radius: 5px 5px 5px 5px;
	border: 2px solid black;
	padding: 15px;
	background-color: #424B58;
	color: #4C8AB1;
	margin-bottom: 20px;
}
.item-rental-booking-failure .booking-failure-title {
	color: #4C8AB1;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 18px;
}
.item-rental-booking-failure .booking-failure-content {
	border-top: 2px solid black;
	padding-top: 8px;
	font-size: 14px;
	font-weight: bold;
}
.item-rental-booking-failure .booking-failure-content .buttons {
	margin-top: 20px;
	text-align: center;
}
.item-rental-booking-failure .booking-failure-content .back-button {
	width: 200px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	background-color: white;
	border: 2px solid black;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
}
.item-rental-booking-failure .booking-failure-content .back-button:hover {
	background-color: #c0c0c0;
}
.nrs-item-features-list {

}
@media (max-width: 768px) {
	.nrs-item-features-list li{
		width:100% !important;
	}
}
.item-rental-single-item {

}
.item-rental-single-item .item-images {
	float: left;
	width: 35%;
}

/*Single item page - item block*/
#wrapper #main div.type-car {
	padding-top: 86px;
	margin-bottom: 19px;
}
/*Single item page heading title - item name*/
#wrapper #main div.type-car > h2.entry-title {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #747474;
}
.item-rental-single-item .item-images .item-small-image {
	padding-top: 5px;
	width: 33.3%;
	float: left;
	display: block;
}
.item-rental-single-item .item-images .item-small-image:nth-child(1) {
	text-align: left;
}
.item-rental-single-item .item-images .item-small-image:nth-child(2) {
	text-align: center;
}
.item-rental-single-item .item-images .item-small-image:nth-child(3) {
	text-align: right;
}
.item-rental-single-item .item-images hr {
	color: #4C8AB1;
	background-color: #4C8AB1;
	border: none;
	height: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}
.item-rental-single-item .item-description {
	float: left;
	width: 61.5%;
	padding-left: 4%;
}
.item-rental-single-item .item-features {
	clear: both;
	width: 100%;
	float: left;
}
.item-rental-single-item .item-features .item-features-label {
	border-bottom: 3px solid #4C8AB1;
	float: left;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
	width: 100%;
	padding-bottom:4px
}
.item-rental-single-item .item-features ul.nrs-item-features-list {
	list-style-type: none;
	margin-bottom: 20px;
}
.item-rental-single-item .item-features ul.nrs-item-features-list li:before {

}
.item-rental-single-item .item-features ul.nrs-item-features-list ul li {
	text-indent: -5px;
}
.nrs-list-single-item .description-item {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #afafaf;
	width: 50%;
}
.nrs-list-single-item .description-title,.item-rental-search-result .description-title,.item-rental-item-list .description-title {
	color:#4C8AB1;
}
@media (max-width: 768px) {
	.item-rental-single-item .item-images {
		width: 100%;
	}
	.item-rental-single-item .item-images img {
		width: 100%;
	}
	.item-rental-single-item .item-images .item-small-image:nth-child(1) {
		padding-right: 3px;
	}
	.item-rental-single-item .item-images .item-small-image:nth-child(2) {
		padding-left: 3px;
		padding-right: 3px;
	}
	.item-rental-single-item .item-images .item-small-image:nth-child(3) {
		padding-left: 3px;
	}
	.item-rental-single-item .item-description {
		width: 100%;
		padding-left: 0;
	}
	.nrs-list-single-item .description-item {
		width: 100%;
	}
}


.item-rental-item-list {
	clear: both;
}

.item-rental-item-list .nrs-list-item,.nrs-list-item {
	float: left;
	width: 100%;
	border-top:1px solid #afafaf
}
.item-rental-item-list .nrs-list-item .item-image {
	float: left;
	text-align: center;
	width: 25%;
}
.item-rental-item-list .nrs-list-item .item-description {
	text-align: left;
	float: left;
	padding-left: 3%;
	font-size: 14px;
	line-height: 15px;
	width: 25%;
}
.item-rental-item-list .description-item .fa,.item-rental-search-result .description-item .fa,.item-rental-single-item .description-item .fa {
	margin-right:5px;
	color: #000;
}
.item-rental-item-list .item-extras hr {
	background-color: #4C8AB1;
	border: medium none;
	color: #4C8AB1;
	height: 3px;
	margin-bottom: 3px;
	margin-top: 4px;
}
.item-rental-item-list .item-extras-title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color: #333333;
	line-height: 15px;
}
.item-rental-item-list .description-item {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #afafaf;
	width: 100%;
}
.item-rental-item-list .nrs-list-item .item-extras {
	text-align: left;
	float: left;
	padding-left: 3%;
	font-size: 12px;
	line-height: 15px;
	width: 47%;
}
@media (max-width: 768px) {
	.item-rental-item-list .nrs-list-item .item-image {
		width: 100%;
	}
	.item-rental-item-list .nrs-list-item .item-description {
		width: 100%;
	}
	.item-rental-item-list .nrs-list-item .item-extras {
		width: 100%;
	}
}
.item-rental-item-list .nrs-list-item .item-image .fusion-flip-box {
	cursor: pointer;
}
.item-rental-item-list .nrs-list-item .item-image .fusion-flip-box .flip-box-front {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.item-rental-item-list .nrs-list-item .item-image .fusion-flip-box .flip-box-back .flip-box-back-inner {
	margin-top: 40px !important;
}
.item-rental-item-list .nrs-list-item .item-image img {
	width: 240px;
	height: 150px;
}

.item-rental-item-list .nrs-list-item .item-description .item-name {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.item-rental-item-list .nrs-list-item .item-description hr {
	color: #4C8AB1;
	background-color: #4C8AB1;
	border: none;
	height: 3px;
	margin-bottom: 3px;
	margin-top: 3px;
}
.item-rental-item-list .nrs-list-item button.reserve {
	background-color: #002b36;
	font-weight: bold;
	width: 300px;
	height: 36px;
	border: 2px solid black;
	border-radius: 5px;
	margin: 5px;
	color: white;
	font-size: 14px;
	cursor: pointer;
}
.item-rental-item-list .nrs-list-item button:hover.reserve {
	background-color: #005fb3;
}
.item-rental-item-list .no-items-in-category {
	text-align: center;
}

.item-rental-price-table {
	margin-bottom: 14px;
}
.item-rental-price-table .price-table {
	width: 100%;
}
.item-rental-price-table tr.item-table-labels {
	font-size: 14px;
	background-color: #4C8AB1;
	color: #FFF;
	text-align: left;
	height: 25px;
	text-transform: uppercase;
}
.item-rental-price-table tr.classified-item-table-labels {
	font-size: 14px;
	height: 21px;
}
.item-rental-price-table th.item-label {
	width: 300px;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	text-transform: uppercase;
}
.item-rental-price-table th.classified-item-label {
	width: 290px;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
}
.item-rental-price-table th.item-price-on-duration {
	width: 100px;
	text-align: center;
	font-weight: normal;
}
.item-rental-price-table th.item-deposit {
	width: 100px;
	text-align: center;
	font-weight: normal;
}
.item-rental-price-table .nrs-price-table-item {

}
.item-rental-price-table tr.item-type-label {
	background-color: #4C8AB1;
	font-weight: bold;
	color: white;
	text-align: left;
	height: 25px;
	text-transform: uppercase;
}
.item-rental-price-table tr.item-type-label td.item-type-name {
	padding-left: 10px;
}
.item-rental-price-table tr.nrs-price-table-item .item-image {
	width: 120px;
	text-align: center;
}
.item-rental-price-table tr.nrs-price-table-item .item-image img {
	width: 100px;
}
.item-rental-price-table tr.nrs-price-table-item .item-description {
	text-align: left;
}
.item-rental-price-table tr.nrs-price-table-item .item-description .item-name {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.item-rental-price-table tr.nrs-price-table-item .item-description hr {
	color: #4C8AB1;
	background-color: #4C8AB1;
	border: none;
	height: 3px;
	margin-bottom: 1px;
	margin-top: 1px;
}
.item-rental-price-table tr.nrs-price-table-item .item-price-on-duration {
	text-align: center;
}
.item-rental-price-table tr.nrs-price-table-item .item-price-on-duration span {
	cursor: pointer;
}
.item-rental-price-table tr.nrs-price-table-item .item-deposit {
	text-align: center;
}
.item-rental-price-table tr td.no-items-in-category {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/***********************************************************************/

.extra-rental-price-table {
	margin-bottom: 14px;
}
.extra-rental-price-table .price-table {
	width: 100%;
}
.extra-rental-price-table tr.extra-table-labels {
	font-size: 14px;
	background-color: #4C8AB1;
	color: #FFF;
	text-align: left;
	height: 25px;
	text-transform: uppercase;
}
.extra-rental-price-table th.extra-label {
	width: 300px;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
}
.extra-rental-price-table th.extra-price-on-duration {
	width: 100px;
	text-align: center;
	font-weight: normal;
}
.extra-rental-price-table th.extra-deposit {
	width: 100px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
}
.extra-rental-price-table .nrs-price-table-extra {

}
.extra-rental-price-table tr.nrs-price-table-extra .extra-description {
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.extra-rental-price-table tr.nrs-price-table-extra .extra-description .extra-name {
	font-weight: bold;
	text-transform: uppercase;
}
.extra-rental-price-table tr.nrs-price-table-extra .extra-description hr {
	color: #4C8AB1;
	background-color: #4C8AB1;
	border: none;
	height: 3px;
	margin-bottom: 1px;
	margin-top: 1px;
}
.extra-rental-price-table tr.nrs-price-table-extra .extra-price-on-duration {
	text-align: center;
}
.extra-rental-price-table tr.nrs-price-table-extra .extra-price-on-duration span {
	cursor: pointer;
}
.extra-rental-price-table tr.nrs-price-table-extra .extra-deposit {
	text-align: center;
}
.extra-rental-price-table tr td.no-extras-available {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/***********************************************************************/

.item-rental-calendar {
	margin-bottom: 14px;
}
.item-rental-calendar .availability-table {
	width: 100%;
}
.item-rental-calendar .availability-table tr.item-table-labels {
	font-size: 14px;
	background-color: #4C8AB1;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	height: 25px;
	border-left: 1px solid #4C8AB1;
}
.item-rental-calendar .availability-table tr.classified-item-table-labels {
	font-size: 14px;
	height: 21px;
}
.item-rental-calendar .availability-table th.month-label {
	width: 290px;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	text-transform: uppercase;
}
.item-rental-calendar .availability-table th.classified-month-label {
	width: 290px;
	padding-left: 10px;
	text-align: left;
	font-weight: normal;
}
.item-rental-calendar .availability-table th.item-price {
	text-align: center;
	font-weight: normal;
}
.item-rental-calendar .availability-table th.one-day {
	text-align: center;
	font-weight: normal;
	width: 23px;
}
.item-rental-calendar .availability-table .nrs-calendar-item {
}
.item-rental-calendar .availability-table .nrs-calendar-item:last-child {
	border-bottom: 1px solid #4C8AB1;
}
.item-rental-calendar .availability-table tr.item-type-label {
	background-color: #4C8AB1;
	font-weight: bold;
	color: white;
	text-align: left;
	height: 25px;
	text-transform: uppercase;
	border-left: 1px solid #4C8AB1;
}
.item-rental-calendar .availability-table tr.item-type-label td.item-type-name {
	padding-left: 10px;
}
.item-rental-calendar tr.nrs-calendar-item .item-image {
	width: 120px;
	text-align: center;
	border-left: 1px solid #4C8AB1;
}
.item-rental-calendar tr.nrs-calendar-item .item-image img {
	width: 100px;
}
.item-rental-calendar .availability-table tr.nrs-calendar-item .item-description {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #4C8AB1;
}
.item-rental-calendar .availability-table tr.nrs-calendar-item .extra-description {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 1px solid #4C8AB1;
	border-right: 1px solid #4C8AB1;
}
.item-rental-calendar .availability-table tr.nrs-calendar-item .item-description .item-name,
.item-rental-calendar .availability-table tr.nrs-calendar-item .extra-description .item-name {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.item-rental-calendar .availability-table tr.nrs-calendar-item .item-description hr,
.item-rental-calendar .availability-table tr.nrs-calendar-item .extra-description hr {
	color: #4C8AB1;
	background-color: #4C8AB1;
	border: none;
	height: 3px;
	margin-bottom: 1px;
	margin-top: 1px;
}
.item-rental-calendar .availability-table tr.nrs-calendar-item .quantity-left-in-day {
	text-align: center;
	border-right: 1px solid #4C8AB1;
	line-height: 18px; /*special height to get partial availability closer*/
	vertical-align: middle;
}
.item-rental-calendar .availability-table tr.nrs-calendar-item .all-taken {
	color: red;
}
.item-rental-calendar .availability-table tr.nrs-calendar-item .has-available {
	color: #333;
}
.item-rental-calendar .availability-table tr.nrs-calendar-item .quantity-hover {
	cursor: pointer;
}
.item-rental-calendar .availability-table tr.nrs-calendar-item .partial-quantity-hover {
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	color: grey;
}

.item-rental-calendar .availability-table tr td.no-items-in-category {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid #4C8AB1;
	border-right: 1px solid #4C8AB1;
	border-bottom: 1px solid #4C8AB1;
}