﻿.progress_modal {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: auto;
  margin-left: -50px;
  margin-top: -50px;
}

label { 
    display: inline-block; 
}

.CartelVerde {
   background-color: yellowgreen; 
   color: white;
   padding: 10px;
   font-family: Calibri;
   font-size: medium;
   font-weight:bold;
}

.CartelAtencion {
   background-color: #ffd100; 
   color: #0033a0;
   padding: 18px;
   font-family: Calibri;
   font-size: medium;
   font-weight: bold;
   vertical-align: top;
   display: inline-block;
   line-height: normal;
}

.CartelRojo {
   color: tomato;
   padding: 10px;
   font-family: Calibri;
   font-size: x-large;
   font-weight: bold;
}

.color-gainsboro {
    background-color: gainsboro;
}

.texto-centrado {
    text-align: center;
}

.boton_azul {
   background-color: cornflowerblue;
   border: 2px solid white;
   color: white;
   padding: 10px;
   font-size: large;
   margin-top: 20px;
   margin-bottom: 20px;
}
.boton_azul:hover {
  background-color: dodgerblue; 
  cursor:pointer;
  cursor:hand;
}
.boton_azul:focus {
   border: 2px solid gray;
   outline: none;
}

.boton_azul_2 {
  background-color: cornflowerblue;
   border: 2px solid white;
   color: white;
}
.boton_azul_2:hover {
  background-color: dodgerblue; 
  cursor:pointer;
  cursor:hand;
}
.boton_azul_2:focus {
   border: 2px solid gray;
   outline: none;
}

.boton_verde {
   background-color: mediumseagreen;
   border: 2px solid white;
   color: white;
   padding: 5px;
   font-size: large;
}
.boton_verde:hover {
  background-color: seagreen; 
  cursor:pointer;
  cursor:hand;
}
.boton_verde:focus {
   border: 2px solid gray;
    outline: none;
}

.boton_rojo {
  background-color: tomato;
   border: 2px solid white;
   color: white;
   padding: 5px;
   font-size: large;
}
.boton_rojo:hover {
  background-color: orangered; 
  cursor:pointer;
  cursor:hand;
}
.boton_rojo:focus {
   border: 2px solid gray;
   outline: none;
}

.boton_cerrarsesion {
  background-color: orchid;
   border: 2px solid white;
   color: white;
}
.boton_cerrarsesion:hover {
  cursor:pointer;
  cursor:hand;
  background-color: mediumorchid; 
}
.boton_cerrarsesion:focus {
   border: 2px solid gray;
   outline: none;
}

.btnImg {
  width: 150px;
  height: auto;
  outline:none;
  border: 0px;
}
.btnImg:focus {
   border: 0px;
   outline: none;
}

.LogoImg {
    width: 40px;
    height: 40px;
    outline: none;
    border: 2px solid white;
    vertical-align: -24px;
}
