/*
* FW VM Rental Styles
*/
#fwvmr.fwvmr-wrapper {
    color: #A4A4A4;
    font-size: 13px;
    line-height: 1.5;
}
#fwvmr.fwvmr-wrapper * {
    box-sizing: border-box;
}
/* Book/Sale tabs */
#fwvmr .fwvmr-tabs .fwvmr-tab {
    color: #02A8F3;
    padding: 16px 0;
    border: 1px solid #D7D7D7;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    background: #fff;
    width: 50%;
    float: left;
}
#fwvmr .fwvmr-tabs .fwvmr-tab.active {
    color: #fff;
    background: #02A8F3;
    border-color: #02A8F3;
}
#fwvmr .fwvmr-tabs .fwvmr-tab:nth-child(2) {
    border-left: 0;
}

/* Steps hint info */
#fwvmr .fwvmr-hint {
    color: #888;
    padding: 15px 30px 15px 50px;
    position: relative;
    background: #F6F6F6;
    clear: both;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
}
#fwvmr .fwvmr-hint i {
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 16px;
    line-height: 1;
}
#fwvmr .fwvmr-hint > div {
    line-height: 1.25;
}

/* Booking form */
#fwvmr .fwvmr-form {
    padding: 20px;
    background: #fff;
    border: 1px solid #D7D7D7;
}
#fwvmr .fwvmr-form-header {
    color: #444343;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
#fwvmr .fwvmr-form-header span {
    margin-left: 16px;
}
#fwvmr .fwvmr-form-header input {
    margin-right: 8px;
}
#fwvmr .fwvmr-form-text {
    font-size: 12px;
    line-height: 1.3;
}

/* Dates and pricing */
#fwvmr .fwvmr-dates-pricing {
    padding-bottom: 20px;
    border-bottom: 1px solid #D7D7D7;
}
#fwvmr .fwvmr-dates {
    float: left;
    width: 65%;
}
#fwvmr .fwvmr-pricing {
    float: left;
    width: 30%;
    margin-left: 5%;
}
#fwvmr .fwvmr-dates-calendar {
    width: calc(50% - 10px);
    float: left;
}
#fwvmr .fwvmr-dates-calendar:first-child {
    margin-right: 10px;
}
#fwvmr .fwvmr-dates-calendar:last-child {
    margin-left: 10px;
}
#fwvmr .fwvmr-date-wrapper {
    position: relative;
}
#fwvmr .fwvmr-date-wrapper i {
    position: absolute;
    top: 8px;
    left: 7px;
    font-size: 18px;
    line-height: 1;
}
#fwvmr .fwvmr-date-wrapper input {
    color: #444343;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #D7D7D7;
    padding: 1px 1px 1px 35px;
    max-width: 100%;
    min-height: 36px;
}
#fwvmr .fwvmr-date-wrapper button {
    color: #ddd;
    position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    border: 0;
    background: none;
    vertical-align: middle;
}
.mod-fwvm-rental .fwvmr-dates-limit,
#fwvmr .fwvmr-dates-limit {
    color: #F24841;
    font-size: 11px;
    line-height: 1;
    margin: 10px 0 0;
}
#fwvmr .fwvmr-summary {
	margin-top: 15px;
}
#fwvmr table.fwvmr-rent-chart-days td {
    padding: 2px 5px;
    text-align: center;
    border-bottom: 1px solid #D7D7D7;
}
#fwvmr table.fwvmr-rent-chart-days tr.active td {
    color: #444343;
    background: rgba(237,247,251,.5);
}
#fwvmr table.fwvmr-rent-chart-days td:first-child {
    border-right: 1px solid #D7D7D7;
}
#fwvmr table.fwvmr-rent-chart-days tr:last-child td {
    border-bottom: 0;
}
#fwvmr .fwvmr-summary-info,
#fwvmr .fwvmr-summary-billing {
    width: 50%;
    float: left;
}
#fwvmr .fwvmr-summary-billing-block {
    color: #444343;
    margin-left: 10px;
    padding: 5px;
    background: #edf7fb;
}
#fwvmr .fwvmr-summary-billing-block div:last-child {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #C5E3F1;
}
#fwvmr .fwvmr-summary-billing-block i {
    color: #02A8F3;
    display: inline-block;
    width: 20px;
    text-align: center;
    margin: 0 4px;
}
#fwvmr .fwvmr-options-total {
    padding-top: 20px;
}
#fwvmr .fwvmr-options > div:nth-child(2) {
    margin-top: 15px;
}
#fwvmr .fwvmr-total {
    display: block;
    width: 100%;
    text-align: center;
    min-height: 100px;
    color: #fff;
    font-size: 20px;
    padding: 30px 0;
    background: #02A8F3;
}

