/*Begin OSOW Login Page*/

	.MsgContainer {
		text-align: center;
	}
		
	.Msg {
		color: #FF0000;
		margin-bottom: 15px;
	}
		
	.Msg span{
		font-weight: bold;
	}
	
	.formContainer {
		margin: 0px auto;
		width: 100%;
		max-width: 250px;
		text-align: center;
		border-radius: 6px;
	}
	
	.formSectionTitle {
		color: #333;
		padding-bottom: 10px;
		font-weight: bold;
	}
	
	label {
		color: #333;
	}
	
    input[type="text"], input[type="password"]  {
        border: 1px solid #999;
        height: 1.5em;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
        box-shadow: 0 0 8px rgba(0,0,0,0.3);
        border-radius: 5px;
        padding: 5px;
		margin-bottom: 10px;
		width: 90%;
    }

	.hidden {
		display:none;
	}

	.forgotPwd {
		text-align: center;
	}

	.txtrt {
		text-align: right !important;
	}
	.txtlft {
		text-align: left !important;
	}
	
	.txtctr {
		text-align: center !important;

	}

	.noborder {
		border: none;
	}
	
	ol.center { text-align: center; list-style-position:inside;}
	
	.bottom {margin-top: 15px;}
	
.marquee {
	color: #0000ff;
	font-weight: bold;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;  /* show the marquee just outside the paragraph */
    animation: marquee 25s linear infinite;
}

.marquee span:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
/*End OSOW Login Page*/

/*Begin Work Queue Page*/

.tableTextRight {
	text-align: right;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.tableHeaderLabel {
	background: #424239 !important;
	color: #ffffff !important;
}

.loginBanner {padding: 0px; margin: 0px;}

.status {text-align: center; font-weight: bold;}

#st1 {padding: 0px;}

/*End Work Queue Page*/