﻿.theme-blue{
      background-color: #987654;
}
.theme-blue .navbar-nav li:last-child{
  margin-right:0;
}
.theme-blue .navbar-nav li:last-child > a{
padding-right:0;
}
.theme-blue .navbar-nav{
  display: table-row;
}
.theme-blue .navbar-nav li {
    display: table-cell;
    height: 100px;
    list-style-type: none;
    margin: 10px;
    vertical-align: middle;
}

.theme-blue .navbar-brand{
  padding:0;
  height:100px;
}
.theme-blue #page-wrapper {
    margin-top: 150px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:400;
}
.card .body{
  font-size:16px;
}
.theme-blue textarea{
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}
.theme-blue .navbar {
  background-color: #ffffff; }

.theme-blue .navbar-brand {
  color: #987654; }
  .theme-blue .navbar-brand:hover {
    color: #987654; }
  .theme-blue .navbar-brand:active {
    color: #987654; }
  .theme-blue .navbar-brand:focus {
    color: #987654; }

.theme-blue .nav > li > a {
  color: #987654;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  display: table-cell;
    vertical-align: middle;
    height: 100px;
}
  .theme-blue .nav > li > a:hover {
    background-color: transparent; }
  .theme-blue .nav > li > a:focus {
    background-color: transparent; }

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

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

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

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

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

.theme-blue .sidebar .legal {
  background-color: #fff; }
  .theme-blue .sidebar .legal .copyright a {
    color: #8dc2ea !important; }

