.ui-datepicker-week-col {
  cursor: pointer;
}
.icon_calendar {
  margin-left: 4px;
  cursor: pointer;
  flex: 0 0 30px;
  background-color: #109fe9;
  color: white;
  padding: 5px 9px;
  border-radius: 5px;
}
.title_before_input_field {
  color: #6F6E6E;
  flex: 0 0 35px;
  padding-top: 5px;
  margin-right: 10px;
}
.date_selection_togglebar {
  background-color: white;
  overflow: hidden;
  width: 241px;
  display: block;
  position: absolute;
  z-index: 100;
}
.date_selection_row {
  flex-direction: row;
  display: flex;
  margin-bottom: 2px;
  overflow: hidden;
}
.input_text_date {
  text-align: right;
  width: 83px;
  border: 1px solid #ECECEC;
  padding: 7px;
  height: 30px;
}
.menu-item.selected {
  background-color: #109fe9 !important;
}
.menu-item.selected .action_filter-label {
  color: white !important;
}
.selected_bar_item {
  background-color: white !important;
  color: #4D4274 !important;
}
.bar-item {
  border-radius: 5px 5px 0px 0px;
  background-color: rgba(77, 66, 116, 0.3);
  width: 80px;
  height: 26px;
  border: 0px;
  color: white;
  cursor: pointer;
  flex: 1;
}
.bar-item:hover {
  background-color: #1c6aa0;
}
.bar-item[data-target="PeriodToggleBar"] {
  margin: 0 1px;
}
.ui-corner-all {
  border-radius: 0 !important;
}
.ui-widget.ui-widget-content {
  border: unset;
}
.nav-bar {
  background-color: #109FE9;
  padding: 4px 2px 0 2px;
  display: flex;
}
#PeriodButtonBar {
  background-color: #ECECEC;
  display: flex;
  flex-direction: row;
}
.selection_date_box {
  height: 170px;
  padding: 10px;
  padding-left: 7px;
  background-color: #C6DEF5;
}
ui-datepicker {
  font-size: 8px;
}
#dayWeek {
  border-top: 1px solid #ececec;
}
#monthYear {
  border-top: 10px solid #ececec;
}
#StartEindToggleBar {
  padding: 8px 0 0 8px;
  margin-bottom: 20px;
}
.button_select_date,
.button_cancel {
  cursor: pointer;
  padding: 5px 9px 7px 7px;
  margin: 38px auto 13px;
  height: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  box-shadow: 1px 2px 2px #0000001A;
  width: 107px;
}
.button_select_date i,
.button_cancel i {
  margin: 9px 6px 5px 2px;
}
.button_select_date {
  border: 1px solid #109fe9;
  color: white;
  background-color: #109fe9;
}
.button_select_date:hover {
  background-color: #2283c6;
}
.button_cancel {
  color: #B5344C;
  border: 1px solid #B5344C;
  background-color: white;
}
.button_cancel:hover {
  background-color: #B5344C;
  color: white;
}
.ui-datepicker-inline {
  width: 100%;
}
.selection_date_container {
  display: flex;
  flex-direction: column;
  background-color: white;
  text-align: center;
  color: black;
  cursor: pointer;
}
.selection_date_container .calendar_period_button {
  padding: 6px 0;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.selection_date_container .calendar_period_button:hover {
  background-color: #B6D2EC;
}
.selection_date_container .calendar_period_button.selected {
  background-color: #0ECB62;
  color: white;
  cursor: default;
}
.selection_date_container #quartileButtons {
  display: flex;
  flex-direction: column;
}
.selection_date_container #quartileButtons .calendar_button_quart {
  width: 88px;
  padding: 6px 13px;
}
.selection_date_container #monthButtons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.selection_date_container #monthButtons .calendar_button_month {
  flex-basis: 33.333333%;
}
.selection_date_container .buttonPeriodContainer {
  display: flex;
  flex-direction: row;
}
#yearButtons {
  display: flex;
  margin-top: 6px;
}
#yearButtons .button_select_year {
  flex: 1;
  background-color: #109fe9;
  color: white;
  height: 30px;
  padding: 7px 0 0 12px;
  cursor: pointer;
}
#yearButtons .button_select_year:hover {
  background-color: #2283c6;
}
#yearButtons #previousYear {
  margin-left: 30px;
}
#yearButtons #nextYear {
  margin-left: 30px;
  margin-right: 24px;
}
