/* General Styling Sheet */

h4.title{ font-size:14px; margin-bottom:5px; }
h3.title{ width:100%; }
p.value{ font-size:16px; }
.half{width:50%!important; }

.in-progress{
    display: none; /*inline-flex;*/
    position: absolute;
    top: 0;
    left: 0;
    background: #fffa;
    z-index: 20;
    width: 100%;
    height: 100%;
	justify-content:center;
	align-items:center;
	color:#777;
}
a.btn.btn-primary#mcr{
	background: #fff;
    padding: 8px 20px;
    border-radius: 40px;
    margin: 0;
	color:#d22d29;
	font-weight:500;
	text-align:center;
	display:inline-flex;
	flex-wrap:nowrap;
	justify-content:center;
	width:90%;
	margin:0 10px;
	max-width:170px;
}

ul{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-flex;
	flex-wrap:wrap;
	width:100%;
}

/* booking form */
.mcr-booking{
	width:100%;
	display:inline-flex;
	flex-wrap:wrap;
}
.mcr-booking ul{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-flex;
	flex-wrap:wrap;
	width:100%;
}
.mcr-booking .milestone{
	display:inline-flex;
	align-content:center;
	width:80%;
	margin:0 auto;
}
.mcr-booking .milestone .stage{
	min-height:60px;
	align-content:center;
	align-items:center;
	min-width:calc(100%/4);
	font-size:22px;
	text-align:center;
}
.mcr-booking .milestone .stage.active i{
	color:#f00;
}
.mcr-booking .wizard-pages .page{
	display:none;
	width:100%;
	min-height:200px;
	border:1px solid #c3c3c3;
	border-radius:15px;
	flex-wrap:wrap;
	overflow:hidden;
}
.mcr-booking .wizard-pages .page.active{
	display:inline-flex;
}
.mcr-booking .wrapper{
	padding:20px;
	width:100%;
}
.mcr-login .wrapper{
	width:50%;
	margin:60px auto;
	
	padding:20px;
}

.login-form{
	margin:20px 0;
}

/* form fields */

.field span.required{
	color:#f00;
}
.fields .field{
	padding:10px 0;
	width:calc(100%/4);
	display:inline-flex;
	flex-wrap:wrap;
}
.fields .field.full{
	width:100%;
}
.fields .field.half{
	width:50%;
}
.fields .field label{
	width:100%;
	position:relative;
}
.fields .field .edit{
	position: absolute;
    right: 16px;
    top: 55%;
	cursor:pointer;
}
.fields .field#signup-field label{
	width:40%;
}
.fields .field .form-control{
	border-radius:30px;
	border:1px solid #c3c3c3;
	margin-top:10px;
	min-height:45px;
	-webkit-appearance:none;
	padding:0 20px;
	width:100%;
}
.fields .field button.form-control{
	width:fit-content;
}
.fields .field .form-control.error{
	border:2px solid #d22d29;
}
.fields .field input[type="radio"].form-control{
	height:20px!important;
}
.fields .field label[for="collect_location"],
.fields .field label[for="location"]{
	display:none;
}
.fields .field .button-group{
	padding-left: 1px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
	overflow:hidden;
	padding:0;
	border-radius:40px;
	border:1px solid #d22d29;
}
.fields .field .button-group input{
	display:none!important;
}
.fields .field .button-group label.option{
	display: inline-block;
    border: #d22d29 solid 0px;
    position: relative;
    z-index: 1;
    padding: 14px 20px;
    background: #fff;
}
.fields .field .button-group label:first-child{
	/*border-radius: 20xp 0 0 20px;*/
}
.fields .field .button-group label:last-child{
	/* border-radius: 0 20px 20px 0; */
}

.fields .field .button-group label.option.selected{
	border-color: #d22d29;
    background: #d22d29;
    color: #fff;
    z-index: 2;
}
.fields .field label span.message{
	display:none;
	color:#d22d29;
	font-size:12px;
	font-style:italic;
	margin-left:16px;
}
.fields .error-message{
	display:none;
	color:#d22d29;
	font-size:14px;
	border:1px solid #d22d29;
	background:#d22d2906;
	width:100%;
	padding:10px;
}
.fields .field button.form-control{
	position:relative!important;
}
.fields#reset-password{
	display:none;
}
.fields .field .forgot{
	cursor:pointer;
}
.actions{
	list-style:none;
	display:inline-flex;
	flex-wrap:wrap;
	margin:0;
	padding:0;
}
.actions .action{
	width:50%;
}
.actions .action .wrapper{
	padding:20px;
}
.actions .action.full{
	width:100%;
}
.actions .action#login{
	border-right:1px solid #c7c7c7;
}
.mcr-booking .wizard-pages .page#complete .nav button.form-control,
.actions .action button.form-control{
	position:relative!important;
	margin-top:20px;
}


