/* Dark Blue Theme */
/*
body {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #2f4050;
  font-size: 13px;
  color: #676a6c;
  overflow-x: hidden;
}
html,
body {
  height: 100%;
}
body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
  height: 100%;
}

.navbar { background:#293846; color:#fff; }
.navbar a { color:#fff !important; }
.navbar-default { background:#293846; }
.sidebar ul li a.active { background:#30597f; }
.sidebar ul li a:hover { background:#30597f; }

.nav > li > a:focus, .nav > li > a:hover { background:#30597f; }
*/

.navbar a { color:#666; }
.btn-save { background:#30597f; color:#fff; border:none; }
.btn-save:hover { transition:ease all 1s; background:#6695c0; }