/***
Blue theme
***/
/***
Reset and overrides  
***/

/**
 Bronwen
#e02222 = TSC red
#0f4e74 = dark blue background
#4D90FE = lighter blue (like buttons)
 */

body {
  /*background-color: #1570a6 !important;*/
  /*background-color: #0F4E74 !important;*/
  background-color:#E2E2E2 !important;
}


.header.navbar .hor-menu ul.nav li.current .selected,
.header.navbar .hor-menu ul.nav li.active .selected {
  /*border-top: 6px solid #e02222;*/
  border-top: 6px solid #4D90FE;
}


/***
Page header
***/
.header {
  filter: none !important;
  background-image: none !important;
  background-color: #0f4e74 !important;
}
.header .btn-navbar {
  background-color: #0f4e74 !important;
}
.header .navbar-nav .dropdown-toggle:hover,
.header .navbar-nav .dropdown.open .dropdown-toggle {
  color: #fff;
  background-color: #4D90FE !important;
}
.header .navbar-nav li.dropdown .dropdown-toggle i {
  /*color: #68bbec !important;*/
}


/***
Hor menu
***/
.header .hor-menu ul.nav li a {
  color: #ccc;
}

.header .hor-menu ul.nav li.open > a,
.header .hor-menu ul.nav li > a:hover,
.header .hor-menu ul.nav li > a:focus {
  color: #fff;
  background: #4D90FE;
}

.header .hor-menu .dropdown-menu li:hover > a,
.header .hor-menu ul.nav li.active > a,
.header .hor-menu ul.nav li.active > a:hover {
  color: #fff;
  background: #4D90FE !important; 
}

.header .hor-menu ul.nav li.current > a,
.header .hor-menu ul.nav li.current > a:hover {
  color: #fff;
  background: #4D90FE !important; 
}

.header .hor-menu .dropdown-menu {  
    background: #0F4E74;
}
.header .hor-menu .dropdown-menu li > a {    
    color: #ccc;
}

/***
Mega Menu
***/
.mega-menu .mega-menu-submenu {  
  border-right: 1px solid #1876AD;
}

.mega-menu .mega-menu-submenu li h3 {  
  color: #fff;
}


/***
Footer 
***/
.footer {
    background: #0F4E74;
}
.footer .footer-inner {
  color: #ccc;
}
.footer .footer-inner a {
  color: #ccc;
}

/***
Footer Layouts (new in v1.3)
***/
/* begin:fixed footer */
.page-footer-fixed .footer {
  background-color: #0f5179;
}
.page-footer-fixed .footer .footer-inner {
  color: #ccc;
}
/* end:fixed footer */


/* begin: boxed page */
@media (min-width: 992px) {
  .page-boxed {
    background-color: #125e8b !important;
  }
  .page-boxed .page-container {
    background-color: #1570a6;
    border-left: 1px solid #1c98e1;
    border-bottom: 1px solid #1c98e1;
  }
  .page-boxed.page-sidebar-reversed .page-container {
    border-left: 0;
    border-right: 1px solid #1c98e1;
  }
  .page-boxed.page-sidebar-fixed .page-container {
    border-left: 0;
    border-bottom: 0;
  }
  .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-container {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .page-boxed.page-sidebar-fixed .page-sidebar {
    border-left: 1px solid #1c98e1;
  }
  .page-boxed.page-sidebar-reversed.page-sidebar-fixed .page-sidebar {
    border-right: 1px solid #1c98e1;
    border-left: 0; 
  }
  .page-boxed.page-sidebar-fixed.page-footer-fixed .footer {
    background-color: #125e8b !important;
  }
}
/* end: boxed page */

/* badges in header bar */
.header.navbar .navbar-nav > li.dropdown .dropdown-toggle .badge {
  position: absolute;
  top: 14px;
  left: 0px;
  right:auto;
}
