/* Home Page */
#initTxt {
    position: absolute;
    opacity: 0 !important;
}
#homeEmailCaptureForm label {
    color:#ddd;
    width:350px;
    margin-left: 20px;
}
#homeEmailCaptureForm a:hover {
    color:#ddd;
}

#homeEmailCaptureForm .homePermissionCheckboxInput {
        margin: 0;
}
#homeEmailCaptureForm  div.form-check {
    margin-top: 10px;
}
#footer .footer-bottom a:hover {
    color:#38b6ff;
}
#covid19 {
    padding-top: 50px;
}
#covid19 h2 {
    margin-bottom: 10px;
}
#covid19 .covid19RighColTitle {
    margin-top: 26px;
}
#covid19 .odometer {
    font-size: 60px;
    height: 80px;
    text-align:right;
}
#covid19 .covid19SecondLineTextDataPointAnalyzed .odometer {
    font-size:120%;
    height:inherit;
    display:inline-block;
    font-weight:bold;
    color: #454545;
    margin-left:2px;
    margin-right:2px;
}
#covid19 .odometerSecondsOfHappiness {
    font-size: 24px;
    text-align:left;
    padding-top: 26px;
}
#covid19  .covid19SecondLineTextDataPointAnalyzed {
    text-align:right;
    font-style: italic;
    margin-left:0px;
    margin-right:0px;
}
#teams-subheading {
    margin-bottom:0px;
}
#teams-subheading2 {
    font-size:20px;
    margin-top:0px;
}

@media (max-width: 767px) {
    #homeEmailCaptureForm .homePermissionCheckboxInput {
        margin-bottom:15px;
    }
    #homeEmailCaptureForm  div.form-check {
        margin-top: 0px;
    }
    #homeEmailCaptureForm input#email {
        color:#38b6ff;
    }
    #homeEmailCaptureForm label {
        margin-left: 0px;
        width: 100%;
    }
}






/* TryMe Page */
.canvasOnScreen {
    position: absolute;
    left: 0px ;
    top: 0px ;
    z-index: 99;
}

.offscreen {
    position: absolute;

    opacity: 0 !important;
}

#videome {
    width: 100%;
    position:relative;
}

#videosContainer #videoMovie {
    position: absolute;
    top:0px;
    left: 0px;
}
#videosContainer #playVideoMovieBtn {
    position: absolute;
    top: 33%;
    left: 0%;
    width:100%;
    z-index: 1000 !important;
    font-size:40px;
    background:none;
    border:none;
    color:#FFF;
}
.modal-backdrop {
    background-color: transparent !important;
}
body .modal-dialog.permission-modal {
    width: 80%;
    margin-top: 80px
}
.modal-dialog {
    margin: 10px auto;
}

.permission-modal .btn {
    margin-top: 10px;
}

#tryme{
    padding-top: 90px;
}

#trymeRowContainer {
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
}
#tryme .container {
    padding-left:5px;
    padding-right:5px;
}
#videosContainer, #sideTextContainer {
    padding-left:0px;
    padding-right:0px;
}

#sideTextContainer select {
    margin-top: 15px;
    margin-bottom: 30px;
}
#sideTextContainer {
    float:right;
    padding-left: 10px;
}
#videosContainer {
    float:left;
}

/* Small screens /tryme page modal tweak */
@media (max-width: 767px) {
    body .modal-dialog.permission-modal {
        width:95%;
    }
    .permission-modal .btn {
        width: 100%;
        white-space:normal;
    }

    #tryme {
        padding-top:25px;
    }
    #trymeRowContainer {
        margin-top:25px;
    }
    #sideTextContainer {
        float:left;
        padding-left: 0px;
        padding-bottom: 10px;
    }
    #sideTextContainer h1{
        font-size:26px;
        margin-bottom:10px;
        text-align:center;
    }
    #sideTextContainer p{
        margin-bottom:0px;
        padding-right: 0px;
    }
    #sideTextContainer select {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}





/* Results Page */
.feedback-bean {
    color: white;
    margin-bottom: 20px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}
.feedback-bean a {
    color:#ddd;
}
.feedback-good {
    background-color: #4da542;
}

.feedback-bad {
    background-color: #ff3f3f;
}

.rv-discrete-color-legend-item__title {
    color: #ddd
}
#resultPage .row {
    margin-left:0px;
    margin-right:0px;
}
#resultPage .rowTitle {
    margin-top:40px;
}
#resultPage .rowRadialCharts {
    margin-top: 40px;
}
#resultPage .rowEmotionalEKG {
    margin-top: 50px;
}
#resultPage .rowEmotionalEKG .colEmotionalEKG {
    padding-left:0px;
    padding-right:0px;
}
#resultPage .rowAgeAndGender {
    margin-top: 50px;
}
#resultPage .rowAgeAndGender .colAgeAndGender {
    padding-left:0px;
    padding-right:0px;
}
#resultPage .rowAgeAndGender .femaleChartContainer,
#resultPage .rowAgeAndGender .maleChartContainer {
    font-size: 18px;
}
#resultPage .rowAgeAndGender .femaleSubtitle,
#resultPage .rowAgeAndGender .maleSubtitle {
    margin-top: 5px;
}
#resultPage .rowEmotionalExperience {
    margin-top: 50px;
    width: 100%;
}
.legendContainer {
    margin-left: 30px;
}
#resultPage .rowSurveyButton {
    margin-top: 30px;
}
#resultPage .rowSurveyButton button{
    margin-top: 30px;
}

#resultPage .rv-discrete-color-legend.horizontal {
    white-space: normal;
}


@media (max-width: 767px) {
    #resultPage .container {
        padding-left:5px;
        padding-right:5px;
    }
    #resultPage .rowTitle {
        margin-top:10px;
        text-align:center;
    }
    #resultPage h1 {
        text-align:center;
        margin-bottom:10px;
        font-size:26px;
    }
    #resultPage h2 {
        font-size:24px;
    }
    #resultPage h3 {
        text-align:center;
        margin-bottom:10px;
        font-size:24px;
    }
    #resultPage h4 {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    #resultPage .rowEmotionalExperience {
        width: 98%;
    }
    #resultPage .legendContainer {
        margin-left: 10px;
    }
}






/* Survey page */
#surveyPage {
    padding-top: 30px;
}
.survey-text {
    border-radius: 10px;
}
.survey-select {
    border-radius: 10px;
}
.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;
     margin-right: 7px;
     outline: none;
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #f7f7f7;
}
.form-radio:checked
{
     background-color: #f1f1f1;
}
.form-check-label
{
     font: 15px/1.7 'Open Sans', sans-serif;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     cursor: pointer;
}
#surveyPage .checkBoxContainer{
    display: inline-block;
    width: 25%;
    vertical-align: top;
    overflow: visible;
    min-height: 65px;
}

@media (max-width: 767px) {
    #surveyPage .container {
        padding-left:5px;
        padding-right:5px;
    }
    #surveyPage .rowTitle {
        margin-top:10px;
        text-align:center;
    }
    #surveyPage h1 {
        text-align:center;
        margin-bottom:10px;
        font-size:26px;
    }
    #surveyPage h3 {
        text-align:center;
        margin-bottom:10px;
        font-size:24px;
    }
    #surveyPage h4 {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    #surveyPage h5 {
        text-align:center;
    }
}





/* Thanks page */
@media (max-width: 767px) {
    #thanksPage .container {
        padding-left:5px;
        padding-right:5px;
    }
    #thanksPage h1 {
        text-align:center;
    }
    #surveyPage .rowTitle {
        margin-top:10px;
        margin-left:5px;
        margin-right:5px;
        text-align:center;
    }
}