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

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

ul {
    list-style-type: none;
}

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

#sidebar  {
    position: absolute;
    left: 0px;
    top: 60px;
    bottom: 0px;
    width: 240px;
}

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

/* if sidebar is present, move pagecontent to the right */

#sidebar + #pagecontent {
    margin: 60px 0px 30px 240px;
}

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;
}


/* CUSTOM CSS NICK */

.navbar-inverse {
    background-color: #000619;
    border-color: rgb(255 255 255 / 0.12);
}

.nav-tabs {
    border-bottom: 1px solid rgb(0 6 25 / 0.12);
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0;
    border-bottom: solid 2px transparent;
    border-radius: 0;
    color: #000619;
    font-size: 14px;
    transition: 0.3s;
}

.nav-tabs>li>a:hover {
    border-bottom: solid 2px #5639ff;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #5639ff;
    cursor: default;
    background-color: transparent;
    border: 0;
    border-bottom: solid 2px #5639ff;
}

nav#navigation-main .container-fluid {
    padding: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: rgb(255 255 255 / 60%);
    border-bottom: solid 2px transparent;
    transition: 0.3s;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: rgb(86 57 255 / 0.38);
    border-bottom: solid 2px #5639ff;
    margin-bottom: -1px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #5639ff;
    border-bottom: solid 2px #5639ff;
    margin-bottom: -1px;
}

@media (min-width: 768px) {
.navbar-right {
    margin-right: 0;
}
}

#pagecontent  {
    margin: 52px 0px 30px 0px;
}

h1 {
    color: rgb(255 255 255 / 0.87);
    padding: 48px;
}

body {
    font-family: "DM sans", sans-serif;
    background-image: url(../gfx/aurora-paars.jpg);
    background-color: #000619;
    background-size: cover;
    background-repeat: none;
}

.modal-backdrop {
    background-color: #000619;
}

.modal-backdrop.in {
    filter: alpha(opacity=0);
    opacity: 1;
}

.modal-backdrop.fade {
    filter: alpha(opacity=1);
    opacity: 0;
}

.modal-content {
    background-color: transparent;
    color: #000619;
    border: solid 1px rgb(255 255 255 / 0.12);
    backdrop-filter: blur(32px);
}

div.modal-header {
    color: #fff;
    background-color: rgb(86 57 255 / 0.38);
    border-bottom: solid 1px rgb(255 255 255 / 0.12);
    padding: 15px 20px;
}

h4.modal-title {
    font-family: "DM sans", sans-serif;
    font-weight: 500;
    font-size: 24px;
}

label {
    font-size: 12px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(0 6 25 / 60%);
}

.modal-body {
    background-color: rgb(255 255 255 / 87%);
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: 0.031rem;
    padding: 20px;
}

.modal-body .form-group:last-child {
    margin-bottom: 5px;
}

div.modal-footer {
    color: #fff;
    background-color: rgb(255 255 255 / 87%);
    border-top: solid 1px #0006191f;
    padding: 10px 20px;
}

button.btn.btn-default {
    width: 100%;
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #5639ff;
    border: solid 1px rgb(255 255 255 / 0.12);
    color: #fff;
    margin-top: 15px;
}

.form-control {
    height: 38px;
    padding: 8px 12px;
    color: #000619;
    background-color: rgb(255 255 255);
    border: 1px solid #0006191f;
}

.form-control:focus {
    border-color: rgb(86 57 255 / 0.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(86 57 255 / 0.38);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(86 57 255 / 0.38);
}