    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }
    }
    
    body {
        font-family: Arial, Helvetica, sans-serif;
    }
    
    * {
        box-sizing: border-box;
    }
    /* Create a column layout with Flexbox */
    
    .row {
        display: flex;
    }
    /* Left column (menu) */
    
    .left {
        flex: 35%;
        padding: 15px 0;
    }
    
    .left h2 {
        padding-left: 8px;
        color: #FFFFFF;
    }
    /* Right column (page content) */
    
    .right {
        flex: 65%;
        padding: 15px;
    }
    /* Style the search box */
    
    #mySearch {
        width: 100%;
        font-size: 18px;
        padding: 11px;
        border: 1px solid #ddd;
    }
    /* Style the navigation menu inside the left column */
    
    #myMenu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    /* CAMBIAR EL ALTO Y ANCHO ENTRE MENUS */
    
    #myMenu li a {
        padding: 2px;
        padding-right: 12px;
        padding-left: 14px;
        text-decoration: none;
        color: #FFFFFF;
        display: block;
    }
    
    #myMenu li a:hover {
        background-color: rgb(255, 255, 255);
        color: black;
    }
    /* fondo navbar ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
    
    .bg-primary {
        background-color: #0058A5 !important;
    }
    /* estilo botones  ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
    
    .btn-primary {
        background-color: #0058A5 !important;
    }
    
    .btn-outline-primary:hover {
        background-color: #0058A5 !important;
    }
    
    .btn-light {
        background-color: rgb(207, 207, 207) !important;
    }
    
    .btn-primary:hover {
        background-color: blue !important;
        color: rgb(254, 254, 255);
    }
    /* cabecera color tablas  ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><*/
    
    .thead-primary {
        background-color: #0058A5 !important;
        color: #FFFFFF !important;
    }
    /* container editado ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
    
    #mycontainer {
        max-width: 1600px !important;
    }
    /* css para los submenus  ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
    
    .dropdown-submenu {
        position: relative;
    }
    /* Flecha del submenu */
    
    .dropdown-submenu a::after {
        transform: rotate(0deg);
        position: absolute;
        right: 3px;
        top: 40%;
    }
    
    .dropdown-submenu a:hover::after {
        transition: 0.2s;
        transform: rotate(-90deg);
        position: absolute;
        right: 3px;
        top: 40%;
    }
    /* CAMBIAR EL ALTO DE SUBMENU  */
    
    .dropdown-submenu:hover .dropdown-menu,
    .dropdown-submenu:focus .dropdown-menu {
        display: flex;
        flex-direction: column;
        position: absolute !important;
        margin-top: -30px;
        left: 100%;
    }
    
    .dropdown-menu:hover,
    .dropdown-menu,
    .dropdown-menu:focus {
        margin-top: -1px;
    }
    
    @media (max-width: 992px) {
        .dropdown-menu {
            width: 50%;
        }
        .dropdown-menu .dropdown-submenu {
            width: auto;
        }
    }
    
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    
    .dropdown-item:hover>.dropdown-menu {
        display: block;
    }
    
    .letra {
        font-size: 100% !important;
    }
    /* Estilo de los badges de notificacion ->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
    
    table {
        font-size: 12px !important;
    }
    
    .notify-badge {
        position: absolute;
        right: -15px;
        top: 2px;
        padding: 5px 8px;
        font-size: 12px;
    }
    
    .notify-badgesub {
        position: absolute;
        right: 28px;
        top: 7px;
        padding: 5px 8px;
        font-size: 12px;
    }
    
    .notify-badgesub1 {
        position: absolute;
        right: 28px;
        top: 15px;
        padding: 5px 8px;
        font-size: 12px;
    }
    
    .notify-pqr {
        position: absolute;
        right: 50px;
        top: 58px;
        padding: 5px 8px;
        font-size: 12px;
    }
    
    html,
    body {
        height: 100% !important;
    }
    
    .procesando {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        align-items: center;
        display: flex;
        justify-content: center;
    }
    /* HOLA MUNDO */
    
    .ul {
        background-color: blue !important;
    }
    
    html {
        font-size: 14px !important;
    }
    
    @media all and (min-width: 992px) {
        .dropdown-menu li {
            position: relative;
        }
        .nav-item .submenu {
            display: none;
            position: absolute;
            left: 100%;
            top: -7px;
        }
        .nav-item .submenu-left {
            right: 100%;
            left: auto;
        }
        .dropdown-menu>li:hover {
            color: black !important;
            background-color: #0058A5 !important;
        }
        .dropdown-menu>li:hover>.submenu {
            display: block;
            color: black !important;
        }
    }
    
    @media (max-width: 991px) {
        .dropdown-menu .dropdown-menu {
            margin-left: 0.7rem;
            margin-right: 0.7rem;
            margin-bottom: .5rem;
        }
    }
    
    .nav-link {
        color: white !important;
    }
    
    .nav-link:hover {
        color: white !important;
    }
    
    .dropdown-menu {
        background-color: #0058A5 !important;
    }
    
    .dropdown-item {
        color: white !important;
    }
    
    .dropdown-item:hover {
        background-color: white !important;
        color: black !important;
    }
    
    .dropdown-item:focus {
        background-color: white !important;
        color: black !important;
    }
    /* color de las etiquetas */
    
    .breadcrumb {
        background-color: #EBEBEB;
        padding: 7px;
        border-radius: 3px;
    }
    
    tbody {
        border-top: none !important;
    }
    
    .dropdown-divider {
        background-color: white !important;
    }
    
    .navbar {
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
    /* //CSS para tooltip */
    
    .with-tooltip {
        position: relative;
    }
    
    .with-tooltip::after {
        content: attr(data-tooltip-content);
        padding: 8px;
        border-radius: 4px;
        position: absolute;
        color: white;
        bottom: 115%;
        right: 50%;
        left: 50%;
        width: max-content;
        background-color: #0058A5;
        opacity: 0;
        font-size: 1rem;
        visibility: hidden;
        transform: translate(-50%, 18px) scale(0.8);
        transition: visibility, opacity, transform 250ms;
    }
    
    .with-tooltip:hover::after {
        visibility: visible;
        opacity: 1;
        transform: translate(-50%, 0);
    }
    /* ESTILOS ANCHO */
    
    .wi-20 {
        width: 20% !important;
    }
    
    .wi-25 {
        width: 25% !important;
    }
    
    .wi-49 {
        width: 49% !important;
    }
    
    .wi-50 {
        width: 50% !important;
    }
    
    .wi-79 {
        width: 79% !important;
    }
    
    .wi-90 {
        width: 95% !important;
    }