body {
    font-family: "Open Sans", sans-serif;
    background-image: url('../gfx/grain-background.jpg');
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}

ul {
    list-style-type: none;
}

div.row.zeropadding {
    margin-left: -30px;
    margin-right: -30px;
}

#sidebar {
    position: fixed;
    left: 0px;
    top: 50px;
    width: 320px;
    bottom: 0px;
    color: #fff;
    background-color: #666;
}

#sidebar > div {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    /*overflow-y: scroll;*/
}

#pagecontent {
    margin: 60px 0px 30px 320px;
}

div.modal-header {
    color: #fff;
    background-color: #444;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

div.modal-footer {
    color: #fff;
    background-color: #444;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

div.modal-header a, div.modal-footer a {
    color: inherit;
}

div.modal-header a:hover, div.modal-footer a:hover {
    color: #aaa;
}

#fhcms-login-feedback {
    padding: 2px;
    font-size: 11px;
    color: white;
    background-color: orangered;
}

#fhcms-login-feedback {
    padding: 2px;
    font-size: 11px;
    color: white;
    background-color: orangered;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

label {
    font-weight: normal;
}
