@media only screen and (max-width: 420px) {
	div.imgCheckboxContainer {
		width: 50%;
	}

}

@media only screen and (max-width: 768px) {
	.responsive {
		flex-direction: column !important;
	}

	.margin-r-responsive {
		margin-right: 0px;
	}

	.margin-t-responsive {
		margin-top: 10px;
	}

	.fleetsist .btn-form-basic {
		margin-top: 14px;
	}

	.fleetsist #btn-search-cars {
		height: 50px;
		width: 100%;
	}

	.fleetsist .max-width-50 {
		width: 100% !important;
	}

	.fleetsist .width-75,
	.fleetsist .width-66,
	.fleetsist .width-50,
	.fleetsist .width-40,
	.fleetsist .width-33,
	.fleetsist .width-25 {
		width: 100% !important;
	}

	.fleetsist .container-grid {
		grid-template-columns: 1fr !important;
	}

	.fleetsist .border-budget-right {
		border-right: none !important;
	}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
	.fleetsist .container-grid {
		grid-template-columns: 1fr 1fr !important;
	}
}

.fleetsist {
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px;
}

.fleetsist p.title {
	font-size: 42px;
	margin: 0;
}

.fleetsist h3 {
	font-size: 20px;
	margin-bottom: 0;
}

.fleetsist h4 {
	font-size: 29px;
	margin-bottom: 0;
}

.fleetsist .img-thumbnail {
	width: 100px !important;
}

.fleetsist ul {
	margin: 0;
}

.fleetsist ul li {
	list-style-type: none;
}

/* HELPER CLASS */
.fleetsist .content-center {
	margin: auto;
}

.fleetsist .container-grid-row {
	grid-template-rows: auto;
	column-gap: 10px;
	row-gap: 15px;
}

.fleetsist .container-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	justify-content: center;
}

.fleetsist .flex-column {
	display: flex;
	flex-direction: column;
}

.fleetsist .flex-row {
	display: flex;
	flex-direction: row;
}

.fleetsist .space-between {
	justify-content: space-between;
}

.fleetsist .space-around {
	justify-content: space-around;
}

.fleetsist .center {
	justify-content: center;
}

.fleetsist .align-center {
	align-items: center;
}

.fleetsist .align-end {
	align-items: flex-end;
}

.fleetsist .text-center {
	text-align: center;
}

.fleetsist .text-right {
	text-align: right;
}

.fleetsist .text-uppercase {
	text-transform: uppercase;
}

.fleetsist .margin-x {
	margin: 0 5px;
}

.fleetsist .margin-y {
	margin: 5px 0;
}

.fleetsist .margin-z {
	margin: 5px;
}

.fleetsist .margin-r {
	margin-right: 20px;
}

.fleetsist .margin-r-responsive {
	margin-right: 10px;
}

.fleetsist .margin-l {
	margin-left: 20px;
}

.fleetsist .margin-l-responsive {
	margin-left: 10px;
}

.fleetsist .margin-t {
	margin-top: 20px;
}

.fleetsist .margin-t-1 {
	margin-top: 1rem;
}

.fleetsist .margin-b {
	margin-bottom: 10px;
}

.fleetsist .margin-z-10 {
	margin: 10px;
}

.fleetsist .padding-t {
	padding: 10px 0 0 0;
}

.fleetsist .padding-l {
	padding-left: 5px;
}

.fleetsist .padding-y {
	padding: 10px 0px
}

.fleetsist .padding-x {
	padding: 0px 5px;
}

.fleetsist .padding-all {
	padding: 40px;
}

.fleetsist .padding-z {
	padding: 10px;
}

.fleetsist .padding-b {
	padding-bottom: 20px;
}

.fleetsist .btn {
	cursor: pointer;
}

.fleetsist .text-white {
	color: whitesmoke;
}

.fleetsist .text-dark {
	color: #232323;
}

.fleetsist .text-orange {
	color: #DB5522;
}

.fleetsist .text-main-color {
	color: #CC592B;
}

.fleetsist .divider {
	border-top: 1px dotted #454545;
	margin: 5px;
	width: 90%;
	align-self: center;
}

/* Background colors */
.fleetsist .bg-warning {
	background-color: #F7C600;
}

.fleetsist .bg-gray {
	background-color: #F8F8F8;
}

