﻿body {
    font-family: Tahoma, serif;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 14px;
}

.navbar-logo {
    width: 220px;
    height: auto;
    margin-left:2px;
}
.imgUser {
    width: 225px;
    height: auto;
}

.list-group-item {
    background-color: black;
    display: block;
    color: white;
}

.btnSesion {
    background-color: transparent;
    color: #6B6C70;
    -webkit-border-radius: 7px;
    text-align: center;
    font-size: 14px;
    border-color: white;
}
    .btnSesion:hover {
        background-color: #ECECED;
        border-color: white;
    }
.btnNav {
    background-color: #EE7900;
    border-color: white;
    color: white;
    -webkit-border-radius: 7px;
    text-align: center;
    margin-right: 15px;
}

    .btnNav:hover {
        background-color: #D97004;
        border-color: white;
    }



#wrapper {
    overflow-x: hidden;

}


#sidebar-wrapper {
    display: grid;
    grid-template-columns: 8fr; /* Definir el número de columnas deseado */
    min-height: 100vh;
    margin: 0;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.880rem 1.26rem;
        font-size: 14px;
    }

    #sidebar-wrapper .list-group {
        width: 15rem;
        border:none;
        border-color:black;
    }


    #sidebar-wrapper a {
        list-style: none; 
        text-decoration: none; 
        display: flex;
        align-items: center; 
        color: white; 
    }
#page-content-wrapper {
    min-width: 100%;
    padding: 0;
}

@media {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
        padding: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

#Inicio, #Captura, #Busqueda, #Reportes, #Catalogos, #Usuarios, #Acerca, #Vehiculos, 
 #InfoGruas, #Bitacora, #AutorizacionSalidas,#Cobranza,#Tarifario {
    border: none;
    border-color: black;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    background-color: transparent;
}
    #Inicio:hover, #Captura:hover, #Busqueda:hover, #Reportes:hover, #InfoGruas:hover, #Catalogos:hover,
    #Bitacora:hover, #Usuarios:hover, #Acerca:hover, #Vehiculos:hover, #AutorizacionSalidas:hover, #Cobranza:hover, #Tarifario:hover {
        background-color: #D97004;
    }


#CapturaOption1, #CapturaOption2 {
    border-color: #f8f9fa;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    background-color: transparent;
    padding: 8px;
}
    #CapturaOption1:hover, #CapturaOption2:hover {
        background-color: #D97004;
    }


.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /*background-color: #f8f9fa;*/
    padding: 20px 0;
    text-align: center;
}
