html,body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;    
}

div.warn
{
	background: #FF6666;
	color: #ffffff;
	text-align: center;
}

li.titem
{
	color: #FFFFFF;
	font-weight: bold;
}

li.ditem
{
	color: #CCCCCC;
}

li.pitem
{
	color: #999999;
}

#logoutdiv
{
	color: #00ff00;
}

#logonProductName
{
	padding-top: 10px;
	font-size: 1.3em;
	font-weight: bold;
}

input[type=text], input[type=password]
{
	width: 400px;
}

#welcome {text-align: center;}
.logon-left {display: table-cell;}
.logon-right {display:table-cell; vertical-align: middle; width: 100%;}
input[type=text], input[type=password] {  }

.logon {
	margin: 10px auto 0 auto;
	padding: 10% 0;
	width: 400px; 
}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}

.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	color:Black;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0 0 20px #000;
	-moz-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

#main-div {
	padding: 5% 0;
}

#logon-footer 
{
	margin-top: 10px;
}

#logon-table
{
	padding-top: 50px;
}

#divsubmit
{
	padding-top: 30px;
}

div.blockOverlay {
	filter: Alpha(Opacity=30); 
	opacity:.3;
}

div.blockMsg {
    width: auto;
    height: auto;
    padding: 10px;
    background-color: transparent;
    text-align: center;
    cursor: wait;
}

.btn--primary:focus {
	border: 1px solid #0064bd !important;
	background-image: none;
	background-color: #0064bd;
	color: #fff;
	font-weight: 400;
}

label {
	font-weight: bold;
}

.active-session {
    width: 100%;
    border-collapse: collapse;
    font-size: 90%;
}

.active-session-header {
    border: 1px solid gray;
    text-align: center;
}

.active-session-col1 {
    border: 1px solid gray;
    width: 40%;
    padding: 10px;
}

.active-session-col2 {
    border: 1px solid gray;
    text-align: center;
    width: 20%;
}

.active-session-col3 {
    border: 1px solid gray;
    text-align: center;
    width: 40%;
}

.active-session-size {
    font-size: 90%;
}
/*Case: To Local Thin-Client after installation: We show spinner(center) and sync data message for first time*/ 
div.blockMsgSyncData {
    background-color: #ffffff!important;
    border: 1px solid #a6c9e2;
}

div.blockSpinSyncData {
    margin: auto;
}