.fleetsist .rounded {
	border-radius: 1em;
}

/* img and icons class */
.fleetsist #carImgBtn {
	background-image: url('../img/auto.png');
}

.fleetsist #vanImgBtn {
	background-image: url('../img/van.png');
}

.fleetsist .imgCoverBackground {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 140px;
}

.fleetsist .imgContainBackground {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.fleetsist .activeCheckbox {
	color: whitesmoke !important;
	border: 2px solid #232323;
	border-radius: 3px;
	background-color: #CC592B !important;
}

.fleetsist .imgBtn {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 60px;
	height: 25px;
}

/*  BUTTONS */
.mx-datepicker-main button:hover {
	background: transparent !important;
}

.mx-datepicker-main button:focus {
	background: transparent !important;
	color: #73879c;
}

.fleetsist .btn-form {
	width: 100%;
	height: 50px;
	padding: 1px 6px;
}

.fleetsist .btn-form-basic {
	color: whitesmoke;
	background-color: #CC592B;
	border: transparent;
	border-radius: 0.5em;
}

.fleetsist .btn-form-basic:hover {
	background-color: #9f4927;
}

.fleetsist .btn-checkbox {
	background-color: #f5f5f5;
	padding: 1px;
	border-radius: 3px;
	color: #232323;
	height: 60px;
	width: 100%;
	max-width: 315px;
}

.fleetsist .disableBtn {
	background-color: gray;
	cursor: default;
}

.fleetsist .disableBtn:hover {
	background-color: gray;
}

.fleetsist .btn-filter-type {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #E8E8E8;
	height: 110px;
	width: 150px;
	padding: 5px;
	font-weight: bold;
	font-size: medium;
	transition: all .2s ease-in-out;
	margin: 15px;
}

.fleetsist .btn-filter-type:hover {
	transform: scale(1.1);
}

/* FORM */
.fleetsist #container-form {
	padding: 30px;
	background-color: white;
	color: #414f5a;
	width: 100%;
	border: 1px solid #666;
	border-radius: 1rem;
}

.fleetsist input[type=text],
.fleetsist input[type=email],
.fleetsist input[type=tel],
.fleetsist input[type=search],
.fleetsist .selectAll {
	width: 100%;
}

.fleetsist input[type=text],
.fleetsist .input-date,
.fleetsist input[type=time],
.fleetsist input[type=email],
.fleetsist input[type=tel],
.fleetsist input[type=search],
.fleetsist select {
	height: 50px;
	background: rgba(0, 0, 0, 0.01);
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #414f5a !important;
	font-size: medium;
	border-radius: 1em;
}

.fleetsist input[type=text]:focus,
.fleetsist input[type=date]:focus,
.fleetsist input[type=time]:focus,
.fleetsist input[type=email]:focus,
.fleetsist input[type=tel]:focus,
.fleetsist select:focus {
	border: none;
	border-bottom: 2px solid #CC592B !important;
}

.fleetsist .input-btn-datetime-picker {
	background: rgba(0, 0, 0, 0.01);
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #414f5a;
	padding: 0 10px;
	border-radius: 1em;
	height: 50px;
}

.fleetsist .mx-datepicker {
	position: absolute;
	opacity: 0;
	z-index: -9;
}

.fleetsist .day {
	margin-left: 10px;
	color: #CC592B;
	font-weight: 600;
	font-size: 30px !important;
}

.fleetsist .month {
	color: #888;
	font-size: 18px;
	margin-left: 10px
}

.fleetsist .year {
	color: #888;
	font-size: 18px;
}

.fleetsist .select-date {
	color: #414f5a;
	font-size: 14px;
	margin: auto 0;
}

.fleetsist .hour,
.fleetsist .default-hour {
	color: #CC592B;
	font-weight: 600;
	font-size: 30px !important;
}

.fleetsist .hour {
	font-size: 20px;
}

/* CARDS */
.fleetsist .container-flex {
	display: flex;
	flex-wrap: wrap;
}

.fleetsist .card {
	perspective: 1000px;
}

