/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 22, 2017, 9:08:45 AM
    Author     : zaga
*/
body .top-navbar {
  background: #343a40;
  color: #9a9da0;
  height: 50px;
}
body .top-navbar li > a {
  color: #9a9da0;
}
body .top-navbar li > a:hover {
  color: #f2f2f2;
}
body .sidebar {
  background: #343a40;
  color: #9a9da0;
  height: 100%;
}
body .sidebar li > a {
  padding: 10px 15px !important;
  color: #9a9da0;
}
body .sidebar li > a:hover {
  color: #f2f2f2;
}
body .sidebar li > i {
  color: #9a9da0;
}
body .sidebar .sidebar-title {
  color: #f2f2f2;
}
body .sidebar .sidenav-toggler {
  background: #495057;
}
body .top-navbar .dropdown-menu {
  background-color: #343a40;
}
body .main-footer a {
  color: #9a9da0;
}
body .main-footer a:hover {
  color: #343a40;
}
body .main-footer {
  color: #343a40;
}
body .content-wrapper h2,
body .content-wrapper h3 {
  color: #343a40;
}
body .modal-title {
  color: #343a40;
}
body .btn-theme {
  background-color: #495057;
  color: #f2f2f2 !important;
}
body .btn-theme:hover {
  background-color: #343a40;
}
body .form-control:focus {
  border-color: #9a9da0;
}
body input[type="radio"]:checked + label span {
  background-color: #343a40;
}
body input[type="checkbox"]:checked + label span {
  background-color: #343a40;
}
body .login-top {
  background-color: #495057;
}
body .login-top:after {
  border-color: #495057 transparent transparent transparent;
}
body .login-top p {
  color: #f2f2f2;
}
body .login-link a:hover {
  color: #9a9da0;
}
body .login-link a {
  color: #495057;
}
body .content-wrapper .content {
  padding: 30px 15px;
}
body .table .fa:hover {
  color: #343a40;
}
body .table .fa {
  color: #495057;
}
body #breadcrumb a {
  color: #9a9da0;
}
body #breadcrumb a:hover {
  color: #343a40;
}
body .notifications-menu .label-warning {
  background-color: #d9534f;
}
body #filters .dropdown-menu li {
  color: #495057;
}
body .notifications-menu .footer,
body .notifications-menu .header {
  background-color: #495057;
  color: #f2f2f2;
}
body #settings h5 {
  border-bottom: 1px solid #9a9da0;
}
body .all-items .dd-handle:hover {
  color: #343a40;
}
body .bootstrap-tagsinput .tag {
  background-color: #343a40;
}
body .bootstrap-tagsinput .tag [data-role="remove"]:hover {
  color: #9a9da0;
}
