﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 5px;
    padding-bottom: 20px;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 20px;
    line-height: 1.42857143;
    color: #000;
    background-image: url(/lamarca/img/bgHero.png);
    background-color: #000;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

    input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #98a1d5;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

.img-gif {
    width:542px;
    height:278px;
}
.css-play {
    background-color: #319d0e;
    border-radius: 5px;
    padding: 10px 14px 10px 15px;
}
.css-pause {
    background-color: #4F82C2;
    border-radius: 5px;
    padding: 10px 14px 10px 15px;
}
.posicao {
    text-align: left;
    /*margin-left: 200px;*/
    top: 20px;
    left: 0px;
    width: 100%;
    display: inherit;
    font-size: 17px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 86px;
    padding-bottom: 19px;
}
.item {
    padding-left: 0px;
}
label {
    padding-left: 11px;
    display: inline-block;
    max-width: 90%;
    margin-bottom: 5px;
    /*font-weight: bold;*/
}
.btn-voltar {
    background-color: #100a5d;
    color: #fff;
    margin-left:103px;
}
.btn-enviar1 {
    background-color: #94b825;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
}
.btn-enviar {
    background-color: #f098b0;
    color: #fff;
}
.btn-enviar-refazer {
    background-color: #ff144e;
    color: #fff;
    padding: 6px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
}

.lbl-questao {
    background-color: #94b825;
    color: #fff;
    padding: 5px;
    padding: 10px;
    border-radius: 10px;
}

.style attribute {
    background-color: #375f9a;
    color: #fff;
}
style attribute {
    background-color: #375f9a;
    color: #fff;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
        padding-top: 86px;
        padding-bottom: 19px;
    }
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
