html,
body {
    height: 100%;
    background: #EAEDF1;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #015CAB;
    padding-top: 20px;
    color: #fff;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #015CAB;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/*Brasil Rotário*/

input, select {
    border-radius: 0px !important;
}

label {
    color: #015CAB;
}

/*Topo*/
.navbar {
    background: #015CAB !important;
    margin: 0px !important;
    border: 0px !important;
    border-radius: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: #F7A81B;
}

.topo-logo {
    padding: 20px 0px;
    border-bottom: 15px solid #F7A81B;
}

/*Conteúdo*/
.conteudo h1, .conteudo p {
    color: #015CAB;
}

.site-login {
    padding: 5px 45px 25px;
    margin: 0 auto;
    max-width: 700px;
    background: #fff;
    margin-top: 10px;
}

.conteudo .breadcrumb {
    display: none;
    border-radius: 0px;
    color: #fff;
    background: #015CAB;
}

.btn {
    border-radius: 0;
}

.btn-primary[type=submit] {
    background: #015CAB url(../images/botao-login.png) no-repeat right center;
    padding: 10px 55px 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
}

/*Área de Usuários*/
#menu {
    width: 19%;
    margin-right: 1%;
    float: left;
    background: #FFFFFF;
}

#menu h3 {
    margin: 0px;
    color: #fff;
    background: #F7A81B;
    padding: 10px;
    text-align: center;
    font-size: 20px;
}

#menu .nav-pills > li > a {
    border-radius: 0px;
}

#menu .nav-pills > li.active > a {
    background: #015CAB;
}

.listagem-usuarios, .external-content-index, .user-create, .user-update, .user-view, .article-create, .article-view, .site-error {
    /*float: left;
    width: 80%; */
    margin-top: 10px;
}

.user-create {
    padding-bottom: 30px;
}

.topo-listagem, .topo-visualizacao {
    padding: 15px 0px;
}

.topo-listagem h1, .topo-visualizacao h1 {
    margin: 0px;
}

.topo-visualizacao .col-md-7 {
    text-align: right;
}

.topo-visualizacao .col-md-4 {
    text-align: right;
}

.topo-visualizacao .btn-primary {
    background: #015CAB;
    padding: 10px 22px;
}

.topo-visualizacao .btn-danger {
    background: #B20000;
    padding: 10px 22px;
}

.listagem-usuarios .filters {
    display: none;
}

.listagem-usuarios .table-bordered > thead > tr > th, .listagem-usuarios .table-bordered > tbody > tr > th, .listagem-usuarios .table-bordered > tfoot > tr > th, .listagem-usuarios .table-bordered > thead > tr > td, .listagem-usuarios .table-bordered > tbody > tr > td, .listagem-usuarios .table-bordered > tfoot > tr > td {
    border: none;
    vertical-align: middle;
}

.listagem-usuarios thead {
    background: #015CAB;
    color: #fff;
    border-bottom: 5px solid #EEE;
}

.listagem-usuarios thead a {
    color: #fff;
}

.listagem-usuarios .table > thead > tr > th {
    border-bottom: 1px solid #ccc;
}

.listagem-usuarios .table tr td {
    border-right: 1px solid #015CAB !important;
}

.listagem-usuarios .table tr td:last-child {
    max-width: 90px;
}

.listagem-usuarios .table tr td:nth-child(2) {
    background: #EEEEEE;
}

.listagem-usuarios .table thead tr td:nth-child(2) {
    background: #015CAB;
}

.listagem-usuarios .table-striped > tbody > tr:nth-of-type(odd), .table-striped > tbody > tr:nth-of-type(even) {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.listagem-usuarios .glyphicon {
    padding: 10px;
    background: #015CAB;
    color: #fff;
    border: 1px solid #fff;
}

/*Visualização - Usuários*/
.detalhes-usuario tr th {
    background: #F7A81B;
    color: #fff;
    padding: 15px !important;
}

.detalhes-usuario tr td {
    color: #015CAB;
    padding: 15px !important;
    text-align: right;
}

/*Área de Conteúdos*/
.topo-conteudo {
    padding: 15px 0px;
}

.topo-conteudo h1 {
    margin: 0px 0px 15px;
}

.topo-conteudo .col-md-4 {
    text-align: right;
}

.topo-conteudo .col-md-4 a {
    padding: 10px 20px 10px 50px;
    margin-bottom: 20px;
    background: #015CAB url(../images/busca-completa.png) no-repeat left center;
    color: #fff;
}

.listagem-conteudos .filters {
    display: none;
}

.listagem-conteudos .table-bordered > thead > tr > th, .listagem-conteudos .table-bordered > tbody > tr > th, .listagem-conteudos .table-bordered > tfoot > tr > th, .listagem-conteudos .table-bordered > thead > tr > td, .listagem-conteudos .table-bordered > tbody > tr > td, .listagem-conteudos .table-bordered > tfoot > tr > td {
    border: none;
    vertical-align: middle;
}

.listagem-conteudos thead {
    background: #015CAB;
    color: #fff;
    border-bottom: 5px solid #EEE;
}

.listagem-conteudos thead a {
    color: #fff;
}

.listagem-conteudos .table > thead > tr > th {
    border-bottom: 1px solid #ccc;
}

.listagem-conteudos .table tr td {
    border-right: 1px solid #015CAB !important;
    color: #005BAB;
}

.listagem-conteudos .table tr td:last-child {
    min-width: 90px;
}

.listagem-conteudos .table tr td:nth-child(2) {
    background: #EEEEEE;
}

.listagem-conteudos .table thead tr td:nth-child(2) {
    background: #015CAB;
}

.listagem-conteudos .table tr td:nth-child(5) {
    color: #F7A81B;
}

.listagem-conteudos .table thead tr td:nth-child(5) {
    color: #fff;
}

.listagem-conteudos .table-striped > tbody > tr:nth-of-type(odd), .table-striped > tbody > tr:nth-of-type(even) {
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.listagem-conteudos .glyphicon {
    padding: 10px;
    background: #015CAB;
    color: #fff;
    border: 1px solid #fff;
}

/*Visualização - Conteúdos*/
.detalhes-conteudos tr th {
    background: #015CAB;
    color: #fff;
    padding: 15px !important;
}

.detalhes-conteudos tr td {
    color: #015CAB;
    padding: 15px !important;
    text-align: right;
}

a.baixar-arquivo {
    padding: 10px 15px;
    color: #fff;
    background-color: #777;
}

a.visualizar-arquivo {
    padding: 10px 15px;
    color: #222;
    background-color: #CCCCCC;
}

/*Envio*/
.conteudo {
}

.titulo-envio {
    padding: 10px 0px 15px;
}

.formulario-envio {
    padding: 2% 0 5%;
}

.termos h3 {
    color: #015CAB;
    font-weight: bold;
    font-size: 20px;
}

.texto-termos {
    padding: 10px;
    background: #CCCCCC;
    color: #333;
    height: 140px;
    overflow: auto;
    border: 2px solid #333;
    margin-bottom: 10px;
}

.texto-termos p {
    color: #333;
}

.texto-enviar h3 {
    margin: 0px;
    padding-bottom: 10px;
    padding-top: 20px;
    color: #015CAB;
    font-weight: bold;
    font-size: 22px;
}

/*Footer*/
.footer a {
    color: #fff;
}

/* Responsive Styles Smartphone Only */
@media all and ( max-width: 767px ) {
    .formulario-envio {
        width: 100%;
    }

    .texto-enviar {
        width: 100%;
        padding: 20px 0;
    }

}
