
/* 
    Created on : 15-jul-2024, 6:50:43
    Author     : USUARIO
*/
/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*/

body{
    font-family: "Montserrat", sans-serif;
}

#section-header .row{
    margin-bottom: 0px;
}

#section-menu{

}
#section-menu .row{
    margin-bottom: 0px;
}
#section-menu nav{
    box-shadow: none;
}

.alert{
    padding: 16px 8px;
    color: #fff;
}
table{
    font-size: 12px;
}

#section-titulo{
    color: #fff;
    padding: 12px 4px;
    font-size: 24px;
}
#section-titulo .row{
    margin-bottom: 0px;
}
.tabs{
    border-bottom: 2px solid #e2e2e2;
}
.tabs .tab a:hover, .tabs .tab a.active {
    border-bottom: 4px solid #ee6e73;
    background-color: #ededed;
}
.lista-bases{
    height: 205px;
    overflow-y: scroll;
}
.tabla-lista-bases td, th {
    padding: 3px 3px;
}
.tabla-lista-llamadas td, th {
    padding: 7px 7px;
}

.llamada-pendiente{
    background-color: #616161;
    color: #fff;
}

.llamada-en-camino{
    background-color: #ba68c8;
    color: #fff;
}
.llamada-asignado-conductor{
    background-color: #1565c0;
    color: #fff;
}

.btn-list-llamada{
    padding-left: 8px;
    padding-right: 8px;
}

.col-icon-list-llamada{
    width: 50px;
}

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

.border-bottom{
    border-bottom: 2px solid #c0c0c0;
}

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

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.oculto{
    display: none;
}

#div-loader-modal-llamada{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #000;
    top: 0px;
    left: 0px;
    z-index: 9;
    opacity: 0.5;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
}

.dropdown-content{
    top: 64px !important;
}

.dropdown-content li > a, .dropdown-content li > span{
    color: #fff;
}

.dataTables_wrapper .dropdown-content li > a, .dropdown-content li > span{
    color: #000;
}

.img-cerrar-sesion{
    background-color: #fff;
    padding: 6px;
    width: 36px;
}

nav ul li.active {
    background-color: rgb(108, 108, 108);
}

.swal2-actions .btn{
    font-size: 20px;
    border:0px;
}


.toast{
    display: block !important;
}

#toast-container{
    z-index: 1 !important;
}

label {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: normal;
}

#div-conexion-socket{
    padding: 12px;
    color: #fff;
}

#map{
    height: 75vh;
    width: 100%;
}