/*
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 : Oct 5, 2016, 12:46:48 PM
    Author     : Shubham
*/

.navigationOptions{
    background: #ffffff;
    border: 1px solid #cccccc;    
    border-radius: 2px;
}

.optionNames{
    padding: 0;
    margin:0;
    clear:both;
}

ul.optionNames li {
    float: none;
    padding: 11px 10px;
    border-bottom: 1px solid #dbdbdb;
    list-style: none;
    color:#6d6d6d;
}

ul.optionNames li img{
    margin-right: 10px;
    height: 25px;
}

.mobileHeader .optionNames li{
    border-left: 0;
}

ul.optionNames li.suboption {
    float: none;
    padding: 6px 10px 6px 12px;
    font-size: 12px;
    font-weight: 500;        
}

.mobileHeader .optionNames li suboption{
    border-left: 0;
}

ul.optionNames li:hover{
    background: #f0f1f3;
    cursor: pointer;
}

ul.optionNames li:active{    
    cursor: pointer;
    color:black;
}

ul.optionNames li.suboption:hover, ul.optionNames li.suboption:active{
    background:none;
    cursor: pointer;
    color:black;
}

.mobileHeader .suboption li:hover,.mobileHeader .suboption li:active{
    border-left: 0;
}

.sidePanelOverlay{    
    display:none;
    background: #333;
    width: 100%;
    float: left;
    height: 1200px;
    overflow: hidden;
    opacity: 0.7;
    position: absolute;
    z-index: 999;
}

.sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;   
    text-align: left;       
}

.sidenav li a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 13px;
    color: black;
    display: block;
    transition: 0.3s;
    font-weight: 600;
    border-left: 3px solid #f2f2f2;    
}

.sidenav li a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 13px;
    color: black;
    display: block;
    transition: 0.3s;
    font-weight: 600;
    border-left: 3px solid #f2f2f2;    
}

.sidenav li a:hover{
    background: white;
    border-left: 3px solid #30a8f4;
}

.sidenav .closebtn{    
    font-size: 30px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}

.sidenav .headerLogo{
    float: left;
    margin: 10px;
    margin-right: 0;
}

.navigationButtonContainer{
    display: inline-block !important;
    padding: 0;
}

@media screen and (max-height: 450px) {  
    .sidenav a {font-size: 16px;}    
}

.userName{
    font-weight: 600;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-size: 12px;
    color: #4a4a4a;
}
.loginText{
    color: #a1a1a1;
    font-size: 12px;
    font-weight: 500;
}
.removeLeftMargin{
    margin-left: -15px;
}
.suboption{
    margin-left: 20px;
}
.suboption:hover{
    color:blue ;
}
.moreOptionsDownArrow{
    float:right;
    font-size: 15px;

}
.moreOptionsDownArrow fa-angle-down{
    font-weight:700;
}