﻿.header_content{
    float:left;
    width:100%;
    padding-top:20px;
    padding-bottom: 10px;    
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.header_Col{
    float:left;
    width:33.33%;
}

.header_Col3{
    float:left;
    width:32%;
    margin-right:.5%;
}

.zegaImgLogoHeader{
    float:left;
    width:200px;
    height:50px;
}

.zegaImgLogoHeader img{
    float:left;
    width:100%;
}

.zegaImgLogoHeader:focus{
    outline:none;
}

.headerPageAlign{
    line-height:2.5;
    text-align:center;
    font-size:20px;
}

.headerUserName{
    line-height:3.5;
    text-align:right;
}

.userNameAlign{
    margin-right:5px;
}

.logoutIcon{
    margin-left:5px;
    font-size:20px;
    cursor:pointer;
}

.welcomeMenuMainAdmin{
 float:left;
 position:absolute;
 z-index:1000;
 top:55px;
 right:20px;
 width:155px;
 background:white;
}

.welcomeMenuContentAdmin{
 float:left;
 width:98%;
 padding:1%;
}

.welcomeMenuContentAdmin ul{
    width: 100%;
    float: left;
    padding-left: 5px;
    margin-bottom: 0px;
}

.welcomeMenuContentAdmin li{
 float:left;
 width:96%;
 padding:2%;
 list-style:none;
 cursor:pointer;
}

.welcomeMenuContentAdmin li:hover{
    background-color: rgba(14, 123, 161, 0.75);
    color:white;
}

.iconSymbolHand{
    cursor:pointer;
}

.txtBoxAllign{  
    width:240px;  
    border: none;
    border-bottom: 1px solid grey;
}

.width_Popup_Label{
    width:30%;
    padding-left:15px;
    padding-top:5px;
}

.width_Popup_Textbox{
    width:75%;
}

.fixHeightErr{
    height:20px;
    padding-left: 15px;
}

.marginForUserProfile{
    margin:5px 0px;
}

.btnTopMargin{
    margin-top:10px;
}