body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  cursor: default;
}
.float-left {
  float: left;
  position: relative;
}
.padding-0 {
  padding: 0;
}
.padding-3 {
  padding: 0 3px;
}
.col-md-4,
.no-padding {
  padding: 0;
}
.teetime-box {
  padding: 0 5px;
  margin: 4px 3px;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.fully-booked {
  border-color: #dfdfdf;
}
.col-players:first-child {
  padding: 0 5px 0 0 !important;
}
.player-box {
  display: block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  box-sizing: border-box;
  padding: 5px 2px 5px 0px;
  width: 100%;
  border-radius: 7px;
  background-color: #0ead2f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 5px 0;
  color: dark-text-color;
  font-size: 12px;
  height: 30px;
}
.player-box.none {
  color: #fff;
}
.player-box.none:hover {
  background-color: #10c535;
  cursor: pointer;
  text-decoration: none;
}
.player-box.booked {
  text-align: left;
  background-color: transparent;
  font-weight: 300;
  padding: 2px;
}
.teetime-time {
  padding: 3px 7px;
  color: #323232;
  font-weight: 500;
  font-size: 12px;
}
.teetime-time .fas.fa-user {
  margin-left: 10px;
  font-size: 13px;
}
.fully-booked,
.fully-booked .facet-name,
.fully-booked .player-box,
.fully-booked .teetime-time,
.fully-booked .price {
  color: #323232;
}
.fully-booked,
.fully-booked .player-box {
  background-color: #f2f2f2;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 0;
  padding-left: 0;
}
.facet-btn {
  background-color: #0ead2f;
  padding: 2px 5px;
}
.header-btn {
  background-color: #f2f2f2;
  padding: 6px 15px;
  margin-right: 5px;
}
.facet-name span,
.course-name span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.facet-name,
.course-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header-btn.facet-name,
.header-btn.course-name {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.navbar.navbar-default .navbar-header .btn-group.date-selector,
.navbar.navbar-default .navbar-header .dropdown {
  margin-right: 5px;
}
.btn-group .dropdown .dropdown-menu {
  border: none;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.dropdown-menu .dropdown-text,
.top-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #5e5e5e;
}
.btn-group.open .dropdown-toggle,
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #fff;
}
.navbar-header .btn.focus,
.navbar-header .btn:focus,
.navbar-header .btn:hover {
  color: #5e5e5e;
}
.btn:focus,
.btn:active {
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu > li > a {
  padding: 5px 16px;
}
/* ---------- TOP ---------- */
header .navbar {
  padding: 0;
}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
  margin-bottom: 10px;
}
.navbar-default .nav.navbar-nav,
.navbar-default .nav.navbar-nav.navbar-right {
  font-family: "Montserrat", Helvetica, sans-serif;
}
a,
a:focus,
a:hover {
  color: #5e5e5e;
  text-decoration: none;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #5e5e5e;
  background-color: #f2f2f2;
}
.nav-pills > li > a {
  border-radius: 7px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #f8f8f8;
  color: #5e5e5e;
}
.input-group.date.date-selector .input-group-addon:first-child {
  color: #5e5e5e;
  background-color: #f2f2f2;
  border: none;
  border-radius: 7px 0 0 7px;
  padding: 6px 0 6px 6px;
}
.input-group.date.date-selector .input-group-addon:last-child {
  color: #5e5e5e;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0 7px 7px 0;
  padding: 6px 6px 6px 0;
}
#searchTime.form-control {
  text-align-last: center;
  background-color: #f2f2f2;
  border: none;
  color: #5e5e5e;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#searchDate.form-control {
  background-color: #f2f2f2;
  padding: 6px 0;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-header .fa.fa-credit-card.fa-fw {
  float: right;
  color: #5e5e5e;
  padding: 10px;
}
.navbar-header .form-group {
  margin-bottom: 0;
  margin-right: 5px;
}
.course-name .caret,
.facet-name .caret {
  margin-right: -5px;
  margin-top: 10px !important;
}
.navbar .btn {
  border-radius: 7px;
  background-color: #f2f2f2;
  color: #5e5e5e;
}
.btn-left {
  border-radius: 7px 0 0 7px !important;
  width: 38px;
}
.btn-right {
  border-radius: 0 7px 7px 0 !important;
  width: 38px;
}
.btn.btn-left {
  padding: 6px 0 6px 6px;
}
.btn.btn-right {
  padding: 6px 6px 6px 0;
}
.navbar input.btn {
  border-radius: 0;
  width: 140px;
}
.navbar.navbar-default .navbar-header .dropdown {
  display: inline-block;
  margin-right: 5px;
}
.container > .navbar-header {
  margin-right: 5px;
  margin-left: 5px;
}
input {
  width: 100px;
}
.margin-top-5 {
  margin-top: 5px;
}
.golfClubName {
  padding: 10px 0;
  font-size: 2rem;
}
.golfClubName a,
.golfClubName span {
  color: #323232;
  font-weight: 600;
}
.message-info {
  font-size: 14px;
  color: #5e5e5e;
  margin: 0 10px 10px 0;
  float: left;
  width: calc(100% - 50px);
}
.message-icon {
  width: 40px;
  font-size: 30px;
  float: left;
  text-align: left;
  color: #0ead2f;
  height: 20px;
  line-height: 20px;
}
.message-info h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #0ead2f;
  border-color: transparent;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background: #10c535;
  text-shadow: none;
}
.datepicker.dropdown-menu {
  border: none;
  color: #5e5e5e;
}
.datepicker-orient-left:after,
.datepicker-orient-left:before {
  display: none;
}
.player-box a,
.player-box a:focus,
.player-box a:hover {
  color: #fff !important;
}
.popup-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0, 1.13);
  -moz-transition: opacity 0.5s cubic-bezier(0, 0, 0, 1.13);
  transition: opacity 0.5s cubic-bezier(0, 0, 0, 1.13);
}
.popup-window:target {
  opacity: 1;
  pointer-events: auto;
}
.popup-window > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 2rem;
  background: #fff;
  color: #444;
  border-radius: 10px;
}
.popup-window header {
  font-weight: bold;
}
.btn-back-to-main-page,
.btn-back-to-main-page:hover {
  background-color: #f2f2f2;
  color: #5e5e5e;
  width: 49%;
  border-radius: 7px;
}
.popup-content {
  padding: 20px 0;
}
.popup-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}
.dropdown.hamburger {
  line-height: 50px;
  font-weight: 500;
}
.dropdown.hamburger .dropdown-menu li i {
  color: #929292;
}
.dropdown.hamburger .dropdown-menu li a {
  color: #5e5e5e;
  border-radius: 5px;
}
.dropdown.hamburger .dropdown-menu li {
  padding: 2px 5px;
}
.dropdown.hamburger .dropdown-menu li a:hover {
  background-color: #f2f2f2;
}
.dropdown.hamburger a {
  color: #5e5e5e;
}
.dropdown.hamburger .glyphicon {
  color: #0ead2f;
  font-size: 18px;
}
.hamburger .dropdown-menu {
  top: 40px;
}
.heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.heading-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 50px;
  margin-left: 20px;
  display: inline-block;
  color: #323232;
}
.heading-left img {
  padding-bottom: 5px;
}
.heading .dropdown-menu i {
  width: 30px;
  font-weight: 100;
}
.hamburger .dropdown-menu {
  border-radius: 7px;
  border: none;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.hamburger .dropdown-menu > li > a {
  padding: 5px 10px;
}
hr.solid {
  margin: 5px;
  border-color: #d5d5d5;
}
.fal.fa-golf-club {
  font-size: 11px;
  font-weight: 500;
}
.line-1 {
  line-height: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
}
.line-2 {
  font-size: 10px;
  font-weight: 200;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.teetime-box .player-box.blocked {
  background-color: #f7555e;
  color: #fff;
  cursor: default;
}
.player-box.booked.friend {
  color: #0ead2f;
}
.player-box.booked.friend .line-1 {
  font-weight: 600;
}
.player-box.booked.friend .line-2 {
  font-weight: 400;
}
.fullyblocked .teetime-time {
  color: #f63d47;
}
.teetime-box.fullylocked {
  opacity: 0.5;
}
.teetime-box .player-box.locked {
  color: #fff;
  cursor: default;
}
i.fal.fa-ban,
i.fal.fa-hourglass {
  padding-top: 4px;
}
#searchDate.btn {
  padding: 6px 0;
  margin: 0 -5px;
}
.message {
  padding: 25px 0 10px 0 !important;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #5e5e5e;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.timeselector {
  width: 147px;
}
.navbar-header .info-label {
  width: 54px;
  height: 34px;
  line-height: 34px;
  font-weight: 500;
  display: none;
  color: #5e5e5e;
}
.navbar-header .form-group.float-left.margin-top-5.timeselector .info-label,
.btn-group.float-left .dropdown.float-left.margin-top-5:last-child .info-label {
  width: 64px;
}
.message-panel {
  padding: 30px;
  background-color: #f8f8f8;
  margin: 30px 5px;
  border-radius: 10px;
}
.message-panel p {
  font-size: 14px;
  font-weight: 300;
  color: #323232;
}
.message-panel a {
  color: #0ead2f;
}
.friend-icon {
  position: absolute;
}
.golf-club-name {
  font-size: 20px;
  color: #5e5e5e;
  margin-bottom: 15px;
  margin-top: 25px;
  padding: 0 0 0 5px;
}
.half-page-container {
  height: 50vh;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
/* TOURNAMENT RELATED */
.btn-book-type,
.btn-book-type:hover,
.btn-book-type:focus,
.btn-book-type:active {
  color: #fff;
  background-color: #0ead2f;
  margin-right: 5px;
  width: 150px;
  border-radius: 7px;
}
.tournament-body {
  padding: 5px;
}
.tournament-body .label {
  float: right;
  height: 20px;
  line-height: 15px;
  padding: 3px 10px;
  width: 100%;
  border-radius: 5px;
}
.tournament-body .label-success {
  background-color: #5e5e5e;
  margin-bottom: 3px;
}
.tournament-body .label-info {
  background-color: #929292;
}
.tournament-body .tournament-name a {
  color: #0ead2f;
  font-weight: 500;
  font-size: 14px;
}
.tournament-body h4 {
  margin: 5px 0;
  font-size: 12px;
  color: #5e5e5e;
}
.tournament-body {
  font-size: 12px;
}
.tournament-infos {
  width: calc(100% - 6px);
  margin: 3px;
  background-color: #f8f8f8;
  border-radius: 7px;
  padding: 10px;
}
.tournament-infos .nav {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 5px 3px;
}
.tournament-infos .nav a {
  padding: 7px;
  margin: 0;
}
.tournament-infos .nav a:first-child {
  margin-left: 2px;
}
.tournament-infos table {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #eee;
  -moz-box-shadow: 0 0 0 1px #eee;
  box-shadow: 0 0 0 1px #eee;
  border-radius: 8px;
}
.tournament-infos .table > thead > tr > th {
  border-bottom: 1px solid #eee !important;
}
.tournament-infos .table > tbody > tr:first-child > td {
  border-top: none;
}
.tournament-infos .table > tbody > tr:not(:first-child) > td {
  border-top: 1px solid #eee;
}
.tournament-name,
.tournament-name h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 5px;
}
.tournament-infos .nav i {
  margin-right: 10px;
}
.btn-register {
  display: block;
  float: left;
  text-align: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 5px 2px 5px 0px;
  width: 100%;
  border-radius: 7px;
  background-color: #0ead2f;
  color: #fff;
  font-size: 12px;
  height: 30px;
  margin: 0 0 5px 0 !important;
}
.btn-register:hover {
  background-color: #10c535;
}
.tournament-infos .fade {
  opacity: 1;
}
.tournament-embedded .nav.nav-tabs {
  background-color: transparent;
  border: none;
  margin: 20px 0 5px 0;
}
.tournament-embedded .nav.nav-tabs .nav-link {
  background-color: #bfbfbf;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
}
.tournament-embedded .nav.nav-tabs .nav-link.active {
  background-color: #0ead2f;
  color: #fff;
  border: none;
}
.tournament-infos .alert {
  background-color: #fff;
  color: #323232;
  border: none;
  border-radius: 7px;
  padding: 10px;
  margin: 10px 0 0 0;
}
.tournament-infos .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: inherit;
}
.tournament-infos .table-hover > tbody > tr:hover {
  background-color: transparent;
}
.tournament-infos .scorecard.table {
  border: none;
  margin-top: 10px;
}
.tournament-infos .scorecard.table tr:first-child td {
  border-top: 0;
}
.tournament-infos .scorecard.table tr td:first-child {
  border-left: 0;
}
.tournament-infos .scorecard.table tr:last-child td {
  border-bottom: 0;
}
.tournament-infos .scorecard.table tr td:last-child {
  border-right: 0;
}
.tournament-infos .scorecard.table-bordered > tbody > tr > td,
.tournament-infos .scorecard.table-bordered > tbody > tr > th,
.tournament-infos .scorecard.table-bordered > tfoot > tr > td,
.tournament-infos .scorecard.table-bordered > tfoot > tr > th,
.tournament-infos .scorecard.table-bordered > thead > tr > td,
.tournament-infos .scorecard.table-bordered > thead > tr > th {
  border: 1px solid #eee;
}
.score {
  line-height: 24px;
}
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  #searchTime.form-control {
    padding: 6px calc(calc(100% - 40px) / 2);
  }
}
@media (min-width: 768px) {
  .padding-5 {
    padding: 0 5px;
  }
  .h-divider {
    display: none;
  }
  .tournament-infos .nav-justified > li {
    display: inline-block;
    width: calc(25% - 5px);
  }
}
@media (min-width: 450px) and (max-width: 992px) {
  .info-label {
    float: left;
  }
}
@media (min-width: 576px) {
  .navbar .navbar-default .navbar-header .dropdown,
  .navbar .navbar-default .navbar-header .btn-group.date-selector {
    width: 217px;
  }
}
/*@media (max-width: 365px) { .navbar.navbar-default .navbar-header .dropdown, .navbar.navbar-default .navbar-header .btn-group.date-selector { width: 155px; } }*/
@media (max-width: 425px) {
  .heading-title {
    font-size: 14px;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 570px) and (max-width: 991px) {
  .navbar.navbar-default .navbar-header .dropdown,
  .navbar.navbar-default .navbar-header .btn-group.date-selector {
    width: 273px;
  }
  .navbar input.btn {
    width: 200px;
  }
  #searchTime.form-control {
    width: 197px;
  }
  .navbar .btn-group .timeselector {
    width: 273px;
  }
}
@media only screen and (min-width: 992px) {
  .navbar.navbar-default .navbar-header .dropdown {
    width: 300px !important;
  }
  .navbar .btn-group.date-selector {
    width: 173px;
  }
  .navbar input.btn {
    width: 100px;
  }
  #searchTime.form-control {
    width: 94px;
  }
  .navbar .btn-group .timeselector {
    width: 170px;
  }
  .friend-icon {
    position: relative;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .col-xs-12 {
    width: 50%;
  }
  .teetime-box .col-xs-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 575px) and (max-width: 575px) {
  .navbar.navbar-default .navbar-header .dropdown,
  .navbar.navbar-default .navbar-header .btn-group.date-selector {
    width: 273px !important;
  }
  #searchDate.btn {
    width: 127px;
  }
  .btn-left,
  .btn-right {
    width: 40px;
  }
  .navbar .btn-group .timeselector {
    width: 273px !important;
  }
  #searchTime.form-control {
    text-align-last: center;
    width: 124px !important;
  }
  .header-btn.facet-name,
  .header-btn.course-name {
    width: 204px;
  }
  .navbar-header .info-label {
    display: block;
  }
}
@media (max-width: 991px) {
  .teetime-time {
    text-align: center;
  }
  .btn-group.float-left {
    width: 100%;
  }
  .btn-register {
    margin: 10px 0 !important;
  }
}
@media (max-width: 767px) {
  .padding-5 {
    margin: 0 5px;
    padding: 0;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    z-index: 999999;
    background-color: #fff;
    float: right;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    top: 10px;
    right: 130px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 10px;
  }
  .navbar-nav .language-selector.open .dropdown-menu > li > a {
    padding: 5px 7px;
  }
  .collapse.in li > a,
  .collapsing li > a {
    color: #323232 !important;
  }
  .navbar .collapse.in,
  .navbar .collapsing {
    display: block;
    position: absolute;
    right: 25px;
    background: #fff;
    margin: 0 0 0 50px !important;
    border: none;
    padding: 0 20px;
    border-radius: 7px;
    z-index: 99999;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    width: 150px;
  }
  .navbar.navbar-default #navbar.navbar-collapse.collapse.in li,
  .navbar.navbar-default #navbar.navbar-collapse.collapsing li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .collapse.in .nav > li > a,
  .collapsing .nav > li > a {
    font-variant: normal;
  }
  .navbar-collapse.in {
    overflow: visible;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #0ead2f;
  }
  .language-selector.open .dropdown-menu {
    right: 0;
  }
  .language-selector .dropdown-menu li {
    float: left;
  }
  .navbar-nav .language-selector.open .dropdown-menu > li > a {
    padding: 5px 7px;
  }
}
@media only screen and (min-width: 369px) and (max-width: 570px) {
  .navbar.navbar-default .navbar-header .dropdown,
  .navbar.navbar-default .navbar-header .btn-group.date-selector {
    width: 173px;
  }
  .navbar input.btn {
    width: 100px;
  }
  #searchTime.form-control {
    width: 97px;
  }
  .navbar .btn-group .timeselector {
    width: 173px;
  }
}
@media only screen and (max-width: 368px) {
  .heading-left img {
    display: none;
  }
  .navbar.navbar-default .navbar-header .dropdown {
    width: 100%;
  }
  .navbar.navbar-default .navbar-header .btn-group.date-selector,
  .navbar.navbar-default .navbar-header .form-group.float-left.margin-top-5.timeselector {
    width: 50%;
    padding-right: 5px;
    margin-right: 0;
  }
  .navbar.navbar-default .navbar-header .form-group.float-left.margin-top-5.timeselector {
    margin-right: 0;
    padding-right: 0 !important;
  }
  .navbar .input-group {
    width: calc(100% - 76px);
  }
  .navbar input.btn {
    width: calc(100% - 73px);
  }
  #searchTime.form-control {
    width: 100%;
  }
}
.alert-danger {
  color: #fff;
  background-color: #ea0916;
  border: none;
  border-radius: 7px;
  font-weight: 500;
  margin: 10px 15px;
}
/*# sourceMappingURL=styles.css.map */
