/*******************************************************************************
**                                                                            **
**    App Name:			UTO Module					                          **
**    Programmer:       Adnan Timothy                                         **
**                                                                            **
**    Description:      The purpose of this file is to create admin portal	  **
**						style sheet.    									  **
*******************************************************************************/
div#adminportalheading {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	height: 45px;
	margin-top: 25px;
	font-variant: small-caps !important;
	border: 0px solid yellow;
}

.headingleft {
	width: 25%;
	float: left;
	height: 40px;
	text-align: center;
	font-size: 14pt;
}

.headingmiddle {
	width: 50%;
	float: left;
	height: 40px;
	text-align: center;
	font-size: 18pt;
	font-family: inherit;
}

.headingright {
	width: 25%;
	float: right;
	height: 40px;
	text-align: left;
}

div#reportsdiv {
    min-height: 800px;
    margin: 1em auto;
    text-align: left;
	display: block;
	padding: 0px;
}

div#reportleftcontent {
	float: left;
	width: 20%;
	min-height: 800px;
	margin-left: 100px;
	position: relative;
	z-index: 2;
	display: inline-block;
}

div#reportrightcontent {
	float: left;
	width: 50%;
	min-height: 800px;
	margin: 0;
	position: relative;
	z-index: 2;
	display: inline-block;
}

div#reporttopcontent {
	float: left;
	width: 100%;
	margin: 10px;
	position: relative;
	z-index: 2;
	display: inline-block;
}

.advancedfilter a {
	color: #0000FF;
}
.basicfilteronly a {
	color: #0000FF;
}
table.htmlformtable { border: 1px; cellspacing:0; cellpadding:0; width:650px;} 
.htmlformtable tr{}
.htmlformtable td{ height:12; white-space:nowrap; font-weight:bold;}
.htmlformtable a{ color:#0000CC;}
.htmlformtable td select{ min-width:100%;}

/*
 * CRUD
 */

 .crud_header_active {
	text-align: center;
	background-color: #0C64A3;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	height: 20px;
	font-size: 12pt;
	float: left;
	cursor: pointer;
	border: 1px solid #FFFFFF;
}

.crud_content_active {
	text-align: center;
	background-color: #FFFFFF;
	font-size: 12pt;
	float: left;
	text-align: left;
	width: 100%;
	height: 80%;
	margin-top: 10px;
	border: 1px solid;
	overflow: scroll;
}

.ui-accordion .ui-accordion-header { border-color: #91A5C0;}
.ui-tabs { border-color: #91A5C0;}

/* Increase ColVis z-index more than the census logo z-index so colvis do hide behind the dialog */
div.ColVis_collectionBackground, div.ColVis_collection, div.ColVis_catcher {
	z-index: 100000;
}