@font-face {
    font-family: Lato-Regular; 
    src: url('../fuentes/Lato-Regular.ttf');                      
}

@font-face {
    font-family: Lato-Bold; 
    src: url('../fuentes/Lato-Bold.ttf');                      
}
.Lato-500 {
    font-family: Lato-Bold;
}

* {
    font-family: 'Lato-Regular';
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    outline: none!important;
}

a {
    text-decoration: none;
    color: inherit;
}

textarea {
    resize: none;
    /*padding-top: 7px!important;*/
}

/*LOGIN*/

#body-guest {
    height: 100vh;
    background-image: url(../imagenes/fondo-login.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-guest {
    max-width: 140px;
}

.card-guest, .card-guest-2 {
    width: 100%;
    max-width: 360px;
    background-color: white;
}

.card-guest-2 {
    max-width: 470px;
}

/*FORMULARIO*/

.card-border-green {
    border: 1px solid #6CD33C;
    border: 0px;
    border-radius: 0.75rem;
}

.card-sic {
    background-color: white;
    border: 0px;
    border-radius: 0.75rem;
}

.label {
    font-size: 13px;
    cursor: pointer;
    color: #666666;
}

.required {
    color: red;
    display: inline;
}

.form-control {
    height: 38px;
    border: 1px solid #CACACA;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    background-color: white;
}

.form-control::-webkit-input-placeholder {
    color: #CACACA;
}

.filtro-inicio-fecha {
    width: 80px;
    height: 19px;
    padding: 3px 0px 0px 3px;
    font-size: 11px;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
    box-shadow: none!important;
}

.filtro-fin-fecha {
    width: 80px;
    height: 19px;
    padding: 0px 0px 2px 3px;
    font-size: 11px;
    border-radius: 0px 0px 5px 5px;
    border-top: 0px;
    box-shadow: none!important;
}

.tab-login {
    padding: 1rem;
    font-size: 1rem;
    cursor: pointer;
    color: #252525;
}

.tab-login.active {
    border-bottom: 4px solid #6CD33C;
    color: #6CD33C;
}

.text-green-sic {
    color: #6CD33C!important;
}

.text-dark-green-sic {
    color: #2F974E!important;
}

.text-red-sic {
    color: #ED1C24!important;
}

.text-gray-sic {
    color: #666666!important;
}

.text-gray-sic-2 {
    color: #3d3d3d!important;
}

.bg-dark-green {
    background-color: #0E6227!important;
}

.bg-gray {
    background: #CACACA!important;
}

.h7 {
    font-size: 0.7rem;
}

.h8 {
    font-size: 0.5rem;
}

.pointer {
    cursor: pointer!important;
}

/*BOTONES*/

.btn-primary {
    background-color: #E1FFD4;
    border: 0px;
    box-shadow: 0px 3px 4px rgba(9, 30, 66, 0.1);
    color: #2F974E;
    font-family: Lato-Bold;
    text-decoration: none!important;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #6CD33C;
    color: white;
}
.btn-primary:active, .btn-primary.active {
    background-color: #49B146!important;
}
.btn-primary:disabled {
    background-color: #CACACA;
    color: #414141;
}

.btn-outline {
    border: 1px solid #6CD33C;
    background-color: transparent;
    color: #6CD33C;
    font-family: Lato-Bold;
    text-decoration: none!important;
}
.btn-outline:hover, .btn-outline:focus {
    border: 1px solid transparent;
    background-color: #6CD33C;
    color: white!important;
}
.btn-outline:active {
    border: 1px solid transparent!important;
    background-color: #49B146!important;
    color: white;
}
.btn-outline:disabled {
    background-color: #CACACA;
    color: #414141;
}

/*NO COMPLETOS*/

.btn-link {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    color: #6CD33C!important;
    font-family: Lato-Bold;
    text-decoration: none!important;
}

/*FIN NO COMPLETOS*/

#notificaciones {
    width: 500px;
    overflow: auto;
    max-height: calc(100vh - 100px);
}

.notificacion {
    white-space: normal;
    background-color: transparent;
    border-bottom: 1px solid #dee2e6;
}

