﻿.theme-etributario .navbar {
  background-color: #1f3674;
}

.theme-etributario .bg-etributario {
  background-color: #1f3674;
}

.theme-etributario .navbar-brand {
  color: #fff;
}

.theme-etributario .navbar-brand:hover {
  color: #fff;
}

.theme-etributario .navbar-brand:active {
  color: #fff;
}

.theme-etributario .navbar-brand:focus {
  color: #fff;
}

.theme-etributario .navbar-nav li>a {
  color: #fff !important;
}

.theme-etributario .nav li>a:hover {
  background-color: transparent;
}

.theme-etributario .nav li>a:focus {
  background-color: transparent;
}

.theme-etributario .nav .open>a {
  background-color: transparent;
}

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

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

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

.theme-etributario .sidebar .menu .list li.active {
  background-color: transparent;
}

.theme-etributario .sidebar .menu .list li.active> :first-child i,
.theme-etributario .sidebar .menu .list li.active> :first-child span {
  color: #1f3674;
}

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

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

.theme-etributario .sidebar .legal {
  background-color: #fff;
}

.theme-etributario .sidebar .legal .copyright a {
  color: #1f3674 !important;
}

.theme-etributario .sidebar .user-info {
  padding: 0px 15px 12px 15px;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  background: url("../../images/user-img-background.jpg") no-repeat !important;
  height: 80px;
}

/*  Login */

div[form=form_login] .panel-heading {
  background: #1f3674 !important;
}

div[form=form_login] .panel-title {
  background: #1f3674 !important;
  margin: auto;
  padding: 0;
}

div[form=form_login] .btn-login {
  background-color: #1f3674 !important;
  border-color: #1f3674 !important;
  color: #fff;
}

div[form=form_login] .btn-login:hover {
  background-color: #1f3674 !important;
  border-color: #1f3674 !important;
  color: #fff;
}

div[form=form_login] .form-group .form-line:after {
  border-bottom: 2px solid #1f3674 !important;
}

div[form=form_login] .tfield:focus {
  border-color: #1f3674 !important;
}