/* ESTILO TABLAS*/
.stroke {
        font-family:Microsoft Sans Serif;
          font-size:15px;
          color:white;
          text-shadow:1px  0px 0px black,
                      0px  1px 0px black,
                      -1px  0px 0px black,
                      0px -1px 0px black;
}
/* ESTILO MODAL INICIATIVAS*/
 #McModalUI {
    width: auto;
    height: auto;
}
.texto-izquierda{
    text-align: left;
}
.texto-derecha{
    text-align: right;
}
.contenedor-progreso{
    max-width: 800px;
    height: 115px;
    margin: 1em auto;
}
.alerta {
    background-color: #f00;
}
.table-fixed thead {
    width: 90%;
}
.table-fixed tbody {
    height: 50px;
    width: 90%;
}
.table{
    overflow-x: scroll !important;
}
.tiempo{
    background-color: green;
}
.destiempo{
    background-color: #ffa600;
}
.fixed-y{             
}
/* ESTILO BOTONES FILES*/
.file-select {          
  position: relative;
  display: inline-block;
}
 
.file-select::before {
  background-color: #5678EF;
  color: white;
  display: flex;            
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  content: 'Seleccionar'; /* testo por defecto */
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;                
}
 
.file-select input[type="file"] {
  opacity: 0;
  width: 200px;
  height: 32px;
  display: inline-block;            
}
 
#src-file1::before {
  content: 'Seleccionar Archivo 1';
}
 
#src-file2::before {
  content: 'Seleccionar Archivo 2';
}


.nombre_inicio {
        font-family:Microsoft Sans Serif;
          font-size:30px;
          color:white;
          text-shadow:1px  0px 0px black,
                      0px  1px 0px black,
                      -1px  0px 0px black,
                      0px -1px 0px black;
}
.card-div {
  height: 158%;
  width: 50%;
  background-color: powderblue;
}
.trhead{
    background: #081e88;
}

.modal-full {
    min-width: 20%;
    margin-left: 80;
}

.modal-full .modal-content {
    min-height: 100vh;
}
.headt td {
  min-width: 235px;
  height: 100px;
}

/* MODAL FULLSCREEN*/
 .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    
}  
.modal-content {
    height: 100%;
    border: 0;  
}
.modal-header
{
        padding:15px 15px;
        border-bottom:1px solid #eee;
        
}
.modal-footer {
}
.modal-body {
    overflow-y: auto;
}