.logoutBar {
	padding-right: 1em;
	background: #dee7ec;
	color: black;
	border-bottom: 0px solid #8cacbb;
	width: 100%;
	width: 100vw;
}

.logoutBarRight {
	text-align: right;
}
.bottomBar {
	background: #3399ff;
	width: 100%;
	width: 100vw;
}

.bottomBarCell {
	font-size: 12px;
	line-height: 18px;
	color: white;
	text-align: center;
	font-weight: bolder;
	font-family: "Verdana", Times, serif;
	width: 100%;
	width: 100vw;
}

#loginscreen {
	background: #333333;	
}

.login {
	width: 360px;
	border-radius: 8px;
	#border: 6px solid #8cacbb;
	border-left: 25px solid #ff9900;
	border-collapse: collapse;
	background-color: white;
}

.login td {
	border-collapse: collapse;
	border: 0px solid #cccccc;
	padding-right: 15px;
	padding-top: 3px;
	font-size: 15px;
}

body, td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    }
.label {
    color: black;
    font-size: 10px;
}

.logo {
	height:90px;
	#width: 100%;
	padding: 0px;
   border-radius: 10px;
}



.logocell {
	#width: 100%;
	border:0px;
	padding: 0px;
	background: #ee1c25;
   border-radius: 0 5px;
   box-shadow: 0px 0px 2px 0px #000;
}

tr, td, th {
    #line-height: 20px;
    color: #000;
    font-size: 15px;
}


input {
    width: 180px;
    height: 35px;
    margin-top: 12px;
    padding: 0 13px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.75);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 6px;
    border: 1px solid #3d3d3d; /* browsers that don't support rgba */
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
}



select {
    width: 208px;
    height: 35px;
    margin-top: 18px;
    margin-bottom: 10px;
    padding: 0 20px;
    background: #3d3d3d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.75);
    border-radius: 6px;
    border: 1px solid #3d3d3d; /* browsers that don't support rgba */
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.5) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.5) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
}