@import "https://fonts.googleapis.com/css?family=Lato:300,400,700";

.mybody{
	font-family: Lato;
	color: #414141;
}

#bodyindex{
	background-color: #dedede;
	color:#767676;
}

#logologin{
	width: 100%;
}

#logocabecera{
	max-width: 180px;
	width: 100%;
}

#cabecera{
    margin-top: 10px;
    border-bottom-style: solid;
    padding-bottom: 10px;
    border-bottom-color: #908d89;
}

#botonLogin{
	color: #fff;
	background-color: #00adf2;
	border-color: #00adf2;
	font-size: 15px;
	border-radius: 2px;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}

#cabeceraright{
	color: #7a7a7a;
	font-size: 17px;
	padding-top: 32px;
	margin-bottom: -500px;
  text-align: right;
}

#botonLogin:hover{
	/*box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2),0 6px 24px 0 rgba(0,0,0,0.19)!important;*/
	opacity: 0.7;
	cursor: pointer;
}

#login{
	transition: 0.5s;
}

#login:hover{
	box-shadow: 0 2px 25px 0 rgba(0,0,0,0.2),0 10px 50px 0 rgba(0,0,0,0.04)!important;
}

.mb20{
	margin-bottom: 20px;
}

.mb10{
	margin-bottom: 10px;
}

.mypanel-body {
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

#cabeceraright>div{
	display: inline-block;
	font-size: 28px;
}

#logout{
	transition: 0.3s;
}

#logout:hover{
	cursor: pointer;
	color: #00adf2;
}

#pie{
	background: rgb(122, 122, 122);
	padding-top: 10px;
	padding-bottom: 6px;
	color: white;
	position: fixed;
	bottom: 0px;
	margin: 0 auto !important;
	width: 100%;
}

#logopie{
	max-height: 63px;
}

.mt12{
	margin-top: 12px;
}

.accnt > div > div{
	background-color: #d6d6d6;
	padding: 10px;
	border-radius: 3px;
	min-height: 126px;
	margin-bottom: 18px;
}

.accnt > div > div:hover{
    border-style: solid;
    border-color: #00adf2;
    border-width: 2px;
    background-color: #e1e1e1;
    padding: 8px;
}

.accnt > div > div > h3{
	margin-top: 0px;
}

.accnt > div > div > p{
	margin-top: 0px;
}

.accnt > div:hover{
	cursor: pointer;
}

.containerupload {
	background-color: #d6d6d6;
	padding: 10px;
	border-radius: 3px;
	min-height: 126px;
	margin-bottom: 18px;
}

.containerupload>h3 {
	margin-top: 0px;
}
.containerRespuesta {
	background-color: #e7e7e7;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 18px;
}

.containerRespuesta>h3 {
	margin-top: 0px;
}

.input{
    background-color: white;
    padding: 13px;
    border-radius: 5px;
    width: 100%;
}

.btnEnviar{
	color: #fff;
	background-color: #00adf2;
	border-color: #00adf2;
	font-size: 15px;
	border-radius: 2px;
	margin-top: 15px;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}

.btnEnviar:hover, .btnEnviar:focus, .btnEnviar:active{
	opacity: 0.7;
	cursor: pointer;
	background-color: #00adf2 !important;
	border-color: #00adf2 !important;
}

#botonmenu{
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
}

.facterror{
	background-color: white;
  padding: 5px;
  border-radius: 3px;
	color: red;
}

.factadv{
	background-color: white;
  padding: 5px;
  border-radius: 3px;
	color: #9b9b00;
}

.factok{
	background-color: white;
  padding: 5px;
  border-radius: 3px;
	color: green;
}

.contrasena{
	font-weight: 500;
	margin-top: 15px;
}

.contrasenalbl{
	font-weight: 500;
}

.persinput, .persinputfec{
  width: 100%;
  max-width: 300px;
  height: 28px;
  border-radius: 0px;
  border: 1px solid #c5c5c5;
	background: white;
	padding-left: 3px;
}

.persinputfec{
	text-align: center;
	padding-left: 0px;
}


