@media only screen and (max-width: 992px) {

    .hide_tab {
        display:none !important;
    }
    .full_tab {
        margin: 0%;
        min-width: 100%;
    }
    
    #fixedtaskbar, #showNav-icon {
        display:none !important;
    }
    
    .fixedtaskbar {
        max-width: 250px;
    }
    
    .sfin-logo {
        width: 80% !important;
        height: 80% !important;
        min-height: 50px;
        min-width: 30px;
        padding-left:5%;
    }
    
    .subsideTitle {
        display: block;
        font: bold 14px 'Questrial',sans-serif;
        text-decoration: underline;
    }
    
    #headlist {
        margin-left: 20px !important;
    }
    
    #mainhead {
        height: 35px !important;
    }
    #mainhead-content-wrap, .sul-link {
        margin-top: 5px !important;
    }
    .headimg {            
        height: 22px !important;
        width: 22px !important;
    }

}

@media only screen and (max-width: 768px) {
    .div_pagehead {
        text-align: left !important;
    }
    .hide_ph {
        display: none !important;
    }
    .full_ph {
        margin:0px !important;
        display:block;
        min-width:100%;
    }
    .fixedtaskbar {
        min-width: 100%;
    }
    
}

@media only screen and (min-width: 992px) {
    .fixedtaskbar {
        display: none !important;
    }
    
    #headMenu-icon {
        display: none !important;
    }
}

.sfin-div {
    padding: 10px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #496f7f;
}
.sfin_name {
    color: white;
    font-size: 15px;    
}

#user_email {
    color: white;
    text-transform: lowercase;
    padding-top: 5px;
    font: normal 13px 'Questrial',sans-serif;
}

#hide-menu-icon {
    float: right;
    
}

.sfin-logo {               
    width: 30%;
    height: 75%;
    outline:none;
    margin-left: 5%;
    padding-top: 5px;
    }

#mainhead {
    width: 100%;
    background-color: #e3e6ea;
    position: fixed;
    top: 0;
    height: 25px;
    z-index: 2;
}

#headlist {
    padding-top: 2px;
    margin-left: 175px;
}

.headimg {            
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin:-2px 3px 0px 0px;
    vertical-align: middle;
    }

#headlist li {
    display: inline;            
        }

#headlist li a: hover {
    cursor: pointer;
}

.headMenu-div {
    float: left;
    margin-left: 10px;
}

.menu-icon {
    height: 25px;
    width: 30px;
    cursor: pointer;
    margin:0px 3px 0px 0px;
    vertical-align: middle;  
}


.sul-link {
    /*float: right;
    padding-right: 5px;*/
    position:fixed;
    top: 2px; 
    right: 15px;
}

.sul-link li a {
    color: black;
    text-transform: uppercase;
    font-size: 14px;
}

.sul-link li a: hover {
    text-decoration: underline;
}

#fixedtaskbar {
    height:100%;
    overflow-y: auto;
    width: 10%;
    max-width: 190px;
    min-width: 190px;
    float: left;
    position: fixed;
    top: 0;
    z-index: 2;
/*    background:#003547;*/
    background: #385663;
}

.fixedtaskbar {
    height:100%;
    overflow-y: auto;
    margin:0px;
    width: 100% !important;
    float: left;
    position: fixed;
    top: 0;
    z-index: 2;
    background: #385663;
}

.nav-list {
    height: auto;
    position: relative;
    min-height:45px;
}

.nav-list-logo {
    height: 7%;
    display: inline-block;    
}


.nav-menu {
    height: 45px;
    padding-top:12px;
    border-bottom: 1px solid #496f7f;
}

.nav-menu-drop {
    height: 35px;
    padding-top:7px;
    border-bottom: 1px solid #3f606d;
}


.menu_desc {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 7px;
}
.nav-icon {
    height: 15px;
    width: 20px;
    margin-left: 15px;
    vertical-align: middle;
}

#hide-menu-icon {
    height: 20px;
    width: 25px;
    margin-left: 15px;
    vertical-align: middle;
    
}

#hide-menu-icon:hover {
    transform: scale(1.1);
    margin-top:3px;
    
}


#hideNav-icon {
    position: absolute;
    top: 30px;;
    right: 30px;
}

.nav-icon:hover, .menu_desc:hover {
    cursor: pointer;
    text-decoration: none;
}


.subside {
    position: relative;
    height: auto;
    background: #385663;
    height: auto;
 }

.subside .nav-menu-drop a {
    color:white;
    font-size:14px;
    width:100%;
    padding-left:35px;
}
.subSideList {
    color: white;
    font-size: 14px;
    width:100%;
    height:50px;
    padding-top:10px;
}

.subSideList:hover {
    text-decoration: underline;
    color:white;
}








