
/* 
    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');
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    /* font-family: "Montserrat", sans-serif;*/
    font-family: "Poppins",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: 18px;

}
#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;
}


#map{
    height: 80vh;
}

nav{
    height: 90px !important;
}

.form-group{
    margin-bottom: 8px;
}

[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::after {
    background-color: #1c395e;
}
[type="radio"]:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"].with-gap:checked + span::after {
    border: 2px solid #1c395e;
}

.side-bar{
    max-height: 100vh;
    overflow-y: scroll;
}
.item-conductor{
    overflow: hidden;
    margin-bottom: 12px;
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 5px;

}
.item-conductor .imagen{
    float: left;
}
.item-conductor .activo{
    color: #388e3c;
}
.item-conductor .inactivo{
    color: #d32f2f;
}
.item-conductor .datos p{
    margin: 0px;
}
.item-conductor ul li{
    font-size: 10px;
}

nav ul li:hover {
    background-color: #3e3e3e  !important;
}
nav ul li.active{
    background-color: #000;
}


.centrar-mapa{
    width: 100%;
    font-size: 11px;
    line-height: 0px;
    padding: 2px;
    height: 24px;
}
.oculto{
    display: none;
}
ul{
    margin: 8px 0px;
}
#div-conexion-socket{
    background-color: #c9c9c9;
    padding:12px 24px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
}


.activo{
    color: #388e3c;
}
.inactivo{
    color: #d32f2f;
}

 .marker {
      background-color: red;
      color: white;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      font-weight: bold;
      font-size: 14px;
      border: 2px solid white;
      box-shadow: 0 0 5px rgba(0,0,0,0.5);
    }
.marker-activo {
      background-color: green;
      color: white;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      font-weight: bold;
      font-size: 14px;
      border: 2px solid white;
      box-shadow: 0 0 5px rgba(0,0,0,0.5);
    }
.marker-ocupado {
      background-color: yellow;
      color: #000;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      font-weight: bold;
      font-size: 14px;
      border: 2px solid white;
      box-shadow: 0 0 5px rgba(0,0,0,0.5);
    }

@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
        line-height: 90px;
    }
}
