/* Slides */

.slide {
    padding-bottom: 100px;
    min-height: 100%;
}

/* Generic typography and text */
h2 {
    font-weight: 900;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(255, 255, 255, 1);
    outline: 0 none;
}

.black {
    background: black;
    color: white;
}

.white {
    background-color: white;
    color: black;
}

#report #reportHeader1 {
    margin-top: 3em;
}

#report h4 {
    padding-bottom: 1em;
    padding-top: 1em;
    font-size: 2em;
}

#report .circle_text {
    font-weight: 900;
}

#report #expectedLevels {
    margin-top: 1em;
}

#report #expected, #report #actual {
    position: relative;
}

#report #expected {
    height: 200px;
}

#report #expected #e_left, #report #expected #e_right {
    height: 100%;
    float: left;
    position: relative;
}

#report #expected #e_left {
    border-right: 1px dotted #ffffff;
    width: 50%; /* 50 - 80 */
}

#report #expected #e_right {
    width: 50%; /* 20 - 50 */
}

#report #expected .at_bottom {
    position: absolute;
    bottom: 0;
}

#report #expected #e_left .at_bottom {
    right: 0;
    padding-right: 10px;
}

#report #expected #e_right .at_bottom {
    left: 0;
    padding-left: 10px;
}

#report #expected #e_right .at_bottom span.red {
    font-weight: 700;
    font-size: 1.5em;
}

#report #expected #expectedNumber {
    line-height: 0.9;
}

#report #expected #e_circle {
    height: 160px;
    width: 160px;
    background: white;
    color: black;
    border: 3px solid black;
    border-radius: 80px;
    position: relative;
    z-index: 100;
}

#report #expected #e_circle_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 74px;
    margin-top: -37px;
    font-size: 10px;
}

#report #expected #e_circle_inner span {
    font-size: 52px;
    font-weight: 800;
}

#report #expected #e_circle_inner > div {
    text-align: center;
}

#report #expected #e_red {
    background: #c30011;
    position: absolute;
    top: 55px;
    width: 90%;
    right: 0;
    height: 50px;
}

#report #expected #e_white {
    background: white;
    position: absolute;
    top: 55px;
    width: 100%;
    height: 50px;
}

#report #actualLevels {
    margin-top: 3em;
}

#report #actual {
    height: 250px;
}

#report #actual #a_left, #report #actual #a_right {
    height: 100%;
    float: left;
    position: relative;
}

#report #actual #a_left {
    border-right: 1px dotted #ffffff;
    width: 50%; /* 50 - 75 */
}

#report #actual #a_right {
    width: 50%; /* 25 - 50 */
}

#report #actual .at_bottom {
    position: absolute;
    bottom: 0;
}

#report .at_bottom span {
    line-height: 1;
}

#report #actual #a_left .at_bottom {
    right: 0;
    padding-right: 10px;
}

#report #actual #a_right .at_bottom {
    left: 0;
    padding-left: 10px;
}

#report #actual #a_right .at_bottom .red {
    font-weight: 700;
    font-size: 35px;
}

#report #actual #a_circle {
    height: 220px;
    width: 220px;
    background: white;
    color: black;
    border: 3px solid black;
    border-radius: 110px;
    position: relative;
    z-index: 100;
}

#report #actual #a_circle_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 110px;
    margin-top: -60px;
    font-size: 10px;
}

#report #actual #a_circle_inner span {
    display: inline-block;
    vertical-align: middle;
}

#report #actual #a_circle_inner #physicalWithAdjustment {
    line-height: 0.9;
}

#report #actual #a_circle_inner #adjustment {
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

#report #actual #a_circle_inner #physical {
    font-size: 92px;
    font-weight: 900;
}

#report #actual #a_circle_inner > div {
    text-align: center;
}

#report #actual #a_red {
    background: #c30011;
    position: absolute;
    top: 80px;
    right: 0;
    width: 90%;
    height: 60px;
}

#report #actual #a_white {
    background: white;
    position: absolute;
    top: 80px;
    width: 100%;
    height: 60px;
}

#report #explanation {
    margin-top: 2.5em;
}

#report #conclusion {
    margin-top: 5em;
    font-size: 1.2em;
}

#report #conclusion .bigger {
    font-weight: 700;
    font-size: 1.2em;
    font-family: "aktiv-grotesk-std-n9", "aktiv-grotesk-std";
}

#report #withExercise {
    margin-top: 1em;
}

#report #what {
    margin-top: 4em;
}

#report #vo2 {
    margin-top: 4em;
    font-size: 0.8em;
}

#report #improve {
    margin-top: 3em;
}

#report #improve a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#report #logos {
    margin-top: 4em;
}

/* Illustrations */
.illustration {
    height: 240px;
    background: no-repeat center bottom;
    background-size: cover;
}

.white .illustration {
    background-color: black;
}

.black .illustration {
    background-color: white;
}

.result-bad {
    background-image: url('../img/illustration-result-bad.gif');
}

.result-good {
    background-image: url('../img/illustration-result-good.gif');
}

#slide-1 .illustration {
    background-image: url('../img/illustration-step1.gif');
}

#slide-2 .illustration {
    background-image: url('../img/illustration-step2.gif');
}

