/* load the default Redmine stylesheet */
@import url("/assets/application-bf2966de.css");

/* Logo & background */
div#header {
  background: #022F6D url("/assets/themes/datio_software/datio_logo_small-2be07489.png") no-repeat 2px;
  background-position: right 0%;
  padding-right: 6px;
}

/* Menu */
div#top-menu {
  background: #022F6D;
  padding : 2px 0px 0px 12px;
}

div#quick-search {
  margin-right: 100px;
}

div#account {
  padding-right: 100px;
}

/* Mobile devices */
div#header a.mobile-toggle-button {
  color: #022F6D;
  border-left: 0px;
}

/* Issues grid styles by priorities (provided by Wynn Netherland) */
tr:not(.closed).odd.priority-highest, table.list tbody tr:not(.closed).odd.priority-highest:hover { color:  #cb4335; font-weight: bold; }
tr:not(.closed).even.priority-highest, table.list tbody tr:not(.closed).even.priority-highest:hover { color:  #cb4335; font-weight: bold; }
tr:not(.closed).priority-highest a { color:  #cb4335; font-weight: bold; }

tr:not(.closed).odd.priority-high2, table.list tbody tr:not(.closed).odd.priority-high2:hover { color:  #cb4335 }
tr:not(.closed).even.priority-high2, table.list tbody tr:not(.closed).even.priority-high2:hover { color:  #cb4335 }
tr:not(.closed).priority-high2 a { color:  #cb4335; }

tr:not(.closed).odd.priority-high3, table.list tbody tr:not(.closed).odd.priority-high3:hover { color:  #e74c3c }
tr:not(.closed).even.priority-high3, table.list tbody tr:not(.closed).even.priority-high3:hover { color:  #e74c3c }
tr:not(.closed).priority-high3 a { color:  #e74c3c; }

tr:not(.closed).odd.priority-high4, table.list tbody tr:not(.closed).odd.priority-high4:hover { color:  #cd6155 }
tr:not(.closed).even.priority-high4, table.list tbody tr:not(.closed).even.priority-high4:hover { color:  #cd6155 }
tr:not(.closed).priority-high4 a { color:  #cd6155; }

tr:not(.closed).odd.priority-lowest, table.list tbody tr:not(.closed).odd.priority-lowest:hover { color:  #85c1e9 }
tr:not(.closed).even.priority-lowest, table.list tbody tr:not(.closed).even.priority-lowest:hover { color:  #85c1e9 }
tr:not(.closed).priority-lowest a { color:  #85c1e9; }

