.employee_scheduleView .date-control-buttons {
  display: flex;
  align-content: space-between;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 60; }
  .employee_scheduleView .date-control-buttons > button {
    transition: all ease-in-out 0.7s;
    top: 0px; }
    .employee_scheduleView .date-control-buttons > button:first-child {
      left: 0px !important; }
  .employee_scheduleView .date-control-buttons.sticked > button {
    top: 50px; }
    .employee_scheduleView .date-control-buttons.sticked > button:first-child {
      left: 55px !important; }

.employee_scheduleView md-content {
  background-color: transparent !important; }

.employee_scheduleView md-tabs {
  border: 1px solid #e1e1e1;
  padding: 0 !important; }
  .employee_scheduleView md-tabs md-tab-content {
    background: #f6f6f6; }
  .employee_scheduleView md-tabs md-tabs-wrapper {
    background: white; }

.employee_scheduleView md-input-container.no-float {
  margin-top: 0px; }
  .employee_scheduleView md-input-container.no-float > label {
    -webkit-transform: translate3d(1px, 28px, 0) scale(1) !important;
    transform: translate3d(1px, 28px, 0) scale(1) !important;
    color: #BDBDBD; }
  .employee_scheduleView md-input-container.no-float.md-input-has-value > label {
    display: none !important; }

.employee_scheduleView md-radio-button {
  margin: 5px; }

.employee_scheduleView md-input-container {
  padding-bottom: 0;
  min-width: 250px; }

.employee_scheduleView md-tab[disabled] {
  opacity: 0.5; }

div.md-img-select-option {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  align-content: center !important; }
  div.md-img-select-option > img {
    flex-grow: 0 !important;
    width: 55px !important;
    height: 55px !important;
    margin: 4px 10px 4px 2px !important;
    background: #BDBDBD;
    border-radius: 40%; }
  div.md-img-select-option > div {
    flex-grow: 1 !important; }

md-option.md-img-select-option {
  height: 65px !important; }

/*# sourceMappingURL=ScheduleView.css.map */