.month-picker-open-button {
	height: 28px;
  border-radius: 0px;
  border: 1px solid #c5c5c5;
}

.filepers{
	background: #f1f1f1;
	border-style: solid;
	border-color: #c5c5c5;
	border-width: 1px;
	padding: 7px;
	border-radius: 3px;
}

.trlistafact{
	cursor: pointer;
}

.trlistafact:hover{
	background: #d6f4ff !important;
}

.trlistafactopen, .trlistafactopen:hover{
	background: #d6f4ff !important;
}

.contenedorrespuesta{
	border-style: solid;
  padding: 5px;
  border-width: 2px;
  border-color: #6e6e6e;
  border-radius: 4px;
  margin-bottom: 10px;
	margin-bottom: 10px;
}

.contenedorrespuesta>.titulo{
	margin-bottom: 1px;
  margin-top: 15px;
}

.contenedorrespuesta>.contenedor{
	background: white;
	padding: 10px;
	border-radius: 5px;
}

.contenedorrespuesta>.contenedor>table{
  width: 100%;
}

.contenedorrespuesta>.fin{
	margin-bottom: 10px;
}

.contenedorrespuesta>h3{
  margin-top: 10px;
}

.buttonpers{
	background: #00ADF5;
  border-width: 0px;
  color: white;
  font-size: 19px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 2px;
  transition: background-color 0.3s, color 0.3s;
	margin-top: 15px;
}

.buttonpers:hover{
	background: white;
	color: #00adf2;
	border-style: solid;
	border-color: #00adf2;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 11px;
	padding-right: 11px;
	outline: 0px;
}

.buttonpers:active, .buttonpers:focus, .buttonpers:active:focus{
	background: white;
	color: #00adf2;
	border-style: solid;
	border-color: #00adf2;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 11px;
	padding-right: 11px;
	outline: 0px;
	cursor:wait;
	-webkit-animation: mymove 2.5s;  /* Chrome, Safari, Opera */
	animation: mymove 2.5s;
	animation-iteration-count : infinite;
}

@-webkit-keyframes mymove {
	0% {
		background: white;
		color: #00adf2;
	}
	50% {
		background: #00adf2;
		color: white;
	}

	100% {
		background: white;
		color: #00adf2;
	}
}

@keyframes mymove {
	0% {
		background: white;
		color: #00adf2;
	}
	50% {
		background: #00adf2;
		color: white;
	}

	100% {
		background: white;
		color: #00adf2;
	}
}

.dataTables_length>label>select{
	background: white;
}

.dataTables_filter>label>input{
	border-style: solid;
  border-width: 1px;
  border-color: #9b9b9b;
}


.mt20{
	margin-top: 20px;
}

.divbtn{
	background: #00ADF5;
  border-width: 0px;
  color: white;
  font-size: 17px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 2px;
  transition: background-color 0.3s, color 0.3s;
	cursor: pointer;
	text-align: center;
}

.divbtn:hover{
	background: white;
	color: #00adf2;
	border-style: solid;
	border-color: #00adf2;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.btnpers-danger{
	color: #fff;
	background-color: #d9534f;
	border-color: #d9534f;
	transition: 0.3s;
}

.btnpers-danger:hover{
	color: #d9534f;
	background-color: #fff;
	border-color: #d9534f;
}

.form-group.pers>div{
	width: 45%;
  margin-right: 4%;
	display: inline-block;
	margin-top: 20px;
}

.cp{
	cursor: pointer;
}


#advertenciareal{
	background: red;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 17px;
	margin-bottom: 15px;
}

#advertenciapruebas{
	background: #19b719;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 17px;
	margin-bottom: 15px;
}

.btnpers-mod{
	color: #fff;
	background-color: #00adf5;
	border-color: #00adf5;
	transition: 0.3s;
}

.btnpers-mod:hover{
	color: #00adf5;
	background-color: #fff;
	border-color: #00adf5;
}

#listahistorial .dropdown-menu {
    margin-left: -166px;
}

#cabeceraright .dropdown-menu{
	margin-left: -136px;
}
