﻿/******************************************************************************************/
/*********************** colores personalizados *******************************************/
/******************************************************************************************/
/* barra de navegación*/
nav {
    /*background-color: #28a745; verde */
    background-color: #477ccc; /*azul*/
}

/* cabecera de listas*/
thead {
    color: white;
    /*background-color: #28a745; verde*/
    background-color: #477ccc; /*azul*/
}

/* color botones, sustituye a btn-outline-micolor*/
.btn-outline-micolor { 
    color: #477ccc;
    background-color: transparent;
    background-image: none;
    border-color: #477ccc;
}

/* color texto e iconos, sustituye a .text-success*/
.text-micolor {
    color: #477ccc;
}

/******************************************************************************************/
/******************************************************************************************/
/******************************************************************************************/

/*
.odd{
    background-color:yellow;
}

.even{
    background-color:rgba(125,0,0,0.5);
}
*/

.filaSeleccionada{
    /*background-color:palevioletred;*/
    font-weight: bold;
    color: #eb17ec; /* lila*/
}

.form-group label{
    margin-bottom: 0em;
    margin-top: .5em;
}

/*
.table-striped tbody tr:nth-of-type(odd) {
    /*sobreescribo la clase table-striped para ponerlo en verde claro
    background-color: rgba(182, 236, 167, 0.22);
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: forestgreen;
    border-color: green;

}
*/

.cajatexto {
    border: 0;
    border-bottom: 1px solid #bbddbb;
}

.mlapadding {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.table555 td, .table th { 
    padding: .50rem;        /* para hacer las filas de las tablas más estrechas */
    font-size: 0.6rem;
}

form-control{ /* para modificar el input */
    /*border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius:0; */
}

.col-centrada{
    float: none;
    margin: 0 auto;
}

.campoMediano
{
    width:80px;
    height: 25px;
    /*margin-bottom: 3px;*/
}

.campoPequeño
{
    width:65px;
    height: 25px;
    /*margin-bottom: 3px;*/
}

.campoMuyPequeño
{
    width:50px;
}

.mlaletraPequeña
{
    font-size: x-small;
}

.mxContenedor{
    padding-left: 15px;
    padding-right: 15px;
    margin-right:auto;
    margin-right:auto;
}

#gwResultados td 
{
    font-size:small;
}
#gwResto td 
{
    font-size:x-small;
}
#gwResto th, #gwResultados th
{ 
    color:#004f93;   
}
.vertical-horizontal-center {
    min-height: 100%;  /* Fallback for vh unit */
    min-height: 100vh; /* You might also want to use
                        'height' property instead.
                        
                        Note that for percentage values of
                        'height' or 'min-height' properties,
                        the 'height' of the parent element
                        should be specified explicitly.
  
                        In this case the parent of '.vertical-center'
                        is the <body> element */

  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;
  
  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

.horizontal-center {
  /* Make it a flex container camp
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  
  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
  
  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;
  
  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.
  
     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

