@import url(../../../stylesheets/application.css);

@import url('https://fonts.googleapis.com/css?family=Roboto');

#content{
  background-color: #ffffff;
}

#top-menu {
    font-size: 100%;
    height: 2em;
    padding-top: 0.75em;
    background-color: #343a40;
}

#top-menu a {
    font-weight: bold;
    color:rgba(255,255,255,.5);
}

#header {
    height: 7.8em;
    padding: 10px 0 10px 400px;
#    background: #2d73b9 url(../images/logo.png) no-repeat 20px 5px;
background: #2d73b9;
}

#main{
  font-family: 'Roboto', sans-serif;
  background-color: #e8ebf0;
}

#main-menu li a:hover {
  background:#053f6b;
  color:#fff;
}

body{
  font-size: 13px;
}

body,
h1,
h2,
h3,
h4,
.wiki h1,
.wiki h2,
.wiki h3,
#projects-index ul.projects div.root a.project{
    font-family: 'Roboto', sans-serif;
}

a, a:link, a:visited{
  color:#2d73b9;
}

div.issue{
  border:1px solid #dddddd;
  border-radius: 10px;
  padding:15px;
}

div.journal{
background-color:#f5f5f5;
border-radius: 10px;
padding:15px;
margin-bottom: 15px;
}

table.list th{
  padding:8px;
}

table.list th a{

}

table.list td{
  padding:8px;
}

input[type="submit"]{
background-color: #2d73b9;
border-bottom-color: #2d73b9;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-image-outset: 0;
border-image-repeat: stretch stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: #2d73b9;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #2d73b9;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #2d73b9;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-top-style: solid;
border-top-width: 1px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow: visible;
overflow-x: visible;
overflow-y: visible;
padding-bottom: 6px;
padding-left: 12px;
padding-right: 12px;
padding-top: 6px;
text-align: center;
text-transform: none;
transition-delay: 0s, 0s, 0s, 0s;
transition-duration: 0.15s, 0.15s, 0.15s, 0.15s;
transition-property: color, background-color, border-color, box-shadow;
transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
vertical-align: middle;
white-space: nowrap;
}

#login-form table{
  background-color:#ffffff;
  border: 1px solid #dddddd;
  padding:30px;
  border-radius: 15px;
}

#login-form table input[type="text"], #login-form table input[type="password"]{
  height:36px;
  border:1px solid #dddddd;
  font-size: 22px;
}

body.action-login, body.action-login #content, body.action-login #footer{
  background-color: #e8ebf0;
}

body.action-login #footer{
  border:none;
}

.nodata{
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding:.75rem 1.25rem;
  border-radius: .25rem;
}

div.flash.error, #errorExplanation {
background: none;
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
padding:.75rem 1.25rem;
  border-radius: .25rem;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {#sidebar{width: 280px !important;}}
@media screen and (min-width: 1920px) and (max-width: 2559px) {#sidebar{width: 280px !important;}}
@media screen and (min-width: 2560px) {#sidebar{width: 280px !important;}}

#sidebar ul li, ul.flat li {
  margin: 5px 2px 0px 0px !important;
}
