﻿body {
    margin: 0px;
    background-color: #fafafa;

    font-family:Arial;
    font-size:10pt;
}


@font-face {
    font-family: Poppins;
    src: url(Poppins-Medium.ttf);
}

label {
    font-family: Poppins;

    font-size:12pt;
   color:#636363;
}

h5 {

margin:5px;
}
.navbar {

    background-color:#fff;
    -webkit-box-shadow: 0px 10px 23px -7px rgba(194,194,194,1);
    -moz-box-shadow: 0px 10px 23px -7px rgba(194,194,194,1);
    box-shadow: 0px 10px 23px -7px rgba(194,194,194,1);
    

    font-family:Poppins;
    font-size:11pt;

}

.collapse {

margin:4px;
}


.div-area {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 23px -5px rgba(148,148,148,1);
    -moz-box-shadow: 0px 0px 23px -5px rgba(148,148,148,1);
    box-shadow: 0px 0px 23px -5px rgba(148,148,148,1);

    width:96%;
    margin-left:2%;

    padding:10px;

    border-radius:3px;
}
.div-area-1 {
    border: solid 1px #bbbbbb;
    border-radius: 4px;
    width: 98%;
    margin-left: 1%;
    text-align: center;
    padding: 5px;
    height: 100%;
}
    .form-control, .form-select {
border-radius:4px;

}
.form-select {
border-radius:4px;

}


.rpt tbody tr th {
    display: none;
}

.rpt tbody tr {
    border: solid 1px #ffffff;
    border-bottom: solid 1px #e8e8e8;
}

    .rpt tbody tr td {
        font-size: 13pt;
    }



.label-blue-1 {

    color:#2b69ff
}
.label-black {
color:#000000;
font-family:Arial;
font-size:10pt;
}

.label-black-2 {
    color: #000000;
    font-family: Arial;
    font-size: 11pt;
}

.label-gray-1 {
    font-family: Arial;
    font-size: 10pt;
    color: #636363;
}
.label-color-green {


    background-color:#98f889;
    color:#088a0f;
    font-size:10pt;
    padding:3px;
    border-radius:4px;
}
.options-line tbody tr {
    float: left;
    margin: 6px;
}

.div-text {

    width:100%;
    padding:4px;

    border: solid 1px  #d0d0d0;

    border-radius:3px;

}

.div-text-1{
    width: 100%;
    padding: 8px;
   background-color:#e8e8e8;
    border-radius: 4px;
}
/*********cargando progress*************/
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    display: none; /* Ocultarlo por defecto */
    z-index: 9999; /* Asegurarse de que esté al frente */
    align-items: center;
    justify-content: center;
}

/* Spinner o indicador de carga */
.spinner {
    border: 8px solid #f3f3f3; /* Fondo del spinner */
    border-top: 8px solid #3498db; /* Color del spinner */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Animación */
}

.inic {
    background-color: #e6eff6;
    /*  min-height:150px;*/
    padding: 8px;
    min-height: 120px;
    margin: 2px;
}

.inic-2 {
    padding: 8px;
    min-height: 120px;
    margin: 2px;
}

.bi-blue {
    color: #2480ff;
}

.num-notificacion {
    /*font-size:12pt;*/
    font-size: 10pt;
    border-radius: 15px;
}
/* Animación del spinner */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}