@import "footer.css";

ol{
	text-align: left;
}

ol li{
	margin: 6px auto;
}

body{
	margin: 0;
	padding: 0;
	background: #000 url(../images/body-bg.gif) repeat-x top left;
	text-align: center;
}

form{
	display:inline;
}

h1{
	font-weight:bold;
	font-size:30px;
	margin: 15px auto;
}

h2{
	font-weight: bold;
	font-size: 25px;
	margin: 15px auto;
}

ul.nostyle {
	list-style: none;
}

input:not([type="submit"]):not([type="checkbox"]){
	padding:4px 5px;
	border-radius:7px;
	border-color: #d1d1e0;
}

select{
	padding: 5px;
	width: 160px;
	border-radius: 10px;
	border: 2px outset #d1d1e0;
}

#umd-frame{
	background: url(../images/header-background.gif) no-repeat top left;
	position: relative;
	height: 100%;
	width: 94%;
	padding: 0 50px;
	margin: 0 auto;
	text-align: left;
	min-width: 670px;
}

@media(max-width: 1000px){
	#umd-frame{
		padding:0;
		width: 100%;
	}
}

.DisplayVersion{
	color:white;
	position:absolute;
	top:10px;
	right:0px;
	font-size:12px;
}

.UMDHeader{
	height:100px;
}

.UMDHeader a img{
	border: 0;
}

#content-wrapper{
	background-color: transparent;
	padding: 10px 20px;
	position: relative;
	margin:auto;
}

.pageTitle{
	font-weight:bold;
	font-size:40px;
	margin: 15px auto 20px;
	color: black;
	text-shadow: 1px 1px #666666;
}

#printWindow{
	width:100%;
	color:black;
}

.printWindowContainer{
	width:100%;
	min-height:380px;
	background-color:lightgray;
}

.ElementTitle{
	font-weight:bold;
	font-size:25px;
	margin: 15px auto;
}

.ElementTitle.print{
	margin:0px auto;
	padding:10px;
}

.DisplayElement{
	border: solid;
	border-radius: 15px;	
	background-color:#FFFFF5;
	color: #6F6F6F;
	text-align:center;
	margin: 0px auto 15px;
	padding: 15px 25px 25px 25px;
	overflow: auto;
}

.DisplayElement.StatMessage{
	background-color:#FFE649;
	color:black;
	font-weight:bold;
	font-size: 20px;
	border:2px outset #FFE066;
	box-shadow: 1px 1px 7px;
}

.DisplayElementModuleContainer{
	display:block;
	width:48%;
	margin: auto 0;
	padding: 0 5px;
}

.DisplayElementModuleContainer.left{
	float:left;
}

.DisplayElementModuleContainer.right{
	float:right;
}

.DisplayElementModule{
	display: block;
	text-align: left;
	width:100%;
	margin: auto 0;
}

.FlexElement{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.SubDisplayElementContainer{
	margin:2px auto;
	display:block;
}

.SubDisplayElementContainer.highlightElementYellow{
	background-color:yellow;
}

.SubDisplayElementContainer.highlightElementLightRed{
	background-color:#ff8080;
}

.SubDisplayElementContainer.highlightElementLightGreen{
	background-color:lightgreen;
}

.SubDisplayElement{
	display: inline;
	color: black;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
	line-height: 1em;
}

.SubDisplayElement.key{
	text-align: left;
	display: inline-block;
	width:40%;
	padding-right: 0px;
	font-weight:bold;
	vertical-align:middle;
}

.SubDisplayElement.value{
	text-align: left;
	display: inline-block;
	padding: 0px;
}

.SubDisplayElement.list{
	text-align: left;
	display: inline-block;
	width:100%;
	padding-right: 0px;
}

.DisplayTable{
	display:table;
	margin:10px auto;
	width:94%;
	border: 3px outset #d1d1e0;
	padding-top:5px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #d1d1e0;
}

.DisplayTableHeader{
	display:table-caption;
	color:black;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:20px;
}

.DisplayTableRow{
	display:table-row;
	color:black;
	margin: 5px auto;
	text-align:center;
}

.DisplayTableCell{
	display:table-cell;
	padding-bottom:10px;
}

.DisplayTableCell.header{
	font-weight:bold;
}

.btn-panel-big {
	background-color: #39393d;
	color: white;
	font: 15px Arial;
	padding: 6px 4px;
	text-align: center;
	cursor: pointer;
	border-radius: 8px;
	border: 2px outset lightgray;
}

.btn-panel-big:active{
	border-style:inset;
}

.btn-panel-big.print{
	width: 200px;
	margin: 10px auto;
}

.btn-panel-big.logout{
	background-color: yellow;
	color: black;
	border-color:lightslategray;
	font-weight:bold;
	width:160px;
	height:30px;
	position:absolute;
	top:30px;
	right:0px;
	font-size: 12pt;
}

.center{
	text-align: center;
}

.hidden{
	display:none;
}

.bold{
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

.objClassMultiline{
	width: 300px;
	height: 2em;
}

.button90{
	width: 90px;
}

/*This is for the change role style in the header*/
#ChangeRoleContainer{
	position: fixed;
	top: 0px;
	left: -380px;
	z-index: 1000;
}

.pullOutMenuCR{
	overflow:hidden;
	width: 100%;
	background-color: red;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 2px double gray;
}

.pullOutButtonCont{
	float: right;
}

.pullOutButton{
	margin: 75% 0px;
	padding: 10px;
	-webkit-transform: rotate(90deg) translate(0px, -30px);
    -moz-transform: rotate(90deg) translate(0px, -30px);
    -o-transform: rotate(90deg) translate(0px, -30px);
    -ms-transform: rotate(90deg) translate(0px, -30px);
    transform: rotate(90deg) translate(0px, -30px);
}

.changeRoleFormContainer{
	margin: 10px;
	display:inline-block;
	background-color: #FFFF80;
	border: 3px groove yellow;
	border-radius: 10px;
	padding: 20px;
}

.checkBoxRole{
	display:block;
}

.roleButton{
	margin: 10px auto;
	width: 100%;
}

#blocker{
	position: fixed;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	z-index:9998;
	background-color: #EEEEEE;
	opacity: .3;
}

#searchSpinner{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #000000;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}