﻿/* BEGIN THEME CSS */

/* Vibhav Manjrekar 8/7/24 SLG 9047172*/
#extPmtPageFrame {
	height: 21rem;
}
#iFrameLoadingIndicator .v-center {
  top: 5rem;
}
#extPmtPageFrame.mobileExtPmtPage,
#iFrameLoadingIndicator.mobileExtPmtPage {
  height: 24rem;
}
@media only screen and (max-width: 768px) {
  #extPmtPageFrame,
  #iFrameLoadingIndicator {
    height: 24rem;
  }
}
#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
  height: 18rem;
}
#guestPay-content #iFrameLoadingIndicator .v-center {
  top: 5rem;
}
#guestPay-content #extPmtPageFrame.mobileExtPmtPage,
#guestPay-content #iFrameLoadingIndicator.mobileExtPmtPage {
  height: 21rem;
}
@media only screen and (max-width: 768px) {
  #guestPay-content #extPmtPageFrame,
  #guestPay-content #iFrameLoadingIndicator {
    height: 21rem;
  }
}
#guestPay-content .formbuttons {
margin-bottom: 5rem;
}

.features {
  list-style: none;
  padding: 0 0 1rem;
}
.features li {
  padding-left: 75px;
  background-repeat: no-repeat;
  background-position-x: left;
}
.features .icon-advice {
  background-image: url("../images/quicklinks/medical_advice.png");
}
.features .icon-testResults {
  background-image: url("../images/quicklinks/test_results.png");
}
.features .icon-medications {
  background-image: url("../images/quicklinks/medications.png");
}
.features .icon-calendar {
  background-image: url("../images/quicklinks/appointments.png");
}
.features .info {
  font-size: 0.9rem;
}