.plt-mapa-contenedor{
	margin-bottom: 20px;
}
.plt-form-group{
	
}
.plt-control-label{
	margin-top: 5px;
	text-align: right;
}
.plt-form-group-separador{
	display: table;
	width: 100%;
	height: 20px;
}
.lote-edit-form_on_map{
	display: table;
	width: 100%;
	text-align: center;
	margin-top: 17px;
	z-index: 1;
	/*position: absolute;*/
}
.mainmenu-listado-lotes-bloque{
	height: 600px;
}
.lote-add-panel{
	min-height: 400px;
}
.lote-edit-panel{
	min-height: 450px;
}
.boton-en-listado{
	background-color: inherit;
	border: none;
}
.boton-en-listado:hover{
	opacity:0.5;
}
.bg-parcialmenteenviado{
	background-color: #F5ECCE;
	border-color: #F5ECCE;
	color: #000 ! important;
}
.bg-enviadopulper{
	background-color: #00FFBF;
	border-color: #00FFBF;
	color: #fff;
}
.bg-procesado{
	background-color: #F4FA58;
	border-color: #F4FA58;
	color: #fff;
}
.cargarpilapulper-linea{
	display: table;
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}
.mensaje-aviso-fixed{
	display: table;
	position: fixed;
	background-color: red;
	z-index: 9999;
	width: 80%;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 50px;
	padding: 15px;
	border-radius: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
.mensaje-aviso-aceptar{
    float: right;
    font-weight: normal;
    font-size: 17px;
    border: 1px solid blue;
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: blueviolet;
    cursor: pointer;
}
.mensaje-aviso-aceptar:hover{
	background-color: blue;
}
.generarorden-panel{
	
}
.generarorden-orden{
	
}
.generarorden-item{
	width: 100%;
	display: table;
}
.generarorden-item-titulo{
	float: left;
	width: 80%;
}
.generarorden-item-subtitulo{
	width: 70%;
	float: left;
	line-height: 0.5em;
	font-weight: bold;
}
.generarorden-orden-input{
	float: left;
	width: 30%;
	font-size: 2.3em;
	position: absolute;
	right: 0px;
	top: 0px;
}
.generarorden-orden-input input{
	width: 100%;
	text-align: center;
	border: navajowhite;
	background-color: #E1251B;
	color: #fff;
	font-weight: bold;
}
.generarorden-bloque{
	margin-top: 10px !important;
	height: 30px;
	overflow: hidden !important;
}
.generarorden-cabecera{
	background-image: url('../../../img/cabecera_sorteo.jpg');
	width: 100%;
	background-size: auto 100%;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #e1251b;
}
.generarorden-titulo-contenedor{
	width: 100%;
	display: table;
	margin-top: 10px;
	margin-bottom: 10px;
}
.generarorden-titulo-texto{
	float: left;
}
.generarorden-titulo-texto span{
	font-style: normal;
	font-weight: 600;
	font-size: 25px;	
	line-height: 40px;
	text-transform: none;
	letter-spacing: 1px;
	color: #e1251b;
}
.generarorden-titulo-boton{
	float: right;
	margin-right: 50px;
}
.generarorden-titulo-boton button{
	background-color: #e1251b;
	width: 200px;
}
.generarorden-receta-item{
	width: 100%;
	display: table;
}
.generarorden-receta-item-id{
	float: left;
}
.generarorden-receta-item-foto{
	float: left;
	width: 30%;
}
.generarorden-receta-item-texto{
	float: left;
	width: 65%;
	padding-left: 3px;
	height: 80px;
	overflow: hidden;
}
.generarorden-receta-item-foto-img{
	width: 80px;
	height: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 100%;
}
.generarorden-receta-item-texto-1, .generarorden-receta-item-texto-2, .generarorden-receta-item-texto-3, .generarorden-receta-item-texto-4{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.generarorden-receta-item-texto-1{
	width: 100%;
	font-weight: bold;
	max-width: 260px;
}
.generarorden-receta-item-texto-2{
	width: 100%;
}
.generarorden-receta-item-texto-3{
	width: 100%;
}
.generarorden-receta-item-texto-4{
	width: 100%;
}
.verorden-tabla-cabecera{
	text-transform: uppercase;
}
.verorden-tabla-fila-descanso{
	/*
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid;
	background-color: rgba(225,37,27,0.9);
	color: #fff;
	*/
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background: repeating-linear-gradient(
      145deg,
      rgba(0, 0, 0, 0) 20px,
      rgba(0, 0, 0, 0) 40px,
      #f2f2f2 40px,
      #f2f2f2 60px
    );
}
.tabla-fila-par{
	
}
.tabla-fila-impar{
	background-color: #f2f2f2;
}
.generarorden-receta-item-link a, .generarorden-receta-item-link a:hover{
	color: #E1251B;
}
.generarorden-receta-item-link{
	position: absolute;
	right: 3px;
	bottom: 0px;
}
.generarorden-receta-item-link i{
	font-size: 12px;
	color: #E1251B;
}
.ver-ficha-tapa-titulo{
	font-size: 3em;
	font-weight: bold;
}
.ver-ficha-tapa-subtitulo{
	font-size: 3em;
	font-weight: bold;
}
.ver-ficha-tapa-boton button{
	background-color: #d2d2d2 ! important;
	width: auto ! important;
	color: #a2a2a2 ! important;
}
.ver-ficha-tapa-item-texto{
	width: 70%;
	padding-left: 30px;
	height: auto;
}
.ver-ficha-tapa-item-texto-1{
	width: 100%;
	font-size: 6em;
	max-width: 100%;
	white-space: normal;
	line-height: 1em;
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 95px;
}
.ver-ficha-tapa-item-texto-2{
	font-size: 4em;
}
.ver-ficha-tapa-item-texto-3{
	font-size: 4em;
}
.ver-ficha-tapa-item-texto-4{
	font-size: 4em;
}
.ver-ficha-tapa-input{
	font-size: 5.4em;
}
.generarorden-receta-item-bandera{
	width: 65px;
	float: right;
	margin-top: -40px;
}
.generarorden-receta-item-bandera img{
	width: 100%;
}
.ver-orden-input{
	float: left;
	width: 30%;
	font-size: 2.3em;
	position: absolute;
	right: 0px;
	top: 0px;
	background-size: 100% auto;
	background-position: center center;
}

.ver-orden-input div{
	width: 100%;
	text-align: center;
	border: navajowhite;
	background-color: #E1251B;
	color: #fff;
	font-weight: bold;
	background: transparent;
	filter: drop-shadow(-4px 0px 6px #000);
}
.ver-ficha-tapa-orden-contenedor{
	float: left;
	width: 30%;
	font-size: 2.3em;
	position: absolute;
	right: 0px;
	top: 0px;
	background-size: auto 100%;
	background-position: center right;
	height: 190px;
	background-repeat: no-repeat;
}
.ver-ficha-tapa-orden{	
	color: #000;
	font-weight: bold;
	filter: drop-shadow(-4px 0px 6px #000);
	float: left;
	font-size: 6em;
	margin-right: 30px;
	margin-top: -7px;
}
.ver-ficha-tapa-item-texto-label{
	float: left;	
	margin-right: 20px;
}
.ver-ficha-tapa-item-texto-field{
	font-weight: bold;
}
.ver-ficha-tapa-item-texto-5{
	font-size: 4em;
	font-weight: bold;
}
.verfichatapa-titulo-contenedor{
  width: 100%;
  display: table;
  margin-top: 10px;
  margin-bottom: 10px;
}
.verfichatapa-boton-atras{
	float: left;
	width: 15%;
}
.verfichatapa-titulo{
	float: left;
	text-align: center;
	width: 70%;
}
.verfichatapa-boton-siguiente{
	float: right;
	width: 15%;
	text-align: right;
}
.verfichatapa-titulo-span{
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 40px;
	text-transform: none;
	letter-spacing: 1px;
	color: #e1251b;
}
.verfichatapa-boton-cerrar{
	width: 100%;
	text-align: center;
}