.notificacion:last-child {
    border-bottom-width: 0;
}

.dropdown-item:active {
    background-color: #d5d5d5!important;
}

.estado-notificacion {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #b3b3b3;
}

.btn-menu {
    position: relative;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    box-shadow: none;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
}

.btn-primary.btn-menu > span {
    position: absolute;
    width: 5px;
    height: calc(100% - 1rem);
    background-color: #49B146;
    border-radius: 6px;
    display: block;
    margin-left: -0.75rem;
    margin-top: -0.25rem;
}

.btn-menu > p {
    display: inline;
    margin-bottom: 0px;
}

/*PLANTILLA*/

#body {
    background-image: url(../imagenes/fondo-app-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#left-menu {
    width: 270px;
    height: 100vh;
    box-shadow: 26px 18px 167px rgba(9, 30, 66, 0.1);
    background-color: white;
    transition: 0.5s;
    overflow: auto;
}

#header-left-menu > div {
    width: 26px;
    height: 26px;
    color: white!important;
    padding: 0px;
}

#header-left-menu {
    height: 4rem;
}

#header-left-menu > .btn > .fa-angle-right {
    display: none;
}

#seccion-logo-sic > img {
    width: 46px;
    height: 46px;
}

#seccion-icon-menu > img {
    width: 66px;
    height: 46px;
}

.small-menu {
    width: 110px!important;
}

.small-menu > .contenedor-menu > .btn-menu > p {
    display: none;
}

.small-menu > #header-left-menu > .btn > .fa-angle-left {
    display: none;
}

.small-menu > #header-left-menu > .btn > .fa-angle-right {
    display: inline;
}

.small-menu > #header-left-menu {
    justify-content: center!important;
}

.small-menu > #header-left-menu > .btn {
    margin-right: 0px!important;
}

.small-menu > #seccion-logo-sic > .text-green-sic {
    display: none;
}

#left-menu ~ .tooltip {
    display: none;
}
.small-menu ~ .tooltip {
    display: inline!important;
}

.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.w-30px {
    width: 30px!important;
    min-width: 30px!important;
    max-width: 30px!important;
}

.w-80px {
    width: 80px!important;
    min-width: 80px!important;
    max-width: 80px!important;
}

.w-90px {
    width: 90px!important;
    min-width: 90px!important;
    max-width: 90px!important;
}

.w-100px {
    width: 100px!important;
    min-width: 100px!important;
    max-width: 100px!important;
}

.w-120px {
    width: 120px!important;
    min-width: 120px!important;
    max-width: 120px!important;
}

.w-130px {
    width: 130px!important;
    min-width: 130px!important;
    max-width: 130px!important;
}

.w-150px {
    width: 150px!important;
    min-width: 150px!important;
    max-width: 150px!important;
}

.w-180px {
    width: 180px!important;
    min-width: 180px!important;
    max-width: 180px!important;
}

.w-190px {
    width: 190px!important;
    min-width: 190px!important;
    max-width: 190px!important;
}

#top-menu {
    height: 4rem;
    box-shadow: 0px 8px 12px rgba(9, 30, 66, 0.1);
    /* overflow-x: hidden; */
    background-color: white;
    /* overflow: hidden; */
    position: absolute;
}

.imagen-perfil {
    background-image: url(../imagenes/icono-sic.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #091352;
}

.imagen-perfil > a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background-color: #E1FFD4;
    margin-bottom: -4px;
    margin-right: -8px;
    border-radius: 50%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: black!important;
    padding: 0px;
    text-align: center;
    line-height: 18px;
    font-size: 0.6rem;
}

.logo-empresa {
    height: 3rem;
}

#body-app {
    width: 100%;
    height: calc(100vh - 4rem);
    margin-top: 4rem;
    overflow-y: auto;
}

.app-body {
    overflow: hidden;
}
label.error {
    color: red!important;
    font-size: 10px;
    display: block!important;
    height: 10px;
    margin-bottom: -10px;
}

.input-group > label.error {
    margin-top: 38px;
    position: absolute;
}

