@charset "utf-8";
/* CSS Document */
body{
	background-image: none;
}
html, body{
	padding: 0px;
	margin: 0px;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
}
.hr{
	background-color: var(--brillante);
}
.half-head{
	position: relative;
	top: 0px;
	height: 40px;
	width: 100%;
	background-color: var(--brillante);
	color: #FFF;
	text-align: center;
}
.head{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	background-color: #000;
	background-image: url("../imagenes/fibra.png");
	box-shadow: 0px 2px 8px 4px rgba(0,0,0,0.65);
	z-index: 50;
}
.buscador{
	position: absolute;
	color: #FFF;
	left: 43px;
	top: 28px;
	display: flex;
}
.logo{
	position: relative;
	height: 50px;
	width: 50px;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.contenido{
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	padding: 0px;
	box-sizing: border-box;
}
/**************************** LIGIN ADMIN ****************************/
.login-admin{
	position: relative;
	top: 80px;
	width: 400px;
	height: 575px;
	background-color: #000;
	background-image: url("../imagenes/fibra.png");
	border-radius: 10px;
	box-shadow: 2px 2px 5px 2px #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	box-sizing: border-box;
	padding: 30px;
}
.login-cl{
	box-shadow: unset;
	margin-left: unset;
	margin-right: unset;
	top: 0px;
}
.login-admin h1{
	color: #FFF;
	font-size: 27px;
}
.login-admin input{
	margin: 15px 0;
}
.body {
	background-image: url("../imagenes/generado-ia.jpg");
	background-attachment: fixed;
	background-size: 125%;
}
/**************************** LIGIN DOCK ****************************/
.dock{
	position: relative;
	top: 0px;
	width: 100%;
	min-height: 100vh;
	margin: 25px;
	border: solid 1px #666;
	border-radius: 10px;
	overflow-y: scroll;
}
.dock-head{
	position: relative;
	width: 100%;
	height: 53px;
	border-bottom: solid 1px #666;
}
table{
	width: 100%;
	border: none;
}
table a{
	text-decoration: none;
}
th{
	height: 49px;
	background-color: #B3B3B3;
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #FFF;
	font-weight: 500;
	padding: 7px 9px 7px 5px;
	box-sizing: border-box;
	word-break: initial;
}
td{
	text-align: center;
	text-transform: uppercase;
	padding: 7px 3px 7px 3px;
	box-sizing: border-box;
}
.fbusca{
	position: relative;
  	width: 150px;
  	margin-left: 10px;
	top: 14px;
	left: 0px;
}
.busca-borde{
	border: solid 1px #333;
	border-radius: 6px;
}
.buscar{
	position: relative;
	border: none;
	border-radius: 7px 0 0 7px;
	width: 116px;
	height: 24px;
	color: var(--cart);
	background-color: #FFF;
	padding-left: 5px;
	font-weight: 500;
	top: unset;
	right: unset;
}
.lupa{
	position: absolute;
	top: 1px;
	left: 123px;
	height: 26px;
	width: 24px;
	background-color: #FFF;
	border-radius: 0 7px 7px 0;
	color: #AAA;
	font-size: 18px;
	line-height: 26px;
}
.container{
	padding: 0px;
	margin: 10px;
	top: -16px;
	display: block;
	user-select: none;
}
.icon-a{
	color: var(--brillante);
	font-size: 24px;
}
.tool{
	/*width: 185px;*/
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 19px;
}
.tool i{
	font-size: 24px;
	color: var(--brillante);
	padding: 0px 5px;
	cursor: pointer;
}
.tool span{
	margin-left: 20px;
}
.niveles{
	position: absolute;
	color: var(--brillante);
	top: 19px;
	left: 180px;
}
.row-red::after{
	content: url(../imagenes/arrow-red.svg);
	width: 15px;
	height: 16px;
	display: inline-block;
}
.nivel-drop{
	width: 150px;
	font-size: 15px;
	text-transform: none;
	color: #4D4D4D;
	font-weight: normal;
}
.nivel-drop div{
	padding: 10px 15px;
	display: flex;
	text-transform: uppercase;
}
.nivel-drop div:not(:last-of-type){
	border-bottom: solid 1px #999;
	box-shadow: 0px 1px 0px #E6E6E6;;
}
.nivel-drop input[type=radio]{
	margin-right: 10px; 
}
.porciento{
	position: absolute;
	left: 321px;
	top: 14px;
}
.porciento input{
	width: 25px;
}
.signo{
	background-color: transparent;
	font-size: 14px;
	color: var(--brillante);
	left: 36px;
}
.borde-signo{
	width: 50px;
}
.pedido {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 195px;
  background-color: #CCC;
  border-radius: 10px;
  margin: 25px;
  text-transform: uppercase;
  font-size: 16px;
  color: #666;
}
.pedido-ad{
	background-color: transparent;
	width: inherit;
	border: solid 1px var(--brillante);
	height: unset;
	min-height: 195px;
}
.data-pedido{
	box-shadow: unset;
	border-right: unset;
}
.metodo{
	color: #0071BC !important;
}
.monto{
	color: var(--brillante) !important;
}
.activo{
	color: #009245 !important;
}
.pedido-t{
	border: solid 1px #333;
	border-radius: 10px;
	color: #000;
}
.pedido-t th{
	height: 27px;
	font-size: 11px;
}
.pedido-t td{
	padding: 3px;
}
.head-tool{
	width: 100%;
	height: 50px;
	background-color: #B3B3B3;
	text-align: center;
	font-size: 24px;
	color: #4D4D4D;
	line-height: 50px;
	text-shadow: 1px 1px 1px #FFF
}
.archivo{
	text-align: center;
	position: relative;
	top: 50px;
}
.archivo input[type=submit]{
	top: 20px;
	margin: unset;
	margin-left: auto;
	margin-right: auto;
}
.buscador i{
	font-size: 32px;
	line-height: 16px;
}
.buscador span{
	font-size: 16px;
	margin-left: 15px;
}
.menu{
	position: absolute;
	top: 28px;
	right: 43px;
	left: unset;
	width: unset;
	color: #FFF;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
}
.m10{
	margin: 10px;
}
.new input[type=text]{
	height: 23px;
	border-radius: 7px;
	border: solid 1px #CCC;
}
.mascl{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.nivelesp{
	position: relative;
  top: 10px;
  left: 10px;
  width: 30%;
}
.ms{
	position: relative;
	top: 100px;
}
.pedido-config{
	width: 45%;
	display: block;
}
.letrero-cf{
	position: relative;
  	top: 20px;
  	left: 15px;
}
.w100{
	width: calc(100% - 50px) !important;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
/**************************** CHECKBOX ****************************/
.container {
  	display: block;
  	position: relative;
  	padding-left: 35px;
  	margin-bottom: 12px;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
.container input[type=checkbox] {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
  	height: 0;
  	width: 0;
}
.checkmark {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 19px;
  	width: 19px;
  	border: solid 2px var(--brillante);
  	border-radius: 6px;
  	background-image: unset;
  	background-color: unset;
}
.container input[type=checkbox]:checked ~ .checkmark {
  	background-color: var(--brillante);
}
.checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}
.container input[type=checkbox]:checked ~ .checkmark:after {
  	display: block;
}
.container .checkmark:after {
  	left: 6px;
  	top: 2px;
  	width: 5px;
  	height: 10px;
  	border: solid white;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}