.fleetsist .card__inner {
	max-width: 450px;
	height: 500px;
	margin: 15px;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.fleetsist .flipped {
	transform: rotateY(180deg);
}

.fleetsist .flipped .ribbon {
	display: none !important;
}

.fleetsist .card__content {
	overflow: hidden;
	position: absolute !important;
	background-color: #fff;
	-webkit-backface-visibility: hidden !important;
	backface-visibility: hidden !important;
}

.fleetsist .card__content--back {
	transform: rotateY(180deg);
}

.fleetsist .overflow-scroll {
	height: 450px;
	overflow: auto;
}

/* RIBBON CARD */
.ribbon {
	margin: 0;
	padding: 0;
	background: #094EB2;
	color: white;
	padding: 0.5em 0;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(30%) translateY(0%) rotate(45deg);
	transform-origin: top left;
	font-size: smaller;
}

.ribbon:before,
.ribbon:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	min-width: 100px;
	height: 100%;
	background: #094EB2;
}

.ribbon:before {
	right: 100%;
}

.ribbon:after {
	left: 100%;
}

/* MODAL */
.fleetsist .modal-mask {
	position: absolute;
	z-index: 99992;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: table;
	transition: opacity .3s ease;
}

.fleetsist .modal-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.fleetsist .modal-container {
	width: max-content;
	margin: 0 auto;
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
	transition: all .3s ease;
}

.fleetsist .modal-enter {
	opacity: 0;
}

.fleetsist .modal-leave-active {
	opacity: 0;
}

.fleetsist .modal-enter .modal-container,
.fleetsist .modal-leave-active .modal-container {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* SPEECH-BUBBLE */
.fleetsist .ageInfo {
	position: absolute;
	background: #232323;
	width: 300px;
	border-radius: 1px;
	display: none;
}

.fleetsist #ageInfo:hover .ageInfo {
	display: block;
}

/* SPINNER */
.load-spinner {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 3px solid rgba(255, 255, 255, .3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);

	}

}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);

	}

}

/* COMPONENT: ALERT */
.fleetsist .alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba !important;
}

.fleetsist .alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.fleetsist .alert h3 {
	color: white !important;
}

.fleetsist .alert-success {
	background-color: #6BBD6E;
	color: white !important;
}

.fleetsist .alert-error {
	background-color: #F66359;
	color: white !important;
}

.fleetsist .alert-info {
	background-color: #1077A3;
	color: white !important;
}

.fleetsist #column-btn-search {
	width: 100%;
	justify-content: flex-end;
	height: 100%;
	margin-top: auto;
}

/* BUDGET TABLE*/
table.budget-table {
	border-collapse: collapse;
	border: none;
	font-size: larger;
}

table.budget-table tr {
	border-bottom: 1px solid #CC592B;
	padding: 5px 5px;
	color: #7a7a7a;
}

table.budget-table tr td {
	border: none;
}

.fleetsist .more-info {
	text-transform: uppercase;
	text-decoration: underline;
	color: #CC592B;
}

/* MODAL ALERT */
.fleetsist .modal-alert {
	position: absolute;
	top: 200px;
	width: 100%;
	max-width: 400px;
	background-color: #F66359;
	color: white;
	font-size: 17px;
	transition: opacity .3s ease;
	display: flex;
	flex-direction: column;

}

.fleetsist .opacityBackground {
	pointer-events: none;
	opacity: 0.5;
	transition: opacity .3s ease;
}

.today {
	font-weight: bold;
	font-size: 0.85rem;
}

.fleetsist-border {
	border-radius: 1em;
	border: 1px solid gray;
}

.margin-center {
	margin: 0 auto;
}

span.price {
	font-size: x-large;
	font-weight: bold;
}

.fleetsist .width-100 {
	width: 100%;
}

.fleetsist .max-width-50 {
	max-width: 50% !important;
}

.fleetsist .width-75 {
	width: 75%;
}

.fleetsist .width-66 {
	width: 66%;
}

.fleetsist .width-50 {
	width: 50%;
}

.fleetsist .width-40 {
	width: 40%;
}

.fleetsist .width-33 {
	width: 33%;
}

.fleetsist .width-25 {
	width: 25%;
}

.fleetsist .height-100 {
	height: 100%;
}

.fleetsist .height-50 {
	height: 50%;
}

.fleetsist .method-payment-container {
	position: relative;
	text-align: center;
}

.fleetsist .btn-booking {
	position: relative;
}

.fleetsist .btn-booking img {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 45px;
}

.fleetsist hr {
	border-top: 1px solid gray;
}