body{
	width: 100%;
	margin: 0px;
	height: 100%;
	font-family: sans-serif;
}

html{
	height: 100%;
}

th{
	text-align: center;
	color: #2395F0;
	border-bottom: #2395F0 3px solid;
}
td{
	height: 30px;
}

table{
	width: 100%;
}

table tbody{
	font-size: 13px;
}

#agregarMisionero{
	background-color: #2395F0;
	color: white;
	box-shadow: 0px 2px 10px black;
}

#barraMenu{
	height: 100%;
	width: 250px;
	background-color: #0F59A4;
	position: fixed;
	z-index: 15;
	top: 0px;
}

#barraMenuMovil{
	//height: 100%;
	width: 100%;
	background-color: #0F59A4;
	position: absolute;
	z-index: 25;
	top: 53px;
	box-shadow: 2px 2px 8px black;
	display: none;
}

#btnAgregar{
	width: 80px;
	font-size: 16px;
	text-align: center;
	background-color: #2395F0;
	color: white;
	border-radius: 10px;
	display: block;
}

#btnEditar{
	width: 80px;
	float: right;
	margin-right: 150px;
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
	background-color: #2395F0;
	color: white;
	border-radius: 10px;
	display: block;
}

#btnLogin{
	margin-bottom: 15px;
	background: linear-gradient(#0F59A4,#0A3D70);
	color: white;
}


#btnOfrendas{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 80%;
	margin-left: 10%;
}



#btnOpciones{
	width: 100px;
	display: inline-block;
	float: right;
	margin-right: 150px;
	margin-top: 90px;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
#btnGuardar{
	margin-top: 30px;
	margin-bottom: 30px;
	width: 90%;
	margin-left: 5%;
}

#btnRegresar{
	width: 125px;
	float: right;
	margin-right: 45px;
	margin-top: 33px;
	font-size: 16px;
	text-align: center;
	background-color: #5CB75C;
	color: white;
	border-radius: 10px;
	display: block;
	cursor: pointer;
}

#btnRegOfrenda{
	float: right;
    margin-right: 130px;
}

#btnRegistro{
	margin-top: 20px;
}

#camposReg{
	padding: 40px 100px;
}

#camposRegistro{
	padding: 45px;
}

#cargando{
	position: fixed;
	color: white;
	font-size: 30px;
	top: 20%;
	z-index: 30;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	text-align: center;
	text-shadow: 2px 2px 5px black;
}

#cerrarRecPass{
	width: 30px; 
	position:absolute; 
	right: 20px; 
	top: 20px; 
	cursor: pointer;
}

#confirEnvio{
	width: 100%;
	text-align: center;
	position: fixed;
	top: 50%;
	z-index: 25;
	height: 220px;
	margin-top: -110px;
}

#codigos{
	padding: 50px;
}

#contCodigo{
	text-align: center;
	margin: 20px;
	font-size: 40px;
	color: gray;
}

#btnGeneraCodigo{
	font-size: 25px;
}

#grupoMisioneros table{
  	background-color: white;
  	box-shadow: 5px 5px 10px black;
  	position: absolute;
  	width: 350px;
  	margin-left: -50px;
  	color: black;
  	border-bottom: 1px solid gray;
  	border-left: 1px solid gray;
 	border-right: 1px solid gray;
	text-align: center;
}

#grupoIglesias table{
  	background-color: white;
  	box-shadow: 5px 5px 10px black;
  	position: absolute;
  	width: 350px;
  	margin-left: -50px;
  	color: black;
  	border-bottom: 1px solid gray;
  	border-left: 1px solid gray;
 	border-right: 1px solid gray;
	text-align: center;
}

#histOfrendas .tabla{
	max-height: 500px;
	overflow-y: scroll;
}

#prompRechazaOfrenda{
	width: 100%;
	text-align: center;
	position: fixed;
	top: 50%;
	z-index: 25;
	height: 220px;
	margin-top: -110px;
}

