h1 {
  font-weight: lighter;
  font-size: 1.8em; }

h2 {
  font-weight: lighter;
  font-size: 1.5em; }

input, a, li {
  transition: all linear 0.5s; }

input[type="button"], input[type="submit"], a {
  outline: none; }

input[type="text"], input[type="password"], input[type="email"], textarea {
  outline: 3px solid transparent; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    outline: 3px solid #1db1c8; }

.button {
  background: none;
  border: 4px solid;
  font-size: 1.2em;
  font-weight: lighter;
  padding: 0.5em 2em;
  margin: 1em;
  cursor: pointer; }
  .button.active1 {
    color: #1db1c8; }
    .button.active1:hover {
      border-color: #1db1c8;
      background-color: #1db1c8;
      color: white; }
  .button.active2 {
    color: #c22d91; }
    .button.active2:hover {
      border-color: #c22d91;
      background-color: #c22d91;
      color: white; }

button.md-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  min-height: 36px;
  height: 36px;
  max-height: 40px;
  transition: all 0.3s linear;
  opacity: 1; }
  button.md-button i.material-icons {
    display: block;
    margin-right: 5px; }
  button.md-button.ng-hide {
    transition: all 0.3s linear;
    height: 0;
    max-height: 0;
    min-height: 0;
    opacity: 0; }

.md-card {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 3px 2px -2px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  background-color: white;
  overflow: hidden;
  margin-bottom: 10px; }

.md-card > h2 {
  margin: 0px;
  color: white;
  padding: 5px;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 10px;
  font-size: 1.1em;
  background: #525252; }

h1.section-title {
  font-size: 1.3em;
  padding: 3px;
  text-transform: uppercase;
  color: #1db1c8;
  border-bottom: 1px solid #525252; }

table:not(.md-calendar):not(.md-calendar-day-header) {
  width: 100%;
  text-align: center;
  border-collapse: collapse; }
  table:not(.md-calendar):not(.md-calendar-day-header) thead > tr {
    height: 40px;
    background: #1db1c8;
    border: none;
    color: white; }
    table:not(.md-calendar):not(.md-calendar-day-header) thead > tr > th {
      border-left: 1px solid #a6a6a6; }
  table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr {
    cursor: pointer;
    height: 60px !important; }
    table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr > td {
      border: none;
      border-right: 1px solid #a6a6a6;
      padding: 0;
      margin: 0; }
      table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr > td.future {
        font-weight: bold; }
      table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr > td.image-column {
        width: 50px;
        border: none; }
      table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr > td div.image-avatar, table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr > td div.image-car-avatar {
        width: 42px !important;
        height: 42px !important;
        border-radius: 5px;
        margin: 4px; }
    table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr > td:last-child {
      border-right: none; }
  table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr:nth-child(2n+1) {
    background: #e2e2e2;
    border: none; }
    table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr:nth-child(2n+1) > td .future {
      font-weight: bold; }
    table:not(.md-calendar):not(.md-calendar-day-header) tbody > tr:nth-child(2n+1) > td:first-child {
      width: 50px; }

md-input-container {
  margin: 8px;
  box-sizing: border-box;
  padding: 0 !important;
  padding-top: 20px !important; }
  md-input-container > label {
    font-size: 20px;
    color: #8c8c8c !important;
    transition: all 0.3s ease-in-out !important;
    transform: translate(6px, 55.5px) !important; }
  md-input-container md-select-value > span {
    color: #8c8c8c !important;
    transition: all 0.3s ease-in-out !important;
    position: relative;
    top: -2px;
    left: 2px; }
    md-input-container md-select-value > span > div {
      color: black !important; }
  md-input-container.md-input-has-value > label {
    color: #c22d91 !important;
    transform: translate(0px, 26px) scale(0.76) !important; }
  md-input-container.md-input-has-value md-select-value.md-select-placeholder > span:first-child {
    color: #c22d91 !important;
    transform: translate(-4px, -28.5px) scale(0.76) !important; }
  md-input-container.md-input-focused md-select-value {
    border: 2px solid #c22d91 !important; }
  md-input-container.md-input-focused > label {
    color: #c22d91 !important;
    transform: translate(0px, 26px) scale(0.76) !important; }
  md-input-container.md-input-focused md-select-value.md-select-placeholder > span:first-child {
    color: #c22d91 !important;
    transform: translate(-4px, -28.5px) scale(0.76) !important; }
  md-input-container .md-errors-spacer {
    min-height: 0px !important; }

md-select {
  box-sizing: border-box;
  border-radius: 4px;
  background: #e6e6e6;
  height: 45px; }
  md-select md-select-value {
    color: black;
    box-shadow: none !important;
    border: 2px solid #e6e6e6 !important;
    border-radius: 4px;
    transition: border 0.3s ease-in-out !important; }
    md-select md-select-value > span {
      font-size: 20px;
      color: #8c8c8c !important; }
    md-select md-select-value div.md-text {
      padding-left: 5px; }

input[type="text"], input[type="password"], input[type="number"], input[type="search"], textarea {
  font-size: 20px;
  box-shadow: none !important;
  color: black !important;
  border: 2px solid #e6e6e6 !important;
  border-radius: 4px !important;
  background: #e6e6e6 !important;
  height: 45px;
  min-height: 45px !important;
  padding-left: 5px !important;
  outline: none !important;
  transition: border 0.5s ease-in-out; }
  input[type="text"] .md-input.black, input[type="password"] .md-input.black, input[type="number"] .md-input.black, input[type="search"] .md-input.black, textarea .md-input.black {
    border: 2px solid #e6e6e6 !important;
    border-radius: 4px !important; }
  input[type="text"][disabled], input[type="password"][disabled], input[type="number"][disabled], input[type="search"][disabled], textarea[disabled] {
    background: rgba(242, 242, 242, 0.8) !important;
    border: rgba(242, 242, 242, 0.8) !important; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus, textarea:focus {
    border: 2px solid #c22d91 !important; }

body textarea {
  height: auto; }

body md-input-container {
  margin: 8px; }

body md-dialog {
  max-height: 100%; }
  body md-dialog md-toolbar {
    min-height: 40px;
    max-height: 40px !important;
    background: #525252 !important;
    color: #1db1c8 !important;
    font-size: 20px !important; }
  body md-dialog md-dialog-content {
    display: block;
    padding: 10px; }
  body md-dialog md-dialog-actions {
    display: flex;
    flex-direction: row; }
  body md-dialog button.confirm {
    background: #1db1c8;
    color: black; }
    body md-dialog button.confirm:focus {
      background: #1a9db2; }
    body md-dialog button.confirm:hover {
      background: #20c5de !important; }
  body md-dialog button.cancel {
    background: #a6a6a6;
    color: black; }
    body md-dialog button.cancel:focus {
      background: #999999; }
    body md-dialog button.cancel:hover {
      background: #b3b3b3 !important; }

body div.md-dialog-container {
  background: rgba(80, 80, 80, 0.3); }

body md-tabs {
  display: block;
  box-sizing: border-box; }
  body md-tabs md-content {
    overflow: hidden;
    background: none;
    height: 60px;
    margin-left: 30px;
    padding-top: 12px; }
  body md-tabs md-tab-item {
    color: #616161 !important; }
    body md-tabs md-tab-item.md-active {
      color: #c22d91 !important; }
  body md-tabs md-tabs-wrapper {
    border-bottom: 1px solid #8c8c8c;
    margin-bottom: 1px; }
  body md-tabs md-ink-bar {
    height: 3px !important;
    background-color: #c22d91; }

body md-datepicker {
  transition: all 0.3s linear;
  box-sizing: border-box !important;
  width: 200px;
  height: 45px !important;
  min-height: 45px !important;
  display: flex;
  flex-direction: row;
  border: 2px solid #e6e6e6;
  background: #e6e6e6;
  border-radius: 4px;
  box-shadow: none;
  margin-right: 0 !important; }
  body md-datepicker.md-datepicker-open {
    border: 2px solid #c22d91; }
  body md-datepicker > button.md-datepicker-button {
    min-width: 40px !important;
    margin: 0 !important; }
  body md-datepicker > div.md-datepicker-input-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 150px;
    margin-left: 0 !important;
    border: none; }
    body md-datepicker > div.md-datepicker-input-container > input {
      text-align: center !important;
      position: static;
      padding: 0;
      font-size: 20px;
      color: black;
      max-width: 110px;
      min-width: 110px;
      left: 0 !important;
      margin: 0 !important; }
    body md-datepicker > div.md-datepicker-input-container > button.md-datepicker-triangle-button.md-icon-button.md-button {
      position: absolute;
      right: 5px;
      margin: 0;
      top: 4px;
      flex: none; }
      body md-datepicker > div.md-datepicker-input-container > button.md-datepicker-triangle-button.md-icon-button.md-button > div {
        width: 10px; }

body .md-datepicker-calendar-pane.md-pane-open {
  margin-top: 7.5px;
  border: 2px solid #e6e6e6;
  border-radius: 4px !important;
  box-shadow: none !important; }
  body .md-datepicker-calendar-pane.md-pane-open table {
    font-size: 15px; }
    body .md-datepicker-calendar-pane.md-pane-open table thead > tr {
      height: 40px;
      background: #1db1c8;
      color: white; }

body md-slider-container {
  display: flex;
  flex-direction: row;
  flex-wrap: none;
  align-items: stretch;
  align-content: center; }
  body md-slider-container > md-slider {
    flex: 1 1 auto;
    margin-top: 3px; }
    body md-slider-container > md-slider div.md-thumb-container {
      width: 0; }
  body md-slider-container > md-input-container {
    padding: 0; }

md-virtual-repeat-container {
  width: auto !important;
  min-width: 350px !important;
  max-width: 350px !important;
  max-height: 300px !important;
  min-height: 60px !important; }
  md-virtual-repeat-container div.md-virtual-repeat-scroller {
    width: 100%; }
  md-virtual-repeat-container ul.md-autocomplete-suggestions li {
    line-height: 60px;
    height: 60px;
    padding: 0 !important; }

.scheduleView {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: stretch; }
  @media (max-width: 767px) {
    .scheduleView {
      padding: 10px 0; } }
  .scheduleView div.calendar-wrapper {
    display: flex;
    flex-direction: column; }
  .scheduleView .date-control-buttons {
    display: flex;
    align-content: space-between;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 50; }
    .scheduleView .date-control-buttons > button {
      transition: all ease-in-out 0.4s;
      top: 0px; }
      .scheduleView .date-control-buttons > button:first-child {
        left: 0px !important; }
    .scheduleView .date-control-buttons.sticked > button {
      top: 50px; }
      .scheduleView .date-control-buttons.sticked > button:first-child {
        left: 55px !important; }
  .scheduleView div.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 140px;
    align-self: center;
    transition: height 0.3s linear; }
    @media (max-width: 767px) {
      .scheduleView div.tabs {
        flex-direction: column;
        height: 160px; } }
    .scheduleView div.tabs.tabs-only {
      height: 80px !important; }
    .scheduleView div.tabs > div:first-of-type {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column; }
    .scheduleView div.tabs h1 {
      /*text-align: center;*/
      align-self: flex-start;
      width: 100%;
      border-bottom: 1px solid gray;
      margin: 0; }
    .scheduleView div.tabs div.selection {
      flex: none;
      width: 250px;
      padding-top: 20px; }
      @media (max-width: 767px) {
        .scheduleView div.tabs div.selection {
          width: 100%; } }
      .scheduleView div.tabs div.selection > div > h4 {
        text-align: center;
        font-size: 12px;
        margin: 21px;
        color: #c22d91; }
      .scheduleView div.tabs div.selection > div {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center; }
        @media (max-width: 767px) {
          .scheduleView div.tabs div.selection > div {
            flex-direction: row;
            padding-bottom: 10px; }
            .scheduleView div.tabs div.selection > div md-select {
              width: 250px; }
            .scheduleView div.tabs div.selection > div md-input-container {
              margin-top: -15px;
              margin-left: 30px; } }
      .scheduleView div.tabs div.selection > div > div.image-avatar, .scheduleView div.tabs div.selection > div > div.image-car-avatar {
        transform: scale(1.25);
        box-shadow: 0px 2px 18px -3px black; }
      .scheduleView div.tabs div.selection md-select {
        width: 230px; }
        .scheduleView div.tabs div.selection md-select div.md-img-select-option {
          transition: height 0.2s linear;
          height: 50px; }
        .scheduleView div.tabs div.selection md-select[aria-expanded='false'] {
          opacity: 0.5; }
          .scheduleView div.tabs div.selection md-select[aria-expanded='false'] div.md-img-select-option {
            height: 30px;
            text-align: center; }
          .scheduleView div.tabs div.selection md-select[aria-expanded='false'] div.image-avatar, .scheduleView div.tabs div.selection md-select[aria-expanded='false'] div.image-car-avatar {
            position: absolute;
            width: 0;
            height: 0;
            opacity: 0; }
  .scheduleView md-input-container.no-float {
    margin-top: 0px; }
    .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; }
    .scheduleView md-input-container.no-float.md-input-has-value > label {
      display: none !important; }

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 */