/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

/* add a logo in the header */
#header {
    background-image: url(../images/digitaldisseny.png);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 8px;
    padding-left: 195px;
    padding-top: 19px;
}

/* 

CLASES CSS SEGUN PRIORIDAD Y ESTADO

Valores de prioridades:
	Baja			priority-3	priority-lowest
	Normal			priority-4	priority-default
	Alta			priority-5	priority-high3
	Urgente			priority-6	priority-high2
	Inmediata		priority-7	priority-highest

Valores de estados:
	Nueva			status-1
	En progreso		status-2
	Solucionada		status-3
	Esperando informacion	status-7
	Estudio			status-4
	Rechazada		status-6
	Cerrada			status-5
	Desarrollada		status-8

*/

/* LISTA DE PETICIONES */

/* Peticiones nuevas */
#content .list .status-1.priority-highest { background: #ff6655; }
#content .list .status-1.priority-high2 { background: #ff7766; }
#content .list .status-1.priority-high3 { background: #ff8877; }
#content .list .status-1.priority-default { background: #ff9988; }
#content .list .status-1.priority-lowest { background: #ffaa99; }

/* Peticiones en progreso */
#content .list .status-2.priority-highest { background: #8c8cfe; }
#content .list .status-2.priority-high2 { background: #9c9cfe; }
#content .list .status-2.priority-high3 { background: #acacfe; }
#content .list .status-2.priority-default { background: #bcbcfe; }
#content .list .status-2.priority-lowest { background: #ccccfe; }

/* Peticiones solucionadas */
#content .list .status-3.priority-highest { background: #008833; }
#content .list .status-3.priority-high2 { background: #00aa55; }
#content .list .status-3.priority-high3 { background: #00cc77; }
#content .list .status-3.priority-default { background: #00ee99; }
#content .list .status-3.priority-lowest { background: #99ffbb; }

/* Peticiones en estudio */
#content .list .status-4.priority-highest { background: #ff9911; }
#content .list .status-4.priority-high2 { background: #ffaa33; }
#content .list .status-4.priority-high3 { background: #ffbb44; }
#content .list .status-4.priority-default { background: #ffcc55; }
#content .list .status-4.priority-lowest { background: #ffdd66; }

/* Peticiones cerradas */
#content .list .status-5.priority-highest { background: hsla(360, 100%, 100%, 1); }
#content .list .status-5.priority-high2 { background: hsla(360, 100%, 100%, 1); }
#content .list .status-5.priority-high3 { background: hsla(360, 100%, 100%, 1); }
#content .list .status-5.priority-default { background: hsla(360, 100%, 100%, 1); }
#content .list .status-5.priority-lowest { background: hsla(360, 100%, 100%, 1); }

/* Peticiones rechazadas */
#content .list .status-6.priority-highest { background: hsla(0, 0%, 70%, 1); }
#content .list .status-6.priority-high2 { background: hsla(0, 0%, 70%, 1); }
#content .list .status-6.priority-high3 { background: hsla(0, 0%, 70%, 1); }
#content .list .status-6.priority-default { background: hsla(0, 0%, 70%, 1); }
#content .list .status-6.priority-lowest { background: hsla(0, 0%, 70%, 1); }

/* Peticiones en espera de información */
#content .list .status-7.priority-highest { background: hsla(25, 100%, 60%, 1); }
#content .list .status-7.priority-high2 { background: hsla(25, 100%, 65%, 1); }
#content .list .status-7.priority-high3 { background: hsla(25, 100%, 70%, 1); }
#content .list .status-7.priority-default { background: hsla(25, 100%, 75%, 1); }
#content .list .status-7.priority-lowest { background: hsla(25, 100%, 80%, 1); }

/* Peticiones desarrolladas pendientes de instalar */
#content .list .status-8.priority-highest { background: hsla(80, 100%, 60%, 1); }
#content .list .status-8.priority-high2 { background: hsla(80, 100%, 65%, 1); }
#content .list .status-8.priority-high3 { background: hsla(80, 100%, 70%, 1); }
#content .list .status-8.priority-default { background: hsla(80, 100%, 75%, 1); }
#content .list .status-8.priority-lowest { background: hsla(80, 100%, 80%, 1); }