#prompAceptaOfrenda{
	width: 100%;
	text-align: center;
	position: fixed;
	top: 50%;
	z-index: 25;
	height: 350px;
	margin-top: -110px;
}

#confirmacionEnvio{
	border: #2395F0 2px solid;
	border-radius: 13px;
	background-color: white;
	width: 500px;
	margin: 0 auto;
	height: 100%;
}

#confirmacionRechazo{
	border: #2395F0 2px solid;
	border-radius: 13px;
	background-color: white;
	width: 500px;
	margin: 0 auto;
	height: 100%;
}

#confirmacionAceptacion{
	border: #2395F0 2px solid;
	border-radius: 13px;
	background-color: white;
	width: 500px;
	margin: 0 auto;
	height: 100%;
}

#contenedor{
	top: -5px;
	float: right;
	width: 100%;
	padding-left: 250px;
	position: relative;
	//overflow-x: hidden;
}

#contenidoFormulario{
	border: #2395F0 2px solid;
	border-radius: 13px;
	background-color: white;
	width: 500px;
	margin: 0 auto;
	height: 100%;
}

#datos{
	display: inline-block;
}
#datosComp{
	display: inline-block;
	width: 50%;
	text-align: center;
	margin-top:30px;
}

#encabezado{
	width: 100%;
	display: inline-block;
	z-index: 25;
	position: relative;
	background-color: white;
	box-shadow: 2px 0 10px black;
	display: inline-block;
}

#encabezadoRecibo{
	width: 100%;
	height: auto;
	padding: 10px;
	border-bottom: solid 1px black;
}
#encabezadoInfGral{
	text-align: center;
}

#etiquetaAdmin{
	font-size: 29px;
    line-height: 83px;
    display: inline-block;
    font-weight: bold;
    color: #0F59A4;
    margin-left: 10px;
}

#fechaRecibo{
	display: inline-block;
	float: right;
	padding-right: 70px;
	width: 48%;
	text-align: right;;
}

#folioRecibo{
	display: inline-block;
	font-weight: bold;
	float: left;
	padding-left: 70px;
	width: 48%;
}

#fondoBody{
	background-image: url('../img/mundo2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(30px);
    height: 100%;
    width: 100%;
    z-index: 0;
    position: fixed;
}


#formLogin{
	position: relative;
	margin: 40px;
}


#formularioLogin{
	width: 100%;
	margin: 0;
	text-align: center;
}

#formularioProyectos{
	background-color: #2395F0;
	color: white;
	box-shadow: 0px 2px 10px black;
}

 #formReporte{
  	padding: 0 20%;
  }

#infGral{
	font-size: 16px;
	float: left;
	padding-left: 30px;
	display: inline-block;
	color: #0F59A4;
	height: 100%;
}

#infGralMovil{
	font-size: 16px;
	background-color: white;
	padding-left: 30px;
	width: 100%;
	display: inline-block;
	color: #0F59A4;
	height: 100%;
	max-height: 83px;
	border-bottom: 1px solid gray;
}

#informacionGral{
	width: 80%;
	text-align: left;
	margin: 20px 10%;
	//border: #2395F0 2px solid;
	//border-top-right-radius: 13px;
	//border-top-left-radius: 13px;
	z-index: 15;
	position: relative;
}

#inputUsuario{
	background: url(../img/icousu.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 8px;
	padding-left: 40px;
}

#inputPass{
	background: url(../img/candado.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 8px;
	padding-left: 40px;
}

#registro{

}

#encabezadoRegistro{
	background-color: #0F59A4;
	text-align: center;
	color: white;
	font-size: 35px;
	box-shadow: 0px 5px 15px black;	
}

#infoDetalle{
	text-align: left;
	padding-left: 20px;
	font-size: 18px;
}

#infoDetalleHist{
	text-align: left;
	padding-left: 20px;
	font-size: 18px;
}

#iconoMenu{
	float: right;
    width: 35px;
    height: 40px;
    margin: 11px 11px 0 0;
}

