@charset "utf-8";

/* CSS Document */
body{
	background-image: unset;
}
/**************************** LIGIN ADMIN ****************************/
.login-admin h1{
	color: #FFF;
}
.login-admin input{
	margin: 15px 0;
}
.body {
	background-image: url("../imagenes/high-speed.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{
	top: 14px;
	left: 0px;
}
.busca-borde{
	border: solid 1px #333;
	border-radius: 6px;
}
.lupa{
	top: 1px;
}
.container{
	padding: 0px;
	margin: 10px;
	top: -16px;
}
.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;
}
.pdidos{
	
}
.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;
}
.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;
}