article {
    margin-top: 30px;
    padding: 25px 15px 15px 15px;
}

#divNavEscala {
    position: inherit;
}

.navbar .navbar-brand {
    padding: 4px 15px 4px 10px;
}

.page-header {
    padding-top: 0px;
    margin-top: 0px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.page-header h3 {
    margin: 5px 0px -5px 0px;
}

.page-header .btn {
    float: right;
    margin: -20px 0px 0px 15px;

}

.formFields {
    margin-bottom: 10px;
}

.form-actions {
    height: 53px;
    padding: 8px 10px 5px 10px;
    text-align: right;
    border-top: solid 1px #CCCCCC;
    background-color: #F8F8F8;
    margin-top: 15px;
}

.form-actions button {
    margin-top: 0px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 35px;
    background-color: #f5f5f5;
}

footer #logoBerniSoftware {
}

footer #logoBerniSoftware img {
    float: right;
    margin-right: 10px;
}

table.table tbody tr td,
table.table thead tr th {
    vertical-align: middle;
}

table.table thead tr th {
    text-align: center;
    white-space: nowrap;
}

table.table tbody tr td {
    text-align: left;
    padding-left: 10px;
}

table.table tbody tr td.tdActions {
    width: 1%;
    text-align: center;
    white-space: nowrap;
}

table.table tbody tr td.tdActions a {
    margin-right: 5px;
}

table.table tbody tr td.tdActions a.fa,
table.table tbody tr td.tdActions i.fa {
    font-size: 20px;
}


table.table tbody tr td.tdCenter {
    text-align: center;
}

#divModalPesquisa .modal-dialog {
    width: 95%;
}

#divModalPesquisa .modal-dialog .modal-header {
    height: 40px;
    padding: 5px 10px 5px 10px;
}

#divModalPesquisa .modal-dialog .modal-header h4 {
}

#divModalPesquisa .modal-dialog .modal-header button.close {
    margin: 5px 10px 5px 10px;
}

#divModalPesquisa .modal-dialog .modal-footer {
    height: 40px;
    padding: 5px 10px 5px 10px;
}

#divModalPesquisa .modal-dialog .modal-footer button.btn {
    margin: 4px 5px 5px 5px;
}

ul#myTab li.active a {
    background-color: #F9F9F9;
}


div.tab-content div.tab-pane {
    padding: 10px;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;

    background-color: #F9F9F9;
}


.titleSubGroup h4 {
    margin: 5px 5px 3px 5px;
}

.titleSubGroup h4 i {
    margin-right: 5px;
}

.titleSubGroup hr {
    margin: 0px 0px 10px 0px;
}

.sepCadAux {
    margin: 7px 0px;
    color: white;
}

.tableWidget {
    background-color: white;
}

.tableWidget tfoot {
    padding: 0px;
}

.tableWidget tfoot tr td {
    padding: 0px;
}

.tableWidget tfoot tr td a {
    font-size: 20px;
    margin: 5px 10px;
    float: right;
}

.consultaAnac img {
    width: 23px;
    margin-top: -10px;
}

.jqte {
    padding: 0;
    margin: 0;
}

.jqte div.jqte_editor {
    height: 250px;
}

textarea.richText {
    height: 250px;
}

.linkRodape {
    margin: 8px 0 0 10px;
    color: #333333;
    font-size: 20px;
}

.linkRodape:hover {
    color: #333333;
    text-decoration: none;
}

#linkPublicoHabilitacoes img {
    width: 30px;
}

#linkPublicoMetar img {
    height: 25px;
}

table td.tdFit,
table td.thFit {
    width: 1% !important;
    white-space: nowrap !important;
}

table td.thCenter,
table td.tdCenter {
    text-align: center !important;
    vertical-align: center !important;
}

.badge.badge-default{
    background-color: #767676 !important;
}

.badge.badge-primary{
    background-color: #337AB7 !important;
}

.badge.badge-success{
    background-color: #5CB85C !important;
}

.badge.badge-info{
    background-color: #5BC0DE !important;
}

.badge.badge-warning{
    background-color: #F0AD4E !important;
}

.badge.badge-danger{
    background-color: #DA534E !important;
}

.badge.badge-success{
    background-color: #5CB85C !important;
}

#divAjaxLoading{
    z-index: 10000000 !important;
    width: 100% !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    background-color: #D6D6D6 !important;
    text-align: center !important;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
    filter: alpha(opacity=66);
    -moz-opacity: 0.66;
    -khtml-opacity: 0.66;
    opacity: 0.66;
}

#divAjaxLoading img{
    margin-top: 20%;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}