#iconoMenu div{
	width: 100%;
	height: 6px;
	margin: 3px 0;
	background-color: #0F59A4;
	border-radius: 5px;
	cursor: pointer;
}

#l1{
	width: 100%;
	height: 20px;
	margin-top: 15px;
}

#loginCampos{
	width: 500px;
	background-color: white;
    text-align: center;
    position: fixed;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -170px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px black;		
}

#logoOficina{
	width: 170px;
	margin-top: 11px;
	margin-left: 50px;
	float: left;
	display: inline-block;
}

#logoOficinaMovil{
	width: 100px;
	margin-top: 11px;
	margin-left: 20px;
	float: left;
	display: inline-block;
}

#logoLogin{
	position: absolute;
	width: 200px;
	margin: 20px;
	z-index: 20;
}

#loadingImg{
	position: fixed;
	top: 50%;
	left: 50%;
    margin-left: -75px;
    margin-top: -75px;
	z-index: 30;
	width: 150px;
    height: 150px;
	border-radius: 50%;
	border: 1px solid #0F59A4;
	background-color: #2395F0;
	overflow: hidden;
	animation-name: salto;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

#loadingImg2{
	position: fixed;
	top: 50%;
	left: 50%;
    margin-left: -75px;
    margin-top: -77px;
	z-index: 31;
	width: 150px;
    height: 150px;
	border-radius: 50%;
	border: 1px solid transparent;
	background-color: transparent;
	box-shadow: inset 0px 3px 9px white;
	animation-name: salto;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

#loadingImg3{
	position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: 113px;
    z-index: 31;
    width: 150px;
    height: 32px;
    border-radius: 50%;
    background-color: black;
    opacity: 0.4;
    animation-name: dilata;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}


#loadingCont{
	position: absolute;
	width: 263px;
	margin-top: 3px;
	margin-left: 120px;
	animation-name: giro;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

#loadingCont2{
	position: absolute;
	width: 263px;
	margin-top: 3px;
	margin-left: 120px;
	animation-name: giro2;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}



@keyframes giro{
    0%	{
    	margin-left: 0px;
    }
    45%{
    	margin-left: -255px;
    	top: 0;
    }
    50%{
    	top: -150px;
    	margin-left: -255px;
    }
    60%{
    	margin-left: 120px;
    	top: -150px;
    }
    80%{
    	top: 0;
    	margin-left: 120px;
    }
    100%{
    	margin-left: 0px;
    }
}


@keyframes giro2{
    0%{
    	top: 0;
    	margin-left: 125px;
    }
    30%{
    	top: 0;
    	margin-left: 125px;
    }
    95%{
    	margin-left: -255px;
    	top: 0;
    }
    100%{
    	margin-left: -255px;
    	top: 0;
    }
}

@keyframes salto{
	0%{
		top:50%;
	}
	50%{
		top: 45%;
	}
	100%{
		top: 50%;
	}
}

@keyframes dilata{
	0%{
		width: 150px;
		margin-left: -75px;
		height: 32px;
	}
	50%{
		width: 110px;
		margin-left: -55px;
		height: 25px;
	}
	100%{
		width: 150px;
		margin-left: -75px;
		height: 32px;
	}
}

#menuOps{
	position: absolute;
    bottom: -18px;
    right: 100px;
    background-color: white;
    font-size: 18px;
    width: 182px;
    box-shadow: 2px 2px 5px black;
	text-align: center;
	color: #2395F0;
	border-radius: 10px;
	line-height: 30px;
}

#misionesProyect{
	position: absolute;
	background-color: white;
	box-shadow: 5px 5px 10px black;
	position: absolute;
    width: 360px;
    top: 80px;
    color: black;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    max-height: 400px;
    overflow-y: scroll;
}

#menuLat{
	margin-top: 20px;
	list-style: none;
	font-weight: bold;
	color: white;
	font-size: 16px;
	line-height: 50px;
	padding: 0;
}

