#control-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 9999;
}

#player-container {
  position: absolute;
  top: 46px;
  left: 0;
  width: 60px;
  padding: 10px;
  z-index: 9999;
}

.btn-default.following {
  border: 1px solid;
  border-color: yellow;
}

.btn-default.following:active {
  border: 1px solid;
  border-color: yellow;
}

.btn-default.following:hover {
  border: 1px solid;
  border-color: yellow;
}

.control {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

.control > .control-active {
  background-color: rgb(19, 148, 0);
}

.control > .control-active:hover {
  background-color: rgb(19, 148, 0);
}

.control > .control-active:active {
  background-color: rgb(19, 148, 0);
}

.control + .control {
  margin-left: 0px;
}

.control > button > i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.control > button {
  border-radius: 0;
  border-color: rgba(34, 34, 34, 0);
  height: 40px;
  min-width: 44px;
}
.control:first-of-type > button {
  border-bottom-left-radius: 1rem;
  border-top-left-radius: 1rem;
}
.control:last-of-type > button {
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}

.control-btn-container {
  position: relative;
  top: -46px;
  left: 54px;
  display: inline-flex;
}

.modal-content {
  background-color: rgba(34, 34, 34, 0.75);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
}

.player-head {
  margin: 0 auto;
  width: 200px;
}

.player-btn {
  position: absolute;
  top: 2px;
  left: -3.5px;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  /*cursor: pointer;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.player-btn-container {
  width: 48px;
  height: 32px;
  position: relative;
  transition: all 0.2s ease;
}
.player-btn-overlay.following {
  background-image: url("/players/img/player_outline_active.svg");
}

.player-offline {
  filter: contrast(0.2) grayscale(1) brightness(1.3);
}

.player-btn-overlay {
  width: 51px;
  height: 51px;
  background-image: url("/players/img/player_outline.svg");
  transition: background-image 0.2s ease-in-out;
}

.player-focus {
  margin-top: 20px;
  margin-bottom: 20px;
}

.player-focus:first-child {
  margin-top: 0px;
  margin-bottom: 20px;
}

.player-icon {
  height: 40.5px;
  /*margin: -5px -8px;*/
}

.login-window {
  text-align: center;
}

.login-error {
  background-color: rgb(140, 39, 30);
  border-color: rgb(255, 74, 88);
  color: white;
}

.close {
  color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.close:hover {
  color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.modal-body > .form-control {
  height: inherit;
  font-size: 28px;
}

.modal-body > .pin {
  font-size: 36px;
  text-align: center;
  letter-spacing: 1.25rem;
}

.modal-dialog {
  margin: 60px;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 60px auto;
  }
}

#logo {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 10000;
}

#logo img {
  height: 35px;
}

#map {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9999;
}

#map img {
  height: 70px;
}

.leaflet-control {
  /*    display:none;*/
}

#coord-div {
  color: black;
  margin-bottom: -8px;
}

#control-wrapper-rotation-select {
  display: none;
}

.leaflet-top.leaflet-left {
  display: none;
}

.leaflet-bottom {
  display: none;
}

.dropdown-menu {
  background-color: rgba(34, 34, 34, 0.5);
}

.dropdown-menu > li > a {
  color: rgba(255, 255, 255, 0.8);
}

.btn-default {
  background-color: rgba(34, 34, 34, 0.5);
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(34, 34, 34, 0.5);
}

.btn-default:hover {
  background-color: rgba(34, 34, 34, 0.5);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.8);
}

.btn-default:active {
  background-color: rgba(100, 100, 100, 0.5);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.8);
}

.btn-default:focus {
  background-color: rgba(100, 100, 100, 0.5);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.8);
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-color: rgba(100, 100, 100, 0.5);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.8);
}

#map {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

@media only screen and (max-width: 600px) {
  .player-icon {
    margin: 2px -8px;
  }
}
