

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .page-sidebar {
    background-color: #0aa699 !important;
  }
}

th.table-header-style {
  color: white !important;
  background-color: #00abea !important;
  display: table-cell;
  vertical-align: middle;
}

th.cursor-pointer {
  cursor: pointer;
}

/* FRODOC COLORS */

/* c1: Main FroDoc SELECTED color */
.color-c1 {
  color: #0082D4 !important;
}
.bgcolor-c1 {
  color: white !important;
  background-color: #0082D4 !important;
}
/* c1: Main FroDoc NOT_SELECTED color */
.color-c1-alt {
  color: #0082D4 !important;
}
.bgcolor-c1-alt {
  color: white !important;
  background-color: #0082D4 !important;
}
/* c2: Alt FroDoc color */
.color-c2 {
  color: #0AA699 !important;
}
.bgcolor-c2 {
  color: white !important;
  background-color: #0AA699 !important;
}
/* c3: Dark Pink color */
.color-c3 {
  color: #7B3148 !important;
}
.bgcolor-c3 {
  color: white !important;
  background-color: #7B3148 !important;
}
/* c4: Light Yellow color */
.color-c4 {
  color: #E6E6E6 !important;
}
.bgcolor-c4 {
  color: white !important;
  background-color: #E6E6E6 !important;
}

.border-color-main {
  border-color: #0071A1;
}


/* AppointmentsList view */
.appointments-list-content .box-shadow--8dp {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.appointments-list-content .bot-new-date {
  position: fixed;
  left: 80%;
  top: 90%;
  z-index: 99;
}

.appointments-list-content .nav-pills>li.active>a, .appointments-list-content .nav-pills>li.active>a:hover, .appointments-list-content .nav-pills>li.active>a:focus {
  background-color: #0aa699;
}

.appointments-list-content .selected i {
  color: #3AD7DF; 
}

.appointments-list-content .selected h6 {
  color: #3AD7DF;
}
/* */


#schedule-dates .hour-schedule:hover {
  background-color: #0AA699 !important;
}

.frodoc-tab-container input:checked + label {
  color: #0AA699;
  border: 1px solid #ABC;
  border-top: 2px solid #0AA699;
  border-bottom: 1px solid #FFF;
}


/* Timeline CSS */
.cbp_tmtimeline>li .cbp_tmicon.primary {
  background: #0AA699;
  box-shadow: 0 0 0 8px #33B5AA;
  color: #FFF;
}
/* */


/* Confirmation Booking view */
.data-meeting .subtitle {
  color: #0071A1;
  margin-bottom: 0; 
}
/* */


/* Chat Consult view */
.chat-consults-content .nav-pills>li.active>a, .chat-consults-content .nav-pills>li.active>a:hover, .chat-consults-content .nav-pills>li.active>a:focus {
  background-color: #0071A1;
}
/* */
