﻿/***
blue theme

Light Blue: 00ABC7
Lighter BLue: A1D7E0
Mid Blue: 007DA2
Mid Blue 2: 005E82
Dark Blue: 052B3E

***/

/***
Reset and overrides  
***/
body { 
  background-color: #F6F6F6 !important;
  
}

/***
Page header
***/
.header .navbar-inner {
  filter:none !important;
  background-image: none !important;
  background-color: #fff !important;
  border-bottom:1px solid #D9D9D9 !important;
  


}

.header .btn-navbar {  
  background-color: #FFF !important;
 
} 

.header .nav .dropdown-toggle:hover, 
.header .nav .dropdown.open .dropdown-toggle {
  background-color: #F6F6F6 !important;
}

.header .nav li.dropdown .dropdown-toggle i {
  color: #009bd3!important;
}

/***
Page sidebar
***/
.page-sidebar > ul > li > a {
  border-top: 1px solid #c8c7cc !important;
  color: #000 !important;
    top: 15px;
    left: 0px;
}

.page-sidebar > ul > li:first-child > a {
   border-top: 1px solid transparent !important;
}

.page-sidebar > ul > li:last-child > a {
   border-bottom: 1px solid transparent !important;
}

.page-sidebar > ul > li a i {
  /* color: #a6dae2 !important;*/
  color: #009bd3 !important;
}

.page-sidebar > ul > li.has-sub.open > a, 
.page-sidebar > ul > li >a:hover, 
.page-sidebar > ul > li:hover>a {  
  background: #D9D9D9;
}

.page-sidebar > ul > li.active > a{
  background: #D9D9D9 !important;
  border-top-color: transparent !important;
  color:#000 !important;
}  

.page-sidebar > ul > li > ul.sub  {
  margin: 0px;
  padding: 4px 0px;  
  background: #005E82;
}

.page-sidebar > ul > li > ul.sub > li > a {
  color: #fff;
  margin-left:0px;  
  padding-left: 50px; 
  display: block;  
}

.page-sidebar > ul > li > ul.sub > li:first-child > a {
  border-top: 0px !important;
}

.page-sidebar > ul > li > ul.sub > li.active > a, 
.page-sidebar > ul > li > ul.sub > li > a:hover {
  color: #fff !important;
  background: #007DA2 !important;  
}

.page-sidebar .sidebar-search input {
  background-color: #007DA2  !important;  
  color: #A1D7E0;
}

.page-sidebar .sidebar-search input::-webkit-input-placeholder {
   color: #A1D7E0 !important;
}

.page-sidebar .sidebar-search input:-moz-placeholder  {
   color: #00ABC7 !important;
}

.page-sidebar .sidebar-search input:-ms-input-placeholder {
   color: #00ABC7 !important;
}

.page-sidebar .sidebar-search .input-box {
  border-bottom-color: #00ABC7  !important;
}

.page-sidebar .sidebar-search .submit {
  background-image: url(../img/search-icon-blue.png);
}

/***
Sidebar toggler
***/
.sidebar-toggler {  
  background-image: url(../img/menu-icon-t3.png);
  background-color: #F6F6F6;
}

/* search box bg color on expanded */
.sidebar-closed .page-sidebar .sidebar-search.open {
  background-color: #007DA2 !important;
}

.sidebar-closed .page-sidebar .sidebar-search.open .remove {  
  background-image: url("../img/sidebar-search-close-blue.png");
}

/* sub menu bg color on hover menu item */
.sidebar-closed .page-sidebar > ul > li.has-sub:hover .sub {
  background-color: #007DA2;
}

/***
Gritters
***/
.gritter-top {
	background:url(../gritter/images/gritter-blue.png) no-repeat left -30px !important;
}

.gritter-bottom {
	background:url(../gritter/images/gritter-blue.png) no-repeat left bottom !important;
}

.gritter-item {
	display:block;
	background:url(../gritter/images/gritter-blue.png) no-repeat left -40px !important;
}

.gritter-close {
	background:url(../gritter/images/gritter-blue.png) no-repeat left top !important;
}

.gritter-title {
	text-shadow:none !important; /* Not supported by IE :( */
}

/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../gritter/images/gritter-light.png) !important;
}


/***
Landscape phone to portrait tablet
***/
@media (max-width:979px) { 
  /***
  page sidebar
  ***/
  .page-sidebar {
    background-color: #F6F6F6 !important;
  }

  .page-sidebar > ul > li > a {
    border-top: 1px solid #D9D9D9 !important;
  }

  .page-sidebar > ul > li:first-child > a {
    border-top: 0 !important;
  }

  .page-sidebar > ul > li:last-child > a {
    border-bottom: 0 !important;
  }

  .page-sidebar > ul > li.has-sub.open > a, 
  .page-sidebar > ul > li >a:hover, 
  .page-sidebar > ul > li:hover>a {  
    background: #D9D9D9;
  }


  .page-sidebar .sidebar-search input{
    background-color: #007DA2  !important;  
  }

  .header .nav li.dropdown .dropdown-toggle i {
    color: #00B0F0;
  }
}