@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

nav.pagination-nav {
    text-align: center;
}

.side-menu > div > div {
    margin-bottom: 1em;
}

.side-menu > div > div:last-child {
    margin-top: 0;
}

#filter-menu {
    margin-top: 10px;
}

.pagination li .highlight {
    color: #edaa00;
}

hr {
    border-color: #002d73;
}

[type="submit"] {
    color: #fff;
    background-color: #002d73;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

[type="submit"]:hover {
    color: #fff;
    background-color: #001e4d;
    border-color: #001940;
}

[type="submit"]:active {
    color: #fff;
    background-color: #001940;
    border-color: #001433;
}

[type="submit"]:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 45, 115, 0.5);
}

#loader {
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 16px solid #002d73;
    border-radius: 50%;
    border-top: 16px solid #edaa00;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

label.wrapSearch {
    width: 67px;
    position: relative;
    display: block;
    border: 1px solid lightgray;
    padding-right: 20px;
    margin-right: 5px;
}

label.wrapFilter {
    width: 250px;
    position: relative;
    display: block;
    border: 1px solid lightgray;
    padding-right: 20px;
    margin-right: 5px;
}

label.wrapSearch > select {
    background-color: white;
    height: 30px;
    padding-left: 5px;
    padding-right: 20px;
    border: 0;
    width: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

label.wrapFilter > select {
    background-color: white;
    height: 30px;
    padding-left: 5px;
    padding-right: 20px;
    border: 0;
    width: 233px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

label.wrapFilter > select, label.wrapSearch > select {
    outline: none;
}

label.wrapSearch:after, label.wrapFilter:after {
    content: "\f078 ";
    background-color: #eeeef0;
    font-family: FontAwesome;
    color: #edaa00;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 2px;
    padding-left: 8px;
    z-index: 1;
    width: 29px;
    height: 100%;
    pointer-events: none;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button {
    display: none;
}

.highlight {
    color: #ebaa4e;
}

.stars-rate {
    display: flex;
}

.stars-rate .fa {
    font-size: 1rem;
    margin-right: 5px;
}

.stars-rate .fa.active {
    color: #ebaa4e;
}

.custom-radio label, .custom-checkbox label {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 16px;
    cursor: pointer;
}

.custom-radio input[type="radio"], .custom-radio input[type="checkbox"], .custom-checkbox input[type="radio"], .custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.custom-radio input[type=radio]:checked + span, .custom-radio input[type=checkbox]:checked + span, .custom-checkbox input[type=radio]:checked + span, .custom-checkbox input[type=checkbox]:checked + span {
    background-color: transparent;
    border-color: #c1c1c1;
}

.custom-radio span, .custom-checkbox span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -16px;
    width: 16px;
    height: 16px;
    border: 1px solid #c1c1c1;
    margin-right: 8px;
}

.custom-radio span {
    border-radius: 500px;
}

.custom-radio span:before {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 500px;
    transition: background-color 0.3s ease-out;
}

.custom-radio input[type=radio]:checked + span:before {
    background-color: #edaa00;
    color: #fff;
    opacity: 1;
}

.custom-checkbox input[type=checkbox]:checked + span {
    color: #edaa00;
}

.custom-checkbox span {
    color: transparent;
    transition: color .1s ease-out;
    font-size: 0.9em;
}

.side-menu {
    background: #002d73;
    color: white;
    align-self: baseline;
}

.side-menu .with-padding {
    padding: 0 0.75em;
}

.side-menu .side-menu-header .section-icon {
    margin-bottom: 1.25em;
}

.side-menu .side-menu-title {
    margin-bottom: 0.25em;
    text-transform: uppercase;
    color: #edaa00;
}

.side-menu .side-menu-subtitle {
    text-transform: uppercase;
}

.side-menu .side-menu-search .location-input {
    display: flex;
}

.side-menu .side-menu-search .location-input input {
    border-right-width: 0;
}

.side-menu .side-menu-search .location-input .map-mark {
    width: 40px;
    border-width: 1px;
    border-left: 0;
    background: url("/static/img/map-mark-icon.png") no-repeat;
    background-position: center;
    background-color: white;
}

.side-menu .side-menu-search .location-input.with-value input {
    color: black;
    text-transform: capitalize;
    border-right-width: 1px;
    padding-right: 1em;
}

.side-menu .side-menu-search .location-input.with-value .map-mark {
    display: none;
}

.side-menu .side-menu-search .date-input .input-label {
    text-transform: capitalize;
    font-size: 0.9em;
    margin-bottom: 0.1em;
}

.side-menu .side-menu-search .date-input .date-picker {
    background: white;
    width: 100%;
    text-align: right;
    display: flex;
    padding-right: 0;
}

.side-menu .side-menu-search .date-input .date-picker .button-label {
    flex: 1;
    text-align: left;
}

.side-menu .side-menu-search .date-input .date-picker .button-icon {
    background: url("/static/img/date-picker-icon.png") no-repeat center;
    width: 40px;
    height: 18px;
}

.side-menu .side-menu-search .date-input.with-value .date-picker .button-label {
    color: black;
}

.side-menu .side-menu-search .date-input.with-value .button-icon {
    background: url("/static/img/date-picker-icon-selected.png") no-repeat center;
}

.side-menu .side-menu-search .location-input input, .side-menu .side-menu-search .location-input button, .side-menu .side-menu-search .date-input input, .side-menu .side-menu-search .date-input button {
    border-radius: 0;
    font-size: 0.9em;
    border-color: #c1c1c1;
    box-shadow: none;
    padding: 0;
    padding-left: 1em;
    display: flex;
    align-items: center;
    height: 40px;
}

.side-menu .side-menu-search .dropdown-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.side-menu .side-menu-search .dropdown-list .dropdown {
    margin-right: 10px;
}

.side-menu .side-menu-search .dropdown-list .dropdown .dropdown-footer {
    font-size: 0.7em;
    margin-top: 5px;
    text-align: left;
}

.side-menu .side-menu-search .dropdown-list .dropdown ul.dropdown-menu {
    min-width: 65px;
    width: 65px;
}

.side-menu .side-menu-search .dropdown-list .dropdown .btn-dropdown {
    width: 65px;
}

.side-menu .side-menu-search .dropdown-list .dropdown:last-child {
    margin-right: 0;
}

.side-menu .side-menu-search .fly-type-selection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.side-menu .side-menu-filters .filter-list .side-menu-subtitle {
    margin: 0 0 0.25em 0;
    font-size: 0.9em;
    display: flex;
    align-items: center;
}

.side-menu .side-menu-filters .filter-list .side-menu-subtitle i {
    color: #edaa00;
    font-size: 2em;
    margin-left: 10px;
}

.side-menu .side-menu-applyed-filters .filter-list .btn {
    background: #cdcdcd;
    color: #989898;
    width: 100%;
    margin-top: 0.5em;
    text-transform: uppercase;
}

.side-menu .side-menu-applyed-filters .actions {
    margin: 1em 0 1em 0;
}

.side-menu .side-menu-applyed-filters .actions .remove-filters {
    text-transform: uppercase;
    text-decoration: underline;
}

.side-menu .btn-submit {
    background-color: #edaa00;
    border: none;
    color: white;
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    padding: 0.4rem;
    text-transform: uppercase;
    width: 100%;
}

.side-menu .btn-submit:hover {
    background-color: #ffc021;
}

.side-menu .side-menu-search .dropdown-list .dropdown {
    margin-right: 18.5px;
}

.side-menu .side-menu-search .dropdown-list.room-qty-selection .dropdown {
    display: flex;
    flex-wrap: wrap;
}

.side-menu .side-menu-search .dropdown-list.room-qty-selection .dropdown .dropdown-label {
    min-width: 100%;
}

.side-menu .side-menu-search .dropdown-list.room-qty-selection .dropdown .dropdown-footer {
    flex: 1;
    margin-left: 18.5px;
    margin-top: 0;
    text-align: left;
}

.side-menu .side-menu-filters .filter-list .filter-item .filter-item-label {
    display: flex;
    align-items: center;
}

pre{
  color: #002d73;
}

.col-md-11, section[class$="_list"] section.list_options .ordering {
    flex: unset;
    max-width: unset;
}

section[class$="_list"] section.list_options {
    margin-top: -1rem;
    margin-bottom: -1rem;
}

section[class$="_list"] section.list_options .ordering .ordering_title:hover ~ .ordering_options,
section[class$="_list"] section.list_options .ordering .ordering_options:hover{
    height: 3rem;
}

section[class$="_filters"] form i {
    /*Evita que el checkbox de solo business parezca activo cuando no lo esta*/
    color: unset;
}