/* DETALLES DE LA PETICIION */

/* Peticiones nuevas */
#content .status-1.priority-highest .attributes td.priority { background: #ff6655; }
#content .status-1.priority-high2 .attributes td.priority { background: #ff7766; }
#content .status-1.priority-high3 .attributes td.priority { background: #ff8877; }
#content .status-1.priority-default .attributes td.priority { background: #ff9988; }
#content .status-1.priority-lowest .attributes td.priority { background: #ffaa99; }

/* Peticiones en progreso */
#content .status-2.priority-highest .attributes td.priority { background: #8c8cfe; }
#content .status-2.priority-high2 .attributes td.priority { background: #9c9cfe; }
#content .status-2.priority-high3 .attributes td.priority { background: #acacfe; }
#content .status-2.priority-default .attributes td.priority { background: #bcbcfe; }
#content .status-2.priority-lowest .attributes td.priority { background: #ccccfe; }

/* Peticiones solucionadas */
#content .status-3.priority-highest .attributes td.priority { background: #008833; }
#content .status-3.priority-high2 .attributes td.priority { background: #00aa55; }
#content .status-3.priority-high3 .attributes td.priority { background: #00cc77; }
#content .status-3.priority-default .attributes td.priority { background: #00ee99; }
#content .status-3.priority-lowest .attributes td.priority { background: #99ffbb; }

/* Peticiones en estudio */
#content .status-4.priority-highest .attributes td.priority { background: #ff9911; }
#content .status-4.priority-high2 .attributes td.priority { background: #ffaa33; }
#content .status-4.priority-high3 .attributes td.priority { background: #ffbb44; }
#content .status-4.priority-default .attributes td.priority { background: #ffcc55; }
#content .status-4.priority-lowest .attributes td.priority { background: #ffdd66; }

/* Peticiones cerradas */
#content .status-5.priority-highest .attributes td.priority { background: hsla(360, 100%, 100%, 1); }
#content .status-5.priority-high2 .attributes td.priority { background: hsla(360, 100%, 100%, 1); }
#content .status-5.priority-high3 .attributes td.priority { background: hsla(360, 100%, 100%, 1); }
#content .status-5.priority-default .attributes td.priority { background: hsla(360, 100%, 100%, 1); }
#content .status-5.priority-lowest .attributes td.priority { background: hsla(360, 100%, 100%, 1); }

/* Peticiones rechazadas */
#content .status-6.priority-highest .attributes td.priority { background: hsla(0, 0%, 70%, 1); }
#content .status-6.priority-high2 .attributes td.priority { background: hsla(0, 0%, 70%, 1); }
#content .status-6.priority-high3 .attributes td.priority { background: hsla(0, 0%, 70%, 1); }
#content .status-6.priority-default .attributes td.priority { background: hsla(0, 0%, 70%, 1); }
#content .status-6.priority-lowest .attributes td.priority { background: hsla(0, 0%, 70%, 1); }

/* Peticiones en espera de información */
#content .status-7.priority-highest .attributes td.priority { background: hsla(25, 100%, 60%, 1); }
#content .status-7.priority-high2 .attributes td.priority { background: hsla(25, 100%, 65%, 1); }
#content .status-7.priority-high3 .attributes td.priority { background: hsla(25, 100%, 70%, 1); }
#content .status-7.priority-default .attributes td.priority { background: hsla(25, 100%, 75%, 1); }
#content .status-7.priority-lowest .attributes td.priority { background: hsla(25, 100%, 80%, 1); }

/* Peticiones desarrolladas pendientes de instalar */
#content .status-8.priority-highest .attributes td.priority { background: hsla(80, 100%, 60%, 1); }
#content .status-8.priority-high2 .attributes td.priority { background: hsla(80, 100%, 65%, 1); }
#content .status-8.priority-high3 .attributes td.priority { background: hsla(80, 100%, 70%, 1); }
#content .status-8.priority-default .attributes td.priority { background: hsla(80, 100%, 75%, 1); }
#content .status-8.priority-lowest .attributes td.priority { background: hsla(80, 100%, 80%, 1); }
