html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.sinsalto {
    white-space: nowrap;
}

.filtros {
    background-color: papayawhip;
    border: 1px solid #000000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 10px;
    margin-left: 10px;
}

.cuadroRosa {
    background-color: mistyrose;
    border: 1px solid #000000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 10px;
    margin-left: 10px;
}


/*.cuadroCeleste {
    background-color: #d8e7ff*/

.cuadroAzul {
    background-color: lightsteelblue;
    border: 1px solid #000000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 10px;
    margin-left: 10px;
}

.cuadroNaranja {
    background-color:burlywood;
    border: 1px solid #000000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 10px;
    margin-left: 10px;
}

.cuadroGris {
    background-color: whitesmoke;
    border: 1px solid #000000;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 10px;
    margin-left: 10px;
}

.botonNaranja {
    background-color: coral;
    border-color: coral;
}
.botonNaranja:hover {
    background-color: coral;
    border-color: coral;
}

.botonAzul {
    background-color: cornflowerblue;
    border-color: cornflowerblue;    
}



.botonAzul:hover {
    background-color: cornflowerblue;
    border-color: cornflowerblue;
}



.btn-filtrar {
    font-weight: bold;
}

.derecha{
    text-align: right;
}

.centrado {
    text-align: center;
}

.padizq300 {
    padding-left: 300px;
}

.izquierda {
    text-align: left;
}

.anchomax200 {
    max-width: 200px;
}

.anchomax1000 {
    max-width: 1000px;
}

.ancho100 {
    width: 100%;
}

.ancho200px {
    width: 200px;
}

.fuente20 {
    font-size: 20px;
}

.altomin200 {
    min-height: 300px;
}

#btnSeleccionarEmpresa {
    padding-top: 0px;
}

.aSeleccionarEmpresa {
    padding-top: 0px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.grande{
    font-size: 20px;
    margin-top: 5px;
}

/*para selectpicket blanco*/
.btn-light {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    box-shadow: none;
    display: block;
}

    /*.btn-light:disabled, .btn-light[readonly] {*/
    .btn-light.disabled {
        background-color: #e9ecef;
        border-color: #ced4da;
        opacity: 1;
    }

.hipervnegro {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

.modal-dialog {
    max-width: 60%;
}

.button-container {
    width: 100%; /* Adjust as needed */
    text-align: center; /* Centers the buttons horizontally */
}

.left-button {
    float: left;
    margin-right: 10px; /* Adjust as needed */
}

.right-button {
    float: right;
    margin-left: 10px; /* Adjust as needed */
}

.hidden {
    display: none; /* This CSS rule will hide the element */
}

#start-task {
    position: absolute; /* or relative */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#responseMessage {
    display: none;
}

.novisible {
    display: none;
}

.centradoverticalDIV {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.checkbox-container {
    display: flex;
    /*align-items: center;*/
}

.checkbox-container label {
    margin-right: 10px; /* Espacio entre el label y el checkbox */
}

.input-container {
    display: flex;
    /*align-items: center;*/
}

.link-negro {
    color: black;
    font-weight: bold;
    display: table-row;
}

