body, html {
  overflow: auto !important;
  height: auto !important;
  -webkit-font-smoothing: antialiased;
  font-family: Lato, Arial, 'Helvetica Neue', Helvetica, sans-serif; }

.container {
  font-family: Lato, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
  height: 100%; }
  @media only screen and (max-device-width: 568px) {
    .container {
      font-size: 12px; } }
  @media only screen and (max-device-width: 667px) {
    .container {
      font-size: 14px; } }

.even {
  background-color: #F5F5F5; }

.dayheader {
  background-color: #05579f;
  padding: 4px 0 4px 4px;
  color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 8px; }

.event {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 4px 0 4px 4px;
  cursor: pointer;
  border-bottom: 1px solid #d4d3d3; }
  .event .left {
    padding-right: 5px;
    border-right: 1px solid #E8E6E6;
    margin-right: 5px; }
  .event .middle {
    flex-grow: 1;
    overflow: hidden; }
  .event .top, .event .bottom {
    overflow: hidden; }
  .event .bottom {
    color: grey; }

.event .icon {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 4px;
  width: 100%; }

.event .u8 {
      background-color: #f7b439; }

.event .u9 {
    background-color: #f7b439; }

.event .u10 {
  background-color: #f7b439; }

.event .u11 {
  background-color: #ff66ff; }

.event .u12 {
  background-color: #9900cc; }

.event .u13 {
  background-color: #009933; }

.event .u14 {
  background-color: #0033cc; }

.event .u15 {
  background-color: #3bdccd; }

.event .u16 {
  background-color: #996633; }

.event .u17 {
  background-color: #e23232;
  font-size: 14px; }

.event .u18 {
  background-color: black; }

.event .staevne {
  background-color: #35393e;
  font-size: 22px; }

.searchEvents {
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  height: 42px;
  margin: 8px; }

.searchEvents input#search {
  width: 100%;
  height: 42px;
  background-color: #FFFFFF;
  border: 4px solid #05579f;
  font-size: 16px;
  float: left;
  color: #000;
  padding-left: 40px;
  border-radius: 5px;
  -webkit-appearance: none; }

.searchEvents .icon {
  position: absolute;
  margin-left: 17px;
  margin-top: 13px;
  z-index: 1;
  color: #9A9696; }

.box {
  margin-bottom: 8px;
  display: flex;
  padding: 6px;
  border-bottom: 1px solid #05579f; }

nav {
  padding: 0 8px; }
  nav .navi-btn {
    font-size: 36px;
    height: 36px;
    width: 36px;
    color: #05579f; }
  nav .menu-header {
    color: #FFF;
    border-bottom: 1px solid #636363;
    padding-bottom: 10px; }

.menu-content {
  background-color: #35393e; }
  .menu-content ul {
    padding-left: 10px;
    padding-right: 10px; }
  .menu-content li a {
    color: #b1b1b1; }

.filter-container {
  display: flex; }

ul {
  list-style-type: none; }

.players {
  margin: 0;
  background-color: #FFF;
  color: #000;
  padding-left: 20px;
  font-size: 20px;
  padding-top: 10px; }
  .players li {
    margin-bottom: 22px; }
  .players a:link, .players a:visited, .players a:hover {
    text-decoration: none;
    color: #05579f; }

.players-disclaimer {
  padding: 10px; }

.filterlist {
  margin: 0;
  padding: 10px;
  background-color: #FFF;
  color: #FFF; }
  .filterlist input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: #f3f3f3;
    text-align: center;
    line-height: 22px; }
  .filterlist .checkbox label {
    margin-bottom: 6px; }
  .filterlist input[type=checkbox] {
    display: none; }
  .filterlist label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 20px;
    color: #000; }
  .filterlist label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa; }
  .filterlist li {
    margin-bottom: 10px; }

h3 {
  padding: 8px;
  margin: 0;
  text-transform: uppercase;
  background-color: #05579f;
  color: #FFF; }

h4 {
  margin: 0;
  text-transform: uppercase;
  color: #05579f;
  margin: 10px 0px 2px 4px; }

.sb-menu {
  font-size: 22px; }
  .sb-menu li {
    margin-bottom: 10px; }
  .sb-menu a {
    text-decoration: none; }

.create-form {
  padding: 0 10 10 10px;
  background-color: #FFF; }
  .create-form div {
    display: flex;
    flex-direction: column;
    margin-bottom: 6px; }
    .create-form div label {
      flex-grow: 1;
      color: #000;
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 2px; }
    .create-form div input[type=button] {
      background-color: #4CAF50;
      border: none;
      color: white;
      font-size: 18px;
      padding: 6px 12px;
      text-decoration: none;
      margin: 4px 2px;
      cursor: pointer;
      border-radius: 4px;
      text-transform: uppercase;
      max-width: 100px;
      box-shadow: 0 3px #02792a;
      margin: auto; }
    .create-form div label.error {
      color: #000;
      font-weight: bold;
      margin-top: 0px; }
    .create-form div input {
      border-radius: 4px; }
  .create-form .info-text {
    color: #1fb318;
    font-size: 20px; }

.hideInit {
  display: none; }

#deleteLightBox {
  font-size: 20px;
  margin: 14px; }
  #deleteLightBox #confirmDeleteEvent {
    background-color: red;
    border: none;
    color: white;
    font-size: 18px;
    padding: 6px 12px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase;
    width: 100%; }
  #deleteLightBox .info {
    color: grey;
    text-decoration: none; }

.featherlight .featherlight-content {
  border-radius: 8px; }

.featherlight .featherlight-close-icon {
  right: 4px;
  top: 4px; }

.title {
  color: #FFF;
  text-align: center;
  width: 300px;
  margin: auto;
  margin-top: 14px; }

.loginForm, .logout {
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px; }
  .loginForm button, .logout button {
    background-color: #4CAF50;
    border: none;
    color: white;
    font-size: 16px;
    padding: 6px 12px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    text-transform: uppercase; }

.logout button {
  background-color: #a0a09c; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
  display: none !important; }

.loggedStatus {
  color: #FFF;
  text-align: center; }

.infoaddress {
  margin-top: 8px;
  font-size: 16px;
  color: grey;
  text-decoration: none;
  display: block; }

.topinfo {
  color: black;
  font-size: 18px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #cacaca; }

.bottominfo {
  font-size: 16px;
  color: black; }

.loadingEvents {
  text-align: center;
  display: none; }
  .loadingEvents p {
    margin: 0; }

.locationText {
  font-size: 16px;
  margin-top: 4px; }

.agegroup-header {
  background-color: #05579f;
  color: white;
  font-size: 20px;
  background-color: #05579f;
  padding: 10px 0 10px 6px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #000; }
  .agegroup-header i {
    float: right;
    margin-right: 8px; }

.team-observation {
  background-color: lightgrey;
  color: black;
  font-size: 18px;
  margin-bottom: 12px;
  display: none; }

.team-priorities {
  background-color: lightgrey;
  color: black;
  font-size: 18px;
  border-bottom: 2px solid white;
  display: none;
  position: relative; }
  .team-priorities input {
    position: absolute;
    right: 9px;
    top: 7px; }

.prioTeamName {
  padding: 4px;
  background-color: lightgray; }

.obsTeamName {
  padding: 4px;
  background-color: lightgray; }

.obs-latest .match-observation {
  display: none; }

.obs-latest .obs-latest-header {
  display: none; }

.match-observation {
  background-color: #F5F5F5;
  color: black;
  font-size: 14px;
  padding: 2px 0 2px 4px;
  border-bottom: 1px solid grey; }

.latest-obs {
  margin-left: 4px; }

.latest-obs-row {
  border-bottom: 1px solid grey; }

.not-seen {
  background-color: #eaacac; }

.googleMaps_button, .external_link_button, .plannedobservations_button {
  color: #fff;
  background-color: #6496c8;
  border: none;
  margin-top: 8px;
  font-size: 16px;
  border-radius: 7px;
  padding: 7px 10px;
  width: 134px;
  box-shadow: 0 3px #27496d;
  display: block;
  text-decoration: none; }
  .googleMaps_button span, .external_link_button span, .plannedobservations_button span {
    margin-left: 3px; }

.external_link_button {
  float: left;
  display: none;}

.googleMaps_button {
  float: left;
  margin-right: 6px; }

.plannedobservations_button {
  background-color: #daa520;
  color: white;
  cursor: pointer;
  float: left;
  margin-right: 6px; }

.agegroup-header {
  cursor: pointer; }

.scout {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #daa520;
  color: white;
  float: right;
  margin-right: 2px;
  margin-top: 2px;
  top: 5px;
  right: 5px; }

.scouttext {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-transform: uppercase; }

.activity_actions {
  border-top: 1px solid #cacaca;
  padding-bottom: 7px;
  border-bottom: 1px solid #cacaca;
  margin-top: 4px;
  position: relative;
  height: 54px; }

.scoutnames {
  float: left;
  margin-top: 8px;
  height: 36px;
  font-size: 14px; }

.external_actions {
  height: 40px; }

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: .5em;
  padding-right: 1.5em; }

.filterPlanned {
  position: relative;
  padding: 0 0 0 10px; }

.filterPlanned input {
  float: left; }

.filterPlanned label {
  margin-left: 4px; }

/* The container */
.containerx {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 4px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.containerx input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.containerx:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.containerx input:checked ~ .checkmark {
  background-color: #05579f; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.containerx input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.containerx .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

  .infobox{
    background: #fff100;
    margin: 0px;
    padding: 4px 6px;
    font-size: 14px;
    border-bottom: 1px solid black;
  }
