body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

#mainmenu UL LI {
	position: relative;
}
#mainmenu UL LI UL {
	display: none;

}

#mainmenu UL LI:hover UL LI {
	display: inline-block;
	min-width: 100px;
	padding: 2px;
	margin: 0
}

#mainmenu UL LI:hover UL LI A {
	display: inline-block;
	min-width: 100px;
}

#mainmenu UL LI:hover UL {
	display: block;
	background: #4D9AC6;
	z-index: 2000;
	position: absolute;
	top: 0; left: 0
}

#mainmenu ul li.active UL LI A {
	color: #ffffff;
	background-color: transparent;
}

#mainmenu ul li.active UL LI.active A {
	color: #6399cd;
	background-color: #EFF4FA;
	text-decoration: none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

#ajax-block {
	display: none;
	position: absolute;
	padding: 15px;
	background: white;
	border: 1px solid #C9E0ED;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

table thead td, table thead th {
	background: none repeat scroll 0 0 #E8EDF4;
	text-align: center;
}

table thead td {
	font-weight: bold;
}

table tr {
	border: 0;
}

table, table thead td, thead th {
	border-collapse: collapse;
}
table thead {
	border-bottom: 2px solid #393B90;
}
.summary {
	float: right;
	margin-top: -16px;
}
#ajaxBlock {
	position: absolute;
	border: 1px solid #393B90;
	background-color: white;
}

#ajaxBlockClose {
	float: right;
	padding: 5px;
}

.hidden {
  display: none;
}

span.link {
  color: #0066CC;
  border-bottom: 1px dashed;
  cursor: pointer;
}

.filesColumn A {font-size: 0.85em !important; margin: 0; padding: 0;}
.filesColumn LI, .filesColumn {list-style: none; margin: 0; padding: 0;}


table.items thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	width: 25vw;
}

table.items tbody th {
	position: relative;
}
table.items thead th:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
}
table.items tbody th {
	position: sticky;
	left: 0;
	z-index: 1;
}
caption {
	text-align: left;
	padding: 0.25rem;
	position: sticky;
	left: 0;
}

.grid-view table.items th {
	background-repeat: repeat !important;
}

.bold_red {
  font-weight: bold;
  color: red;
}

.bold {
	font-weight: bold;
}

.bold_green {
  font-weight: bold;
  color: #00AF33;
}

.download-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.spinner {
	border: 5px solid #f3f3f3;
	border-top: 5px solid #298dcd;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#downloadButton, .downloadButton {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px 8px 36px; /* Extra padding on the left for the icon */
	background-color: #217346;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s;
	position: relative;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAC0klEQVR4nGNgGAWjYBSMghEDRCcGl4hNCNkpOiFkN6lYbW/VEo2DdbtJx/WLVPbXy1DTE25iE0P+k4vV99de1TxU/58crHGwbj31PDIhJGvgPFJ/hXoemRicPeqRiaMx8n80aQ3dPBIaysxTbB7EU2yehg/z1zstE2r1+I8Xt3n9F+0PHhiP8BRaTOApsvhPNVxu+1ag02c/OpbfnL9ZcVvRfrLw9oLlxHjkIlU9Umzxn6fBFQOLr0q6Jrkm9T95OOUqYY8UWVyhqkdAeNQjqdSPEf220P+2fQn/DdrDUMTFKhzB4iAsWGoz+GMkfXnTfxD4/vvnf7VGX7j4hH1LwOKH75z7z1tsOfg9wlts+f/YvQtgR884vBosBvLQ15/f///88+u/UUf40MkjNn3x///++wt2uHZL0P+lp7eBPda+c+7Qy+yLTm4GO/7QnbNgT9178+S/SJnd0POIYp3n/w/fPv+HgeDZxUOz+NVqDvj/5cc3uEdC5hD2iLi7FgYWnBRwVWha0H/ycOAVij2y6/pxsAdmHVnz/9+/f/8fvn32X6zCgXSPTPS/Rq5HBKcGUhYjyUvqwZ649fLhf4ES6/9rzu8G80FF8JDxiFyt+/9Xn9+BHR45vxwsBiq5QCXY779//lv3xg0NjyyFFrVnHl5FqfhASQws/ujaf/4Sq8HtEd5iS3AdAmqGKNd7o8hJVjnDmyii5faD2yM8FOJRj0yjJEao3bEqMh+oGDHvp6ZH+NJN3ou7ax5Fx9KVbpukG7z2kIOlGr2WEDf4UGgRSGjwQSDJaJlwpP5/fFgkXP+/uKfWfwkPTKyWYndVPc3+PzlYLc2OekOm4u5a2dgcSCwe9UjaaIxgB6NJy2OQ5REJD42sYZHZJT203QbKI+ppdtSbegMBCTetYnEPzR0SHlq7ScVqyXZL1NPsdpOMU+0XqqTYU28ydBSMglEwChgGAgAAY36gq3BS7NcAAAAASUVORK5CYII=");
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 20px 20px;
	text-decoration: none;
}

#downloadButton:hover, .downloadButton:hover, #downloadButton:active, .downloadButton:active , #downloadButton:focus, .downloadButton:focus  {
	/* background-color: #1e6b3e; */
	background-color: #2a9657;
	color: white;
}

.downloadButton.a {
	margin-top: -2px;
}