﻿.validation-summary-errors {
    color: red;
    font-weight: bold;
    margin-left: 20px;
}

    .validation-summary-errors ul {
        margin: 0 0 5px 0;
        padding: 0 0;
    }

    .validation-summary-errors li {
        list-style-type: circle;
    }
.coluna_nome{
    width:70%

}
.topoGrid div {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
}

    .topoGrid div:nth-child(2) {
        text-align: right;
    }

.withLink tbody > tr td:last-child {
    text-align: right;
    width: 150px;
}

fieldset label {
    /*display: block !important;*/
}

.field-validation-error {
    color: red;
}

.tab-content {
    padding-top: 10px;   
}

legend {
    /*margin-top: 2px;*/
    margin-bottom: 5px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle !important;
}

fieldset {
    margin-top: 15px !important;
}

#tabs a {
    height: 30px !important;
}

table tbody tr td.valor {
    text-align: right !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #337ab7;
    color: white;
}

.nav-tabs > li > a {
    background-color: #E1E9EC;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    font-weight: bold;
    color: black;
    background-color: #85C0F3;
}

.texto-edital{
    width:80%;
}
.success{
    width: 100%;
    color: #4F8A10;
    background-color: #DFF2BF;
    font-weight: bold;
    border: solid;
    border-radius: 10px;
    height: 34px;
    padding: 5px;
    margin-bottom: 10px;
}
.info{
    width: 100%;
    color: #00529B;
    background-color: #BDE5F8;
    font-weight: bold;
    border: solid;
    border-radius: 10px;
    height: 34px;
    padding: 5px;
    margin-bottom: 10px;
}
.warning{
    width: 100%;
    color: #9F6000;
    background-color: #FEEFB3;
    font-weight: bold;
    border: solid;
    border-radius: 10px;
    height: 34px;
    padding: 5px;
    margin-bottom: 10px;
}
.error{
    width: 100%;
    color: #D8000C;
    background-color: #FFBABA;
    font-weight: bold;
    border: solid;
    border-radius: 10px;
    height: 34px;
    padding: 5px;
    margin-bottom: 10px;
}
