body,html{
	color: #333;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus{
	outline: none;
	background-color: transparent;
}
#header{
	background-color: #333;
	width: 90%;
	padding-left: 10%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;

}
#titulo{
	display: none;
}
#logo{
	float: right;
}
#logo img{
	height: 80px;
	width: auto;
	position: relative;
	z-index: 5000;
}
#menu{
	width: 100%;
}
#content{
	background-color: #ffffff;
	color: #333333;
	width: 100%;
	min-height: 500px;
}
#footer{
	background-color: #333333;
	color: #ffffff;
	width: 100%;
	min-height: 150px
}
#firma{
	background-color: #333333;
	color: #ffffff;
	width: 100%;
	height: 32px;
	text-align: center;
}
.section{
	width: 80%;
	padding:0;
	margin:auto;
	min-height:32px;		
}
.col_section_1{
	width: 50%;
	padding: 0;
	margin: 0;
	min-height: 32px;
}
.col_section_2{
	width: 33.33%;
	padding: 0;
	margin: 0;
	min-height: 32px;
}
.col_section_3{
	width: 25%;
	padding: 0;
	margin: 0;
	min-height: 32px;
}
.col_section_4{
	width: 20%;
	padding: 0;
	margin: 0;
	min-height: 32px;
}
.col_section_5{
	width: 16.66%;
	padding: 0;
	margin: 0;
	min-height: 32px;
}
.bt{
display: inline-block;
border: 1px solid #000;
border-radius: 50%;
padding: 8px;
margin: 5px;
cursor: pointer;
letter-spacing: 1px;
min-width: 48px;
max-width: 48px;
}
.btb{
display: inline-block;
border: 1px solid #000;
border-radius: 50%;
padding: 8px;
margin: 5px;
color: #000;
background-color: #000;
letter-spacing: 1px;
min-width: 48px;
max-width: 48px;
}
.btnnumc{
display: inline-block;
border: 1px solid #FFD700;
border-radius: 50%;
padding: 8px;
margin: 5px;
cursor: pointer;
min-width: 48px;
max-width: 48px;
}
#barratop{
	text-align: center;
	background-color: #000;	
	min-height: 16px;
	padding: 5px;
	color: #fff;
}
#takennums{
	color: #fff;
	margin-bottom: 10px;
}
.myButton {
margin: 20px 0;
border: 2px solid #093c8a;
  border-top-color: rgb(9, 60, 138);
  border-right-color: rgb(9, 60, 138);
  border-bottom-color: rgb(9, 60, 138);
  border-left-color: rgb(9, 60, 138);
border-radius: 3px;
text-transform: uppercase;
font-weight: 700;
width: 120px;
font-size: 18px;
color: #212121;
padding: 10px;
text-align: center;
background-color: #e9e9ed;
display: block;
margin: auto;
}
.clear{
	height: 22px
}
#numerosrandom{
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(27, 29, 27, 0.9);
}
#maquinita{
	height: 500px;
	width:  35%;
	min-width: 300px;
	background-color: #fff;
	left: 32.5%;
	top: 4%;
	text-align: center;
	position: absolute;
	overflow: auto;
	max-height: 90vh;
	z-index: 6000;
}
#frmdata{
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(27, 29, 27, 0.9);	
	z-index: 6000;
}
#llenardatos{
	height: 550px;
	width:  35%;
	min-width: 300px;
	background-color: #fff;
	left: 32.5%;
	top: 4%;
	text-align: center;
	position: absolute;
	overflow: auto;
	max-height: 90vh;
	text-align: center;
}
.btncerrar{
	position: absolute;
background-color: #d40000;
color: #fff;
width: 40px;
height: 40px;
font-size: 28px;
top: 0;
right: 0;
border: none;
align-items: center;
justify-content: center;
}
#cantidadnumeros{
	display: block;
padding: 5px 15px;
color: #212121;
font-weight: 500;
border: 2px solid #000;
border-radius: 2px;
margin: 5px 0;
width: 70%;
font-size: 16px;
box-sizing: border-box;
min-height: 40px;
}
#departamento{
		display: block;
padding: 5px 15px;
color: #212121;
font-weight: 500;
border: 2px solid #000;
border-radius: 2px;
margin: 5px 0;
width: 70%;
font-size: 16px;
box-sizing: border-box;
min-height: 40px;
}
.txtfrm{
	display: block;
padding: 5px 15px;
color: #212121;
font-weight: 500;
border: 2px solid #000;
border-radius: 2px;
margin: auto;
width: 70%;
font-size: 16px;
box-sizing: border-box;
min-height: 40px;
	
}
.btnadmin{
	box-shadow: 0px 10px 14px -7px #276873;
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	background-color:#599bb3;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 28px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #3d768a;
	width: 80px;
	text-align: center;
	margin-right:30px;
}
.btnadmin:hover {
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	background-color:#408c99;
}
.btnadmin:active {
	position:relative;
	top:1px;
}
#loader{
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: #fff;
}
.btnapartar{
	font-size: 30px;
}
.seccion{
	width: 100%;
	height: auto;
	overflow: visible;
	animation-duration: 2s; 
	z-index: 1;
}
#contboletos{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#contboletos::-webkit-scrollbar {
  display: none;
}
.visible{
visibility: visible;
}
.novisible{
visibility: hidden;
}
#frm div{
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
}
input {
font-size: 16px;
padding: 10px;
height: 32px;
border: solid 2px rgba(0, 0, 0, 0.23);
background: #fff;
width: 280px;
box-sizing: border-box;
transition: all 0.3s linear;
color: #000;
font-weight: 400;
-webkit-appearance: none;
width: 80%;
border-radius: 7px;
height: 40px;
}
input:focus {
  border-bottom: solid 1px #b69de6;
  outline: 0;
  box-shadow: 0 2px 6px -8px rgba(182, 157, 230, 0.45);
}
td{
	padding-bottom: 20px;
}
#frm{
border: 2px solid #ededed;
padding: 32px;
border-radius: 15px;
box-shadow: 5px 12px 11px -3px rgba(169,153,153,0.75);
-webkit-box-shadow: 5px 12px 11px -3px rgba(169,153,153,0.75);
-moz-box-shadow: 5px 12px 11px -3px rgba(169,153,153,0.75);
text-align: center;
}

@media (max-width:950px) {
#maquinita{
	left: 10%;
}
#llenardatos{
	left: 10%;
}
#tablaverificador{
	font-size: 65%;
}
.btnapartar{
	font-size: 12px;
}
.bt{
	font-size: 14px;
	min-width: auto;
	padding: 5px;
}
.btb{
	font-size: 14px;
	min-width: auto;
	padding: 5px;
}
.btnnumc{
	font-size: 14px;
	min-width: auto;
	padding: 5px;
	margin: 2px;
}
.myButton{
	padding: 1px;
	font-size: 14px;
}
}