#menuLat li{
	padding-left: 20px;
}

#menuSup{
	margin-top: 20px;
	list-style: none;
	font-weight: bold;
	color: white;
	font-size: 16px;
	line-height: 50px;
	padding: 0;
}

#menuSup li{
	padding-left: 20px;
}

#menuLat li:hover{
	background-color: rgb(9,53,98);
	cursor: pointer;
}

#nomComp{
	font-size: 20px;
	font-weight: bold;
}

#operacionesOfrenda div{
	margin: 2% 2%;
	width: 45%;
}

#principal{
	z-index: 16;
	position: relative;
}

#recContraseña{
	width: 100%;
	text-align: center;
	position: fixed;
	top: 50%;
	z-index: 25;
	margin-top: -150px;
}

#sinOfrendas, #sinOfrendasHist{
	font-size: 40px; 
	text-align:center; 
	width: 100%; 
	font-weight: bold; 
	color: #A6A6A6; 
	margin-top: 50px;
}

#sombra{
	background-color: black;
	opacity: 0.6;
	z-index: 20;
	width: 100%;
	height: 100%;
	position: fixed;
}

#tituloMenu{
	margin-top: 100px;
	color: #A1EF29;
	width: 100%;
	//text-align: center;
	padding-left: 40px;
	font-size: 25px;
	text-shadow: 1px 1px 2px black;
}

.altoCuadros{
	height: 300px;
	background-color: white;
}

.avanceMisionero{
	display: inline-block;
	position: relative;
    top: -30px;
    left: 190px;
}

.azul{
	color: #2395F0;
}
.borde{
	border-bottom: #2395F0 1px solid;
}

.btnAtras{
	position: absolute;
	margin-left: 20px;
}

.btnAtrasHist{
	position: absolute;
	margin-left: 20px;
}

.btnRecibo{
	position: absolute;
	font-size: 18px;
	//color: #2395F0;
	font-weight: bold;
	right: 20px;
}

.buscador{
	background-color: #2395F0;
	color: white;
	padding: 20px 50px; 
}

.campo{
	display: inline-block;
	margin: 8px 10px;
}

.campos{
	max-width: 1000px;
	margin: auto;
	text-align: center;
	font-size: 20px;
}

.campos select{
	font-size: 20px;
	height: 40px;
}

.campos input{
	margin-top: 30px;
	font-size: 20px;
}

.control-repo{
	width: 400px !important; 
	display: inline-block;
	text-align: center;
}

.claveRegistro{
	width: 70px; 
	margin-top: 15px; 
	display: inline-block; 
	text-transform: uppercase; 
	text-align: center;
}

.cuadro{
	border: #2395F0 3px solid;
	border-radius: 10px;
	color: white;
	background-color: #2395F0;
	font-size: 18px;
}
.cuadrosDer{
	width: 500px;
	text-align: center;
	float: right;
	margin-right: 150px;
	margin-top: 40px;
	border: #2395F0 2px solid;
	border-top-right-radius: 13px;
	border-top-left-radius: 13px;
	display: inline-block;
}
.cuadrosIzq{
	width: 500px;
	text-align: center;
	margin-left: 100px;
	margin-top: 40px;
	border: #2395F0 2px solid;
	border-top-right-radius: 13px;
	border-top-left-radius: 13px;
	display: inline-block;
}

.cuadroCompleto{
	width: 1020px;
	text-align: center;
	margin-left: 100px;
	margin-top: 40px;
	border: #2395F0 2px solid;
	border-top-right-radius: 13px;
	border-top-left-radius: 13px;
}

.ico{
	width: 25px;
	float: left;
	margin-left: 20px;

}

.mensaje{
	z-index: 25;
	text-align: center;
	position: fixed;
	font-size: 30px;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -400px;
	padding: 20px;
	width: 800px;
}

.tabla{
 	width: 100%;
 	font-size: 16px;
 	text-align: center;
}

