.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.separate-btn {
  border-radius: 5px;
  margin-right: 30px;
}
.btn-group > .separate-btn.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn-group > .separate-btn.btn:last-child:not(:first-child) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#mcs_fast_search_field {
  height: 31px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}
.js_fast_search_btn {
  border-radius: 0 4px 4px 0 !important;
  margin-right: 6px;
  margin-top: -2px;
}
@media (max-width: 549px) {
  .fast_search_area {
    display: none;
  }
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}
.sticky .panel {
  border: 0 none !important;
  border-radius: 0 !important;
  box-shadow: 0 0 21px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #aaa;
}
.sticky .panel .panel-heading {
  background-color: #ddd !important;
  border: 0 none !important;
  border-radius: 0 !important;
}
#filter_panel .panel-heading {
  position: relative;
  background-color: #ddd !important;
}
#filter_panel .panel-heading .js_toggle_filter {
  text-decoration: none;
}
#filter_panel .panel-heading .links_modes {
  margin: -4px -6px 0 0;
}
#filter_panel .panel-heading .links_modes a {
  padding-bottom: 2px;
}
#filter_panel .panel-heading .links_modes a.active {
  border-radius: 3px !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 500px) {
  #filter_panel .panel-heading .links_modes a.js_link_to_calendar {
    display: none;
  }
}
#filter_panel .panel-heading .links_modes .glyphicon {
  font-size: 18px;
}
#filter_panel .panel-body {
  display: none;
  overflow-y: auto;
}
