/*
    Created on : 21/03/2019, 04:30:00 PM
    Author     : Cristian Rodriguez <crodriguez@akelita.com>
*/
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

table *{
    /* font-family: 'IBM Plex Mono', monospace; */
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-size: small;
}
body,html {
    height: 100%;
    width: 100%;
    display: block;
    background: #dfeaf0;
    transition: background-color .2s ease-out;
}
div#fullLoading {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    width: 100%;
    height: 100%;
    z-index: 5000;
    text-align: center;
    padding-top: 5%;
}
div#fullLoading .preloader-wrapper.big.active {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 45%;
}
div#fullLoading img {
    position: absolute;
    left: 45%;
    margin: 30px 23px;
}
strong {
    font-weight: bold;
}
.block{
    display: block;
    width: 100%;
}
#loading {
    width: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    left: 0;
    background: rgba(232, 232, 232, 0.42);
    z-index: 10000;
    height:10px;
}
.progress .indeterminate:before {
    background: linear-gradient(90deg, transparent, #2196f3, transparent);
}

.progress .indeterminate {
    background-color: transparent;
}

.progress .indeterminate:after {
    background: linear-gradient(90deg, transparent, #9b9b9b, transparent);
}
.modal-full {
    width: 100% !important;
    top: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
    border-radius: 0 !important;
    background: #dfeaf0;
}
.modal-full > .modal-content {
    padding: 0px;
    min-height: 100%;
    background-attachment: fixed;
}
.modal-full .modal-content > h4 {
    background: #000000;
    height: 36px;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1;
}
.modal-full .modal-content > h4 .modalTitle {
    color: #fff;
    font-size: 18px;
    margin: 1px 10px;
    float: left;
}
.login + .modal-overlay {
    opacity: 1 !important;
    background: white;
    background-image: url(https://post.akelita.com/uploads/1566716958Mmetic-Transfers.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 20%;
    background-attachment: fixed;
}
div#contentBody.blur {
    filter: blur(10px);
}
#menuDate {
    /*
    position: fixed;
    bottom: 65px;
    font-size: 10px;
    */
}
#btnMenu {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 10px 0;
    height: 64px;
    width: 64px;
    box-shadow: none;
}
.ui-autocomplete {
    background: #FFF;
    max-width: 80% !important;
    z-index: 1010;
    box-shadow: 1px 1px 15px 0px;
    padding: 10px !important;
    overflow: auto;
    max-height: 300px;
}

.ui-autocomplete li {
    border-bottom: 1px solid gray;
    font-size: 1.1em;
    padding: 9px;
}
.ui-autocomplete span {
    font-size: 11px;
    color: #F44336;
}
.ui-autocomplete li:hover, .ui-focused, .ui-state-active {
    background: #d4d4d4;
}

.modal-full .modal-content > h4 .modal-close {
    border-radius: 0;
}
.modal.sm.alert h4 {
    font-size: 22px;
}

.modal.sm.alert h4 a {
    display: none;
}
.histoTable td,.histoTable th {
    font-size: 70%;
    padding: 0;
    border: 1px solid;
    text-align: center;
}
.toast {
    background: rgba(0, 176, 255, 0.84);
    color: #fff;
}
.modal.login {
    top: 0 !important;
    box-shadow: none;
    border-radius: 0;
    position: fixed;
    height: 100%;
    background: #0070c0;
    max-height: 100%;
    left: 0;
    right: auto;
}
.login .modalTitle {
    color: #4b4b4d;
}
.modal.login .modal-content * {
    color: #FFF;
}
nav.nav-extended {
    background: #FFF;
    box-shadow: 0 0 5px -2px #000;
}
.agregar-espacio {
    margin-top: 30px;
}
.ui-helper-hidden-accessible {
    display: none;
}
/**
Chat
*/
#chatMensajes {
    max-height: 400px;
    overflow: auto;
    background: #e9e9ff;
}
#chatNotification {
    position: absolute;
    top: 12px;
    right: 5px;
    background: red;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: normal;
    border-radius: 50%;
}
p.mensaje-chat {
    white-space: break-spaces;
}

