
:root {
  --blue-coincity: 		#005e8a;
  --orange-coincity: 	#ff731f;
  --gray: 		#f7f7f7;
  --gray2: 		#bdc3c7;
  --red-coincity: 		#e74c3c;
  --transparent: 		rgba(0,0,0,0);
  --standby:			#2980b9;
  --active:				#27ae60;
  --inactive:			#c0392b;
  --green:				#2ecc71;
  --red:				#e74c3c;
}

::-webkit-scrollbar {
display: none;
}

html,body{height: 100%; overflow: hidden;}

.agua{
	background-image: url("/../../../app/includes/images/bgcontrol.png");
	background-position: center;
	opacity: .2;
	background-repeat: no-repeat;
}



.header{
	background-color: var(--gray);
	height: 14vh;
}
.header .fecha{
}
.turnos{
	height: 45vh;
	border-style: solid;
	border-width: 1px;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 16px 16px 16px 16px;
}
.title-last{
	/*height: 5vh;*/
}
.turnos-ultimos .box-ultimos{
	padding: 0px 8px 0px 8px;
}
.turnos-ultimos .box-ultimos .label{
	padding-top: 13%;
	height: 15vh;
	border-width: 1px;
	border-style: solid;
	border-radius: 9px;
	text-align: center;

}
.footer{
	background-color: #000;
	/*height: 5vh;*/
}

.box{
	padding: 0px 24px 0px 24px;

}
.box .box-title{
	padding: 8px 0px 8px 0px;
	/*margin: 0px -16px 0px -16px;*/
	color: #fff;
	background-color: #000;
}

.box .box-message{
	padding-top: 9%;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 5rem;
	height: 80%;
}

.box-turno{
	padding: 0px 24px 0px 24px;
}
.box-turno .box-title-turno{
	padding: 8px 0px 8px 0px;
	/*margin: 0px -16px 0px -16px;*/
	color: #fff;
	background-color: #000;
}

.box-turno .box-message-turno{
	padding-top: 9%;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 5rem;
	height: 80%;
}

.box-modulo{
	padding: 0px 24px 0px 24px;
}
.box-modulo .box-title-modulo{
	padding: 8px 0px 8px 0px;
	/*margin: 0px -16px 0px -16px;*/
	color: #fff;
	background-color: #000;
}

.box-modulo .box-message-modulo{
	padding-top: 9%;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	font-weight: bold;
	font-size: 4rem;
	height: 80%;
}

.historial{
	background-color: var(--gray);
	height: 81vh;
	overflow: scroll;
}

.but{
	margin-top: 7%;
	margin-bottom: 30px;
	height: 20vh;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding-top: 3%;
	border-style: solid;
	border-radius: 10px;
	border-width: 1px;
	cursor: pointer;
}
.but:hover{
	background-color: var(--gray);
}

.but-load{
	margin-top: 7%;
	margin-bottom: 30px;
	height: 20vh;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding-top: 3%;
	border-style: solid;
	border-radius: 10px;
	border-width: 1px;
}


.login{
	background-color: var(--gray2);
}

.salt-1 {
  -ms-flex: 0 0 16.6%;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}


.card{
	margin-bottom: 16px;
}
.panel{
	color: #000;
}











.menu-lateral{
	background-color: var(--gray);
	position: fixed;
	overflow: hidden; width: 100%; height: 100%;
	
	padding: 0 0 0 0;
}

.menu-lateral .profile-pic img{
	padding: 26px 26px 16px 26px;
}
.menu-lateral .profile-name{text-align: center;font-weight: bold;font-size: 20px;}
.menu-lateral .profile-role{text-align: center;font-style: italic;margin-bottom: 16px;}

.menu-lateral .nav-item{ padding: 4px 16px 4px 16px;}
.menu-lateral .nav-item:hover{background-color: var(--gray2);}
.menu-lateral .nav-item span{margin-right: 12px;}
.menu-lateral .nav-item a{color: #000;}
.menu-lateral .navbar-nav .dropdown-menu {background-color: var(--gray2);margin: 0 -16px 0 -16px;padding-top: 0px;padding-bottom: 0px;border-style: none;border-radius: 0px;}

.menu-lateral .navbar-nav .dropdown-menu a:hover{
	background-color: var(--gray);
}

.menu-lateral .active{
	background-color: var(--gray2);
}

.menu-lateral a.dropdown-item.active{
	background-color: var(--gray);
}
.content{
	left: 18.75%;
	overflow: scroll; width: 100%; height: 100%;
	height: 100vh;
}

.catalogo{
	margin: 4px 4px 4px 4px;
}
.catalogo .row{
	margin: 4px 0px 4px 0px;
}

.catalogo .label{
	font-size: 12px;
}

.catalogo .catalogo-online{
	background-color: var(--green);
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.catalogo .catalogo-offline{
	background-color: var(--red);
	color:#fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.title{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 50px;

}

.messagepass{
	text-align: center;
	font-weight: bold;
}

.turn-items{
	font-size: 40pt;
}

.turn-box{
	padding-top: 50px;
	height: 350px;
	border-color: #C7C7C7;
	border-width: 5px;
	color: #EE7F16;
}

.ticket-body{
	width: 302.36220472px;
	padding: 10px 10px 10px 5px;
}
.ticket-title{
	font-weight: bold;
	font-size: 14pt;
}
.ticket-line{
	height: 10px;
    background-color: #ccc;
}

.ticket-detail{
	font-size: 60pt;
	font-weight: bolder;
}

.ticket-line1{
	text-align: justify;
	padding: 5px 5px 5px 5px;
}

