.hall_statistics_block {
  display: none;
  position: fixed;
  bottom: 70px;
  left: 10px;
  background-color: #2fb99a;
  z-index: 999999;
  padding: 10px;
  color: #fff;
}


/* .hall_statistics_button {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999999;
  border: none;
  background-color: #2fb99a;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
} */

.addNewUserForVisitBlock {
  display: none;
}

.bottom_line_fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
  position: fixed;
  bottom: 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid;
  align-items: center;
  padding: 5px;
  z-index: 9999999;
  left: 70px;
}

.hide-city {
  display: none;
}

.active-city a {
  color: #fff;
}

.realtime_clock {
  font-size: 22px;
}

#realtime_clock{
  font-size: 24px;
}

/* Форма бронирования */

.booking_add_form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.booking_add_form .form-group {
  min-height: 100px;
}

.booking_add_form .control-label {
  display: block;
}

.booking_add_form .btn {
  margin-top: 18px;
}

.form_login{
  color:#fff;
  text-align:center;
}

.top_visit_table{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
#search_visit{
  /* width: 40%; */
}
