

{
margin:0px
}
#display
{
width:346px;

display:none;
float:left; 
margin-left:172px;
margin-right:1px;
border-left:solid 1px #dedede;
border-right:solid 1px #dedede;
border-bottom:solid 1px #dedede;
overflow:hidden;
}
.display_box
{
padding:2px; border-top:solid 1px #dedede; font-size:12px; height:40px;
}

.display_box:hover
{
background:#09F;
color:#000000;
}
#shade
{
background-color:#00CCFF;

}

div.centrado{
text-align: center;
}
div.centrado table {
margin: 0 auto;
text-align: left;
}


*{
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
	box-sizing:border-box;
}

body{
	
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000;
}

.bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../img/b2.png");
	background-repeat: repeat;
}

#bt-cp{
	border: 2px solid #000;
	background-color: transparent;
	cursor: pointer;
	padding: 4px;
	margin: 5px;
}



#bt-cp:hover{
	border: none;
	background-color: #0394dd;
	cursor: pointer;
	border: 2px solid #000;
	padding: 4px;
}

#searchbox{
	border: 1px solid #000;
	color: #000;
	width: 50%;
	height: 40px;
	left:-90px;
}

.container
{
	width: 700px;
	max-width: 700px;
	position: relative;
	margin: 10px auto;
}

.cpanel{
	width: 100%;
	height: auto; 
}

.div-operador{
	
	/* background: rgba(0, 100, 100, 0.6); */
}

form{
	width: 100%;
	margin: auto;
	text-align: center;	
	padding: 5px;
	background-color:#0182c4;	
}

#form-login{
	width: 400px;
}

.img-logo
{
	position: absolute;
	background-image: url("../img/Logo-Cea.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	margin: auto;
	background-position: center;
	background-color: #FFF;
	margin-bottom: 40px;
	border-radius: 20px;
	-webkit-box-shadow: 5px 5px 50px 5px #FFF;
}

input[type=submit],
input[type=button],
input[type=text],
input[type=password]
{
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 20px;
	margin-top: 5px; 
	border: 1px solid #000;
}

input[type=submit],
input[type=button]
{	
	border: none;
	background-color: #000;
	color:#FFF;
	cursor: pointer;
}

legend{
	margin:5px auto;
	text-align: center;
	background-color: #0182c4;
	color:white;
	/*padding: 10px;
	margin-top: -5px;
	border-radius: 0 0 10px 10px;
	
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	*/
	font-weight: 900;
	text-transform: uppercase;
}

.otros{
	position: relative;
	margin:auto;
}

#reset{
	background-color: transparent;
	color: #FFF;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	margin-left: 5px;
	padding: 5px;
	background-color: #000;
}

span{
	background-color: #FFF;
	width: 10%;
	height: auto;
	position: relative;
	padding:0 10px;
	font-weight: 900;
}

table{
	width: 100%;
}

table tr td{
	width: auto;
}

@media screen and (max-width: 400px){
	.container{
		width: 90%;
		position: relative;
		margin: 10px auto;
	}

	input[type=submit],
	input[type=text],
	input[type=password]{
	width: 100%;
	height: 50px;
	font-size: 20px;
	}

	.img-logo{
		position: relative;
		display: block;
	}

	#form-login
	{
		width: 100%;
	}


}

@media screen and (min-width: 400px){
	.container{
		width: 90%;
		position: relative;
		margin: 10px auto;
	}

	input[type=submit],
	input[type=text],
	input[type=password]{
	width: 100%;
	height: 50px;
	font-size: 20px;
	}

	.img-logo{
		position: relative;
		display: block;
	}


}











/*Loading

/* Absolute Center Spinner */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display:none;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#qrcode_inventario {
	width: 100px;
	height: e100px;
}