html
{
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

html::-webkit-scrollbar
{
    width: 12px;
}

html::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}

html::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background: #c1c1c1;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

body
{
    margin: 0;
}

/* */

.btn-gris {
  color: #ffffff;
  background-color: #797979;
  border-color: #2e6da4;
}
.btn-gris:focus,
.btn-gris.focus {
  color: #ffffff;
  background-color: #5f5e5e;
  border-color: #122b40;
}
.btn-gris:hover {
  color: #ffffff;
  background-color: #5f5e5e;
  border-color: #204d74;
}
.btn-gris:active,
.btn-gris.active,
.open > .dropdown-toggle.btn-gris {
  color: #ffffff;
  background-color: #5f5e5e;
  background-image: none;
  border-color: #204d74;
}
.btn-gris:active:hover,
.btn-gris.active:hover,
.open > .dropdown-toggle.btn-gris:hover,
.btn-gris:active:focus,
.btn-gris.active:focus,
.open > .dropdown-toggle.btn-gris:focus,
.btn-gris:active.focus,
.btn-gris.active.focus,
.open > .dropdown-toggle.btn-gris.focus {
  color: #ffffff;
  background-color: #5f5e5e;
  border-color: #122b40;
}
.btn-gris.disabled:hover,
.btn-gris[disabled]:hover,
fieldset[disabled] .btn-gris:hover,
.btn-gris.disabled:focus,
.btn-gris[disabled]:focus,
fieldset[disabled] .btn-gris:focus,
.btn-gris.disabled.focus,
.btn-gris[disabled].focus,
fieldset[disabled] .btn-gris.focus {
  background-color: #5f5e5e;
  border-color: #2e6da4;
}

/* */

.contenedor-principal
{
    position: absolute;
    height: 100%;
    width: 100%;
}

.contenedor-principal-fondo
{
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('../img/fondo2.png');
}

.contenedor
{
    position: relative;
    width: 100%;
    min-width: 300px;
    height: calc(100% - 150px);
    min-height: 550px;
    top: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.contenedor-ventanas
{
    position: relative;
    width: 95%;
    min-width: 300px;
    height: fit-content;
    min-height: calc(100% - 66px);
    margin: 0 auto 10px auto;
    padding: 30px 2.5%;
    border-radius: 0.5rem;
}

.titulo-subcontenedor
{
    position: relative;
    width: 100%;
    margin: 15px 0 20px 0;
    border-radius: 0.5rem;
    font: bolder 35px cursive;
    background: #00000073;
    color: white;
    text-align: center;
    text-shadow: 0 0 5px #000;
    box-shadow: 0 0 0px 2px #040404;
}

.subtitulo-subcontenedor
{
    position: relative;
    width: 100%;
    margin: 15px 0 20px 0;
    padding: 0 10px;
    border-radius: 0.5rem;
    font: bolder 20px cursive;
    background: #00000073;
    color: white;
    text-align: left;
    text-shadow: 0 0 4px #000;
    box-shadow: 0 0 0px 1.5px #040404;
}

/* ////////// logo //////////// */

.contenedor-logo
{
    position: fixed;
    width: 100%;
    height: 100px;
    background: white;
    z-index: 3;
}

.contenedor-logo img
{
    position: absolute;
    width: auto;
    height: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.enlace-app
{
    height: 50px;
}

/* ////////// varios ////////// */

.campo-obligatorio
{
    color: red;
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
}

/* //////////// footer /////////////// */

.footer
{
    position: static;
    width: 100%;
    height: fit-content;
    bottom: 0;
    padding: 15px;
    background: #2f2f2f;
    z-index: 3;
}

.footer-parrafo
{
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    color: #ffffffa6;
    font: italic 13px 'verdana';
}

/* ////////// subventana /////// */

.subventana-dialog
{
    width: 80%;
    min-width: 300px;
}

.subventana-titulo
{
    background: #014617;
    color: white;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.subventana-titulo h4
{
    font: bolder 20px cursive;
}

.subventana-icono
{
    position: absolute;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* ///////////  ui ////////// */

.ui-autocomplete
{ 
    z-index: 1000000000;
}

.ui-autocomplete a
{
    font-weight: bolder;
    font: bolder 16px "arial";
}

/* ///////////// highcharts ///////// */

.highcharts-root, .highcharts-container
{
    width: 100% !important;
}

/* //////////// Generar Excel //////// */

.generar-excel-boton-descargar
{
    border-radius: 0.3em;
    border: 1px solid #4CAF50;
    background: #f2f2f2;
    float: right;
    cursor: pointer;
}

.generar-excel-boton-descargar:hover
{
    background: #e2dede;
    box-shadow: 0 0 3px 0px #108a10;
}

.generar-excel-boton-descargar img
{
    height: 25px;
}

/* //////// imagenes /////// */

.ajustar-imagen
{
    width: 100%;
    height: auto;
}

/* ////////// tablas /////////////// */

.tablas
{
    font-size: 14px;
}

.tablas thead th, .tablas tbody td
{
    vertical-align: middle !important;
    border: 1.5px solid #00000069 !important;
}

.tablas tbody td
{
    border: 1px solid #014617;
}

.tr-titulo
{
    background: rgb(91, 204, 127);
}

.tr-contenido
{
    background: #c0e6cc;
}

.th-funciones-2
{
    min-width: 120px;
}

.th-funciones-3
{
    min-width: 150px;
}

.th-funciones-4
{
    min-width: 180px;
}

.color-iconos
{
    color: #014617;
}

/* ////////////// movile ///////////////////// */

@media screen and (max-width: 775px)
{
    .titulo-subcontenedor
    {
        font-family: 'dotum';
    }

    .subtitulo-subcontenedor
    {
        font-family: 'dotum';
    }

    .subventana-titulo h4
    {
        font-family: 'verdana';
    }
}