p.mensaje-chat + p.mensaje-chat {
    border-top: 1px solid #ebebeb;
    margin-top: 2rem !important;
    padding-top: 1rem;
}
div#chatClientes {
    max-height: 50vh;
    overflow: auto;
}
#buttonChatNotification {
    position: relative;
}
.logo-marca {
    margin-left: 64px;
    padding: 0;
    height: 64px;
}
.card {
    box-shadow: 0 0 6px -4px;
    border-radius: 7px;
    transition: background-color .2s ease-out;
    border: 1px solid #d5d5d5;
    background-color: #fafafa;
}
@media only screen and (max-width: 601px) {
    a#btnMenu {
        height: 56px;
        width: 56px;
        padding: 7px 0;
    }
}
.modal-full .modal-content .modalContent > .row {
    margin: 0;
}
.HistorialTruncate {
    display: contents;
    font-size: 8px;
    color: #000;
}
.modal-full .histoTable {
    background: #FFF;
    max-width: 99%;
    margin: 0 auto;
}
.ui-autocomplete-loading {
    background: transparent url("https://post.akelita.com/uploads/1577302523ajax-loader.gif") right center no-repeat;
}
table.striped>tbody>tr>td,table.striped>tbody>tr>th {
    border-bottom: 1px solid #d4cece;
    padding: 0px 5px;
    text-align: center;
}
table.striped>thead>tr>th {
    padding: 0px 5px;
    text-align: center;
    /* background: #00526f; */
    /* color: #FFF; */
    border-radius: 0;
    border-bottom: 2px solid #183b58;
}
.titleModalDate {
    background: #29b6f6;
    color: #FFF;
    text-align: center;
    font-size: 20px;
}
.no-margin {
    margin: 0;
}
.sidenav-overlay {
    /* background: linear-gradient(90deg, #2296F3,#2296F3, rgba(33, 150, 243, 0.64), rgba(33, 150, 243, 0.49)); */
}
ul#slide-out {
    box-shadow: none;
    width: 350px;
    max-width: 100%;
}
.relative {
    position: relative !important;
}
.absolute {
    position: absolute !important;
}
.quickSearch {
    max-width: 400px !important;
    max-height: 500px;
    padding: 0 !important;
}
.quickSearch li {
    cursor:pointer;
}
form#qickBockSearch {
    float: left;
    margin-left: 70px;
    width: 100px;
}
div#estasEnDesarrollo {
    background: red;
    text-align: center;
    color: yellow;
    position: fixed;
    width: 100%;
    z-index: 2000;
    /* box-shadow: 0 0 15px 1px #000; */
    padding: 3px;
    height: 30px;
    top: 0;
}

div#estasEnDesarrollo p {
    margin: 0;
}
.div-comments-list div {
    position: absolute;
    background: #FFF;
    box-shadow: 0 0 20px -6px;
    padding: 10px;/* max-width: 90%; */
    width: 350px;
    right: 25px;
    white-space: pre-wrap;
    display: none;
    z-index: 10
}

.div-comments-list:hover div {
    display: inherit;
}

.div-comments-list i {
    cursor: pointer;
}
table#tablaReservas tr:hover td {
    background: #ffe494;
}
.div-comments-list {
    position: relative;
}
.screenShotElement {
    width: 500px;
    background: #FFF;
}

