﻿.navbar-inverse {
  background-color: #286090;
  border-color: #080808;
}

.navbar-inverse .navbar-nav > li > a {
  color: #CCCCCC;
}

.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #2e6da4;
}

.jumbotron {
    background-image: url("/Custom/main_page_logo.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-on,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-on {
  color: #fff;
  background: #286090;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-off,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-off {
  color: #fff;
  background: #080808;
}