/*
    https://bootstrapmade.com/demo/NiceAdmin/ 
*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }



html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
}

#appMenu {
    background-color: #EDF2F9 !important;
}

.small-font {
    font-size: 13px;
}

.xsmall-font {
    font-size: 14px;
}

.no-warp-b {
    white-space: nowrap;   
}

div.shadow-yellow {
    box-shadow: 0 4px 6px 0 rgba(255, 255, 0, 0.5);
}

a {
    color: #3d3d3d;
    text-decoration: none;
}

/*Botoin de eliminación/**/
.delete-form {
    margin-top: 10px;
}

.delete-form input[type="submit"] {
    /* Estilos personalizados para el botón de eliminar */
}

/* Estilo para el hover en la fila */
table.dataTable tbody tr:hover {
    background-color: #f5f5f5; 
    cursor: pointer;
}

/* Estilo encabezado Tablas */
table.dataTable thead tr {
    background-color: #f31212;
    color: white;
}

/* Encabezado Modal Detalle*/
#headerdetalle .modal-header {
    background-color: #008000;
    color: white;
}

/* Encabezado Modal Eliminar*/
#headereliminar .modal-header {
    background-color: #f31212;
    color: white;
}