/* alternate-evoltia - adaptado a Redmine 6.x (Propshaft)
 * Único cambio funcional respecto a la versión de Redmine 5:
 *   línea @import -> apunta a /application.css (antes ../../../stylesheets/application.css) */

@import url("/assets/application-4381d286.css");

body, #wrapper { background-color:#EEEEEE; }
#header, #top-menu { margin: 0px 10px 0px 11px; }
#main { background: #EEEEEE; margin: 8px 10px 0px 10px; }
#content, #main.nosidebar #content { background: #fff; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; border-left: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; }
#footer { background-color:#EEEEEE; border: 0px; }

/* Modificaciones Evoltia Inicio */
/* Colores */

#login-form {
	border: 1px solid #76b852;
	background-color: #ccc;
}

#top-menu {
	background: #333;
}

#header {
	background-color: #fff;
	background: #fff;
}
#header h1 {
    background: url("https://www.evoltia.com/image/layout_set_logo?img_id=506572&t=1783156342029") no-repeat left center;
    background-size: contain;
    height: 48px;
    margin: 0;
    text-indent: -9999px;   /* oculta el texto "Support Portal" */
}
@media screen and (max-width: 899px) {
	#header {
        	background-color: #76b852 !important;
	}
}

#main-menu li a {
    	background-color: #333 !important;
}

#main-menu li a.new-object {
    	background-color: #333 !important;
}

#project-jump .drdn-items>a:hover {
	background-color: #59626a;
    	color: #fff !important;
}

.pagination ul.pages li.current {
	color: white;
	background-color: #333;
	border-color: #333;
}

div.issue {
	background: #f8f8f8;
}

div.wiki ul.toc {
	background: #f8f8f8;
}

a, a:link, a:visited {
    	color: #333;
}
a.external, a.attachment, a.wiki-page {
	color: #76b852;
}
/* Colores */

/* Headers Wiki */
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-bottom: 0px;}
.wiki h2{font-size: 18px !important;}
.wiki h3{font-size: 16px !important;}
.wiki h4, .wiki h5, .wiki h6 {font-size: 14px !important;}

/*Font size Wiki*/
.wiki {font-size: 14px; }

/* Images Wiki */
.wiki img {
	border: 1px solid #ccc;
    	padding: 1rem;
    	text-align: center;
}

/* p wiki */
.wiki p {text-align: justify;}

/* Numerar los h1 h2 h3 de la Wiki*/
body {counter-reset:sectionH1;}
h1 {counter-reset:sectionH2;}
h2 {counter-reset:sectionH3; }
h3 {counter-reset:sectionH4; }
h4 {counter-reset:sectionH5; }

.wiki h1:before {
        counter-increment:sectionH1;
        content: counter(sectionH1) ". ";
}
.wiki h2:before{
        counter-increment:sectionH2;
        content:counter(sectionH1) "." counter(sectionH2) " ";
}
.wiki h3:before{
        counter-increment:sectionH3;
        content:counter(sectionH1) "." counter(sectionH2) "." counter(sectionH3) " ";
}
.wiki h4:before{
        counter-increment:sectionH4;
        content:counter(sectionH1) "." counter(sectionH2) "." counter(sectionH3)  "." counter(sectionH4) " ";
}
.wiki h5:before{
        counter-increment:sectionH5;
        content:counter(sectionH1) "." counter(sectionH2) "." counter(sectionH3)  "." counter(sectionH4) "." counter(sectionH5) " ";
}
/* Numerar los h1 h2 h3 de la Wiki*/
/* Modificaciones Evoltia Fin */


/* Menu */
#main-menu li a { background-color: #507AAA; font-weight: bold;}
#main-menu li a:hover { background: #507AAA; text-decoration: underline; }
#main-menu li a.selected, #main-menu li a.selected:hover { background-color:#EEEEEE; }
#main-menu li a.new-object { background-color:#507AAA; text-decoration: none; }

#main-menu .menu-children {
  border-right: 1px solid #507AAA;
  border-bottom: 1px solid #507AAA;
  border-left: 1px solid #507AAA;
}
#main-menu .menu-children li a:hover { background-color: #507AAA;}


/* Tables */
table.list tbody td, table.list tbody tr:hover td { border: solid 1px #d7d7d7; }
table.list thead th {
    border-width: 1px;
    border-style: solid;
    border-top-color: #d7d7d7;
    border-right-color: #d7d7d7;
    border-left-color: #d7d7d7;
    border-bottom-color: #999999;
}

/* Issues grid styles by priorities (provided by Wynn Netherland) */
table.list tr.issue a { color: #666; }

tr.odd.priority-highest, table.list tbody tr.odd.priority-highest:hover { color: #900; font-weight: bold; }
tr.odd.priority-highest { background: #ffc4c4; }
tr.even.priority-highest, table.list tbody tr.even.priority-highest:hover { color: #900; font-weight: bold; }
tr.even.priority-highest { background: #ffd4d4; }
tr.priority-highest a, tr.priority-5:hover a { color: #900; }
tr.odd.priority-highest td, tr.even.priority-highest td { border-color: #ffb4b4; }

tr.odd.priority-high2, table.list tbody tr.odd.priority-high4:hover { color: #900; }
tr.odd.priority-high2 { background: #ffc4c4; }
tr.even.priority-high2, table.list tbody tr.even.priority-high4:hover { color: #900; }
tr.even.priority-high2 { background: #ffd4d4; }
tr.priority-high2 a { color: #900; }
tr.odd.priority-high2 td, tr.even.priority-high4 td { border-color: #ffb4b4; }

tr.odd.priority-high3, table.list tbody tr.odd.priority-high3:hover { color: #900; }
tr.odd.priority-high3 { background: #fee; }
tr.even.priority-high3, table.list tbody tr.even.priority-high3:hover { color: #900; }
tr.even.priority-high3 { background: #fff2f2; }
tr.priority-high3 a { color: #900; }
tr.odd.priority-high3 td, tr.even.priority-high3 td { border-color: #fcc; }

tr.odd.priority-lowest, table.list tbody tr.odd.priority-lowest:hover { color: #559; }
tr.odd.priority-lowest { background: #eaf7ff; }
tr.even.priority-lowest, table.list tbody tr.even.priority-lowest:hover { color: #559; }
tr.even.priority-lowest { background: #f2faff; }
tr.priority-lowest a { color: #559; }
tr.odd.priority-lowest td, tr.even.priority-lowest td { border-color: #add7f3; }

/* Buttons */
input[type="button"], input[type="submit"], input[type="reset"] { background-color: #f2f2f2; color: #222222; border: 1px outset #cccccc; }
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #ccccbb; }

/* Fields */
input[type="text"], input[type="password"], textarea, select { border: 1px solid #d7d7d7; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #888866; }
option { border-bottom: 1px dotted #d7d7d7; }

/* Misc */
.box { background-color: #fcfcfc; }

