﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.nextBtn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 50%;
    display: flex;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
.mainText {
    max-width: 50%; display: block; margin-left: auto;margin-right: auto;
}

.site-header {
    /*background-image: -webkit-gradient(linear, left top, right top, from(#007ff9), to(#4baef6));
    background-image: linear-gradient(to right, #007ff9, #4baef6);*/
    background-color: #1A2B61;
    display: flex;
}

.monterrey-header {
    /*background-image: -webkit-gradient(linear, left top, right top, from(#007ff9), to(#4baef6));
    background-image: linear-gradient(to right, #007ff9, #4baef6);*/
    background-color: #0079c2;
    display: flex;
}

.standby-form-field-radio input:checked {
    -webkit-box-shadow: inset 0 0 0 2px #007ff9;
    box-shadow: inset 0 0 0 2px #007ff9;
    opacity: 1;
}

.standby-form-field-radio input:checked {
    -webkit-box-shadow: inset 0 0 0 2px #007ff9;
    box-shadow: inset 0 0 0 2px #007ff9;
    opacity: 1;
}

.standby-form-field-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    position: absolute;
    border-radius: 0 5px 0 5px;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    margin: 0;
    background: none;
    -webkit-box-shadow: inset 0 0 0 2px transparent;
    box-shadow: inset 0 0 0 2px transparent;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    height: 100%;
}

.standby-form-field-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    position: absolute;
    border-radius: 5px;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    margin: 0;
    background: none;
    -webkit-box-shadow: inset 0 0 0 2px transparent;
    box-shadow: inset 0 0 0 2px transparent;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    height: 100%;
}

#entry-survey .standby-page-section-row-navigation {
    text-align: right;
}

.standby-page-section-row {
    margin-left: auto;
    margin-right: auto;
}

.btn.no-hover, .call-to-action button.no-hover, .btn:disabled, .call-to-action button:disabled, .btn.is-disabled, .call-to-action button.is-disabled, button:disabled {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: default !important;
}
#entry-survey .standby-form-legend {
    -webkit-box-flex: 1;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
}

.standby-col-shrink {
    -webkit-box-flex: 1;
    -ms-flex: 1 2 auto;
    flex: 1 2 auto;
}

.standby-form-legend {
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: auto;
    color: #16314A;
}

.standby-page-navigation .button.standby-button-gradient {
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: 450px;
    margin-bottom: 24px;
}
.standby-button-gradient-blue {
    color: #fff;
    background: #0390fc;
    -webkit-box-shadow: 0 8px 20px -5px rgba(25,202,142,0.5);
    box-shadow: 0 8px 20px -5px rgba(25,202,142,0.5);
    background: linear-gradient(45deg, #52adf2 0%, #0390fc 35%, #0390fc 65%, #52adf2 100%);
}

.standby-button-gradient-orange {
    color: #fff;
    background: #f55b31;
    -webkit-box-shadow: 0 8px 20px -5px #bd3c09;
    box-shadow: 0 8px 20px -5px #bd3c09;
    background: linear-gradient(45deg, #f78768 0%, #f55b31 35%, #f55b31 65%, #f78768 100%);
}

.standby-button-gradient-red {
    color: #fff;
    background: #e61005;
    -webkit-box-shadow: 0 8px 20px -5px #9e4742;
    box-shadow: 0 8px 20px -5px #9e4742;
    background: linear-gradient(45deg, #f2534b 0%, #e61005 35%, #e61005 65%, #f2534b 100%);
}
.standby-button-gradient-monterrey {
    color: #fff;
    background: #F2B35B;
    -webkit-box-shadow: 0 8px 20px -5px #b37c30;
    box-shadow: 0 8px 20px -5px #b37c30;
    background: linear-gradient(45deg, #e09d3f 0%, #F2B35B 35%, #F2B35B 65%, #e09d3f 100%);
}

.standby-button-gradient-green {
    color: #fff;
    background: #12c4b6;
    -webkit-box-shadow: 0 8px 20px -5px rgba(25,202,142,0.5);
    box-shadow: 0 8px 20px -5px rgba(25,202,142,0.5);
    background: linear-gradient(45deg, #12c4b6 0%, #10e1a1 35%, #10e1a1 65%, #12c4b6 100%);
}

.standby-button-gradient-yellow {
    color: #fff;
    background: #F5C879;
    -webkit-box-shadow: 0 8px 20px -5px #e8ac43;
    box-shadow: 0 8px 20px -5px #e8ac43;
    background: linear-gradient(45deg, #d1ae71 0%, #F5C879 35%, #F5C879 65%, #d1ae71 100%);
}

.standby-button-square {
    border-radius: 6px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.standby-button-disabled {
    opacity: .6;
    color: #fff;
    fill: #fff;
    background-color: #888;
    border-color: #888;
}

.standby-button {
    color: #fff;
    fill: #fff;
    background-color: #444;
    /*border-color: #444;*/
}
.rounded {
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

input.largerCheckbox { 
    width: 30px; 
    height: 30px; 
} 

.symptomPictureSize {
    height: 90px;
    width: 90px;
}

.button {
    font-family: Roboto, sans-serif;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.6;
    font-size: 15px;
    color: white;
    font-weight: 500;
    padding: 8px 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.center {
    margin: auto !important;
    padding: 10px;
}

.centered-title {
    text-align: center;
}
.gender-label {
    display: inline-block;
    margin-top: 2.5rem;
    margin-left: 5.5rem;
}
.standby-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.standby-form-inline-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.standby-form-legend-text {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.standby-form-field-radio {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*height: 130px;*/
    width: 100%;
    font-size: 26px;
    margin: 5px 10px;
    padding: 0 5px;
    background-color: #f7f7f7;
    color: #B2AFAF;
    -webkit-box-shadow: inset 0 0 0 2px rgba(178,175,175,0);
    box-shadow: inset 0 0 0 2px rgba(178,175,175,0);
    font-weight: 500;
    border-radius: 5px;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: color, -webkit-box-shadow;
    transition-property: color, -webkit-box-shadow;
    transition-property: color, box-shadow;
    transition-property: color, box-shadow, -webkit-box-shadow;
    cursor: pointer;
    -ms-flex-preferred-size: 266px;
    flex-basis: 266px;
}

.standby-form-field-check {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*height: 130px;*/
    width: 100%;
    font-size: 26px;
    margin: 5px 10px;
    padding: 0 5px;
    color: black;
    -webkit-box-shadow: inset 0 0 0 2px rgba(178,175,175,0);
    box-shadow: inset 0 0 0 2px rgba(178,175,175,0);
    font-weight: 500;
    border-radius: 5px;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: color, -webkit-box-shadow;
    transition-property: color, -webkit-box-shadow;
    transition-property: color, box-shadow;
    transition-property: color, box-shadow, -webkit-box-shadow;
    cursor: pointer;
    -ms-flex-preferred-size: 266px;
    flex-basis: 266px;
}


.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

