.gc_disable {
  pointer-events: none;
  cursor: default;
  margin-top: -100px;
}

.selected_btn {
  float: left;
  width: 100%;
  margin: 20px 0;
    margin-bottom: 20px;
  text-align: center;
}

.selected_btn a {
  background: #00aff2;
  color: #fff;
  padding: 10px 14px;
}

.range-holder-label span {
    border: none;
    padding: 0;
    font-weight: bold;
    color: #f43434;
    font-size: 17px;
    text-align: center;
}
#eligible_costs_range,
.ui-slider .ui-widget-header {
  background: #1e73be
}
.range-holder-label label {
    float: left;
    width: auto;
    margin: 0;
        margin-right: 0px;
    padding: 0;
    line-height: 26px;
    margin-right: 10px;
}
.range-holder {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.range-holder-label {
    margin-bottom: 5px;
}
#post_period_to_calendar .fc-today-button.fc-button.fc-button-primary {
    display: none;
}
#post_period_to_calendar {
    float: left;
    width: 100%;
    height: 561px;
}

.sidebar-category-list h3 {
  margin-bottom: 10px;
}
.sidebar-category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.sidebar-category-list ul li {

}
.sidebar-category-list ul li a {
  float: left;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px dotted;
}
.date_picker_yyyy {
  float: left !important;
  width: 50% !important
}
