:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #71D202;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #71D202;
    --bs-btn-border-color: #71D202;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #59A90A;
    --bs-btn-hover-border-color: #59A90A;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #59A90A;
    --bs-btn-active-border-color: #59A90A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #71D202;
    --bs-btn-disabled-border-color: #71D202;
}
.btn-outline-primary {
    --bs-btn-color: #71D202;
    --bs-btn-border-color: #71D202;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #71D202;
    --bs-btn-hover-border-color: #71D202;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #71D202;
    --bs-btn-active-border-color: #71D202;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #71D202;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #71D202;
    --bs-gradient: none;
}

.btn-gp {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1C4262;
    --bs-btn-border-color: #1C4262;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #03263A;
    --bs-btn-hover-border-color: #03263A;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #03263A;
    --bs-btn-active-border-color: #03263A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1C4262;
    --bs-btn-disabled-border-color: #1C4262;
}

body{
    background-color: #F1F1F1;
}
#top-nav-bar{
    width: 100%;
    padding: 15px;
    height: 60px;
    background-color: #1C4262;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#img-user{
    margin-top: -5px;
    margin-right:5px;
    height:35px;
    width: 35px;
    border-radius: 35px;
    border: 2px solid white;
    transition: 0.5s;
}
.f-left{
    float: left;
}
#img-user:hover{
    border: 2px solid #71D202;
}
.material-symbols-sharp{
    font-size:2rem;
    
}
.link-menu{
    color:white; 
    text-decoration: none;
    transition: 0.3s;
}
.link-menu:hover{
    color:#71D202;
}

#menu{
    height: 100vh;
    width: 215px;
    background-color: #1C4262;
    text-align: center;
    font-size: 0.8rem;
    padding-top: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: fixed;
    overflow-y: scroll;
    overflow: hidden;
    z-index: 9999999;
}
#menu>span {
    font-size: 40px;
}
.item-menu{
    padding-top: 10px;
    padding-bottom: 15px;
    transition: 0.3s;
    margin: 15px 0px;
    height: 40px;
}
.item-menu a{
    color:white;
    text-decoration: none;
    transition: 0.3s;
}
.item-menu a:hover,.item-menu a:focus{
    color:#71D202;
    text-decoration: none;
}
.activo{
    background-color: #C7D1D7;
}
.activo a{
    color:#074369 !important;
    text-decoration: none;
}
.icono-menu{
    width:30px;
    float:left;
    margin-left:10px;
}
.texto-menu{
    width:70px; 
    margin-left:10px;
    float:left;
    padding-top: 3px;
}
.ul-tareas {
    width: 100%;
}
.ul-tareas li{
    display: inline-block;
    margin: 5px 10px;
    font-size: 0.85rem;
    background-color: #E4E8EB;
    border-radius: 5px;
    padding:5px;
    transition: 0.5s;
    list-style: none;
}
.ul-tareas li:hover{
    background-color: #074369
}
.ul-tareas a{
text-decoration: none;
color:#333;
}
.ul-tareas a:hover{
color:white;
}
.movimiento-activo{
    background-color: #71D202;
    color: white;
    border:1px #71D202 solid;
}

tr td{
    vertical-align: middle;
}
.celda-monto{
    text-align: right;
    min-width: 90px;
    font-size: 0.63rem;
}
.montos-totales{
    background-color: #E4E8EB;
    font-weight: bolder;
    font-size: 0.63rem;
}
#link-logout{
text-decoration: none;
color:white;
transition:0.5s;
}
#link-logout:hover, #link-logout:focus{
color:#71D202;
}

.nav-link{
    text-decoration: none;
    color:white;
    transition:0.5s;
    }
    .nav-link:hover, .nav-link:focus{
    color:#71D202;
    }

.dt-buttons{
    float: left;
    width: 50%;
}
.dataTables_filter{
    float: left;
    width: 50%;
    text-align: right;
    margin-bottom: 15px;
}
.dataTables_filter>label{
    font-size: 1.2rem;
    color:#333;
    font-weight: lighter;
}
.dataTables_filter>label>input{
    float: right;
    width: 200px;
    height: 32px;
}
.active>.page-link, .page-link.active{
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #71D202;
    border-color: #71D202;
}
.dataTables_info{
    color: #666;
    font-size: 0.8rem;
}

.link-tabla{
    text-decoration: none;
    color:#074369
}

a.page-link{
    font-size: 0.7rem;
}

.entrada-codigo-gasto{
    width:50px;
    text-align: left !important;
}

.entrada-presupuesto{
    border:0px;
    border-radius:3px;
    height:30px;
    text-align:center;
    font-size:0.8rem;
}

.entrada-descr-gasto{
    width:300px;
    text-align: left !important;
}

.entrada-budget-code{
    width:80px;
    text-align: left !important;
}

.entrada-codigo-pro{
    width:120px;
    text-align: left !important;
}
.entrada-prorratea{
    width:50px;
}

.entrada-monto-mes{
    width:70px;
    font-size: 0.7rem;
    text-align: right;
}
.subcategoria{
    color:#ddd;
    text-decoration:none
}
.subcategoria:hover{
    color:#71D202;
}