﻿body {
    background-color: hsl(0, 0%, 96%);
}
.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
#sidebar-nav {
    width: 260px;
}
    #sidebar-nav a .bi {
        margin-right: 10px;
    }
.navbar {
    box-shadow: 2px 2px 4px #aba8a8;
}
#sidebar-nav a:hover,
#sidebar-nav a:active,
#sidebar-nav a.active {
    background: #0d6efd;
    color: #fff;
}
.btn-xs {
    font-size: 11px;
    padding: 3px 10px;
}
.semaforo-lista {
    padding: 0px;
}
    .semaforo-lista li:last-child {
        background-color: #ffe1e4; /* rojo */
        border-left: 3px solid #dc3545;
    }
    .semaforo-lista li:not(:first-child):not(:last-child) {
        background-color: #fff3ce; /* amarillo */
        border-left: 3px solid #ffc107;
    }
    .semaforo-lista li:first-child {
        background-color: #dcffe4; /* verde */
        border-left: 3px solid #28a745;
    }



    .semaforo-lista li {
        padding: 8px 15px;
        margin-bottom: 4px;
        list-style: none;
        position:relative
    }

tr.selected > td {
    background-color: #feff74;
}



.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1060;
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.table tbody tr th {
    padding: 4px 8px;
    font-size: 12px;
}
.table tbody tr td {
    padding: 2px 8px;
    font-size: 11px;
}

.style-ml {
    background: #F0F4FF;
    font-family: Poppins, sans-serif;
}
.style-ml #sidebar-nav {
    background: rgb(22, 26, 45);
    padding:15px;
}
.style-ml #sidebar-nav .title-sidebar {
    color: #fff;
    background: url(../../Recursos/img/logo.png) no-repeat 10% center;
    background-size: 32px;
    padding-top: 40px;
}
.style-ml #sidebar-nav .list-group-item > span {
    font-size: 14px;
}
.style-ml #sidebar-nav .list-group-item {
    color: #fff;
    background: rgb(22, 26, 45);
    border-color: rgb(22, 26, 45);
    font-weight: 600;
    border-radius: 4px;
}
.style-ml #sidebar-nav .list-group-item:hover {
    color: rgb(22, 26, 45);
    background: #fff;
    border-color: rgb(22, 26, 45);
}
.style-ml #sidebar-nav .list-group-item.active {
    color: #fff !important;
    background: #5344FC;
    background: linear-gradient(0deg,rgba(83, 68, 252, 1) 0%, rgba(109, 97, 252, 1) 35%, rgba(124, 110, 252, 1) 100%);
    border-color: rgb(22, 26, 45);
}
.style-ml .table tr th {
    background: #020024;
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(83, 68, 252, 1) 100%);
    color: #fff;
    padding: 6px 8px;
}