﻿/*MyChart Login Widget changes
/*Your iFrame can be targeted using the following selector as that will only affect the widget and not other pages in MyChart.
/* Uncomment out the section below*/
.embedded .isPreLogin {
    width: 100%;
}

.embedded .isPreLogin input {
  border-color: #A7A8A7;
  border-radius: 5;
}

.embedded .isPreLogin .button {
  border-radius: 0;
  box-shadow: none;
}

.embedded .isPreLogin .recovery,
.embedded .isPreLogin .signup {
  display: flex;
  justify-content: space-between;
}

.embedded .isPreLogin .recovery {
  border-bottom: 1px solid #FFCE00;
  margin: 1rem 0 0;
  padding-bottom: 2rem;
}

.embedded .isPreLogin a:not(:last-child):after {
  display: none;
}

.embedded .isPreLogin .recovery a {
  color: #006C68;
}

.embedded .isPreLogin .signup .header {
  width: auto;
}


/* Style changes for MyChart site. Changing all yellow button text to black - SLG 6127768*/

.button.primary.positive {
	  color: #000000;
}
.button.primary.positive:focus, .button.primary.positive:hover, .button.primary.positive:active {
  color: #000000;
}
.button.nextstep, .button.completeworkflow, .button.inlinesave {
  color: #000000;
}
.button.nextstep:focus, .button.nextstep:hover, .button.nextstep:active, .button.completeworkflow:focus, .button.completeworkflow:hover, .button.completeworkflow:active, .button.inlinesave:focus, .button.inlinesave:hover, .button.inlinesave:active {
  color: #000000;
}
.formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.nextstep, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.completeworkflow, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.inlinesave, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.positive {
  color: #000000;
}
.formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.nextstep:focus, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.nextstep:hover, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.nextstep:active, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.completeworkflow:focus, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.completeworkflow:hover, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.completeworkflow:active, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.inlinesave:focus, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.inlinesave:hover, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.inlinesave:active, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.positive:focus, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.positive:hover, .formbuttons.multiStep .button:not(.hidden):not([disabled]):not(.disabled):first-child.positive:active {
  color: #000000;
}

._link.primary.positive, ._command.primary.positive {
  color: #000000;

}

.features .icon-estimate {
  background-image: url("../images/quicklinks/estimates.png");
}

.features .icon-proxy {
  background-image: url("../images/quicklinks/proxy.png");
}