﻿
#wrap_nav {
	width: 100%;
	background-color: #fff;
	height: 70px;
	position: fixed;
	top: 0;
	z-index: 1001;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	font-size: var(--nav-header-1em,1em);
}

.divNavLogo {
	display: inline-block;
	vertical-align: top;
	float: left;
}
#divLogin {
	display: none;
	position: relative;
	background-color: #ddd;
	padding: 10px;
	height: 85px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-right: 15px;
	position: fixed;
	z-index: 1001;
	top: 70px;
	right: 0px;
	width: 300px;
}

#divLogin input {
	font-size: 10pt;	
}
.divLoginLbl {
	display:inline-block;
	z-index: 1003;
	float: right;
	padding-right: 15px;
}
.lblLogin {
        color: #3e6ea4;
        cursor: pointer;
        margin-top: 25px;
}
.lblLogin:hover {
	color: #009cce;
}

.topMenuBar {
    	display: inline-block;
    	height: 70px;
	width: 100%;
	max-width: 1280px;
	text-align: center;
}
.topRow {
	text-align: center;
}
.login .tb, .login .tbpw {
     color: #000;
     width: 105px;
     height: 25px;
     margin-bottom: 5px;
     border: 1px solid #ccc;
     background-color: white;
     padding-left: 5px;
}
.btnblkxsm{
	padding: 3px 10px 3px 10px;
	border-radius: 5px;
	border: none;
	font-weight: normal;
	cursor: pointer;
	background-color: #004a91;
	color: #fff;
}
.btnblkxsm:hover{
	background-color: #2e8fcb;
}
.loginWarning {
    float: right;
}
.login .tb::placeholder, .login .tbpw::placeholder {
    color: #333;
}
.logininputs table{
	width: 100%;
}
.tb {
    width: 135px !important;
}
.tbpw {
    width: 135px !important;
}
.divLogWarning{
	bottom: 5px;
	color: red;
	font-size: 10pt;
}
.forgotPass a{
	position: relative;
	bottom: 70px;
	left: 200px;
	font-size: 10pt;
}
#Top_ctl01_ctl01_logedin{

    width: 150px;
    display: inline-block;
    height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;

}
.sf-sub-indicator {
	display: none;
}
.sf-menu {
	max-width: 100%;
	margin-bottom: 0;
}
	
     	.sf-menu li {
		font-weight: normal;
		}
     	.sf-menu li a {
     		text-decoration: none;
     		cursor: pointer;
    	}
 	.sf-menu * {
    		margin: 0;
     		padding: 0;
	}
 	.sf-menu a {
    		margin-top: 0;
     		display: block;
     		position: relative;
	}


@media screen and (min-width: 0px) and (max-width: 320px) {

    .divLoginLbl {
        display: none;
    }
}

@media screen and (min-width: 321px) and (max-width: 400px) {

    .divLoginLbl {
        padding-right: 0px;
    }
}

@media screen and (min-width: 401px){

    .divLoginLbl {
        padding-right: 15px;
    }
}

@media(min-width:992px){


}

@media (min-width: 1200px) {
	#wrap_nav {
		font-size: var( --nav-header-1_2em,1.2em); 
	}

}