/*$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;
}

.rebrand-primary {
  color: #0091DA;
}

body, h1, h2, h3, h4, h5, h6, .serif {
  font-family: "Metropolis Regular", "Arial", sans-serif;
}

@font-face {
  font-family: "Roboto Regular";
  src: url(./fonts/Roboto/Roboto-Regular.ttf);
}
.font-roboto-regular {
  font-family: "Roboto Regular";
}

fast-app-title {
  font-size: 18.6px;
}

fast-controller-wrapper[type=discrete] fast-controller-footer {
  background: #FFF;
  border-top: 1px solid #B9BBBD;
}
fast-controller-wrapper[type=discrete] fast-controller-footer a, fast-controller-wrapper[type=discrete] fast-controller-footer a:active, fast-controller-wrapper[type=discrete] fast-controller-footer a:visited, fast-controller-wrapper[type=discrete] fast-controller-footer a:focus, fast-controller-wrapper[type=discrete] fast-controller-footer a:link, fast-controller-wrapper[type=discrete] fast-controller-footer span {
  color: #737174;
  font-size: 13.8px;
}

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;
}

/* 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%;
  }
}
fast-navbutton-previous .fa-caret-left:before {
  content: "\f060" !important;
  font-size: 13px;
}

fast-navbutton-next .fa-caret-right:before {
  content: "\f061" !important;
  font-size: 13px;
}

.fa.fa-info-circle {
  color: rgba(0, 0, 0, 0.3333333333) !important;
  font-size: 15px;
  margin-bottom: 2px;
}

.tooltip-arrow {
  border-top-color: rgb(191, 191, 191) !important;
}
.tooltip-inner {
  background: rgb(191, 191, 191);
  color: #000;
  padding: 10px;
}

.ot-sdk-show-settings {
  cursor: pointer;
}

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

/* =============================================== */
/* General */
.bgColor-green-transparent {
  background-color: rgba(37, 76, 69, 0.9);
}

.bgColor-tan {
  background-color: #c6b18f;
}

/*fast-app-header{transition: background-color 0.3s ease}
fast-app-header:hover{background-color:rgba(255,255,255,0.05);}*/
fast-app-header {
  position: relative;
  color: #000000 !important;
  height: 100px;
}
@media (min-width: 1210px) {
  fast-app-header {
    height: 67px;
  }
}
fast-app-header::after {
  content: "";
  width: 100%;
  height: 7px;
  background-image: linear-gradient(to right, #6fbe2e 19%, #00bbd6 43%, #0f61a9 57%, #5a39a0 81%);
  position: absolute;
  bottom: 0;
}

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

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

.btn.contained {
  background: #0091DA;
  border-radius: 0;
}
.btn.contained:hover {
  background: #006fa7;
}
.btn.outline {
  border-color: #0091DA;
  border-radius: 0;
  color: #0091DA;
}
.btn.outline:hover {
  background: #006fa7;
}

fast-navbutton[format=button] {
  font-family: "Metropolis", "Arial", sans-serif;
  font-weight: 400;
}
fast-navbutton[format=button].btn.outline {
  border-radius: 0;
  color: #000;
  min-height: 35px;
}
fast-navbutton[format=button].btn.outline:hover {
  color: #FFF;
}
fast-navbutton[format=button].active {
  background-color: #0091DA;
}
fast-navbutton[format=button]:hover {
  background: #006fa7;
  color: #FFF;
}

fast-navbutton-next.btn.contained, fast-navbutton-previous.btn.outline {
  background: #0091DA !important;
  border-radius: 0;
  color: #FFF !important;
  font-family: "Metropolis", "Arial", sans-serif;
  font-weight: 300;
  font-size: 13.8px;
  height: 55px;
  width: 90px;
}
fast-navbutton-next.btn.contained:hover, fast-navbutton-previous.btn.outline:hover {
  background: #006fa7 !important;
}

fast-navbutton-previous.btn.outline {
  background: #FFF !important;
  color: #0091DA !important;
}

.input-enclosed {
  min-height: 35px;
}

.input-enclosed:not(:disabled):not(.light):not(.white) {
  background: #EFEFF0 !important;
}

.input-enclosed.input-dirty:not(:disabled), .input-enclosed.input-dirty:not(:disabled):not(.light):not(.white) {
  background: #D9EFFA !important;
}

.view-header {
  font-size: 29.3px;
  line-height: 35px;
  font-weight: 300;
  font-family: "Metropolis Light", "Arial", san-serif;
}

.view-subheader {
  font-family: "Metropolis Regular", "Arial", san-serif;
  font-weight: 400;
  font-size: 15.3px;
  line-height: 22px;
}

.table-row-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.callout-card {
  background: #F5F5F5;
  padding: 20px;
}
.callout-card .border {
  border-right: 2px solid #E4E4E4;
  height: 100%;
}
.callout-card div {
  font-size: 13.8px;
  line-height: 18px;
}
.callout-card div h4 {
  font-size: 43px;
}

/* =============================================== */
/* Intro Modal */
#introduction-btn-begin {
  background: #0091DA;
  font-size: 19.9px !important;
  width: 214px;
  min-width: 214px;
  height: 60px;
  min-height: 60px;
  float: right;
  position: relative !important;
  z-index: 1;
  right: -244px;
}

