/* //////////////////////// Display Welocom ligin / Logout /////////////////////// */	
	.dropbtn {
    /*background-color: #4CAF50;*/
    color: black;
    font-size: 12px;
	font-weight:bold;
	min-width: 100px;
    border: none;
    cursor: pointer;
	
}

.imgdropbtn
{
    float:right !important;
	padding:5px 0 0 4px;
	min-width:13px;
	height:auto;
}

.imgarrow
{
	position:absolute;
	top:-7px;
	left:42px;
}


.dropbtn:hover, .dropbtn:focus {
    /*background-color: #3e8e41;*/
	border: none;
	outline:0;
}

.dropdown-in {
	padding:6px 60px 5px 0px;
    position: relative;
    display: inline-block;
}

.dropdown-cont {
    display: none;
    position: absolute;
	right: 75px;
    background-color: #2E8BB4;
	margin-top:5px;
	min-width: 100px;
    /*overflow: auto;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-cont a {
    color: white;
	font-weight:bold;
    padding: 2px 0px;
	text-align:center;
    text-decoration: none;
    display: block;
	font-size: 11px;
}
.dropdown-cont a:hover{
	color: #fff !important;
}

/*.dropdown a:hover {background-color: #257192;}*/

.show {display:block;}

.logout-btn{
position:absolute; 
border-radius:3px; 
right: 6px;
top:5px; 
width:50px; 
text-align:center; 
padding:3px; 
background:#11395B; 
color:#FFF;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration: none;

}
.logout-btn:hover{
	color: #ffec98 !important;
}

.logout-btn-only{
/*position:absolute; */
border-radius:3px; 
/*right: 6px;
top:5px; 
width:50px; */
text-align:center; 
padding:3px; 
margin-right:31px;
background:#11395B; 
color:#FFF;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration: none;

}
.logout-btn-only:hover{
	color: #ffec98 !important;
}
.welcome-txt{
color:#11395B; 
font-family: Arial, Helvetica, sans-serif;
font-weight:bold; 
font-size:12px;
}