﻿body {
    padding-top: 0px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

#qrCode {
    margin: 15px;
}

@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none;
    }
}

h4 {
    padding: 0 0 0 10px;
    color: cornflowerblue;
    font-weight: bold;
    font-size: 18px;
    text-transform: none;
    line-height: 20px;
    border-bottom: 1px solid #8BB38D;
    margin-bottom: 20px;
}

input[type="text"] {
    border-color: #BECCA7;
    border-style: solid;
    border-width: 1px;
}

.btn-verde {
    background-color: #6D9928;
    border: solid 1px #8DC16E;
    color: white;
}

    .btn-verde:hover {
        background-color: #016E10;
        border: solid 1px #808080;
        color: white;
    }

.spanValorVerde {
    color: #095C14;
    font-weight: bold;
}

.spanValorMarrom {
    color: #897301;
    font-weight: bold;
}

.loader {
    display: inline-block;
    vertical-align: middle;
    border: 5px solid #f0f0f0;
    border-radius: 50%;
    border-top: 5px solid #42a743;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    border-bottom: hidden;
    font-size: 17px;
}

.modal-body {
    position: relative;
    padding: 15px;
    text-align: justify;
}

th {
    color: #095C14;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

#MockInstrucoes span {
    display: block
}