﻿body {
    margin: 0px;
    /*  background-color: #fafafa;*/
    background-color: #f8f9fc;
    font-family: helvetica;
    font-size: 10pt;
}


@font-face {
    font-family: Poppins;
    src: url(Poppins-Medium.ttf);
}
@font-face {
    font-family: helvetica;
    src: url(Helvetica.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(Roboto-Light.ttf);
}
@font-face {
    font-family: Gontserrat;
    src: url(Gontserrat-Regular.ttf);
}
@font-face {
    font-family: MADE_TOMMY;
    src: url(MADE_TOMMY.otf);
}


label {
    font-family: Poppins;
    font-size: 11pt;
    color: #636363;
}

.title {
    font-family: Poppins;
    font-size: 13pt;
    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;

}

.text-gray {
    color: #8291a2;
    font-size:12pt;
}

.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;

}


.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-blue-2 {
    color: #2b69ff;
    font-family: helvetica;
    font-size: 14pt;
}
.label-black {
color:#000000;
font-family:Arial;
font-size:10pt;
}

.label-black-2 {
    color: #000000;
    font-family: Arial;
    font-size: 11pt;
}
.label-black-3 {
    color: #4a4a4a;
    font-family: Poppins;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12pt;
}
.label-gray-1 {
    font-family: Arial;
    font-size: 9pt;
   /* color: #636363;*/
    color: rgba(148,148,148,1);
    font-weight: bold;
    letter-spacing:1px;
}


.label-gray-2 {
    font-family: Poppins;
    font-size: 13pt;
    color: #636363;
    text-transform: uppercase;
}
.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;
}
.form-control {
font-size:11pt;


}
.form-select {
    font-size: 11pt;
}

.btn .btn-outline-primary {
 
}
/*********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 */
}

.form-control{
  
    height:35px;

}
.form-select {
    height: 35px;
}

.css-opcion tbody tr{

    float:left;
    margin:5px;
    font-size:11pt;
}
.campo {

width:100%;
margin:3px;
}
.msj-success {

    color:#02ba0c;
    text-align:right;
    padding:10px;

}

.form-control {
    background-color: #e6ebf7;
/*    border: solid 1px #e6ebf7;*/
padding:7px;
}

h5 {
width:100%;
text-align:center;
}

.outline-2 {
    border: 2px solid #d2d3d5;
}
/* Animación del spinner */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}