#slide-3 .illustration {
    background-image: url('../img/illustration-step3.gif');
}

#slide-4 .illustration {
    background-image: url('../img/illustration-step4.gif');
}

#slide-5 .illustration {
    background-image: url('../img/illustration-step5.gif');
}

#slide-6 .illustration {
    background-image: url('../img/illustration-step6.gif');
}

#slide-about .illustration {
    background-image: url('../img/illustration-about.jpg');
}

#slide-about #aboutBack {
    margin-top: 4em;
    margin-bottom: 3em;
}

#slide-movember .illustration {
    background-image: url('../img/illustration-step3.gif');
}

#slide-movember #map {
    height: 1000px;
    margin-bottom: 3em;
    margin-top: 3em;
}

@media (max-width: 480px) {
    #slide-movember #map {
        height: 650px;
        margin-bottom: 2em;
        margin-top: 0;
    }
}

#schema .illustration {
    background-image: url('../img/illustration-questionaire.gif');
}

/* Pagination */

.pagination a {
    color: black;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: white;
    background-color: black;
    border-color: black;
}

/* Buttons */

.btn.black {
    background-color: black;
    color: white;
}

.btn.white {
    background-color: white;
    color: black;
}

.btn.black.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    color: gray;
}

.btn.white.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    color: gray;
}

.btn .black:hover,
.btn .black:focus {
    color: white;
    text-decoration: none;
}

.btn .white:hover,
.btn .white:focus {
    color: white;
    text-decoration: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: black;
    border-color: gray;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: white;
    background-color: black;
    border-color: gray;
}

/* Questions */
.question {
    position: relative;
    margin-top: 2%;
    text-align: center !important;
    padding: 0 80px;
}

.question .row {
    margin: 30px 0;
}

/* Front slide */
#slide-front {
    padding-top: 5%;
}

#slide-front h1 {
    font-weight: 700;
    font-size: 4.2em;
    font-family: "aktiv-grotesk-std-n9", "aktiv-grotesk-std";
    line-height: 0.9;
}

#slide-front h1 #heading_really {
    font-weight: 900;
    font-size: 1.4em;
}

#slide-front p {
    margin-top: 23px;
    line-height: 1.5;
}

#slide-front .wflbtn {
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: 900;
    font-size: 4em;
}

#slide-front #language {
    margin-top: 2em;
    text-align: center;
}

#slide-front #language > div {
    display: inline-block;
}

#slide-front #language a {
    font-size: 2em;
}

#logos {
    text-align: center;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
}

#logos img {
    height: 50px;
    padding: 0 10px;
}

/* Buttons */
.wflbtn {
    display: block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.wflbtn.prev {
    position: absolute;
    top: 5%;
}

.wflbtn.next {
    position: absolute;
    bottom: 5%;
}

span.red {
    color: #c30011;
}

.wflbtn.red {
    background: #c30011;
    font-family: "aktiv-grotesk-std-n7", "aktiv-grotesk-std" !important;
    font-weight: 700;
    font-size: 2.5em;
    color: white !important;
}

.wflbtn.large {
    width: 100%;
    padding: 0.3em 0;
}

#slide-1 .wflbtn.next, #slide-1 .wflbtn.prev {
    color: black;
}

#slide-2 .wflbtn.next, #slide-2 .wflbtn.prev {
    color: white;
}

#slide-3 .wflbtn.next, #slide-3 .wflbtn.prev {
    color: black;
}

#slide-4 .wflbtn.next, #slide-4 .wflbtn.prev {
    color: white;
}

#slide-5 .wflbtn.next, #slide-5 .wflbtn.prev {
    color: black;
}

.white .wflbtn.next, .white .wflbtn.prev {
    color: white;
}

/* Classes for small devices (i.e phones) */
@media (max-width: 480px) {

    .illustration {
        height: 120px;
    }

    .question {
        padding: 0;
    }

    .question .row {
        margin: 10px 0;
    }

    .input-lg {
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    select.input-lg {
        height: 30px;
        line-height: 30px;
    }

    button.btn-lg {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    textarea.input-lg {
        height: auto;
    }

    #slide-front h1 {
        font-weight: 600;
        font-size: 2.5em;
    }

    #slide-front h1 #heading_really {
        font-weight: 800;
        font-size: 1.7em;
    }

    #slide-front .wflbtn {
        font-weight: 600;
        font-size: 2em;
    }

    #logos img {
        height: 30px;
        padding: 0 5px;
    }
}

@media (min-width: 481px) and (max-width: 1199px) {

    .illustration {
        height: 160px;
    }

    .question {
        padding: 0;
    }

    .question .row {
        margin: 10px 0;
    }

    .input-lg {
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    select.input-lg {
        height: 30px;
        line-height: 30px;
    }

    button.btn-lg {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    textarea.input-lg {
        height: auto;
    }

    #slide-front h1 {
        font-weight: 600;
        font-size: 4em;
    }

    #slide-front h1 #heading_really {
        font-weight: 800;
        font-size: 1.8em;
    }

    #slide-front .wflbtn {
        font-weight: 900;
        font-size: 2.7em;
    }

    #logos img {
        height: 40px;
        padding: 0 10px;
    }
}
