@charset "utf-8";
/* CSS Document */

/* Sept 15 2022 Tweaks */

h3.small-font {
	padding-top:0px!important;
}

h2.title.orange{	
	font-size: 26px;width:135%;
}

/* END Sept 15 2022 Tweaks */


/* General Rules */
.mcmillan-calculator {
  font-size: 16px;
  font-weight: 500;
  scroll-margin: 20px;
}

.mcmillan-calculator.calculator {
  background: rgba(36,32,31,.9);
}

.mcmillan-calculator.dashboard {
  padding-left: 20px;
  padding-right: 20px;
}

/*Font Size Rule*/
.mcmillan-calculator .title {
  font-size: 32px;
}

.mcmillan-calculator .sub-heading {
  font-size: 24px;
}

.mcmillan-calculator .small-font {
  font-size: 14px;
}

.mcmillan-calculator .bold {
  font-weight: bold;
}

.mcmillan-calculator .link {
  cursor: pointer;
}

.mcmillan-calculator .form-select-height {
  height: 2.8rem !important;
}

.mcmillan-calculator .open .dashboard-inner-table-navigation-button {
  transform: rotate(90deg);
}

.mcmillan-calculator .pt-3 {
  padding-top: 15px;
}

.mcmillan-calculator .pr-3 {
  padding-right: 15px;
}

.mcmillan-calculator .mt-3 {
  margin-top: 15px;
}

.mcmillan-calculator .cursor-pointer {
  cursor: pointer;
}

.mcmillan-calculator .image-align {
  display: inline-block;
  top: 25px;
  position: relative;
  width: 89%;
}

/* Icon Rules*/
.video-icon {
    background: url(/wp-content/plugins/mcmillan-calculator/_calculator/assets/images/video.svg);
    height: 10px;
    width: 16px;
    display: inline-block;
    background-size: contain;
    margin-left: 5px;
}

.info-icon {
    background: url(/wp-content/plugins/mcmillan-calculator/_calculator/assets/images/info-icon.png);
    height: 16px;
    width: 16px;
    display: inline-block;
    background-size: contain;
    margin-left: 5px;
}

/* Calculator Rules*/
.mcmillan-calculator .finished-step {
  height: 3px;
  background-color: #F16A29;
  border-radius: 5px;
}

.mcmillan-calculator .unfinished-step {
  height: 3px;
  background-color: #D1D1D1;
  border-radius: 5px;
}

.mcmillan-calculator .error {
  font-style: italic;
  color: red;
}

/*Color Rules*/
.mcmillan-calculator .orange {
  color: #F16A29;
}

.mcmillan-calculator .white {
  color: #FFFFFF;
}

.mcmillan-calculator .grey {
  color: #BFBFBF;
}

.mcmillan-calculator .red {
  color: red;
}

.mcmillan-calculator table {
  background-color: #FFFFFF;
  border-radius: 5px;
}

.mcmillan-calculator a {
  color: #000000;
}

.mcmillan-calculator .image-text-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*Forms*/
.mcmillan-calculator .btn.dropdown-toggle {
  line-height: 49px;
  border: 1px solid #D1d1d1;
  color: #626262;
}

.mcmillan-calculator .show > .mcmillan-calculator .btn-light.dropdown-toggle,
.mcmillan-calculator .btn-light:not(:disabled):not(.disabled):active {
  background-color: #FFFFFF;
}

.mcmillan-calculator .dropdown-menu.show {
  height: 245.5px;
}

.mcmillan-calculator .inner.show {
  height: 175px;
}

.mcmillan-calculator .filter-option-inner-inner {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}

.mcmillan-calculator .time-input {
  background-color: #FFFFFF;
  text-align: center;
  height: 59px;
}

.mcmillan-calculator .btn {
  width: 100%;
  height: 52px;
  border: 1px solid;
  font-weight: bold;
  font-size: 16px;
}

.mcmillan-calculator .btn-primary {
  background-color: #FFFFFF;
  color: #F16A29;
  border-color: #F16A29;
}

.mcmillan-calculator .btn-secondary {
  background-color: #F16A29;
  color: #FFFFFF;
  border-color: #F16A29;
}

.mcmillan-calculator .btn-tertiary {
  background-color: #FFFFFF;
  color: #626262;
  border: none;
  font-weight: normal;
  border-radius: 50px;
  line-height: 2.5;
}

.mcmillan-calculator .btn-tertiary:not(:disabled):not(.disabled).active {
  background-color: #FFF6F2;
  color: #F16A29;
  border: 1px solid #F16A29 ;
}

