/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 4 jun. 2022, 14:27:39
    Author     : Cristian Rodriguez
*/



.modal {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	background-color: #fafafa;
	padding: 0;
	max-height: 70%;
	width: 55%;
	margin: auto;
	overflow-y: auto;
	border-radius: 2px;
	will-change: top, opacity;
}

.modal:focus {
	outline: none;
}

@media only screen and (max-width: 992px) {
	.modal {
		width: 80%;
	}
}

.modal h1, .modal h2, .modal h3, .modal h4 {
	margin-top: 0;
}

.modal .modal-content {
	padding: 24px;
}

.modal .modal-close {
	cursor: pointer;
}

.modal .modal-footer {
	border-radius: 0 0 2px 2px;
	background-color: #fafafa;
	padding: 4px 6px;
	height: 56px;
	width: 100%;
	text-align: right;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
	margin: 6px 0;
}

.modal-overlay {
	position: fixed;
	z-index: 999;
	top: -25%;
	left: 0;
	bottom: 0;
	right: 0;
	height: 125%;
	width: 100%;
	background: #000;
	display: none;
	will-change: opacity;
}

.modal.modal-fixed-footer {
	padding: 0;
	height: 70%;
}

.modal.modal-fixed-footer .modal-content {
	position: absolute;
	height: calc(100% - 56px);
	max-height: 100%;
	width: 100%;
	overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 0;
}

.modal.bottom-sheet {
	top: auto;
	bottom: -100%;
	margin: 0;
	width: 100%;
	max-height: 45%;
	border-radius: 0;
	will-change: bottom, opacity;
}

/* Modal */
.datepicker-modal {
	max-width: 325px;
	min-width: 300px;
	max-height: 431px;
	margin-top: 2%;
	background: transparent;
}

.datepicker-container.modal-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.datepicker-controls {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 280px;
	margin: 0 auto;
}

.datepicker-controls .selects-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.datepicker-controls .select-wrapper input {
	border-bottom: none;
	text-align: center;
	margin: 0;
}

.datepicker-controls .select-wrapper input:focus {
	border-bottom: none;
}

.datepicker-controls .select-wrapper .caret {
	display: none;
}

.datepicker-controls .select-year input {
	width: 93px;
}

.datepicker-controls .select-month input {
	width: 100px;
}

.month-prev, .month-next {
	margin-top: 4px;
	cursor: pointer;
	background-color: transparent;
	border: none;
}

/* Date Display */
.datepicker-date-display {
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	background-color: #9f8054;
	color: #fff;
	padding: 20px 22px;
	font-weight: 500;
}

.datepicker-date-display .year-text {
	display: block;
	font-size: 1.5rem;
	line-height: 25px;
	color: rgba(255, 255, 255, 0.7);
}

.datepicker-date-display .date-text {
	display: block;
	font-size: 2.8rem;
	line-height: 47px;
	font-weight: 500;
}

/* Calendar */
.datepicker-calendar-container {
	-webkit-box-flex: 2.5;
	-webkit-flex: 2.5 auto;
	-ms-flex: 2.5 auto;
	flex: 2.5 auto;
}

.datepicker-table {
	width: 280px;
	font-size: 1rem;
	margin: 0 auto;
}

.datepicker-table thead {
	border-bottom: none;
}

.datepicker-table th {
	padding: 10px 5px;
	text-align: center;
}

.datepicker-table tr {
	border: none;
}

.datepicker-table abbr {
	text-decoration: none;
	color: #999;
}

.datepicker-table td {
	border-radius: 50%;
	padding: 0;
}

.datepicker-table td.is-today {
	color: #26a69a;
}

.datepicker-table td.is-selected {
	background-color: #9f8054;
	color: #fff;
}

.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
	color: rgba(0, 0, 0, 0.3);
	pointer-events: none;
}

.datepicker-day-button {
	background-color: transparent;
	border: none;
	line-height: 38px;
	display: block;
	width: 100%;
	border-radius: 50%;
	padding: 0 5px;
	cursor: pointer;
	color: inherit;
}

