.title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.title-menu {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    margin-top: 10px;
    font-size: 45px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.title-component {
    font-family: 'Roboto Light', sans-serif;
}

.title-strong {
    font-weight: 500;
}

.form-box {
    margin-top: 1%;
}

.form-row {
    margin-top: 6%;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #f3f3f3;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.title-strong {
    font-weight: 500;
}

.form-top-left h3 {
    margin-top: 0;
}

.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}

.text-trans {
    color: #dadada;
}

.text-black {
    color: black;
}

.form-bottom {
    padding: 5px 25px 30px 25px;
    background: #f3f3f3;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form button.btn {
    width: 100%;
}

.long {
    width: 100%;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
}

.borda-vertical {
    border-left: 1px solid #ebebeb;
    height: 350px;
    margin-top: 75px;
    margin-bottom: 75px;
}

.busca {
    margin-top: -20px;
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 8px;
    height: 23px;
}

.bg-gray {
    background-color: #4a4a4ac9;
    color: white;
}

.width-20p {
    width: 20%;
}

.width-15p {
    width: 15%;
}

.status-nao-finalizado {
    background-color: #d9534f;
    color: white;
    opacity: 1;
}

.status-nao-avaliado {
    color: #333;
    background-color: #eee;
    border-color: #ccc;
    opacity: 1;
}

.status-aprovado {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    opacity: 1;
}

.status-aprovado-sujeito-ajustes {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    opacity: 1;
}

.status-nao-aprovado {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    opacity: 1;
}

.status-melhorar-descricao {
    background-color: #3b76f0;
    color: white;
    border-color: #000;
    opacity: 1;
}

.status-cadastrado {
    background-color: #E28964;
    color: white;
    border-color: #7f3f3f;
    opacity: 1;
}

.status-em-avaliacao {
    background-color: #17a2b8;
    color: white;
    opacity: 1;
}

@media print {
    #botaoPrint {
        display: none;
    }
}