.mcmillan-calculator select,
.mcmillan-calculator input {
  border: 1px solid #D1D1D1;
}

.mcmillan-calculator .btn-group-toggle {
  width: 100%;
}

.mcmillan-calculator .text-box {
  border-radius: 5px;
  border: 1px solid #D1D1D1;
  height: 59px;
  color: #000000;
  font-size: 16px;
}

.mcmillan-calculator .skip-steps {
  cursor: pointer;
}

.mcmillan-calculator #goal_hours-error {
  white-space: nowrap;
}

.mcmillan-calculator #goal_minutes-error {
  display: none !important;
}

.mcmillan-calculator #goal_seconds-error {
  display: none !important;
}

.mcmillan-calculator #current_hours-error {
  white-space: nowrap;
}

.mcmillan-calculator #current_minutes-error {
  display: none !important;
}

.mcmillan-calculator #current_seconds-error {
  display: none !important;
}

/* Dashboard Rules */

.mcmillan-calculator .dashboard-navigation-dashboard-homepage {
  padding-left: 25px;
}

.mcmillan-calculator .dashboard-homepage-icon {
  position: absolute;
  top: 4px;
}

.mcmillan-calculator .dashboard-training-icon {
  position: absolute;
}

.mcmillan-calculator .dashboard-stat-icon {
  position: absolute;
  top: 5px;
  left: -2px;
}

.mcmillan-calculator .dashboard-recalculate-icon {
  position: absolute;
  top: 5px;
}

.mcmillan-calculator .dashboard-section-heading {
  font-size: 32px;
  font-weight: bold;
}

