.logo {
    height: 120px;
}

.logo-icon {
    height: 50px;
}

.client-logo {
    width: 300px;
}

.f-s-10 {
    font-size: 10px;
}

.f-s-11 {
    font-size: 11px;
}

.requerido {
    color: #eb4c93;
}

.form_actions {
    margin-top: 32px;
}

.seleccionable:hover {
    background: #26c6da;
    transition: all 0.4s ease 0s;
}

.listado {
    list-style: none;
}

.dot-occuped {
    height: 10px;
    width: 10px;
    background-color: gainsboro;
    border-radius: 50%;
    display: inline-block;
    margin-left: 200px;
}

#search_results_table {
    color: #383838;
    background-color: #ffffff;
    font-size: small;
}

article.item_flex {
    margin: 16px 0;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

figure {
    margin: 0;
}

.item_flex .item-img {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item_flex .item-content {
    padding: 10px;
}

.item_flex .rooms-content {}

.item_flex .property_block_main_row {
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.item_flex .item_main_block {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 1;
}

.item_flex .item_id_block {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: main-size;
    -ms-flex-preferred-size: main-size;
    flex-basis: main-size;
    width: auto;
    max-width: 45%;
}

.item_flex .item_result_id {
    float: right;
}

.item_flex p.item-title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0;
}

.item_flex .hotel_address_line,
.item_flex .hotel_address_line a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}

.item_flex .item_room_table {
    width: 100%;
    margin-top: 8px;
}

.item_flex .room_details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /*clear: both;*/
}

.item_flex .room_details .details_list,
.modal-content .modal-body .room-attr .details_list {
    list-style: none;
    padding: 0;
}

.roomName_flex {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /*padding-right: 32px;*/
}

.roomPrice_flex {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.roomPrice_flex {
    width: auto;
    min-width: 170px;
}

.item_flex .item-price-info {
    font-size: 12px;
}

.item_flex .item-price-value {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #383838;
}

.item_flex .item-taxes-and-fees-under-price {
    font-size: 12px;
    color: #707070;
    font-weight: 400;
}

.item_flex .item-price-actions {
    /*padding: 10px 0;*/
}

.item_flex .fas,
.item_flex .fas {
    color: #26c6da;
}

.item_flex .fas.fa-cart-plus,
.item_flex .fas.fa-cart-plus {
    color: #ffffff !important;
}

i.fas.fa-cart-plus
/* select 2 */

.select2-container {
    display: inline !important;
}

.oculto {
    display: none;
}

.room_wrapper {
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.room_info,
.room_price {
    /*min-height: 50px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.rooms.striped div.room_wrapper:nth-of-type(2n+1) {
    background-color: #dddddd;
}

.left-aside .filters {
    font-size: 0.75em;
}

.selected_filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    /*align-items: center;*/
}

.selected_filters a,
.selected_filters span {
    margin-right: 5px;
    margin-bottom: 5px;
}

.form_wrapper {
    display: flow-root;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.marca-login {
    max-width: fit-content;
    margin: auto;
    display: grid;
}

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

.f-s-7 { font-size: 7px !important; }
.f-s-8 { font-size: 8px !important; }
.f-s-9 { font-size: 9px !important; }
.f-s-10 { font-size: 10px !important; }

.badge-green {
    background-color: #28a745;
    color: white;
}
.badge-grey {
    background-color: hsla(0, 0%, 91%, 0.847);
    color: red;
}

h1, h2, h3, h4, h5, h6, i {
    color: #eb4c93;
}

.badge-green>i, .badge-warning>i, .badge-primary>i, .badge-danger>i, .badge-info>i,
.btn-green>i, .btn-warning>i, .btn-primary>i, .btn-danger>i, .btn-info>i {
    color: white;
}

.customtab2 li a.nav-link.active>i {
    color: white;
}

.row-selected {
    background-color: #f2f4f8;
}

/* acction butons*/
.btn-secondary:hover {
    color: #ffffff !important;
    background-color: #eb4c93;
    border-color: #eb4c93;
}

.btn-secondary:hover i {
    color: #ffffff !important;
}

.btn-secondary:focus {
    color: #eb4c93;
}

/* hoteles asociados */
.weak {
    background-color: #FFF3CD;    
}

.c-gray {
    color: gray;
}

.c-rt {
    color: #eb4c93;
}

.c-purple {
    color: rgb(182, 49, 200);
}

.c-white {
    color: #FFFFFF;
}

.manito {
    cursor: pointer;
}

/*
.label-cant-log {
    width: 100%;
    font-size: 0.9em;
    text-align: right;
}
*/

.table-searches-last-12-hours p {
    margin: 0;
}

.table-searches-last-12-hours i, .references i {
    color: #ffffff;
}

/* Colores personalizados seguros para la tabla */
.table-searches-last-12-hours .badge-slow-low, .references .badge-slow-low {
    background-color: #28a745; /* Verde */
    color: #fff;
}

.table-searches-last-12-hours .badge-slow-medium, .references .badge-slow-medium {
    background-color: #ffc107; /* Amarillo */
    color: #212529;
}

.table-searches-last-12-hours .badge-slow-high, .references .badge-slow-high {
    background-color: #007bff; /* Azul */
    color: #fff;
}

.badge i {
    float: left;
    margin-right: 6px;
    line-height: 1.2;
}

.label-cant-log {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 12px;
    padding: 2px 6px;
    white-space: nowrap;
}
.operator-name {
    font-weight: bold;
}
.operator-connector {
    font-size: 11px;
    color: #666;
}

div.dt-buttons>.dt-button,div.dt-buttons>div.dt-button-split .dt-button {
    padding: none !important;
    font-size: .60em !important;
}

.bold {
    font-weight: bold;
}

.fw-bold {
  font-weight: 700 !important;
}