.select2 + label.error {
    margin-top: 38px;
    position: absolute;
}

/* .fondo-app-1 {
    background-image: url(../imagenes/fondo-app-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fondo-app-2 {
    background-image: url(../imagenes/fondo-app-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} */

/*SELECT 2*/

.select2, .select2-container, .select2-container--default, .select2-container--below, .select2-container--open {
    border-radius: 0px 0px 5px 0px;
}

.select2-selection__rendered {
    background-color: rgba(220,220,180,0);
    border:0px;
    height: 32px;
    padding: 0px;
}
.select2-container--default, .select2-selection--single{
    background-color: white !important;
    border-radius: 5px !important;
    border: 1px solid#CACACA !important;
    box-sizing: border-box !important;
    box-shadow: 0px 0px 8px rgba(200, 200, 200, 0.1) !important;
    height: 38px;
    padding: 0px;
}
.label-campo-filtro > .select2-container--default, .label-campo-filtro > .campo {
    height: 30px!important;
    margin-top: -4px;
}
.select2-selection, .select2-selection--single, .select2-selection__rendered{
    border:0px!important;
    background-color: rgba(0,0,0,0)!important;
    height: 33px!important;
    line-height: 25px!important;
    font-weight: 500!important;
    font-size: 13px!important;
    border-radius: 4px;
    color: rgba(50,50,50,0.9) !important;
    padding-top: 2px;
}

.select2-selection--single {
    border-radius: 4px!important;
}

.select2-selection__arrow{
    height: 34px!important;
    font-size: 10px!important;
    text-align: center!important;
    padding-top:9px;
    color:rgba(220,220,200,1)!important;
}
.select2-dropdown, .select2-dropdown--below {
    overflow: hidden;
}
.select2-results__option, .select2-results__option--selectable, .select2-results__option--selected{
    background-color: white!important;
    color: rgba(50,50,50,0.9)!important;
}
.select2-search__field{
    font-size: 12px;
}
.select2-search__field:focus{
    border:1px solid rgba(220,220,210,1)!important;
}
.select2-results__option, .select2-results__message{
    color: rgba(50,50,50,0.9)!important;
    font-weight: 500!important;
    font-size: 12px!important;
}

.select2-dropdown, .select2-dropdown--below{
    border-top:0px!important;
    margin-left: -1px!important;
    margin-top: -1px!important;
    background-color: white!important;
    border: 1px solid#CACACA !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 8px rgba(200, 200, 200, 0.2) !important;
}

.select2-results__options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: rgba(125,125,125,0.3);
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: rgba(125,125,125,0.5);
}

.select2-results__options::-webkit-scrollbar-track {
    background: rgba(0,0,0,0);
}

.select2-results__option:hover, .select2-results__option--selectable:hover, .select2-results__option--selected:hover{
    background-color: rgba(100,100,100,1)!important;
    color: white!important;
}

.select2-container--open {
    z-index: 2001;
}

.select2-container--disabled > .selection > .select2-selection--single > .select2-selection__rendered {
    color: #CCCCCC!important;
}

.select2-container--disabled .select2-selection__arrow > b {
    border-color: #CCC transparent transparent transparent!important;
}

/*MULTIPLE*/
.container-select2-multiple > .select2-container--default {
    height: auto!important;
}

.select2-selection--multiple {
    height: auto!important;
    display: flex!important;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    flex-wrap: wrap;
    padding: 0.25rem !important;
}

.select2-selection--multiple > .select2-search--inline {
    order: 1!important;
    width: 100%!important;
}

.select2-selection--multiple > .select2-search > .select2-search__field {
    width: 100%!important;
    display: block!important;
    border: 1px solid #CACACA!important;
    margin: 0px!important;
    height: 34px!important;
    padding: 0px 5px!important;
    height: 28px!important;
}

.select2-selection__rendered {
    order: 2!important;
    width: 100%!important;
}

.select2-selection__rendered {
    width: 100%!important;
    height: auto!important;
    margin-bottom: 0px!important;
}

