.logo {
  position:absolute;
  background-image:url("../../assets/img/logo.svg");
  background-size:auto;
  width:150px;
  height:40px;
  background-repeat:no-repeat;
  background-position:center;
  left:50%;
  margin-left:-75px;
}

@media (max-width: 576px) {
  #cover {
    height:200px !important;
  }
}

.profilbild {
  border:solid 5px #fff;
  box-shadow:0 0 15px #9c9c9c;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow:none;
}

.btn-grey:hover {
  color:#fff;
  background-color:#424141 !important;
}

.coin-bar {
  position:relative;
  padding:5px;
  margin:10px 0;
  border-radius:5px;
  background-color:#e1e1e1;
}

.bar-marker {
  position:absolute;
  background-color:#f17373;
  right:0;
  width:10px;
  height:100%;
  border-radius:0 5px 5px 0;
}

.coin-bar:hover {
  /*box-shadow:0 1px 3px rgba(156,156,156,0.75);*/
  /*outline:1px solid #000;*/
}

.userfeed-inputfield {
  margin-right:10px;
  height:32px;
  border:0;
  border-bottom:1px solid #9d9d9d;
  border-radius:0;
  background-color:transparent;
}

p {
  font-family:Quicksand, sans-serif;
  font-size:.8rem;
  font-weight:normal;
  color:#666466;
}

.h1, h1 {
  font-family:'Montserrat', sans-serif;
  font-size:1.3rem;
  font-weight:600;
}

.h2, h2 {
  font-family:Quicksand, sans-serif;
  font-size:1.2rem;
  font-weight:bold;
  color:#666466;
}

hr {
  color:#666466;
}

.h3, h3 {
  font-family:'Quicksand', sans-serif;
  font-size:1rem;
  font-weight:bold;
  color:#666466;
}

.custom-col {
  min-width:355px;
  padding:20px 15px;
  background-color:#efefef;
  margin:5px;
  border-radius:5px;
}

.btn-icon {
  font-size:16px;
  color:#666466;
}

.coinbar-text {
  margin-bottom:0;
}

.red {
  color:#f17373;
}

.orange {
  color:#f3a934;
}

.btn {
  border-radius:20px;
  font-family:'Quicksand', sans-serif;
  font-size:.8rem;
  padding:4px 10px;
  vertical-align:middle;
  height:31px;
}

.btn-secondary {
  background-color:transparent;
  border:1px solid #9d9d9d;
  color:#9d9d9d;
  margin:3px;
  font-weight:bold;
}

.btn-primary {
  border:none;
  background-color:#9d9d9d;
  margin:3px;
  color:#fff;
}

.grey {
  color:#666466;
}

.badge-primary {
  background-color:#c5ab00;
}

.badge {
  font-weight:normal;
  font-size:0.8rem;
  padding:5px 10px;
}

.inactive-badge {
  background-color:#666466;
}

@media (min-width: 576px) {
  .row-top {
    margin-top:90px;
  }
}

body {
  font-family:'Quicksand', sans-serif;
  font-size:.8rem;
  color:#666466;
}

.table-header {
  font-weight:bold;
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  padding:0;
}

.table {
  border:0;
  margin:0;
}

.badge-link {
  margin:2px;
}

.row-space {
  margin-top:5px;
  margin-right:-15px;
  margin-bottom:5px;
  margin-left:-15px;
}

.row-space-top {
  margin-top:90px;
}

.btn-secondary:hover {
  color:#666466;
  border-color:#666466;
  background-color:transparent;
}

.btn-primary:hover {
  background-color:#666466;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  background-color:transparent;
  color:#666466;
  border-color:#666466;
}

.hvr-float-shadow {
  -webkit-transition-property:all !important;
  transition-property:all !important;
}

.btn-secondary.disabled {
  background-color:transparent;
  border-color:#666466;
  color:#666466;
}

button {
  border-radius:20px;
  border:0;
  padding:6px 10px;
  margin:3px;
  background-color:#9d9d9d;
  color:#fff;
  cursor:pointer;
}

button:hover {
  background-color:#666466;
}

.hvr-float-shadow {
}

.modal-header > button:hover {
  background-color:transparent;
}

.btn-right {
  float:right;
}

.slim {
  height:100%;
  margin-bottom:16px;
}

.image-upload {
  display:none;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

.image-upload-form {
  height:100%;
}

.slim .slim-area .slim-result img {
  position:absolute;
  width:1100px !important;
  height:100%;
  left:50% !important;
  margin-left:-550px;
}

.slim .slim-btn-group {
  left:50% !important;
  top:50%;
  right:inherit !important;
  bottom:inherit !important;
  transform:translate(-50%, -50%);
}