/* Options and Total */
#fwvmr .fwvmr-options {
    width: 65%;
    margin-right: 5%;
    float: left;
}
#fwvmr .fwvmr-total {
    width: 30%;
    float: left;
}

/* Utilities */
#fwvmr .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
#fwvmr .text-dark {
    color: #444343;
}


====================
/*
* FW VM Rental front-end
*/
/* .fwvmr {
    background: #f3f3f3;
}
.fwvmr-product {
    padding: 10px 0;
}
.fwvmr-options {
	position: relative;
}
.fwvmr-options input[type="radio"]:nth-child(2) {
    margin-left: 15px !important;
}

.fwvmr-dates,
.fwvmr-rent-chart,
.fwvmr-rent-total {
    width: 31%;
    padding: 0 2%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.fwvmr-dates {
    padding-left: 0;
}
.fwvmr-rent-total {
    padding-right: 0;
}


#div_calendar {
	font-size: 12px;
}
#div_calendar table {
	border: 0 none;
}
#div_calendar table tr {
	border: 0 none;
}
#div_calendar tr td {
	border: 0 none;
}
.fwrent-date-day {
	color:#000;
	font-size: 11px;
}
.fwrent-date tr {
	border: 0 none;
}
.fwrent-date tr td {
	border: 0 none;
	vertical-align: top;
}
#renttable tr {
	border: 0 none;
}
#renttable td {
	border: 0 none;
    line-height: 160%;
}
.fwrent-date-table {
	padding-bottom: 10px;
}
.fwrent-date {
	margin-bottom: 10px;
	font-size: 12px;
}
.fwrent-date-table td a:hover {
	border:1px solid #0D4C89;
	background:0 none !important;
	color:#0D4C89;
}
.fwrent-date-day-t {
	color:#727070;
}
.fwrent-date-day-a a {
	display: inline-block;
    width: 18px;
	height: 15px;
}
.fwrent-date-day-a a:hover {
	 width: 16px;
	 height: 13px;
} */


/* admin */
.fwrent-delete:hover,
.fwrent-add:hover {
	cursor:pointer;
	background:#e8f6fe;
}
.fwrent-admintable tr:hover td {
	background:#F9F9F9 !important;
}
.fwrent-admintable td {
	color:#000;
}
#custom_customPlugins .adminform {
	background:#F9F9F9;
}
.div-rent-days input {
	left:0 !important;
}
.fwrent-pic-ret-date p {
	line-height: 24px;
	margin-bottom:0;
}
.fwrent-pic-ret-date input {
	margin: 2px;
	height: auto;
}
.fwrent-pic-ret-button {
	font-family: arial;
    font-size: 12px;
    height: 20px;
}
.fwrent-pic-ret-button:hover {
	cursor: pointer;
}
.fwrent-renttable {
	padding-left:15px;
}
.fwrent-product input[type="text"] {
	width: 75%;
}
.partly-out-of-stock {
	background-color: #eeee00;
	border: 1px solid transparent;
}
.fully-out-of-stock {
	background-color: #ee0000;
	border: 1px solid transparent;
}
.booking-shift {
	background-color: #eeee00 !important;
	border: 1px solid transparent;
}
.booking-shift a:link {
	background-color: #eeee00 !important;
}
.fwrent-date-day-a.today {
	border:1px solid #000;
}

table.fw-rent {
	width: 100;
	border-collapse: separate;
	border-spacing: 2px;
}
table.fw-rent td {
	padding: 2px 1px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

/* rent module */
.mod-fwvm-hint {
    color: #888;
    padding: 15px 30px 15px 50px;
    position: relative;
    background: #F6F6F6;
    clear: both;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
}
.mod-fwvm-hint i {
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 16px;
    line-height: 1;
}
.mod-fwvm-hint > div {
    line-height: 1.25;
}
.mod-fwvm-dates-calendar {
    width: calc(50% - 10px);
    float: left;
}
.mod-fwvm-dates-calendar:first-child {
    margin-right: 10px;
}
.mod-fwvm-dates-calendar:last-child {
    margin-left: 10px;
}
.mod-fwvm-date-wrapper {
    position: relative;
}
.mod-fwvm-date-wrapper i {
    position: absolute;
    top: 8px;
    left: 7px;
    font-size: 18px;
    line-height: 1;
}
.mod-fwvm-date-wrapper input[type="text"] {
    color: #444343;
    font-size: 14px;
    border: 0;
    border-bottom: 1px solid #D7D7D7;
    padding: 1px 1px 1px 35px;
    max-width: 100%;
    min-height: 36px;
}
.mod-fwvm-date-wrapper button {
    color: #ddd;
    position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
    padding: 0;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    border: 0;
    background: none;
    vertical-align: middle;
}