.screenShotElement th {
    text-align: right;
    background: #00526f;
    color: #FFF;
    padding-right: 13px;
    border-radius: 0;
}
.screenShotElement tr {
    border: none !important;
}
.screenShotElement th, .screenShotElement td {
    border: 1px dashed gray;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    margin: 0px 5px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.39);
    background-color: #2296f3;
}
/* Modo Noche */
.modoNoche, .modoNoche .modal-content, .modoNoche .modal-footer, .modoNoche .modal.login {
    background: #2d2f30;
}
.modoNoche .card {
    background-color: #202020;
    color: #b4b4b4;
}
.modoNoche .nav-extended {
    background-color: #1e2122;
}
.modoNoche table.striped>thead>tr>th {
    background-color: #0f1111;
    color: #7e7e7e;
}
.modoNoche table.striped>tbody>tr:nth-child(odd) {
    background-color: rgba(15, 17, 17, 0.6509803921568628);
}
.modoNoche #slide-out {
    background-color: #215c8c;
    color: #aaa;
}
.modoNoche #slide-out li a {
    color: #b6dcfd;
}
.modoNoche #slide-out li i {
    color:#00457d;
}
.modoNoche .sidenav-overlay {
    background: linear-gradient(90deg, #183b58,#183b58, rgba(24, 59, 88, 0.79), rgba(24, 59, 88, 0.73));
}
.modoNoche .blue, .modoNoche .btn, .mondoNoche [type="checkbox"].filled-in:checked+span:not(.lever):after {
    background-color: #183b58 !important;
}
.modoNoche input {
    color:#FFF;
}
.modoNoche #fullLoading {
    background: #000;
}
.modoNoche table.striped>tbody>tr>td {
    border: 1px dashed #183b58 !important;
}
.modoNoche svg > rect {
    fill: #202020 !important;
}
.modoNoche svg g > text {
    fill :#0f5f7a !important;
}
.modoNoche .tabs {
    background: #0e262e;
}
.modoNoche .tabs a {
    color:#187597 !important;
}
.modoNoche .pagination li.active {
    background-color: #0f1111;
}
.modoNoche ul#slide-operadores {
    background: #1b344a;
}
.modoNoche .login + .modal-overlay {
    background-color: #262626;
    background-image: url(https://post.akelita.com/uploads/1586196136logo-white.png);
}
/**/


.btn-small, .btn, .btn-large {
    box-shadow: none;
    border-radius: 6px;
}

span.badge {
    border-radius: 10px;
}

td.Fecha {
    white-space: nowrap;
}

.sidenav li>a {
    font-weight: normal;
}

ul.menuReserva {
    display: flex;
}

ul.menuReserva li {
    display: inline-table;
}

ul.menuReserva li a {
    border-radius: 0;
    border-right: 1px solid;
}
@media only screen  and (max-width:500px){
    table.striped>thead>tr>th {
        border-bottom: 1px solid #EEE !important;
    }
    table.striped>tbody>tr>td img {
        display: none;
    }
}
@media only screen  and (min-width:500px){
    .modal.sm {
        width: 30%;
    }
    .modal.lg {
        width: 80%;
    }

}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    .print{
        display: inherit !important;
    }
    div#estasEnDesarrollo {
        display: none !important;
    }
    .card {
        border: none;
        box-shadow: none;
    }
}
#extenciones_status li {
    float: none;
    color: #000;
    display: block;
    padding: 10px;
    /* background: linear-gradient(45deg, black, transparent); */
    line-height: normal;
}

#extenciones_status_btn:hover
#extenciones_status {
    display: inline;
}

#extenciones_status {
    position: absolute;
    background: #FFF;
    z-index: 1;
    min-width: 250px;
    display: none;
    right: 0;
    box-shadow: 0 10px 17px -11px #000;
}

#extenciones_status li > i {
    display: inline;
    line-height: normal;
}
#extenciones_status li i {
    border-radius: 50%;
    padding: 4px;
    vertical-align: middle;
}
.tiene-deposito {
    background:green;
    border-radius:50%;
    color:#FFF;
    padding:0px 4px;
    display: inline;
    font-size:10px;
    margin-left:5px;
}

.flightTracked.fts-landed {
    background: green;
    color: #FFF;
}
.flightTracked.fts-scheduled {
    background: #d8f3ff;
    color:#0061ae;
}
.flightTracked.fts-active {
    background-color:#ffa365;
    color:#ffffff
}
.flightTracked {
    font-size: 10px;
    white-space: nowrap;
    padding:4px;
    border-radius:3px;
}
span.delayed-flight-tracker {
    background:red;
    color:white;
    font-size:10px;
    padding:4px;
    border-radius:7px;
    display:block;
}
#NoShowNotasInfoMaps {
    white-space: break-spaces;
}
span.apto-table-2001 {
    background: #8f0000;
    color: #FFF;
    width: 100%;
    display: block;
    border-radius: 5px;
}

span.apto-table-2604 {
    background: #d9e9ff;
    color: #008eff;
    width: 100%;
    display: block;
    border-radius: 5px;
}
.llamadaframe {
    display:block;
    padding:10px;
    border-radius:5px;
}
.enllamada {
    background:#f1f1ff;
    border:1px solid blue;
}
.llamandou {
    background:#caffdc;
    border:1px solid #00c838;
}
.name_chat {
    height: 40px;
    display: block;
    margin: 0;
    top: 2rem;
    position: absolute;
}
.iframeSMS {
    width: 100%;
    height: 93.5vh;
    border: none;
    margin-top: -1vh;
}