.scheduler_popover .popover {
    width: 500px;
    max-width: 500px;
}

.scheduler_list_button {
    margin: 0px;
    padding: 0px;
    border: 1px solid grey;
    float: left;
    background: linear-gradient(#e3e3e3, #f7f7f7);
    color: black;
}

.scheduler_list_button.disabled {
    border: 1px solid #bbbbbb;
    color: #bbbbbb;
}

.scheduler_month_button {
    width: 50px;
    height: 50px;
}

.scheduler_month_button_group {
    float: left;
    clear: left;
}

.scheduler_month_day_btn {
    width: 35px;
    height: 35px;
}

.scheduler_week_day_btn {
    width: 55px;
    height: 35px;
}

div.row.inside_row {
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.right {
    float: right;
    text-align: right;
}

.selected {
  border: 1px solid #0091d9 !important;
}
.selected {
  position: relative;
}
.selected:before {
  display: block;
  position: absolute;
  content: "\f00c";
  color: #ffffff;
  right: 4px;
  top: 3px;
  font-family: FontAwesome;
  z-index: 2;
}

.scheduler_popover .selected::before {
    right: 4px;
    top: 3px;
}

.selected:after {
  width: 0;
  height: 0;
  border-top: 35px solid #0091d9;
  border-left: 35px solid rgba(0, 0, 0, 0);
  position: absolute;
  display: block;
  right: 0;
  content: "";
  top: 0;
  z-index: 1;
}

.modal-content fieldset.exception_fieldset {
    padding-top: 10px;
}
.smart-form fieldset.exception_fieldset {
    padding-top: 0px;
    background-color: #f9f9f9;
    padding: 0px;
}
.exceptions_panel {
}
.exception_label {
    text-align: center;
    color: orange;
}
.exception_date {
    color: #000;
    text-align: center;
    color: orange;
}
.smart-form .row.exception_row {
    line-height: 25px;
}
.smart-form .row.add_exception_row {
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    color: #3276b1;
    text-decoration: none;
}
.exception_remove {
    font-size: 11px;
    color: #3276b1;
    text-decoration: none;
}
.remove_exception_button {
    margin-left: 5px;
}
.exception_date_input {
    width: 90%;
    height: 18px;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    color: orange;
}

.exception_nb_weeks input {
    width: 90%;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    text-align: center;
    color: orange;
}
.contact_fields .exception_fieldset .select select {
    line-height: 14px;
    font-size: 11px;
    height: 24px;
    color: orange;
}
.smart-form .contact_fields .exception_fieldset .select i {
    top: 7px;
    right: 0px;
}

.smart-form .col.exception_optional {
    padding-left: 10px;
}