/*$login-title-imgURL: '../../../client/images/shared/login-inner-bg.png';*/
/* Additional styling for inputs */
/* Override for Webkits horrible yellow autofill */
.tableRow-columnLabels {
  font-size: 0.95em;
  font-weight: 700;
}

fast-controller-wrapper[type=discrete] fast-controller-footer {
  height: 60px;
}

.slider-selection {
  background-color: #648edc;
}

.slider-handle {
  background-image: linear-gradient(to bottom, #1F4488 0%, #162f5e 100%);
}

/* ============================== */
/* Large Sliders */
.sliderWrapper.lg .slider-selection {
  background-color: #648edc;
  opacity: 1;
}

.sliderWrapper.lg .slider-handle {
  background-color: #1F4488;
}

.sliderWrapper.lg .slider-tick.in-selection {
  background-color: #648edc;
}

/* =============================================== */
/* GENERAL STYLES FOR APP */
a,
a:active,
a:visited,
a:focus,
a:link {
  color: #696566;
}

a:hover {
  color: #1F4488;
  text-decoration: underline;
}

a.white,
a.white:active,
a.white:visited,
a.white:focus,
a.white:link {
  color: #fff;
  opacity: 0.75;
}

a.white:hover {
  opacity: 1;
  text-decoration: underline;
}

.border-halfCircle {
  width: 160px;
  height: 30px;
  display: flex;
  justify-content: center;
  font-size: 13.8px !important;
  border: 1px solid #1D428A !important;
  color: #1D428A !important;
}
.border-halfCircle:hover {
  color: #fff !important;
  background-color: #142e60 !important;
}
.border-halfCircle.left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.border-halfCircle.right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  border-top-left-radius: 0em !important;
  border-bottom-left-radius: 0em !important;
}

.toggleButton:checked + label.border-halfCircle {
  background-color: #1D428A !important;
  color: #ffffff !important;
}
.toggleButton:checked + label.border-halfCircle:hover {
  background-color: #142e60 !important;
}

.input-enclosed {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

fast-select {
  color: black;
}

/* Moved to the left because of addition of pixel that added AdChoices button */
fast-navbutton-next {
  margin-right: 100px;
}

@media (min-width: 992px) {
  .nav-button-wrapper {
    min-width: 250px;
  }
}
@media (max-width: 991px) {
  fast-controller-wrapper[type=discrete] fast-controller-footer {
    height: 80px;
  }
  fast-navbutton-previous,
  fast-navbutton-next {
    width: 100%;
  }
}
.color-white.icon {
  fill: #fff;
}

.icon.lg svg {
  height: 35px;
  width: 35px;
  min-height: 35px;
  min-width: 35px;
  font-size: 2rem;
  stroke-width: 0px;
}

.icon.sm svg {
  height: 28px;
  width: 28px;
  min-height: 28px;
  min-width: 28px;
  stroke-width: 0px;
}

.icon.icon-callout {
  border-radius: 50%;
  border: 2px #fff solid;
}

.icon.icon-callout svg {
  height: 200px;
  width: 200px;
  min-height: 200px;
  min-width: 200px;
  padding: 20px;
  fill: #fff;
  stroke-width: 0px;
}

.question-header {
  font-weight: bold;
  font-size: 20px;
  color: #565656;
}

.question-sub {
  color: #565656;
  font-size: 14px;
}

.comparison-bar {
  height: 20px;
  width: 0%;
}

fast-progress-bar {
  background: #DDDDDD;
}

fast-progress-bar .inner {
  height: 100%;
  background: #78BE20;
  transition: width 600ms ease-in-out;
}

/* =============================================== */
/* Modal dimensions */
.modal-controller-wrapper {
  max-width: 1500px;
  max-height: 800px;
}

.intro-bg {
  background: linear-gradient(45deg, #7F35B2, #1D428A);
}

.intro-header {
  font-size: 45px;
  font-weight: 300 !important;
}

fast-tray-toggle .hamburgerMenu-stripe {
  background-color: #565656;
}

fast-additionalcontent-toggle i {
  color: #b9bbbd;
}

/* =============================================== */
/* Company Profile */
.companyProfile-type + label {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #717074 !important;
  border-radius: 3px;
  color: #717074 !important;
}

.companyProfile-type:checked + label {
  background-color: #1D428A;
  color: #ffffff !important;
}

.companyProfile-type:checked + label > i {
  fill: #fff !important;
}
.companyProfile-type:checked + label > i > svg {
  stroke: #fff !important;
  stroke-width: 1px;
}

.companyProfile-type:hover + label {
  color: #ffffff !important;
}

.companyProfile-type:not(:checked) + label i {
  font-size: 4em;
  fill: #717074 !important;
  stroke-width: 0px;
}

.toggleButton.companyProfile-type + label:hover {
  background: #142e60 !important;
  color: #ffffff !important;
}

.toggleButton.companyProfile-type + label:hover > i {
  fill: none;
}
.toggleButton.companyProfile-type + label:hover > i > svg {
  stroke: #fff !important;
  stroke-width: 1px;
}

/* =============================================== */
/* STRATEGY */
.strategy-bg {
  background-image: url("../../images/cloud-health/strategy-column2-bg-new.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* =============================================== */
/* Financial mgmt */
.financial-bg {
  background-image: url("../../images/cloud-health/financial-column-2-bg-new.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* =============================================== */
/* OPERATIONS */
.operations-bg {
  background-image: url("../../images/cloud-health/operation-column2-bg-new.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* =============================================== */
/* RESULTS */
.results-bg {
  background-image: url("../../images/cloud-health/results-column2-bg-new.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.bgColor-primary2-faded {
  background-color: hsla(223, 74%, 17%, 0.3) !important;
  border-radius: 100px !important;
}

/* =============================================== */
/* SECURITY */
.security-bg {
  background-image: url("../../images/cloud-health/security-column2-bg-new.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

img#cloud-financial-img {
  src: url("../../../client/images/cloud-health/cloud-finance-white-new.svg");
}

/* =============================================== */
/* media queries */
@media (max-width: 640px) {
  .intro-header {
    font-size: 2.5rem;
  }
}