input.std + label {
  color: #000000;
}
input.std + label::before {
  color: #0091DA;
}

[type=checkbox].std + label:before {
  border: 1px solid #000000;
}

/* =============================================== */
/* Company Profile */
.companyProfile-type + label {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

.companyProfile-type + label i {
  font-size: 4em;
}

.companyProfile-bg {
  background-image: url("../../images/example/companyProfile-bg.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.companyProfile-bg {
  background-image: url("../../images/shared/companyProfile-bg.png");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
}

/* =============================================== */
/* Data Overview */
.dataOverview-bg {
  background-image: url("../../images/shared/dataOverview-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* =============================================== */
/* Results */
@media (min-width: 1200px) {
  .results-bg {
    background-image: url("../../images/shared/results-bg.png");
    background-size: 190px;
    background-position: 0px 60px;
    background-repeat: no-repeat;
  }
}
.report-results {
  border: 1px solid #BFBFBF;
  height: 98px;
}
.report-results .report-results-icon {
  background: #5E399B;
  flex-shrink: 0;
  width: 102px;
  height: 98px;
}
.report-results .report-results-icon i {
  font-size: 54px;
  margin-top: 20px;
}

#additionalContent-popup-body #additionalContent-toggle-docked + label {
  display: none;
}

.additionalContent-radio:not(:checked) + label {
  opacity: 1 !important;
}

.additionalContent-radio:checked + label {
  color: #000 !important;
}

.additionalContent-radio + label {
  font-weight: 600;
}

.photo-card {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  fast-card[template=photoCard] {
    width: 100%;
  }
}
@media (min-width: 768px) {
  fast-card[template=photoCard] {
    width: 300px;
    height: 400px;
  }
}
.card {
  border: 1px solid #BFBFBF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.download-report-box {
  background: #F5F5F5;
  padding: 20px;
  font-family: "Metropolis Light";
  font-weight: 300;
}
.download-report-box .btn.contained {
  font-family: "Metropolis Regular";
  font-weight: 400;
  font-size: 13.8px;
  min-width: 190px;
  text-transform: uppercase;
}
.download-report-box .btn.contained i {
  font-size: 10px;
  margin-left: 10px;
}

.table-icon {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 15px;
}
.table-icon.compute {
  background: #94D6F9;
}
.table-icon.storage {
  background: #177DB8;
}
.table-icon.network {
  background: #9FE8BE;
}
.table-icon.functional {
  background: #9E480E;
}
.table-icon.software {
  background: #0D1BB7;
}
.table-icon.microsoft {
  background: #74B425;
}
.table-icon.switching {
  background: #008000;
}
.table-icon.facilities {
  background: #E8DD9F;
}
.table-icon.labor {
  background: #EA8F34;
}
.table-icon.dr {
  background: #1F1F1F;
}
.table-icon.support {
  background: #FFC000;
}
.table-icon.other {
  background: #9A9A9A;
}

.source-text {
  color: #0091DA;
  font-size: 11px;
}

.results-callout-1 {
  color: white;
  background: rgb(0, 135, 208);
  background: linear-gradient(90deg, rgb(0, 135, 208) 0%, rgb(21, 78, 142) 35%, rgb(91, 58, 154) 100%);
}

.table-text-sm {
  font-size: 0.9em;
}