.select2-selection__choice {
    margin-left: 0px!important;
    margin-right: 5px!important;
    padding-top: 2px!important;
    background-color: #FFF!important;
    border-color: #D0D0D0!important;
    height: 32px!important;
    padding-left: 28px!important;
    padding-right: 8px!important;
}

.select2-selection__choice__remove {
    border-color: #D0D0D0!important;
    background-color: #F3F3F3!important;
    height: 30px!important;
    padding: 0px 6px!important;
}

.select2-multiple + .select2.select2-container.select2-container--default {
    height: auto!important;
}

/*SELECT2 TRANSPARENTE*/
.select2-transparente + .select2-container {
    border: 0px!important;
    background-color: transparent!important;
    box-shadow: none!important;
    height: 10px!important;
    display: inline!important;
    padding: 0px!important;
    margin: 0px!important;
}

.select2-transparente + .select2.select2-container.select2-container--default {
    height: auto!important;
}

.select2-transparente + .select2-container .select2-selection--single {
    box-shadow: none!important;
    height: 20px!important;
    margin-top: 0px!important;
    padding-top: 0px!important;
}

.select2-transparente + .select2-container .select2-selection__rendered {
    padding-right: 10px!important;
    padding-top: 0px!important;
    height: 20px!important;
    line-height: 20px!important;
    font-size: 10px!important;
    color: #666666!important;
}

.select2-transparente + .select2-container .select2-selection__arrow {
    padding-top: 0px!important;
    margin-top: 0px!important;
    height: 15px!important;
    width: 10px!important;
}






/*SCROLLS*/

.scroll-green::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.scroll-green::-webkit-scrollbar-thumb {
    background: rgba(14, 98, 39, 0.3);
}
.scroll-green::-webkit-scrollbar-thumb:hover {
    background: rgba(14, 98, 39, 1);
}
.scroll-green::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 1);
}

.scroll-md::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/*FORM*/

#modal-form-sic > .modal-dialog > .modal-content .modal-header {
    border-bottom: 0px;
}

#modal-form-sic > .modal-dialog > .modal-content > .modal-footer {
    border-top: 0px;
}

/*TABLES*/

.table-sic > tbody > tr > td {
    vertical-align: middle;
    color: #252525!important;
}

.table-sic > tbody > .even > td {
    background-color: white!important;
}

.table-sic > tbody > .odd > td {
    background-color: rgba(250, 250, 250, 1);
    box-shadow: none!important;
}

.table-sic > :not(caption) > * > * {
    background-color: white;
}

#table-sic_filter > label {
    width: 100%;
}

#table-sic_length {
    min-width: 150px;
    /*border: 1px solid red;*/
}

#table-sic_length > label {
    width: 100%;
    /*display: inline!important;*/
}

#table-sic_length > label > .form-select {
    display: inline-block;
    width: 70px;
    height: 38px;
    margin-left: 10px;
}

thead {
  position: sticky;
  top: 0;
  background-color: #fff; /* Opcional: Establece un fondo para que el encabezado sea visible */
}


.contenedor-camara {
    position: relative;
    border: 1px solid rgb(200, 200, 200);
    border-radius: 5px;
}

.iniciar-camara {
    background-color: transparent!important;
    margin: 5px 0px 6px 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    border: 0px;
    cursor: pointer;
    text-align: center;
    padding: 0px;
}

.boton-camara {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background-color: white;
    color: rgb(60, 60, 60);
    padding: 0px;
    line-height: 30px;
    font-size: 16px;
    cursor: pointer;
    display: none;
    z-index: 1001;
}

.camara-video {
    display: none;
    border-radius: 4px;
}

.imagenBase64 {
    height: 0px!important;
    min-height: 0px!important;
    visibility: hidden!important;
    margin: 0px!important;
    padding: 0px!important;
    border: 0px!important;
}

#photoPreview {
    border-radius: 4px;
    display:none;
    object-fit: contain;
}

.scroll-container {
    white-space: nowrap; /* Evita que los elementos salten de línea */
    overflow-x: auto; /* Activa el scroll horizontal */
    display: flex; /* Asegura que los col-auto se mantengan en fila */
    gap: 10px; /* Espacio entre columnas */
}