/* columns */

.detail.half,
.column.half{
	width:50%;
}
.detail.full,
.column.full{
	width:100%;
}
.value#car-model{
	width:70%;
	width:auto;
	max-height:270px;
}
.value#car_model{
	margin-top:-10px;
	text-align:center;
}
.value#set-location-return,
.value#set-location{
	width:70%;
}
.complete-message{
	text-align:center;
}
.complete-message i.bi{
	color:#539753;
	font-size:80px;
}
.complete-message .message{
	margin:50px auto;
	width:430px;
}


/* fleet */
ul.fleets{
	display:inline-flex;
	flex-wrap:wrap;
	margin:0;
	padding:0;
	column-gap:20px;
	row-gap:20px;
	width:100%;
	list-style:none;
	justify-content:start;
}
ul.fleets .fleet{
	width: calc(100% - 15px);
    text-align: center;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
	margin:10px;
}
ul.fleets .fleet[onclick^="selectCar"]{
	cursor:pointer;
}
ul.fleets .fleet.cols-1{ width:calc(100%/1 - 15px); }
ul.fleets .fleet.cols-2{ width:calc(100%/2 - 15px); }
ul.fleets .fleet.cols-3{ width:calc(100%/3 - 15px); }
ul.fleets .fleet.cols-4{ width:calc(100%/4 - 15px); }
ul.fleets .fleet.cols-5{ width:calc(100%/5 - 15px); }
ul.fleets .fleet.cols-6{ width:calc(100%/6 - 15px); }

ul.fleets .fleet .content{
	position:relative;
}
ul.fleets .fleet .coming-soon{
	position: absolute;
    left: 0;
    top: -20px;
    font-weight: 600;
    font-size: 14px;
    color: #d22d29;
}
ul.fleets .fleet .fleet-image{
	display: inline-flex;
    flex-wrap: wrap;
    height: 220px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
ul.fleets .fleet h2.title{
	font-size:18px;
	border-bottom:2px solid #f00;
	padding-bottom:10px;
	text-align:left;
}
ul.fleets .fleet .metas{
	display:inline-flex;
  	flex-wrap: wrap;
    column-gap: 5px;
    align-content: flex-end;
    justify-content: center;
    width: 100%;
	list-style:none;
	padding:0;
	margin:0;
}
ul.fleets .fleet .metas .meta{
	width:calc(50% - 5px);
	display:inline-flex;
	flex-wrap:nowrap;
	text-align:left;
	line-height:1.2em;
	font-size:14px;
	padding:5px 0;
}
ul.fleets .fleet .metas .meta i.bi{
	font-size:20px;
}
ul.fleets .fleet .metas .meta img.seat-icon{
	width:20px;
	height:20px;
	margin-right:10px;
}

/* dashboard */

.greeting{
	margin:20px 0;
}
.greeting .user-name{
	color:#d22d29;
	font-weight:500;
}
.edit-profile{
	padding: 15px 20px;
    display: inline-flex;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    align-items: center;
	cursor:pointer;
}
.edit-profile:hover{
	background:#d22d29;
	color:#fff;
	border-color:#d22d29;
	transition:ease 0.3s;
}
.edit-profile i{
	margin-right:16px;
	font-size:20px;
}
table.mcr-booking tr.header{
	background:#d22d29;
	color:#fff;
}
table.mcr-booking td span{
	color:#d22d29;
	font-weight:500;
	cursor:pointer;
}
table.mcr-booking td span:hover{
	text-decoration:underline;
}
table.mcr-booking td .status{
	width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    border-radius: 20px;
	font-weight:600;
}
table.mcr-booking td .status.processing{ background: #e79021; }


/* MCR Box */
.overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vw;
	background:#fffa;
	z-index:500;
	cursor:pointer;
	display:none;
}
.mcr-box{
	display:inline-flex;
	position:fixed;
	top:40px;
	width:690px;
	left:calc(50% - 345px);
	min-height:340px;
	z-index:510;
	background:#fff;
	box-shadow:0 0 10px 10px #00000012;
	border-radius:10px;
	display:none;
}
.mcr-box .content{
	padding:20px;
}
.mcr-box .content .title#booking_id{
	border-bottom:2px solid #d22d29;
	padding:0 0 10px 0;
	margin:0 0 16px 0;
	font-size: 22px;
}
.mcr-box .content .status{
	position:absolute;
	right:20px;
	top:15px;
	background:#000;
	color:#fff;
	font-weight:600;
	padding:5px 20px;
	border-radius:20px;
	text-transform:capitalize;
}
.mcr-box .content .status.processing{
	background:#e79021;
}
.mcr-box .columns{
	list-style:none;
	display:inline-flex;
	flex-wrap:wrap;
	padding:0;
	margin:0;
}
.mcr-box .columns ul.fields,
.mcr-box .columns ul.details{
	list-style:none;
	padding:0;
	margin:0;
	display:inline-flex;
	flex-wrap:wrap;
}

