.b-blue {
	z-index: 2;
	clear: both;
	margin: 0px;
	margin-bottom : 50px;
	position: relative;
	top: 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	line-height: 0px;
        text-align : center;
	max-height: 46px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: inset 0 0 0 3000px rgba(0,0,0,0.5);
	-webkit-touch-callout: none;
    	-webkit-user-select: none;
    	-khtml-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;	
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	}

.b-blue a,
.b-blue a:visited {
	z-index: 2;
	position:relative;
	margin: 0;
	left: -250px;
	top: 5px;
	padding-top: 8px; 
	padding-bottom: 10px; 
	padding-left: 20px; 
	text-decoration: none;
        color: #AEA59F;
	outline:none;
	}

.b-blue a:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	}

.b-blue a.selected, 
.b-blue a.selected:visited {
	z-index: 2;
	text-decoration: none; 
	color: #fff;
	font-weight: 900;
	}

.b-blue a.selected:hover {
	z-index: 2;
	text-decoration: none; 
	color: #fff;
	font-weight: 900;
	}

.b-blue a.selected.logo,
.b-blue a.logo:visited,
.b-blue a.logo,
.b-blue a.selected.logo:visited,
.b-blue a.selected.logo:hover,
.b-blue a.logo:hover {
	z-index: 2;
        background : none;
        position : relative;
	left : -250px;
        top : 0px;

}

.b-blue form 
{
	position: relative;
	left : 220px;
        top : -11px;
	margin: 0 auto;
	text-align: center;
	display:block;
	width: 400px;
}

.b-blue input
{
	height: 18px;
	background-color: #000;
	font-size: 10px;
	color: #fff !important;
	width: 120px;
	text-align: left;
	outline:none;
	border-color: #AEA59F;
	-webkit-appearance: none; 
    	-moz-appearance: none;
	border: 1px solid #AEA59F;
	padding-left: 4.2px;
}

.b-blue input[type="submit"] 
{
	background: #000 !important;
    	height: 20px;
    	font-size: 10px;
    	display: block;
    	margin-top: -70px;
    	margin-left: 335px;
	text-align: center;
    	line-height: 0px;
	color: #fff !important;
	width:50px;
	outline:none;
	border: 1px solid #AEA59F;
	padding: 6px 6px 6px 4.2px;
}

.b-blue input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px black inset;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}

.b-blue input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px black inset;
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}

.b-blue ::-webkit-input-placeholder { 
    color: #AEA59F !important;
}
.b-blue :-moz-placeholder { 
   color: #AEA59F !important;
   opacity:  1;
}
.b-blue ::-moz-placeholder { 
   color: #AEA59F !important;
   opacity:  1;
}
.b-blue :-ms-input-placeholder { 
   color: #AEA59F !important;
}
.b-blue ::-ms-input-placeholder { 
   color: #AEA59F !important;
}

.b-blue ::placeholder { 
   color: #AEA59F !important;
}

#register {
    position: relative;
    left: 230px;
    top: -60px;
}

.navbar {
	position: relative;
	left : 220px;
        top : -11px;
	margin: 0 auto;
	text-align: center;
	display:block;
	width: 400px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

.navbar a {

    	float: left;
    	font-size: 16px;
    	color: white;
    	text-align: center;
    	padding: 14px 16px;
    	text-decoration: none;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

.dropdown {
    	position: relative;
   	left: 230px;
    	top: -15px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

.dropdown .dropbtn {
    	font-size: 14px;    
    	border: none;
    	outline: none;
	    color: #fff;
    	padding: 14px 16px;
    	background-color: inherit;
	    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	    pointer-events: none;
}

.navbar a:hover, .dropdown:hover .dropbtn{
    
}

.dropdown-content {
    	display: none;
    	position: absolute;
    	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    	z-index: 1;
	    left: 93px;
	    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    	background-color: rgba(0,0,0,0.8);
	    padding-right:15px;
	    padding-bottom:15px;
	    border: 1px solid #fff;	
}

.dropdown-content a {
    	float: none;
    	color: #AEA59F;
    	padding: 12px 16px;
    	text-decoration: none;
    	display: block;
    	text-align: right;
	    left: 15px;
	    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
	    font-size: 10px;
}

.dropdown-content a:hover {
        color: #fff;
}

.dropdown:hover .dropdown-content {
        display: block;
}

.arrow-down {
  	    width: 0; 
  	    height: 0; 
  	    border-left: 6px solid transparent;
  	    border-right: 6px solid transparent;
  	    border-top: 6px solid #fff;
	    display: inline-block;
	    margin: 4px;
	    position: relative;
        top: 3px;
}

.logout-icon {
	    background-image: url(images/logout.png);
    	background-repeat: no-repeat;
    	width: 12px;
    	height: 12px;
    	display: inline-block;
    	margin-right: 0px;
        margin-bottom: -7px;
        margin-left: 5px;
}

.profile-icon {
	    background-image: url(images/profile.png);
    	background-repeat: no-repeat;
    	width: 12px;
    	height: 12px;
    	display: inline-block;
    	margin-right: 0px;
        margin-bottom: -7px;
        margin-left: 5px;
}

.reset-icon {
	    background-image: url(images/reset.png);
    	background-repeat: no-repeat;
    	width: 12px;
    	height: 12px;
    	display: inline-block;
    	margin-right: 0px;
        margin-bottom: -7px;
        margin-left: 5px;
}

.b-blue td {
    background-color:transparent !important;
}