/* INICIO DE COMUNES */
@font-face {
    font-family: 'deliciousroman';
    src: url('../fonts/Delicious-Roman-webfont.eot');
    src: url('../fonts/Delicious-Roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Delicious-Roman-webfont.woff2') format('woff2'),
         url('../fonts/Delicious-Roman-webfont.woff') format('woff'),
         url('../fonts/Delicious-Roman-webfont.ttf') format('truetype'),
         url('../fonts/Delicious-Roman-webfont.svg#deliciousroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
.center
{
	text-align: center;
}
html
{
	font-family: 'deliciousroman';
	background: url(../img/fondos/fondoLogin.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	padding: 0;
	font-size:15px;
	line-height:120%;
	color:rgb(102,102,102);
}
body
{
	margin: 0;
	padding: 0;
}
a
{
	color: #666666;
	text-decoration: none;
}
a:hover
{
	text-decoration:underline;
}
.btnEstandar,
.login .btnEstandar
{
	display: inline-block;
	background-color:rgb(187,187,187);
	border-radius:7px;
	padding: 5px 20px;
	
	font-size:20px;
	line-height:120%;
	color:rgb(255,255,255);
	text-align:center;
	text-shadow:1px 1px 2px rgba(0,0,0,0.3);
	
	cursor: pointer;
}
a.btnEstandar
{
	text-decoration: none;
}
.btnEstandar:hover
{
	background-color:rgb(184,165,109);
}
.margin5
{
	margin:5px;
}
.login .btnEstandar
{
	background-color:rgb(184,165,109);
}
.login .btnEstandar:hover
{
	background-color:rgb(187,187,187);
}
header
{
	background-color:rgb(255,255,255);
	height:105px;
	box-shadow:0px 3px 10px rgba(0,0,0,0.3);
	padding-top: 10px;
}
footer
{
	position: fixed;
	width: 100%;
	bottom: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.headerContent,
.footerContent
{
	width: 960px;
	margin: auto;
}
.logoEuroGroup
{
	display: inline-block;
	width: 240px;
	vertical-align: middle;
}
.logoIntranetYBienvenidaUsuario
{
	vertical-align: middle;
	display: inline-block;
	width: 710px;
	text-align: right;
}
.logoIntranet
{
	font-size: 30px;
	color:rgb(184,165,107);
	line-height:120%;
	text-shadow:1px 1px 3px rgba(0,0,0,0.3);
}
.logoIntranet img
{
	vertical-align: middle;
}
.bienvenidaUsuario
{
	text-align: right;
	margin-top: -20px;
}
#wrapper
{
	width: 960px;
	margin: auto;
	min-height: 400px;
	margin-bottom: 50px;
}
.ficha {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 20px;
    margin: 20px 0;
    padding: 20px;
	position: relative;
}
.tituloFicha
{
	font-size:30px;
	line-height:120%;
	text-decoration:underline;
	color:rgb(153,153,153);
	text-align:center;
	text-shadow:1px 1px 3px rgba(0,0,0,0.3);
	margin-bottom: 20px;
}
.cerrarFicha
{
    border: 2px solid rgb(184, 165, 107);
    border-radius: 25px;
    color: rgb(184, 165, 107);
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    top: 10px;
    width: 30px;
}
a.cerrarFicha:hover
{
	text-decoration:none;
	border-color: rgb(153, 153, 153);
	color: rgb(153, 153, 153);
}
.bloqueInput
{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.form_login_div img,
.form_password_div img
{
	display: inline-block;
	vertical-align: top;
	margin: 20px 0;
}
.smallText
{
	margin: 10px;
	font-size: 12px;
}
.alignRight
{
	text-align:right;
}
.overflowEllipsis
{
	overflow:hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.center .overflowEllipsis
{
	text-align:center;
	margin:auto;
}
.right .overflowEllipsis
{
	text-align:right;
}
/* FIN DE COMUNES */
/* INICIO LOGIN */
.wrapperLogin {
    background: url("../img/fondos/candadosLogin.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    margin: 120px auto;
    padding: 0 285px;
    width: 360px;
}

.wrapperLogin::after {
    background: url(../img/sombraLogin.png) top left no-repeat;
    content: "\00a0";
    display: block;
    margin-top: 20px;
}
.contenedorLogin
{
    background-image: linear-gradient(0deg, rgba(209, 176, 122, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 24px;
    box-shadow: 0 4px 0 #ffffff;
    height: 300px;
    padding: 20px 60px;
    width: 240px;
	text-align:center;
}

.footerLogin
{
    color: #ffffff;
    margin: auto;
    text-align: center;
    width: 730px;
}
.footerLogin a
{
	color: #FFFFFF;
	text-decoration:none;
}

.btnLogin
{
    margin: 30px auto auto;
    width: 100px;
}
/* FIN DE LOGIN */
/* INICIO DE ADMIN */
.botoneraPrincipal
{
	margin-top: 100px;
	text-align:center;
}
.botoneraPrincipal img
{
	margin-left: -7px;
}
/* FIN DE ADMIN*/
/* INICIO DE INRODUCIR PEDIDO*/
#frm_introducirPedido
{
    padding: 10px 40px;
}
.bloqueInputFechaEntrega
{
	width: 130px;
}
.bloqueInputTipoPedido,.bloqueInputCliente
{
	width: 170px;
}
.bloqueInputNivelImportancia
{
	width: 335px;
}
.bloqueInputsDepartamento
{
	display: block;
}
.contenedorCheckboxesDepartamentosActuales
{
	text-align: center;
	margin: 10px 0;
}
.bloqueInputImportePedido
{
	width: 120px;
	margin-right: 0px;
}
.bloqueInputPersonaContacto,.bloqueInputPedido
{
	width: 320px;
}
.bloqueInputEmpresa
{
	width: 485px;
	margin-right: 0px;
}
.bloqueInputFichero,
.bloqueInputComentario
{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.bloqueInputDescripcion
{
	margin-bottom: 10px;
	width: 830px;
	margin-top:0px;	
}
/* FIN DE INTRODUCIR PEDIDO */
/* LISTADO PEDIDO */
.pedidoColorRojo,
.pedidoColorRojo tr,
.pedidoColorRojo td
{
	/*
	background: #FF0000;
	color: #FFFFFF;

    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
	
    -webkit-animation-duration: 1s;
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
	*/
}

tr.pedidoColorRojo  td,#tablaPedidos tr.pedidoColorRojo  td
{
	border-top:5px solid #FF0000;
	border-bottom:5px solid #FF0000;	
}
tr.pedidoColorRojo  td:first-child,#tablaPedidos tr.pedidoColorRojo  td:first-child
{
	border-left:5px solid #FF0000;
}
tr.pedidoColorRojo  td:last-child,#tablaPedidos tr.pedidoColorRojo  td:last-child
{
	border-right:5px solid #FF0000;
}
tr.pedidoColorVerde  td,#tablaPedidos tr.pedidoColorVerde  td
{
	border-top:2px solid #6fbb70;
	border-bottom:2px solid #6fbb70;
}
tr.pedidoColorVerde  td:first-child,#tablaPedidos tr.pedidoColorVerde  td:first-child
{
	border-left:2px solid #6fbb70;
}
tr.pedidoColorVerde  td:last-child,#tablaPedidos tr.pedidoColorVerde  td:last-child
{
	border-right:2px solid #6fbb70;
}
#tablaPedidos td
{
	position:relative;	
}
#tablaPedidos  td
{
	border-top:5px solid rgba(255,255,255,0);
	border-bottom:5px solid rgba(255,255,255,0);
}
#tablaPedidos  td:first-child
{
	border-left:5px solid rgba(255,255,255,0);
}
#tablaPedidos  td:last-child
{
	border-right:5px solid rgba(255,255,255,0);
}
#tablaPedidos_filter
{
    margin-bottom: 20px;
	float:left;
    margin-left: 200px;
    margin-top: 4px;
	z-index: 100;
    position: relative;
}
#tablaPedidos_filter input
{
	border-radius: 5px;
    border: 1px solid rgb(153,153,153);
    padding-left: 5px;
	height: 30px;
    width: 200px;
	outline:none;
}
.exclamacionTabla {
    position: absolute;
    left: -75px;
	text-align: right;
    top: 12%;
	width:40px;
}

.asterisco.exclamacionTabla
{
	font-size:50px;	
	top: 20px;
}

.exclamacionTabla img {
    margin: 0px 3px;
	width: 7px;
    height: 30px;
}
.exclamacionTabla img:last-child {
	margin-right:0px;
}

@keyframes blink
{
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes blink
{
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.pedidoColorMagenta,
.pedidoColorMagenta tr,
.pedidoColorMagenta td
{
	background: #FF00FF;
	color: #FFFFFF;
}
.pedidoColorNaranja,
.pedidoColorNaranja tr,
.pedidoColorNaranja td
{
	background: #FF8000;
	color: #FFFFFF;
}
.pedidoColorAmarillo,
.pedidoColorAmarillo tr,
.pedidoColorAmarillo td
{
	background: #FAF3CF;
	color: #9a7d00;
}
.pedidoColorVerde,
.pedidoColorVerde tr,
.pedidoColorVerde td
{
	background: #DFF0D8;
	color: #3C763D;
}
.pedidoColorBlanco,
.pedidoColorBlanco tr,
.pedidoColorBlanco td
{
	background: #FFFFFF;
	color: #999999;
}
.btnGuardarPedidoNuevo
{
	margin-right: 10px;
}

.filtroSoloMios
{
    margin-bottom: -28px;
    margin-top: 15px;
    position: relative;
    z-index: 9;
	width: 300px;
}
/* FIN LISTADO PEDIDO*/
/* INICIO DATATABLES*/
.dataTables_wrapper .dataTable 
{
	border-spacing: 1px;
	background: #D6D6D6;
}
.dataTables_wrapper .dataTable.no-footer,
.dataTables_wrapper .dataTable thead th,
.dataTables_wrapper .dataTable thead td
{
	border-bottom: none;
}
.dataTables_wrapper  thead tr th
{
	background-color: #EEEEEE;
	font-size: 15px;
	color: #666666;
}
.dataTables_wrapper .dataTables_length
{
    float: right;
    text-align: right;
    width: 300px;
}
.dataTables_wrapper .dataTables_length label
{
    display: inline-block;
    float: none;
}
.dataTables_wrapper .dataTables_length select
{
    display: inline-block;
    text-align: right;
    width: 50px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button
{
	display: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next
{
	display: inline-block;
}
.dataTables_wrapper .dataTables_info
{
    clear: both;
    position: relative;
    text-align: center;
    top: -25px;
	float: none;
	padding-top: 0px;
	margin: 0 250px;
}
.dataTables_wrapper .dataTables_processing
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
	top:0;
	margin:0;
	padding:0;
	left: 0;
}
.dataTables_wrapper .dataTables_processing_internal
{
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 1.2em;
    height: 40px;
    left: 50%;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled
{
	visibility: hidden;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: inherit;
    border: none;
    color: #333333 !important;
    font-weight: bold;
}
/* FIN DATATABLES*/
/* DETALLE PEDIDO*/
.listadoComentariosDetalle
{
    background: none repeat scroll 0 center #d6d6d6;
    border: 1px solid black;
    color: #636363;
    min-height: 100px;
    padding: 10px;
}
.bloqueInputAgregarObservacion
{
    width: 100%;
}
.bloqueInputPorcentajeTrabajoActualizarArea
{
	width: 100%;
}
.bloqueInput.bloqueInputPorcentajeTrabajoActualizarArea label
{
    display: inline-block;
}
.bloqueInputDepartamentoDetallePedido
{
    width: 162px;
}
.bloqueInputDepartamentoActual
{
	display: none;
}
.bloqueInputProcesadoPor
{
    width: 327px;
    margin-right: 0px;
}
.bloqueInputPorcentajeActual
{
	width: 130px;
}
.bloqueInputFechaEnvio
{
    width: 135px;
}
.bloqueInputUsuarioEmisor
{
    width: 160px;
}
.bloqueInputTipoSituacion
{
    width: 135px;
	margin-right: 0;
}
.btnHojaPedido > img {
    vertical-align: middle;
}

/* FIN DETALLE PEDIDO*/
/* INICIO MODIFICAR USUARIO */
.bloqueNombreTrabajador
{
	width: 300px;
}
.bloqueInputDepartamentoTrabajador
{
	width: 270px;
}
.bloqueInputNombreUsuario
{
	width: 250px;
}
.bloqueInputPassword
{
	width:200px;
}
.bloqueInputPassword2
{
	width:200px;
}
/* FIN MODIFICAR USUARIO */
/* INICIO HISTORICO */
.filtroFecha
{
    margin: auto auto -50px;
    position: relative;
    width: 615px;
    z-index: 9;
	text-align:center;
}
/* FIN HISTORICO */
/* INICIO EDITAR RECETA*/
.bloqueInputTituloReceta
{
	display:block;
	margin: 0;
	padding: 0;
}
.ficha .bloqueInputTituloReceta input
{
	width: 540px;
}
.btnNuevoPaso
{
	float: right;
}
.agregarEditarPaso
{
	display: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.agregarEditarPaso .tituloFicha
{
    margin-top: -30px;
}
.agregarEditarPaso .cerrarFicha
{
    margin-right: -40px;
    margin-top: -10px;
}
.bloqueInputRecetaPregunta {
    margin: 0;
    width: 440px;
}
.bloqueInputRecetaPreguntaTiempo
{
	width: 50px;
}
.bloqueInputRecetaPreguntaTiempoUnicdades
{
	width: 80px;
}
.bloqueInputRecetaPreguntaDepartamento
{
	width: 130px;
}
.bloqueInputRecetaPreguntaAvisarSupervisor {
    margin: 0;
    width: 115px;
}
.notaAvisoSupervisor
{
	color: #999;
    font-size: 14px;
    text-align: center;
}
/* FIN EDITAR RECETA*/
/* INICIO TAREAS */
.btnLocalizar {
    float: right;
    margin-top: -10px;
}
.btnLocalizar img {
    margin-right: 10px;
    padding: 5px 0;
    vertical-align: middle;
}
#myChart, #canvasLegendAndProductType
{
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
}
#myChart
{
	margin-left: 150px;
}

.elementoLegenda
{
	margin-bottom: 5px;
}
.colorFondoLegenda {
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}
.productoFinalizadoIncidencia,
.productoFinalizadoExito {
    margin-bottom: -30px;
    text-align: center;
	color: #FF4C4C;
	font-size: 20px;
	font-weight:bold;
}
.productoFinalizadoExito {
	color: #00B285;
}
.odd.tareaSinTerminar,
.even.tareaSinTerminar
{
    background: red;
    color: white;
}
.odd.tareaActual,
.even.tareaActual
{
    background: green;
    color: white;
}
.bloqueIncidencias
{
}
.bloqueIncidenciasTitulo
{
	color: #666666;
	font-weight:bold;
	font-size: 15px;
}
.bloqueIncidenciasTexto
{
	border: 1px #999999 solid;
	padding: 20px;
	color: #999999;
	font-size: 15px;
}
.mostrarUbicacionActual
{
	display: none;
	background: #FFFFFF;
}
.mostrarUbicacionActualTitulo
{
	font-size: 30px;
}
#tipoProductoFiltro {
    margin-left: 10px;
    width: 220px;
}
/* FIN TAREAS*/