.signup-login{
	width:80%;
	padding:20px;
	margin:30px auto;
}

.my-account{
	width:550px;
	margin:60px auto;
	border-radius:10px;
	overflow:hidden;
	border:2px solid #d22d29;
}
.my-account .tab-content .wrapper{
	padding:20px 30px;
}
nav.pagination ul{
	display:inline-flex;
	column-gap:5px;
	justify-content:flex-end;
}
nav.pagination ul li .page-numbers.next,
nav.pagination ul li .page-numbers.prev{
	background:#d22d29;
	border:2px solid #d22d29;
	color:#fff;
}
nav.pagination ul li .page-numbers{
	padding:10px 15px;
	border:2px solid #d22d29;
}
nav.pagination ul li .page-numbers{
	color:#d22d29;
}
nav.pagination ul li .page-numbers.current{
	background:#d22d29;
	padding:10px 15px;
	color:#fff;
	border:2px solid #d22d29;
	
	color:#fff;
}
ul.tabs{
	margin:0 auto;
	text-align:center;
	justify-content:center;
}
ul.tabs .tab{
	padding: 10px 40px;
	font-weight:600;
	font-size:16px;
	margin-bottom:-2px;
	width:50%;
	background:#d22d29;
	color:#fff;
	cursor:pointer;
	height:48px;
}
ul.tabs .tab:hover{
	font-size:17px;
	transition:ease 0.3s;
}
ul.tabs .tab.active{
	color:#d22d29;
	background:#fff;
}
.my-account .wrapper{
	width:100%;
	margin:0;
}
.my-account .wrapper#reset-password,
.my-account .wrapper#verification{
	padding:20px;
}
.my-account .fields .field#signup-field label{
	width:100%;
}
ul.tab-contents .custom-logo-link{
	width:200px;
	margin: 30px auto 10px auto;
}
ul.tab-contents .tab-content{
	display:none;
	min-height:300px;
}
ul.tab-contents .tab-content.active{
	display:inline-flex;
}

@media only screen and (max-width:786px){
	.mcr-booking{
		padding:10px;
	}
	
	.page-content .signup-login{
		width:100%;
		margin:0;
		padding:0;
	}
	.page-content .summary .wrapper{
		padding:0;
	}
	.page-content .summary .columns{
		flex-direction:row-reverse;
	}
	.page-content .summary .columns .column{
		width:100%;
	}
	.fields .field{
		width:100%!important;
	}
	.mcr-booking .milestone{
		margin:0;
		width:100%;
	}
	.stage{
		min-height:40px!important;
		font-size:18px!important;
		width:50%;
	}
	.value#car-model{
		width:100%;
		height:auto;
		max-height:100%;
		text-align:center;
	}
	.value#car-model-name{
		width:100%;
		text-align:center;
		margin-top:-80px;
	}
	.slick-dots{
		bottom:-40px!important;
	}
	.slick-dots li{
		margin:0!important;
	}
	.complete-message .message{
		width:100%;
	}
	.my-account{
		width:100%;
	}
	.my-account .tab-content .wrapper{
		padding:10px;
	}
	.my-account .title{
		text-align:center;
	}
	.actions .action,
	.actions .action#login{
		width:100%;
		border:0!important;
	}
	.actions .action#signup{
		border-top:1px solid #ccc;
	}
	.actions .action .wrapper{
		padding:0;
	}
	table.mcr-booking{
		padding:0;
	}
	table.mcr-booking th#booking-duration,
	table.mcr-booking th#booking-status,
	table.mcr-booking td#booking-duration,
	table.mcr-booking td#booking-status{
		display:none;
	}
	
	.mcr-box{
		width:90%;
		left:5%;
		height:100vw;
		overflow-y:scroll;
	}
	.mcr-box ul.columns .column{
		width:100%!important;
	}
	
	.fields .field#signup-field label{
		width:100%;
	}
	.edit-profile{
		padding:10px;
		width:100%;
	}
}