.custom-control-label::after,
.custom-control-label::before {
  display: none;
}

.custom-control {
  padding-left: 0;
}

.custom-control-inline {
  margin-right: 0;
}

.date-group-labels {
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 6px 7px;
  flex: 1 1 0px
  background-image: -webkit-linear-gradient(top, #fefefe, #fefefe);
  background-image: -moz-linear-gradient(top, #fefefe, #fefefe);
  cursor: pointer;
}

.date-group-labels.date-group-labels-checked {
  background-image: -webkit-linear-gradient(top, #203864, #203864);
  background-image: -moz-linear-gradient(top, #203864, #203864);
  color: white;
}

#.custom-radio:first-child .date-group-labels {
#  border-radius: 3px 0 0 3px;
#}
#
#.custom-radio:last-child .date-group-labels {
#  border-radius: 0 3px 3px 0;
#}
#
#.custom-radio:not(:last-child) .date-group-labels {
#  border-right: none;
#}

.date-group-labels:hover {
  box-shadow: inset 0px 2px 1px rgba(32, 56, 100, 0.5);
}