/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05/12/2021, 7:09:50
    Author     : sebas
*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
#div-loader{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    background-color:  #000000;
    opacity: 0.7;
    display: none;
}
body{
    background-color:  #fbc701;
}
#menu{

    min-height: 100vh;
    width: 15%;
    float: left;
}
.header{
    height: 58px;
    background-color: #292929;
    padding: 15px;
}
.contenedor{
    width: 85%;
    float: right;
    background-color:  #fff;
    min-height: 100vh;
}
.text-modulo{
    font-family: 'Bebas Neue', cursive;
    font-size: 2.25em;
    color: #fff;
    margin:0px;
    letter-spacing: 0.8px;
}
.panel-heading{
    background-color: #ba9a06 !important;
    padding: 8px !important;
    color: #fff !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-transform: uppercase;
}
.panel-body{
    padding: 8px;
    border: 2px solid #8a7618;
    border-top: 0px;
}
.btn-primary{
    background-color: #aa8e0b;
    border-color: #aa8e0b;
}
.btn-primary:hover{
    background-color: #725f08;
    border-color: #aa8e0b;
}
.btn-primary:visited{
    background-color: #aa8e0b;
    border-color: #aa8e0b;
}
.btn-primary:focus{
    background-color: #725f08;
    border-color: #aa8e0b;
}

.mensaje-success {
    color: #ffffff;
    background-color: #356620;
    border-color: #356620;
    min-height: 50px;
    padding: 14px;
}
.mensaje-danger {
    color: #ffffff;
    background-color: #5e0707;
    border-color: #5e0707;
    min-height: 50px;
    padding: 14px;
}

.btn-tabla {
    background-color: #356620;
    border-color: #356620;

    color: #fff;
}
.btn-tabla:hover {
    background-color: #0a4509;
    border-color: #0a4509;

    color: #e2e2e2;
}
.btn-danger {
    color: #fff;
    background-color: #6a1411;
    border-color: #6a1411;
}
.btn-danger:hover {
    color: #fff;
    background-color: #6a1411;
    border-color: #6a1411;
}
table{
    font-size: 12px;
}
.fondo-login{
    width: 70%;
    float: left;
    height: 100vh;
    background-image: url('../imagenes/taxi-tracking.jpg');
    background-position-y: -150px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.texto-login{

    width: 30%;
    float: right;
    padding: 0px 30px;
}
.btn-menu{
    width: 100%;
    text-align: left;
    margin-bottom: 4px;
}
.bootstrap-select > .dropdown-toggle {
    height: 30px;

    font-size: 12px;

}
.bootstrap-select .dropdown-menu.inner {
    font-size: 12px;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #584a0c;
    border-color: #584a0c;
}
.caret-menu{
    position: absolute;
    right: 12px;
    top: 12px;
}

.navbar-collapse{
    position: absolute;
    min-width: 25vh;
    right: 15px;
    background-color: #fbc701;
    text-align: right;
    z-index: 99999;
    -webkit-box-shadow: 0px 12px 18px 11px rgba(44,39,1,0.61); 
    box-shadow: 0px 12px 18px 11px rgba(44,39,1,0.61);
    padding-left: 8px;
    padding-right: 8px;
}

.li-menu {

    background-color: #aa8e0b;
}

.navbar-collapse a:first-child {
    margin-top: 4px;
}

.navbar-collapse {
    border: 1px solid #f4e29d;
    border-radius: 5px;
}

#div-emergencia{
    position: fixed;
    z-index: 99999;
    text-align: center;
    width: 100%;
    height: 100vh;
    background-color: #f80303;
    color: #fff;
    display: none;
}
.label-marker{
    text-align: center;
}

.disponible-1{
    background-color: #020af8;
}
.disponible-2{
    background-color: #050;
}
.disponible-0{
    background-color: #ff0202;
}
#div-notificacion{
    position: fixed;
    background-color: #090909;
    padding: 8px;
    top: 0px;
    right: 0px;
    z-index: 999;
    color: #fff;
    padding-bottom:13px;

}

#div-notificacion h2{
    font-size: 36px;
    font-weight: bold;
    margin: 4px;
    text-align: center;
}

#div-notificacion-user{
    font-size: 50px;
    text-align: center;
    margin-bottom: 12px;
}
#div-notificacion-user i{
    background-color: #fff;
    padding: 15px;
    color: #000;
    width: 82px;
}

#btn-aceptar-notificacion{
    width: 50%;
    float: left;
    height: 50px;
    margin-left: -8px;
    border: 0px;
    background-color: #1f7403;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 30px;
}
#btn-cancelar-notificacion{
    width: 50%;
    float: right;
    height: 50px;
    margin-right: -8px;
    border: 0px;
    background-color: #d60e0e;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    font-size: 30px;
}
#btn-cancelar-notificacion i{

    transform: rotate(137deg);
}
.oculto{
    display: none;
}

@media only screen and (max-width: 575px){
    .texto-login{
        width: 100%;
    }
    .contenedor{
        width: 100%;
    }
    .text-modulo{
        font-size: initial;
        text-align: center;
        margin-top: 5px;
    }
    .btn-menu{
        text-align: right;
    }

    .caret-menu {
        left: 12px;
    }
}