﻿@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);

body {
    margin: 0px;
    width: 100%;
    color: #7f7f7f;
    font-family: verdana;
    font-size: 12px;
    background-color: #fffaec;
    text-align: justify;
}

.contentBody {
    width: 700px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 150px;
    padding-left: 150px;
    background-color: #fff;
    overflow: auto;
}

.popupContent {
    border: 3px solid #30a79b;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #4d4d4d;
}

.popupContent p {
    text-indent: 0px;
}

.error {
    border: 3px solid #b22222 !important;
    background-color: #faebd7;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    color: #4d4d4d;
}

h1, h2 {
    font-size: 24px;
    text-align: center;
}

h3 {
    font-size: 16px;
    text-align: center;
}

h4 {
    font-size: 14px;
    margin-bottom: 0px;
}

p {
    text-indent: 50px;
}

.fieldContent {
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.clear {
    float: left;
    clear: both;
}

label {
    font-size: 12px;
}

input, select, textarea {
    font-size: 14px;
    border: 1px solid #aaaaaa;
    margin-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

button {
    font-size: 14px;
    border: 1px solid #aaaaaa;
    margin-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    background-color: #30a79b;
}

.noIdent {
    text-indent: 0px;
}

hr {
    width: 100%;
    border-top: 2px solid #30a79b;
}

.validation-summary-errors ul {
    list-style-type: none;
}

.input-validation-error {
    border: solid 1px #b22222 !important;
    background-color: #faebd7 !important;
}

.btnTeste {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 79%;
}

    .btnTeste > button:last-of-type {
        background: #3B99FF;
    }