html {
    height: 100%;
}

.homepage-title {
    padding-bottom: 20px;
}

.no-gutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}
.no-padding {
    padding: 0 !important;
}
.logo-nav, .content {
    background: rgba(255, 255, 255, 0.9);
}
.navbar {
    background: #00a6e1;
    border-radius: 0;
    margin: 0 40px 0 0;
    border: 0;
}
.navbar-nav > li > a {
    color: white;
    font-size: 16px;
    padding: 5px 30px;
}
.navbar-nav > li > a:hover {
    background-color: #00bcff;
}
.content {
    min-height: 443px;
    padding: 50px 30px;
}
.logo {
    max-width: 100%;
}
section { margin: 40px 0 10px;}
.content > section:first-child { margin-top: 0;}
.button-container {
    margin-top: 25px;
    text-align: center;
}
.column-left, .column-left a {
    color: white;
}
.column-left {
    font-size: 16px;
    text-transform: uppercase;
}
.column-left-content {
    background: #00a6e1;
    padding: 20px;
    margin: 5px auto;
    min-height: 145px;
    min-width: 210px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.appraiser-categories-info {
    margin: 15px 0 30px;
}
.appraiser-categories-info > li {
    margin: 10px 0;
}
.note-label-container {
    display:flex;
    align-items: flex-end;
}
.note-label-wrapper {
    text-align: center;
    padding: 0 4px;
    width: 14.2857%;
}
.note-label {
    background: #00a6e1;
}

.col-xs-question {
    position: relative;
    min-height: 1px;
    float: left;
    width: 14.2857%;
}
.note-label-1 { height: 10px; }
.note-label-2 { height: 20px; }
.note-label-3 { height: 30px; }
.note-label-4 { height: 40px; }
.note-label-5 { height: 50px; }
.note-label-6 { height: 60px; }
.note-label-7 { height: 70px; }
.note-label-abstain { text-align: center; padding: 0; }

.note-choice {
    padding: 3px;
    text-align: center;
}
.note-choice > input {
    display: none;
}
.note-choice > label:before {
    content: '';
    display: block;
    background: white;
    border: 1px solid #00a6e1;
    border-radius: 20px;
    height: 18px;
    width: 18px;
    cursor: pointer;
}
.note-choice > input:checked + label:before {
    content:'';
    background: #00a6e1;
}
.note-abstain:before {
    border-left: 1px solid #bbb;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 200%;
    width: 1px;
}
.questionnaire-container > :last-child {
    text-align: center;
}
.questionnaire-container > div > .row { overflow: hidden; }
.question-submit {
    background: url('../images/submit_button.png');
    border: 0;
    color: transparent;
    height: 43px;
    width: 43px;
}
ul.range-description {
    padding: 0;
    font-size: 15px;
    text-transform: none;
    list-style: none;
    background: #00a6e1;
}

ul.range-description li {
    counter-increment: item;
}

ul.range-description li:before {
    margin-right: 10px;
    content: counter(item);
}

.locale-switcher {
    float: left;
    padding: 20px 10px;
    width: 100px;
    position: relative;
}
.locale-switcher::after {
    content: '';
    background: url('../images/arrow.png');
    display: block;
    height: 12px;
    width: 12px;
    left: 40px;
    top: 25px;
    position: absolute;
}
.locale-switcher .dropdown-toggle {
    padding: 10px 40px 0 0;
    z-index: 1;
    position: relative;
}
.locale-switcher .dropdown-menu {
    background: #00a6e1;
    border: none;
    box-shadow: none;
    width: auto;
}
.locale-switcher .dropdown-menu > li {
    display: inline-block;
}
.locale-switcher .dropdown-menu > li a {
    padding: 5px;
}
.img-locale {
    width: 24px;
}
.locale-name {
    font-size: 1rem;
    text-align: center;
    color: white;
}

@media (min-width: 768px) {
    .questionnaire-container {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 990px) {
    header {
        display: flex;
        align-items: center;
    }
    .column-left {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 443px;
    }
    .navbar-nav > li > a {
        height: 94px;
        padding: 30px 30px;
    }
    .locale-switcher {
        float: right;
        margin-right: 20px;
        padding: 20px 0 0;
        width: 100px;
        position: relative;
    }
    .locale-switcher .dropdown-menu {
        background: transparent;
    }
}

.start-questionnaire {
    text-decoration: underline;
    font-size: 16px;
    text-align: center;
}

#feedback-message {
    color:red;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-heading {
    margin-bottom: 25px;
}
.account-intro {
    margin: 20px 0;
}
.account-submit {
    margin-top: 15px;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

.questionnaire-container .progress {
    margin-top: 50px;
}
.progress-bar {
    background-color: #00a6e1;
}


/*   data-protection    */
.data-protection-container {
    padding-bottom: 100px;
}

.data-protection-container p + ul, .data-protection-container p + ol { margin-top: -10px; }
.data-protection-container ul + p, .data-protection-container ol + p { margin-top: 10px; }

.data-protection-confirmation-container {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.data-protection-confirmation {
    background-color: #d2d2d2;
    padding: 15px;
    text-align: center;
}

.data-protection-confirmation form {
    display: inline;
}

.button-data-protection {
    text-align: center;
    text-transform: none;
    font-size: 14px;
}

.button-data-protection a {
    color: #000000;
    font-size: 12px;
}

body.data-protection-body {
    padding-bottom: 50px;
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
}

body.data-protection-body .button-data-protection-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background-color: rgba(255,255,255,0.9);
}

.table-align-middle > tbody > tr > td,
.table-align-middle > tbody > tr > th,
.table-align-middle > tfoot > tr > td,
.table-align-middle > tfoot > tr > th,
.table-align-middle > thead > tr > td,
.table-align-middle > thead > tr > th {
    vertical-align: middle;
}
