body {
    overflow: hidden;
    font-size: 0.6rem !IMPORTANT;
    background-color: rgba(26, 26, 26, 1);

    .login-container {

        background-image: url('../multimedia/imagen/Fondo.jpg') !IMPORTANT;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;

    }

    .page-content {
        margin-top: 50px;
        width: calc(100% - 0px);
    }

    .navbar {
        padding: 2px 8px 2px 8px;
    }

    .navbar-brand img {
        height: 3rem;
        display: block;
        margin-left: 10px;
    }

    .breadcrumb {
        margin-bottom: 0rem;
        background-color: transparent;
    }

    .breadcrumb-item i {
        margin-right: 3px;
    }

    .navbar-inverse {
        background-color: #000000
    }

    .page-header-default {
        margin: 0px;
    }

    .content {
        padding: 0.325rem;
    }

    .sidebar-content {
        padding: 0px 4px 0px 3px;
    }

    .sidebar {
        #background-color: #666666;
    }

    .footer {
        position: fixed;
        padding: 0px 0px 0px 10px;
        bottom: 10px;
    }

    .modal-body {
        padding: 5px 10px 10px 10px;
        overflow: auto;

    }

    .dropdown-menu {

        overflow: auto;
        max-height: 300px;

    }


    .sidebar-light .nav-sidebar>.nav-item-open>.nav-link:not(.disabled), .sidebar-light .nav-sidebar>.nav-item>.nav-link.active {
        background-color: #f5f5f5;
        color: white;
    }

    .dropdown-item.active {
        color: #fff;
        background-color: darkgray;
    }

    .nav-item-open>.nav-link:not(.disabled), .sidebar-dark .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar>.nav-item-open>.nav-link:not(.disabled), .sidebar-light .card[class*=bg-]:not(.bg-light):not(.bg-white):not(.bg-transparent) .nav-sidebar>.nav-item>.nav-link.active {
        background-color: #1a1a1a !IMPORTANT;
    }

    .nav-link {
        cursor: pointer;
    }

    .navbar-dark {
        background-color: #000000;
        border-bottom-color: rgba(0, 0, 0, 1);
    }

    .card {
        margin-bottom: 0.5rem;
    }

    .card-header:not([class*=bg-]):not([class*=alpha-]) {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .card-title {
        font-size: 0.9rem;
        font-weight: 400;
    }

    .dropdown-menu {
        font-size: 0.8rem;
    }

    .row {
        margin-right: -0.2rem;
        margin-left: -0.2rem;
    }

    .col {
        padding-right: 0.250rem;
        padding-left: 0.250rem;
    }

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

    .form-control {
        font-size: 0.75rem;
    }

    .btn {
        margin: 2px;
        font-size: 9px;
    }

    .btn-group {
        margin: 0px 4px 4px 0px;
    }


    .btn-primary {
        background-color: rgba(26, 26, 26, 1);
        /*#1a1a1a*/
        border-color: rgba(26, 26, 26, 1);
        /*#1a1a1a*/
    }

    .btn-primary:focus, .btn-primary.focus, .btn-primary:hover {
        background-color: rgba(26, 26, 26, 0.5);
        /*#1a1a1a*/
    }

    .btn-secondary {
        border-color: transparent;
    }

    .btn-elemento {
        padding: 6px 8px 5px 28px !IMPORTANT;
        overflow-wrap: normal;
        #max-width: 200px;
        text-align: left;
        white-space: normal;
        word-break: normal;
    }

    .btn-elemento-menu {
        padding: 6px 8px 5px 2px !IMPORTANT;
        margin-left: -2px !IMPORTANT;
    }

    .btn-simple {
        padding: 4px 4px 2px 4px !IMPORTANT;
        overflow-wrap: normal;
        max-width: 200px;
        text-align: left;
        white-space: normal;
        word-break: normal;
        background-color: #e6e5e5;
        color: #333333;
        border-color: #868686;
        border-width: 1px;

    }

    .btn-simple>img {
        margin: 0px 5px 5px 0px;
    }

    .btn-labeled>b {
        height: calc(100% + 1px);
        ;
        padding: 4px;
    }

    .bg-boton-elemento {
        background-color: #EEEEEE;
        border-color: #BBBBBB;
    }

    a:hover, a:focus {
        color: rgba(26, 26, 26, 0.5);
        /*#1a1a1a*/
        text-decoration: none;
    }

    a {
        color: rgba(26, 26, 26, 1);
        /*#1a1a1a*/
        text-decoration: none;
    }

    .modal-title {
        width: 100%;
    }


    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    ::-webkit-scrollbar-track {
        background-color: #F5F5F5;
        border-left: 0px solid #ccc;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #999999;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(26, 26, 26, 1);
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 20px 0;
    }

    .sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
        z-index: 10000;
    }

    .parpadeo_rojo {
        color: #FF0000;
        animation: blinkerapp 1s linear infinite;

    }

    .parpadeo {
        /* Opera */
        animation: blinkerapp 1s linear infinite;
        
        -webkit-animation: blinkerapp 1s linear infinite;
        /* Safari, Chrome */
        -moz-animation: blinkerapp 1s linear infinite;
        /* Firefox */
        -ms-animation: blinkerapp 1s linear infinite;
        /* IE10+ */
        -o-animation: blinkerapp 1s linear infinite;
    }

    @keyframes blinkerapp {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    /* Prefijos para compatibilidad */
    @-webkit-keyframes blinkerapp {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .BIESTADO_COLOR_TEXTO {
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        border: none;
        background: none;
        background-color: #FFFFFF;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        color: #555;
        font-weight: bold;
        font-size: 0.9em;
        display: block;
        float: left;
        margin: 2px 5px 2px 0;
        padding: .5em;
    }

    .BIESTADO_COLOR_TEXTO:hover, .BIESTADO_COLOR_TEXTO:focus {
        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

    .lista_sin_inline {
        margin: 0px;
        list-style-type: none;
        padding-inline-start: 0px;

    }

    .table td, .table th {
        padding: .35rem;
    }


    .fondo_verde {
        background-color: green !important;
    }

    .fondo_rojo {
        background-color: red !important;
    }

    .cabecera_elemento {
        padding: 10px 5px 10px 5px;
        background: rgb(26, 26, 26);
        background: linear-gradient(180deg, rgba(26, 26, 26, 1), rgba(0, 0, 0, 1));
        font-weight: bolder;
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .logo_cabecera_elemento {
        max-width: 160px;
        min-height: 80px;
        /* background-color: rgba(200, 200, 200, 0.5); */
        margin: 5px;
        display: flex;
        align-items: center;
        border-radius: 0.25rem !important;
        justify-content: center;
        display: flex;
    }

    .texto_cabecera_elemento {
        width: 100%;
        min-height: 40px;
        font-size: 14px;
        color: white;
        margin: 5px;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .imagen_cabcera_elemento {
        max-width: 160px;
        max-height: 80px;
        border-radius: 0.25rem !important;
    }

    .icono_cabecera_elemento {
        width: 80px;
        color: white;
        text-align: center;
        justify-content: center;
        display: flex;
        padding-left: 5px;
    }

    .swal2-title {
        font-size: 1.475em;
    }

    .swal2-html-container {
        font-size: 1em;
    }