﻿/* ------------------------------------------------------------------------------
 *
 *  # Main colors
 *
 *  List of the template main color palettes
 *
 * ---------------------------------------------------------------------------- */
body {
  background-color: #fdfbf6; }

.navbar-brand img {
  height: 28px; }

#topNavBar.navbar .navbar-header {
  background-color: #e6d197; }

#menuLateral {
  background-color: #e6d197; }

.page-header-light.has-cover {
  background-color: #faf5e9; }

.page-title {
  padding: .8rem 0;
  position: relative; }

.pagination {
  justify-content: center; }
  .pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d2ad45;
    border-color: #d2ad45; }

.dataTables_wrapper .bottom {
  border-top: 1px solid #b7b7b7;
  padding-top: 20px; }
  .dataTables_wrapper .bottom .dataTables_paginate {
    float: unset;
    display: flex;
    justify-content: center; }

.dataTables_wrapper .tableActions {
  width: 110px;
  display: flex;
  justify-content: space-between; }

table .badge {
  font-size: .9em; }
  table .badge i {
    margin: 0 10px; }

.nav-tabs-highlight .nav-link.active {
  border-top-color: #d2ad45; }
