﻿.features .icon-advice {
  background-image: url("../images/quicklinks/MLH Icons/Communications.png");
}
.features .icon-testResults {
  background-image: url("../images/quicklinks/MLH Icons/TestResults.png");
}
.features .icon-medications {
  background-image: url("../images/quicklinks/MLH Icons/Prescriptions.png");
}
.features .icon-calendar {
  background-image: url("../images/quicklinks/MLH Icons/Appointments.png");
}
  
#extPmtPageFrame{
	height:30rem !important;
}

/* Formating and styling for open scheduling widget */
.myc_osSimpleWidget .myc_slotsContainer h5.myc_dayHeader {
      font-weight: bold;
      font-size: 0.9em;
}
 
.myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button.myc_timeSlot, 
.myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button.myc_timeSlot {
 
    background-color: #ffffff;
    border: 1px solid currentColor;
    box-shadow: none;
    color: #005c80;
    white-space: nowrap;
    padding: 0.25rem 0.5rem !important;
}
 
.myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup a.myc_slot.myc_button.myc_moreOptions, 
.myc_osSimpleWidget .myc_slotsContainer .myc_slotGroup button.myc_slot.myc_button.myc_moreOptions{
 
    background-color: #ffffff;
    border: 1px solid currentColor;
    box-shadow: none;
    color: #005c80;
    white-space: nowrap;
    padding: 0.25rem 0.5rem !important;
}

.myc_osSimpleWidget a.myc_link, .myc_osSimpleWidget button.myc_link {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  color: #005c80;
  border: none;
  font-size: 1rem;
  background-color: #ffffff;
  border: 1px solid currentColor;
  box-shadow: none;
  color: #005c80;
  white-space: nowrap;
  padding: 0.25rem 0.5rem !important;
}