﻿body .navbar {
  margin-bottom: 0;
}

body .map-container {
  height: calc(100vh - 59px);
  width: 100%;
  display: block;
}
body .map-container .map-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body .map-container .map-wrapper .map {
  height: 100%;
  float: left;
  width: calc(100vw - 350px);
}
body .map-container .map-layers {
  width: 350px;
  height: 100%;
  float: right;
  padding: 14px;
  overflow: auto;
}
body .map-container .map-layers .map-layers-wrapper .map-layer {
  margin-bottom: 14px;
}
body .map-container .map-layers .map-layers-wrapper .map-layer .map-layer-title-wrapper {
  border-bottom: 1px solid #999999;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
body .map-container .map-layers .map-layers-wrapper .map-layer .map-layer-title-wrapper .map-layer-icon {
  background-color: #757575;
  color: #FFFFFF;
}
body .map-container .map-layers .map-layers-wrapper .map-layer .map-layer-title-wrapper .map-layer-title {
  font-weight: bold;
  color: #333333;
  float: left;
  width: calc(100% - 24px);
  padding-left: 7px;
}
body .map-container .map-layers .map-layers-wrapper .map-layer .map-layer-title-wrapper .map-layer-title .edit-layer {
  font-size: 14px !important;
  color: #999999;
  cursor: pointer;
}
body .map-container .map-layers .map-layer-pin {
  margin-bottom: 7px;
  cursor: pointer;
}
body .map-container .map-layers .map-layer-pin-icon, body .map-container .map-layers .map-layer-icon {
  float: left;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  text-align: center;
  padding-top: 2px;
}
body .map-container .map-layers .map-layer-pin-icon span, body .map-container .map-layers .map-layer-icon span {
  font-size: 16px;
}
body .map-container .map-layers .map-layer-pin-title {
  padding-left: 7px;
  float: left;
  width: calc(100% - 24px);
}

body .tournament-wrapper .tournament-item {
  margin-bottom: 14px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 14px;
  cursor: pointer;
}
body .tournament-schema .tournament-round .row {
  border-bottom: 1px solid lightgray !important;
  margin-bottom: 14px;
  padding-bottom: 14px;
}
body .tournament-schema .tournament-round .row .col {
  border-right: 1px solid lightgray !important;
}
body .tournament-schema .tournament-round .row .col:last-child {
  border-right: 0 !important;
}

body .login-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
body .login-wrapper .login-background {
  background-image: url("../../images/login_background.png");
  background-size: cover;
  opacity: 0.6;
  height: calc(100vh - 20px);
}
body .login-wrapper .login-form {
  height: 100vh;
  position: relative;
}
body .login-wrapper .login-form section {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 28px;
}