.manita{
	cursor: pointer;
}

.modulo{
	position: relative;
	transition: left 2s;
}

.tituloModulo{
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #0F59A4;
	margin: 20px 0;
}

.tituloLogin{
	width: 100%;
	background: linear-gradient(#0F59A4,#0A3D70);
	color: white;
	margin: 0;
	border-radius: 10px 10px 0 0;
	line-height: 70px;
}

.fondoCheck{
    width: 40px;
    height: 20px;
    background-color: #DEDEDE;
    border-radius: 10px;
    transition: all 1s;
    margin: auto;
}

.fueraIzq{
	left: -2000px;
}

.fueraDer{
	right: -2000px;
}

.horizontal-group{
	display: inline-block;
	width: 49%;
}

.dentro{
	left: 0;
}

.radioCheck{
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #DEDEDE;
    margin-left: 0px;
    transition: all 1s;
    cursor: pointer;
}

.radioCheckActivo{
    margin-left: 20px;
    border: 1px solid #01B2E6;
}

.sombra{
	background-color: black;
	opacity: 0.6;
	z-index: 30;
	width: 100%;
	height: 100%;
	position: fixed;
}

.option-buscador{
	width: 250px;
	display: inline-block;
	margin: 0 10px;
}

.fondoCheckActivo{
    background-color: #01B2E6;
}

.vertical-group{
	display: table-cell;
	height: 100%;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}

.vertical-group-md{
	display: inline-block;
	//text-align: center;
	width: 40%;
	margin: 0 4%;
}

.estatus{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: auto;

}

.verde{
	background-color: green;
}

.amarillo{
	background-color: yellow;
}

.rojo{
	background-color: red;
}


/*
@keyframes dentroDer{
    0%   {left: 2000px}
    100% {left: 0;display: block;}
}
*/


@media (max-width: 991px) {
  #contenedor {
    padding: 0;
  }

  .mensaje{
  	width: 100%;
  	margin-left: 0;
  	left: 0;
  }

  #camposRegistro{
  	padding:0;
  }

  #camposReg{
  	padding:40px 10px;
  }

  #btnGuardar{
  	width: 50%;
  	margin: 30px 25%;
  }

  #etiquetaAdmin{
  	line-height: 50px;
  	font-size: 16px;
  }

  #loginCampos{
  	height: 100%;
  	top: 0;
  	margin-top: 0;
  	left: 0;
  	margin-left: 0;
  	width: 100%;
  	border-radius: 0;
  }

  .tituloLogin{
  	line-height: 100px;
  	border-radius: 0;
  	margin-bottom: 50px;
  }

  .inputLogin{
  	height: 50px;
  	font-size: 20px;
  }

  #formLogin{
  	margin:40px 20px;
  }

  #formLogin label{
  	margin: 10px 30px !important;
  }

  #btnLogin{
  	margin: 40px 0;
  	line-height: 30px;
  	font-size: 20px;
  }
  #recContraseña{
  	height: 100%;
  	top: 0;
  	margin-top: 0;
  	left: 0;
  	margin-left: 0;
  }

  #recContraseña #contenidoFormulario{
  	margin: 0;
  	width: 100%;
  	border: none;
  	border-radius: 0;
  }
}

@media (max-width: 480px) {
  .tabla{
    font-size: 14px;
  }

  .horizontal-group{
  	display: block;
  	width: 100%;
  }

  .vertical-group{
  	display: block;
  	width: 100% !important;
  }

  .avanceMisionero{
    font-size: 12px;
  }

  #misionesProyect{
  	width: 100%;
  	left: 0;
  }

  #infGralMovil{
  	font-size: 13px;
  }

  #confirEnvio{
  	height: 300px;
  	margin-top: -150px;
  }

  #confirmacionEnvio{
  	width: 100%;
  	height: 100%;
  }
}

@media (max-width: 640px){
	.avanceMisionero{
		top: -100px;
    	left: 105px;
	}
}