.datepicker-day-button:focus {
	background-color: rgba(43, 161, 150, 0.25);
}

/* Footer */
.datepicker-footer {
	width: 280px;
	margin: 0 auto;
	padding-bottom: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
	color: #9f8054;
	padding: 11px 1rem;
	border: 1px solid;
	margin-left: 10px;
}

.datepicker-clear {
	color: #F44336;
}

/* Media Queries */
@media only screen and (min-width: 601px) {
	.datepicker-modal {
		max-width: 625px;
	}
	.datepicker-container.modal-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.datepicker-date-display {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 270px;
		-ms-flex: 0 1 270px;
		flex: 0 1 270px;
	}
	.datepicker-controls,
	.datepicker-table,
	.datepicker-footer {
		width: 320px;
	}
	.datepicker-day-button {
		line-height: 44px;
	}
}


.dropdown-content {
	background-color: #fff;
	margin: 0;
	display: none;
	min-width: 100px;
	overflow-y: auto;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.dropdown-content:focus {
	outline: 0;
}

.dropdown-content li {
	clear: both;
	color: rgba(0, 0, 0, 0.87);
	cursor: pointer;
	min-height: 50px;
	line-height: 1.5rem;
	width: 100%;
	text-align: left;
}

.dropdown-content li:hover, .dropdown-content li.active {
	background-color: #eee;
}

.dropdown-content li:focus {
	outline: none;
}

.dropdown-content li.divider {
	min-height: 0;
	height: 1px;
}

.dropdown-content li > a, .dropdown-content li > span {
	font-size: 16px;
	color: #9f8054;
	display: block;
	line-height: 22px;
	padding: 14px 16px;
}

.dropdown-content li > span > label {
	top: 1px;
	left: 0;
	height: 18px;
}

.dropdown-content li > a > i {
	height: inherit;
	line-height: inherit;
	float: left;
	margin: 0 24px 0 0;
	width: 24px;
}

body.keyboard-focused .dropdown-content li:focus {
	background-color: #dadada;
}

.input-field.col .dropdown-content [type="checkbox"] + label {
	top: 1px;
	left: 0;
	height: 18px;
	-webkit-transform: none;
	transform: none;
}

.dropdown-trigger {
	cursor: pointer;
}


select.datepicker-select {display: none;}


/*
Custom
*/
.block.rate-selection {font-size: 21px;font-weight: 900;}
.rate-before {
	position: relative;
	color: #f59595;
	text-decoration: line-through
}
.card-image-selection-car {
	max-width: 200px !important;
}
#map {
	min-height: 400px;
}
.card-action-select-car {
	max-width: 250px;
}
.card-title-unidad {font-weight: 500 !important;color: #8c562b;}
.item.item-car.selected {
	box-shadow: 0px 0px 10px 5px #9f8054;
}
.test-sms {
	cursor: pointer;
}
.flightInfo {
	border: 1px dashed;
	padding: 10px;
	display: inline-block;
}

.flightInfo ul {
	margin: 0;
}
.flightInfo.invalid {
	border-color: red;
	background-color: #ffc4c4;
}

.flightInfo.valid {
	border-color: green;
	background-color: #befdbe;
}
#trNight img {
	height: 30px;
	vertical-align: middle;
}
.li-airline {padding: 10px;}
/*
	.rate-before:before {content: "";position: absolute;top: 45%;border-bottom: solid 3px #f07d7d;width: 50%;}
*/

.ui-autocomplete {background: #FFF;box-shadow: 0 0 16px 3px;padding: 10px;list-style: none;max-width: 330px;font-size: 14px;min-height: 300px;}
.ui-autocomplete span {

	font-size: 12px;}

.ui-autocomplete hr {margin: 0;}

.ui-autocomplete .ui-state-active {background: #343f52db; color:#FFF}

.ui-autocomplete > li > div {padding: 9px;}

.datepicker-day-button:hover {
	background: #9f8054;
	color: #e3bb82;
}