.mcmillan-calculator .dashboard-navigation-race-times {
  background: url('/wp-content/plugins/mcmillan-calculator/_calculator/assets/images/dashboard/race-time-background.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.mcmillan-calculator .dashboard-navigation-training-paces {
  background: url('/wp-content/plugins/mcmillan-calculator/_calculator/assets/images/dashboard/training-paces-background.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
}


.mcmillan-calculator .dashboard-header {
  background: url('/wp-content/plugins/mcmillan-calculator/_calculator/assets/images/dashboard/runner-header@2x.jpg');
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 20px;
  background-position-y: 70%;
  background-size: cover; 
}

.mcmillan-calculator .dashboard-heading-head {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid white;
}

.mcmillan-calculator .dashboard-heading-body {
  padding-top: 2em;
  padding-bottom: 2em;
}

.mcmillan-calculator .dashboard-information-panel-section {
  position: relative;
  top: -30px;
}

.mcmillan-calculator .dashboard-information-panel {
  background-color: #FFFFFF;
  border-radius: 15px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  top: -10px;
  padding: .5em;
  z-index: 2;
}

.mcmillan-calculator .dashboard-body {
  background-color: #F0F0F0;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 1.5em;
}

.mcmillan-calculator .dashboard-body-square-section {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2em;
}

.mcmillan-calculator .dashboard-square {
  height: 150px;
  background-color: #FFFFFF;
  border-radius: 5px;
  background-clip: content-box;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.mcmillan-calculator .dashboard-square-title {
  position: absolute;
  bottom: -5px;
  font-size: 21px;
}

.mcmillan-calculator .dashboard-square-icon {
    position: absolute;
    bottom: 40px;
}

.mcmillan-calculator .dashboard-square .dashboard-square-navigation-button {
  position: absolute;
  bottom: 10px;
  right: 15px;
  height: 30px;
  width: 30px;
  background-color: #F16A29;
  text-align: center;
  color: white;
  font-size: 18px;
  margin: auto;
  border-radius: 5px;
}

.mcmillan-calculator .dashboard-item .dashboard-square-navigation-button {
  position: absolute;
  bottom: 12px;
  right: 15px;
  height: 30px;
  width: 30px;
  background-color: #F16A29;
  text-align: center;
  color: white;
  font-size: 18px;
  margin: auto;
  border-radius: 5px;
}

.mcmillan-calculator .dashboard-inner-item .dashboard-square-navigation-button {
  position: absolute;
  bottom: 15px;
  right: 30px;
  height: 30px;
  width: 30px;
  background-color: #F16A29;
  text-align: center;
  color: white;
  font-size: 18px;
  margin: auto;
  border-radius: 5px;
}

.mcmillan-calculator .dashboard-inner-item .dashboard-square-navigation-button.dashboard-inner-table-navigation-button {
  bottom: unset;
  top: 14px;
}

.mcmillan-calculator .dashboard-item {
  padding: 1em;
  background-color: #FFFFFF;
  margin-bottom: 1em;
  border-radius: 5px;
  border: 1px solid #F0F0F0;
  border-left: 5px solid #95CAF7;
  box-shadow: 0px 2px 6px #0000000D;
}

.mcmillan-calculator .dashboard-item.special-offers {
  border-left: 5px solid #F16A29;
  background-color: #CDE5F8;
}

.mcmillan-calculator .dashboard-inner-item {
  height: 59px;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 1em;
  box-shadow: 0px 2px 6px #0000000D;
  border: 1px #D1D1D1 solid;
}

.mcmillan-calculator .dashboard-inner-item.dashboard-inner-table-two-lines {
  height: 80px;
}

.mcmillan-calculator .dashboard-inner-item.dashboard-inner-table-item {
  position: relative;
  top: -5px;
  border-radius: 0px;
}


.mcmillan-calculator .dashboard-inner-item-icon {
  position: relative;
  height: 100%;
}

.mcmillan-calculator .dashboard-item-icon {
  position: absolute;
  height: 40%;
}

.mcmillan-calculator .compare-plans-icon {
  height: 30%;
}

.mcmillan-calculator .dashboard-inner-item-label {
  padding-left: 10px;
}

.mcmillan-calculator .dashboard-inner-item-value {
  float: right;
}

.mcmillan-calculator .dashboard-item p {
  margin-bottom: 0px;
}

.dashboard-information-panel-section p {
  font-size: 12px;
  white-space: nowrap;
}

.dashboard-information {
  line-height: 20px;
  margin-bottom: 10px !important;
}

.dashboard-table {
  background-color: white;
  border-radius: 5pt 5pt 5pt 5pt;
  border-collapse: separate;
}

.dashboard-table td {
  font-weight: normal;
}

.dashboard-table tr {
  outline: 1px #F0F0F0 solid;
}

.text-center-force {
  text-align: center !important;
}

.mcmillan-calculator .selected, .mcmillan-calculator .blue-row {
  background-color: #E8F4FD;
}

.mcmillan-calculator .even-row {
  background-color: #F0F0F0;
}

.mcmillan-calculator .dashboard-calculator input {
  background-color: #FFFFFF;
}

.mcmillan-calculator #treadmill-workout-list div {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.mcmillan-calculator #treadmill-workout-list li {
  margin-left: 15px;
  margin-right: 15px;
}

.mcmillan-calculator #treadmill-workout-list table {
  margin-top: 30px;
}

/* Can you BQ */

.mcmillan-calculator .progress-container {
  background-color: #eee;
  border-radius: 0.25rem;
}

.mcmillan-calculator .bq-progress {
  height: 100%;
  display: block;
  position: relative;
  border-radius: 0.25rem;
}

.mcmillan-calculator .bq-progress-long-shot {
  background-color: #FF0000;
}

.mcmillan-calculator .bq-progress-could-happen {
  background-color: #FFA500;
}

.mcmillan-calculator .bq-progress-boston {
  background-color: #008000;
}

.mcmillan-calculator .mi, .mcmillan-calculator .km {
  margin-top: 10px;
  display: inline-block;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}

/* Media Query */

/* Above Mobile */
@media (min-width: 576px) {
  .calculator-form {
    width: 80%;
  }
  .mcmillan-calculator .dashboard-heat-adjustment-calculator {
    width: 50%;
  }
  .mcmillan-calculator .dashboard-can-you-bq-calculator {
    width: 50%;
  }
  .dashboard-desktop-width {
    width: 80%;
    margin: auto;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .mcmillan-calculator .sub-heading {
    font-size: 20px;
  }
  .mcmillan-calculator .dashboard-heat-adjustment-calculator {
    width: 100%;
  }
  .mcmillan-calculator .dashboard-can-you-bq-calculator {
    width: 100%;
  }
  .mcmillan-calculator .dashboard-square-title {
    width: 70%;
  }
  .mcmillan-calculator .dashboard-square-icon {
    bottom: 70px;
  }
  #bq-improvement {
    display: block;
  }
  .mcmillan-calculator .mi, .mcmillan-calculator .km {
    margin-top: 5px;
  }
  .mcmillan-calculator .compare-plans-icon {
    left: 10px;
  }
}

.mcmillan-calculator .inner.show::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.mcmillan-calculator .inner.show::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.mcmillan-calculator #nutrition-results {
  width: 100%;
}