/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 10, 2016, 10:58:18 AM
    Author     : naria
*/
.header-seperation{
	background-color:none;
	
}
.navbar-inverse {
    background-color: #3d5265;
    border-color: #3d5265;
    border-radius: 0px;
}
.page-sidebar {
    background-color: #3d5265 !important;
    font-family: "Open Sans",Helvetica,Arial;;
    /*height: 100%;*/
}
.tiles .tiles-title {
    font-family: "Open Sans",​Helvetica,​Arial;
   
}
.page-sidebar > ul > li.open > a, .page-sidebar > ul > li > a:hover, .page-sidebar > ul > li:hover > a {
    background: #334555 none repeat scroll 0 0;
    color: #fff;
    padding: 11.5px 31px;
}
.page-sidebar > ul > li > ul.sub-menu {
    background-color: #334555;
    clear: both;
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 8px 0 10px;
}
.page-sidebar > ul > li > ul.sub-menu > li.active > a, 
.page-sidebar > ul > li > ul.sub-menu > li > a:hover {
  color: #fff !important;
  background: #3d5265 !important;  
}
.username.muted a:focus, .username.muted a:hover{
    text-decoration: none;
}
