body {
    background-position-y: 57px;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.form-error {
    border-radius: 5px;
    border: #FF0000 1px solid;
}

.form-success {
    border-radius: 5px;
    border: #006400 1px solid;
}

.noshadow {
    text-shadow: none;
}

.modal-open {
    overflow-y: auto;
}

.NoNumberButtons input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.clickable {
    cursor: hand;
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.halfwidth {
    width: 49%;
}

.fullwidth {
    width: 100%;
}

.table-responsive {
    overflow: hidden;
}

.bg-primary .text-primary {
    color: #fff;
}

.bg-333 {
    background-color: #333;
}

.bg-lightgrey {
    background-color: rgb(240, 240, 240);
}

.notification-menu{
    top: 50px;
    right: 10px;
    left: auto;
    width: 500px;
    padding: 5px 20px;
  }
.notification-menu:before{
    content: "";
    position: absolute;
    top: -20px;
    right: 12px;
}
.notification-box{
    padding: 10px 0px; 
}
.dropdown::after {
    display: none;
}
.padding5 {
    padding: 5px;
}

.navbar-default {
    background-color: #f8f9fa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dee2e6;
}

.navbar-brandimg {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
    z-index: 2000;
    height: 70px;
    width: 150px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.bg-default {
    background-color: #ffffff;
}

.navbar-brand {
    min-width: 120px;
}

.nav-tabs .nav-link.active {
    background-color: rgba(222,226,230,0.25);
}

.clear {
    clear: both;
}

.highlightoh:hover {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    background-color: rgba(255, 255, 255, .02);
}

.underline {
    text-decoration:underline;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted;
    border-bottom:0;
}

@media screen and (max-width: 767px) {
    .navbar-nav {
        padding-top: 13px;
    }
}

@media screen and (min-width: 990px) {
    .ShowMobile {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .setupwizard .disabled {
        display: none;
    }
    .notification-menu{
        top: 50px;
        left: -16px;  
        width: 290px;
    }
    #whitelistedPlayers {
        font-size: .8em;
    }

    table {
      border: 0;
    }

    .HideMobile {
        display: none;
    }

    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      border-bottom: 3px solid #343a40;
      display: block;
      margin-bottom: .625em;
    }
    
    table td {
      border-bottom: 1px solid #343a40;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    table td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }

  .alert-error {
    background-color:rgba(202,33,33,.9);
    border-color:#bd1f1f;
  }