﻿.theme-frontoy .navbar {
  background-color: #af272e; }

.theme-frontoy .navbar-brand {
  color: #fff; 
  font-size: 25px; }
  .theme-frontoy .navbar-brand:hover {
    color: #fff; }
  .theme-frontoy .navbar-brand:active {
    color: #fff; }
  .theme-frontoy .navbar-brand:focus {
    color: #fff; }

.theme-frontoy .nav > li > a {
  color: #fff; }
  .theme-frontoy .nav > li > a:hover {
    background-color: transparent; }
  .theme-frontoy .nav > li > a:focus {
    background-color: transparent; }

.theme-frontoy .nav .open > a {
  background-color: transparent; }
  .theme-frontoy .nav .open > a:hover {
    background-color: transparent; }
  .theme-frontoy .nav .open > a:focus {
    background-color: transparent; }

.theme-frontoy .bars {
  color: #fff; }

.theme-frontoy .sidebar .menu .list li.active {
  background-color: transparent; }
  .theme-frontoy .sidebar .menu .list li.active > :first-child i, .theme-frontoy .sidebar .menu .list li.active > :first-child span {
    color: #af272e; }

.theme-frontoy .sidebar .menu .list li.active a.toggled {
    color: #af272e; }

.theme-frontoy .sidebar .menu .list .toggled {
  background-color: transparent; }

.theme-frontoy .sidebar .menu .list .ml-menu {
  background-color: transparent; }

.theme-frontoy .sidebar .user-info {
  background-color: #af272e; }

.theme-frontoy .sidebar .legal {
  background-color: #fff; }
  .theme-frontoy .sidebar .legal .copyright {
    color: #777 !important; }
  .theme-frontoy .sidebar .legal .copyright a {
    color: #777 !important; }
  .theme-frontoy .sidebar .legal .privacy a {
    color: #333 !important; 
    font-weight: bold; }

.theme-frontoy .dataTables_wrapper input[type="search"]:focus, .dataTables_wrapper input[type="search"]:active {
    border-bottom: 2px solid #af272e; }

.theme-frontoy .pagination li.active a {
  background-color: #af272e; }

.theme-frontoy .pagination li.active a:hover {
  background-color: #af272e; }

.form-group .form-line:after {
  border-bottom: 1px solid #af272e; }

.theme-frontoy .spinner-layer.pl-primary {
    border-color: #af272e; }

.theme-frontoy .switch {
  float: right;
}

@media (max-width: 767px) {
  section.content {
    margin: 85px 15px 0 315px; }
  section.content > .container-fluid {
    padding-left: 0px;
    padding-right: 0px; }
  .card {
    margin-bottom: 15px; } }