body {
}

.chart {
  width: 100%;
  min-height: 600px;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1111;
  left: 0;
  top: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  height: 100%;
  width: 100%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  z-index: 10000;
  color: #f1f1f1;
  cursor: pointer;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
}

@media screen and (max-height: 450px) {
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.beerdetail {
  text-align: left;
  color: #f9f9f9;
  margin: 20px;
}

.dial {
  width: 100%;
  height: 100%;
}

.dialcontainer {
  float: left;
  width: 90%;
  min-width: 320px;
}

@media (min-width: 768px) {
  .dialcontainer {
    float: left;
    width: 30%;
    min-width: 360px;
  }
}

.beerlabel {
  font-family: 'Special Elite', cursive;
  text-align: center!important;
  font-size: 1.5rem;
}

.tilt-container {
  display: flex;
  flex-wrap: wrap;
}

.fb-addbeer {
  background: #353839;
}

.pointer:hover {
  cursor: pointer;
}

.fb-refresh {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5000;
}

.fb-label {
  color: floralwhite;
  font-size: 20px;
  margin: 0 0 5px 0;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nomenu:hover {
  background-color: #3b444b!important;
  cursor: auto!important;
}

.openscanner {
  display: none;
}

.modal-backdrop {
  display: none!important;
}

#logo {
  position: absolute;
  width: 100%;
  height: calc(100% - 80px);
  margin-top: 80px;
  z-index: -1!important;
}

table.dataTable tbody tr {
  background-color: transparent!important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: rgb(248, 248, 255)!important;
}

table.dataTable tbody tr {
  background-color: transparent!important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

