﻿.fundoHomolog {
  background-color: #6f1010;
}

body {
    background-color: #6f1010;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover, .page-sidebar {
    background-color: #6f1010 !important;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a, .page-sidebar .page-sidebar-menu > li > a {
    border-top: 1px solid #ffffff63;
    color: #fff;
}

.portlet.light {
    padding: 12px 0px 15px 0px;
    background-color: #fbfbfb !important    ;
}

.page-content {
    background-color: #fbfbfb !important;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.heading > h3, .page-sidebar .page-sidebar-menu > li.heading > h3 {
    color: #000;
    font-weight: 600;
}

    .page-sidebar .page-sidebar-menu > li:hover > a,
    .page-sidebar .page-sidebar-menu > li.open > a {
        background: #6f1010;
        color: #fff;
        font-weight: 600;
    }

table.dataTable thead .title {
    background-color: #82171e !important;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable th {
    background-color: #e5caca !important;
    color: #82171e;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    background-color: #e5caca;
    color: #82171e;
}

.btn.default:not(.btn-outline) {
    color: #c30000;
}

#divBtnGerarPdf button {
    background-color: #e5caca !important;
    color: #6f1010 !important;
    border-color: #6f1010 !important;
}

.btn-success {
    color: #fff;
    background-color: #d33636;
    border-color: #c42b2b;
}

fieldset {
    border: 1px solid #6f1010;
    border-left: 7px solid #6f1010;
}

legend {
    color: #5e3434;
    border-bottom: 1px solid #e5e5e5;
}

.table-bordered > thead > tr > th {
    border: 1px solid #e4baba;
}