
/*MOstrar los valores introducidos por input en mayuscula*/
.container{
	padding-top: 10px;
	border: 1px solid CADETBLUE;
	/* border-radius: 50px; */
}
.mayuscula{
  text-transform:uppercase;
}

/*Estilos para la ventana modal CSS*/

.pdfobject-container { 
	height: 40rem; 
	border: 1rem solid rgba(0,0,0,.1); 
}

#btnCerrarResultadosPDF {
	margin: 5px;
	display: block;
}

#cancel {
	margin: 5px;
	display: block;
}

.cargando {
	position: absolute;
	width: 30px;
	right: -40px;
	top: -2px;
}

.hide {
	display: none;
}

.error {

	color: #dc3545 !important;
	font-weight: 400 !important;
	
}

thead {
	padding: 5px;
	font-size: 16px;
	background: linear-gradient(to right, #39cccc, #17a2b8, #3d9970);
	color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #558FA6;
	border-bottom-color: #558FA6;
}

.table-hover tbody tr:hover {
    background-color: rgba(23, 162, 184, 0.075) !important;
}

.captcha{
	border: 1px soli cadetblue;
    border-radius: 20px;
    font-size: 20px;
    text-transform: uppercase;
    height: 60px;
    border-color: #000000;
    text-align: center;

  }

  .boton{
    border-radius: 8px;
    font-size: 15px;
    text-transform: uppercase;
    height: 45px;
    color: #FFF;
    background-color: #FF0040;	
    text-align: center;
    width: 150px;
  }

  .content {
    display: inline-block;
    justify-content: center;
  }
  .card {
    padding: 10px;
    margin: 10px;
    background-color: rgb(173, 192, 245);
  }

 
.banner-gecn{
	float:right;
	margin-top: 10px;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.rgAr{
    text-shadow: 2px 2px 2px rgb(255 255 255 / 70%);
    background-color: #99D0C2;
    color: #000;
    font-weight: 400;
	padding: 10px 15px;
}

.table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.col_contenedor_cns table th {
    text-align: center;
}
table td[class*="col-"], table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.bg-gradient-info {
    background: #99D0C2 linear-gradient(180deg, #2c7563, #99D0C2) repeat-x !important;
}

.bg-gradient-info {
    color: #ffffff;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}


.btn-buscar {
    color: #fff;
    background-color: #4e795bce;
    border-color: #5d726d;
}
.btn-nuevo {
    color: #fff;
    background-color: #119a77;
    border-color: #5d726d;
}

.smsEnviado{
    background: linear-gradient(to bottom, #28a745, white);
}

.smsNoEnviado{
    background: linear-gradient(to bottom, #d60a0a, white);
}

.imprimirVacuna{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.buttonVacuna{
    color: #fff;
    background-color: #119a77;
    border-color: #119a77;
    margin-bottom: 10px; 
}
.titulo{    
    padding: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
    text-align: center; 
    background:#6e978d linear-gradient(180deg, #379b83d0, #f5f4f491) repeat-x !important;
    border-radius: 25px;
}
body{
    background:#f9fafa linear-gradient(180deg, #e9f0eed0, #f5f4f491) repeat-x !important;
}

.white {
    background-color:#28a745;
    color:#e7eb0f;
}
 
.black {
    background-color:#50a08c;  /*50a08c*/
    color:#FFFFFF;
}

@media only screen and (max-width: 600px){
    .custom{
        font-size:13px;
    } 
}
/* estilos para los validadores */
*{
    box-sizing: border-box;
}
.formulario__grupo-img{
    padding: 10px;
}
.formulario__grupo-btn{
    padding: 10px;
}
.formulario__label{
    display: block;
    font-weight: 700;
    padding: 10px;
    cursor: pointer;
}
.formulario__grupo-input{
    position: relative;
}
.formulario__input{
    width: 100%;
    background: #fff;
    /* border:2px solid transparent; */
    border:1px solid #1ed12d;
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    padding: 0 40px 0 10px;
    transition: .3s ease all;
}
.formulario__input:focus{
    border: 3px solid #0075FF;
    outline: none;
    box-shadow: 3px 0px 30px rgba(163, 163, 163, 0.4);
}
.formulario__input-error{
    font-size: 12px;
    margin-bottom: 0;
    display: none;
}

.formulario__input-error-activo{
    display: block;
}
.formulario__validacion-estado{
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 100;
    font-size: 16px;
    opacity: 0;
}

.formulario__checkbox{
    margin-left: 10px;
}

.formulario__mensaje{
    height: 45px;
    line-height: 45px;
    background: #F66060;
    padding: 0 15px;
    border-radius: 3px;
}

.formulario__mensaje p{
    margin: 0;
}

.formulario__grupo-correcto .formulario__validacion-estado{
    color: #1ed12d;
    opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label{
    color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado{
    color: #bb2929;
    opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input{
    border: 2px solid #bb2929;
}