
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
	font-size: 80%;
	
}

body {
	background-color:#23099f;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div,form,table,img,span {
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

a:link,
a:visited {
	color:#0079ac;
	text-decoration: none;
}

a:link.red {
	color: #FF0000;
	text-decoration: none;
}

a:visited.red {
	color: #FF0000;
	text-decoration: none;
}

a:focus,a:hover,a:focus.red,a:hover.red {
	color: #7F3A00;
	text-decoration: none;
}

a img.linkicon {
	border: none;
	margin: 0 3px 0 0;
}

span em img.linkicon {
	border: none;
	margin: 0 3px 0 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

a.editlink, span.editlink, div.editlink {
	display:inline-block;
  	padding: 1px 18px 1px 0;
  	background: transparent url(../images/edit.png) no-repeat top right;
	min-height: 18px;
}

span.editlink {
	display:inline-block;
	min-height:14px;
	white-space: normal;
}

span.editlink:hover {
	margin:-1px -5px; 
	background-color:#ee8;
	border-top:1px solid #ee8;
	border-bottom:1px solid #ee8;
	border-left:5px solid #ee8;
	border-right:5px solid #ee8;
	border-radius:5px;
}

input[type="image"] {
	padding:3px;
}

input[type="image"]:not([disabled]):hover {
	background-color:#ee8;
	border-radius:5px;
}
input[type="image"]:disabled:hover,
input[type="image"]:disabled {
	background-color:transparent;
}

a.trashfulllink {
   padding-left: 20px;
   background: transparent url(../images/trash-full.png) no-repeat center left;
}

span.trashfulllink {
   padding-left: 20px;
   background: transparent url(../images/trash.png) no-repeat center left;
}

h1,h2,h3,h4 {
	color: #23099f;
	font-size: 1.5em;
	line-height: 1.3em;
	padding:0;
}

h1,h2 {
	margin:4px 0 10px 0;
}

h3 {
	font-size: 1.3em;
	margin:4px 0 6px 0;
}

h4 {
	font-size: 1.1em;
	display: block;
	clear: right;
	margin: 3px 0 4px 0;
}

h4 div.fielddesc {
	color: #323232;
	display:block;
	background: #DAEFFB url(../images/fpas_buttonbg.gif) top left repeat-x;
	font-size: 15px;
	width: 100%;
	box-sizing:border-box;
}

h4 div.fielddesc p {
	margin-left: 8px;
}

#container {
	margin: 0px 0px;
	width:100%;
	max-width: 100%;
	text-align: left;
	padding: 0px 0px;
}

.banner {
	position:relative;
	width: 100%;
	height:100px;
	background:#f7f7f8;
	z-index:10;
	border-bottom:2px solid #0079ac;	
}

.banner .logo {
	float:left;
	margin:15px 0 0 25px;
}

.banner .logo img {
	height:70px;
}

.banner-title {
	padding:4px 0 5px 25px;
	float:left;
}

.banner-title h1 {
	display:inline-block;
	color:#0079ac;
	font-size:2.5rem;
	padding:0;
	margin:0;
}

.banner.test {
}

.banner.test::after {
  content: "";
  background: url(../images/cogs.jpg);
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.testservername {
	color:#840;
	font-weight:bold;
}

.breadcrumbs {
	color:#333;
	margin-top:6px;
	list-style-type:none;
	padding:2px 0 0 0;
	font-size:1.1rem;	
}

.breadcrumbs li em {
	font-style:italic;
	color:#333;
}

.breadcrumbs li a {
	font-style:italic;
	color:#333;
}

.breadcrumbs li {
	font-style:italic;
	display:inline-block;
}

.breadcrumbs li a:hover {
	color:#0079ac;
	text-decoration:underline;
}

.breadcrumbs img {
	vertical-align:top;
	height:16px;
	margin-left:2px;
}

.breadcrumbs em {
	font-style:normal;
}

ul {
	margin: 0;
	padding: 0;
}

ul.nodecoration {
	list-style: none;
}

ul#topnav {
	margin: 0;
	padding: 8px 0px 0 0;
	float: right;
	height: 35px;
	background: transparent url(../images/fpas_bannerright.png) top right no-repeat;
	list-style: none;
	margin-top:10px;
}

div.test ul#topnav {
	background: transparent url(../images/fpas_bannerright_test.png) top right no-repeat;
}	

ul#topnav li {
	float: left;
	height: 26px;
	background:#0079ac;
	border-radius:4px;
	margin-left:10px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}

.searchbutton {
	color:white;
	border: 0px;
	height: 27px;
	background:#0079ac;
	border-radius:4px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	font-size: 14px;
	font-weight: bold;
	padding-top:0px;
}

.searchbutton:hover {
	cursor:pointer;
	background:#00668E;
}

.searchfield {
	height:22px;
	border-radius:4px;
	border:1px solid #0079ac;
	box-shadow:0px 3px 5px rgba(0,0,0,0.1);
	padding:2px 5px;
	margin:0px;
	line-height: 22px;
}

ul#topnav li a {	
	display:block;
	float:left;
	color:white;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}

ul#topnav li a span, ul#topnav li form span {
	display: block;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

ul#topnav li a:hover {
	background:#00668E;
	color:white;
	border-radius:4px;	
}

ul#topinfo {
	list-style: none;
	display: block;
	float: left;
	clear: right;
	padding: 0;
	margin: 5px 0 5px 0px;
}

ul#topinfo li {
	float: left;
	display: block;
	font-size: 11px;
	margin: 0 5px 0 0;
	color: #828282;
	padding: 0;
}

ul#topinfo li a:hover {
	color: #008 !important;
}

ul#toprightinfo {
	list-style: none;
	display: block;
	float: right;
	padding: 0;
	margin: 5px 10px 5px 0;
}

ul#toprightinfo li {
	float: left;
	display: block;
	font-size: 11px;
	margin: 0 0 0 10px;
	color: #828282;
	padding: 0;
}

ul#toprightinfo li a img {
	border: none;
	box-shadow:0px 3px 5px rgba(0,0,0,0.1);
}

div.navcontainer {
	width: 100%;
	height:26px;
	margin: 2px 0;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #828282;
	background: url(../images/toolbargrad.png);
	background-repeat: repeat-x;
	background-position: bottom;	
}
	
div.navcontainer form, div.navcontainer div.search {
	float: right; 
	padding: 2px 5px;
}

ul.hornav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.hornav li {
	height:25px;
	float: left;
	border-top: 1px solid #828282;
	border-right: 1px solid #828282;
	background: url(../images/fpas_toolbarbuttonbg.gif);
	background-repeat: repeat-x;
	background-color: #CCE8F9;
	white-space: nowrap;
}

ul.hornav li span.disabled {
	opacity: 0.5;
}

ul.hornav li a {
	display: block;
	float: left;
	color: #0079ac;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 8px 2px 8px;
	height: 19px;
}

ul.hornav li a:hover {
	background:#0079ac;
	color:#fff;
}

ul.hornav li span {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px 2px 8px;
}

ul.hornav li span input[type='checkbox'] {
	padding:0px;
	margin:2px 4px 0px 2px;
	vertical-align: top;
}

ul.hornav li span input {
	margin-top: 0;
	margin-bottom: 0;
}

ul.hornav li em {
	color:#aaa;
}

.button,.smallbutton {
	border:0;
	background:#0079ac;
	margin-right: 4px;
	padding: 4px 5px;
	border-radius: 3px;
	color:white;
}

.button:hover,.smallbutton:hover {
	background:#00668E;
	cursor: pointer;
}

.smallbutton[disabled] {
	color: #888;	
}

.smallbutton:hover[disabled] {
	background: #e8e8e8;
	color: #888;	
}

.defaulttext {
	border: 1px solid #828282;
	width: 150px;
	margin: 0;
	font-size: 1em;
}

.dotborder {
	background: url(../images/fpas_dotborder.gif) bottom left repeat-x;
}

.t {
	clear: both;
	background: url(../images/fpas_greydot.gif) 0 0 repeat-x;
	width: 100%;
}

.b {
	background: url(../images/fpas_greydot.gif) 0 100% repeat-x
}

.l {
	background: url(../images/fpas_greydot.gif) 0 0 repeat-y
}

.r {
	background: url(../images/fpas_greydot.gif) 100% 0 repeat-y
}

.bl {
	background: url(../images/fpas_bottomleftarc.png) 0 100% no-repeat
}

.br {
	background: url(../images/fpas_bottomrightarc.png) 100% 100% no-repeat
}

.tl {
	background: url(../images/fpas_topleftarc.png) 0 0 no-repeat
}

.tr {
	background: url(../images/fpas_toprightarc.png) 100% 0 no-repeat;
	padding: 8px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.maincontent {
	padding:15px;
	background-color:#fff;
	min-height:73vh;	
}

div.content h1:first-child {
	padding-bottom:10px;
}

.content p,.content ul,.content th,.content td {
	font-size: 1em;
	line-height: 1.3em;
}

.odd {
	background-color:#F5F4E7;
}

.even {
	border-bottom:1px solid #828282;
}

table.attachments tr.odd {
	background-color: #FFFFF0;
	border-bottom: none;
}

table.attachments tr.odd td {
	border-bottom: none;
}

tr.odd td, tr.even td {
	border-bottom:1px solid #828282;
}

#topsearch {
	float: right;
	width: 220px;
	text-align: right;
	margin: 4px 4px 2px 0;
}

ul.list {
	padding: 0 0 0 20px;
}

ul.list a:link,ul.list a:visited {
	text-decoration: none;
}

ul.menuList {
	padding: 2px 5px;
	list-style: none;
}

ul.menuList a:link,ul.menuList a:visited {
	text-decoration: none;
}

footer {
	clear: both;
	padding: 30px 0 0 0;
	float: left;
	width: 100%;
	height: 80px;
	color:#f7f7f8;
	background-color:#23099f;
	border-top:2px solid #0079ac;
	position:relative;
}

footer .footertext {
	text-align:center;
}

footer img {
	position:absolute;
	top:20px;
	right:20px;
	height:60px;
}

div.titleContentPanelContainer div {
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	padding: 4px;
}

div.titleContentPanelTitle {
	border-top: 1px solid #828282;
	background: #DAEFFB;
	color: #000;
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 10px;
}

div.titleContentPanelHelp {
	background: #F8F6CC;
	color: #000;
}

fieldset.basesection {
	display: block;
	margin:0;
	padding:5px 0px 5px 1px;
	border-color:#23099f;
	border-width: 1px 0 0 0;
	border-style: dotted;
	clear: left;
}

legend {
	padding: 1px 5px 5px 5px;
	margin: 0 0 0 10px;
	border: none;
	color: #23099f;
	font-weight: bold;
	font-size: 1.1em;
	white-space: normal;
}

fieldset label {
	width: 30%;
	margin: 2px 10px 2px 4px;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	float: left;
	clear: both;
	display: block;
}

fieldset select {	
	margin: 0px 0px 2px 0px;
	padding: 1px 4px 2px 4px;
	border:1px solid #aaa;
	border-radius:3px;	
}

fieldset input {
	margin: 0px 0px 2px 0px;
}

fieldset textarea,
fieldset input[type=text] {
	border:1px solid #aaa;
	padding: 2px 4px;
	border-radius:3px;	
}

fieldset select:focus,
fieldset input:focus {
	background:#f8f8f8;
}

span.label {
	width: 18em;
	margin: 2px 10px 2px 4px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 0.85em;
	clear: both;
	float: left;
	display: block;
	color: #000;
}

span.longlabel {
	width: 100%;
	margin: 2px 10px 2px 4px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 0.85em;
	clear: both;
	float: left;
	display: block;
}

label.multitextlinelabel {
	width: 100%;
	margin: 2px 0 2px 4px;
	text-align: left;
	float: none;
	font-weight: bold;
	font-size: 0.85em;
	display: block;
}

label.panellabel {
	width: 100%;
	margin: 2px 0 2px 4px;
	text-align: left;
	float: none;
	font-weight: bold;
	font-size: 0.85em;
	display: block;
}

fieldset.basesection input, fieldset.basesection span input {
	margin: 0;
}

input.textline {
	width:100%;
	margin:0;
	padding:4px 6px;
}

textarea.multitextline {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	height: 12em;
	width: 98%;
	font-size: 0.85em;
}

textarea.large {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	height: 24em;
	width: 98%;
	font-size: 0.85em;
}

textarea.medium {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	width: 30em;
	height: 4em;
}

textarea.mediumpluss {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	width: 68%;
	height: 4em;
}

textarea.editor {
	margin: 0 0 0.5em 0;
	padding: 0.5em;
	width: 98%;
	height: 6em;
}

textarea.twoline {
	height: 2.5em;
	width: 20em;
}

textarea.threeline {
	height: 3.8em;
	width: 20em;
}

textarea.langtextarea {
	background-repeat: no-repeat; 
	background-position: 2px 3px; 
	padding: 1px 1px 1px 22px; 
	width:100%;
	box-sizing:border-box;
	display:inline-block;
}

fieldset br {
	clear: left;
}

table.menuheader {
	width: 100%;
	clear: left;
	margin: 5px 0;
	border-top: 1px solid #828282;
	border-left: 1px solid #828282;
}

table.menuheader td,table.menuheader th {
	border-bottom: 1px solid #828282;
	border-right: 1px solid #828282;
	padding: 3px;
	font-size: 0.85em;
}

table.menuheader th {
	color: #323232;
	display:block;
	background: #DAEFFB url(../images/fpas_buttonbg.gif) top left repeat-x;
	font-size: 15px;
	padding-left:8px;
	text-align: left;
}

table.menuheader td {
	background: #F8F6CC;
	padding-left:8px;
}


table.border,table.budget {
	margin: 5px 0;
	border-top: 1px solid #828282;
	border-left: 1px solid #828282;
}

table.border td,table.border th,table.budget td,table.budget th {
	border-bottom: 1px solid #828282;
	border-right: 1px solid #828282;
	padding: 3px 5px;
	font-size: 1em;
	vertical-align: middle;
}

table.border th {
	background-color: #DAEFFB;
	text-align: center;
	color:#333;
}

table.border th.title {
	background-color: #DAEFFB;
	font-size: 1.2em;
	text-align: center;
}

table.border th.number {
	text-align: right;
}

table.border th.left {
	text-align: left;
}

table.budget td {
	font-size: 11px;
	text-align: right;
	vertical-align: middle;
}

table.budget th {
	text-align: center;
	vertical-align: middle;
}

table.balance {
	border-top: 1px solid #828282;
	border-left: 1px solid #828282;
	text-align: right;
}

table.balance td, table.balance th {
	border-bottom: 1px solid #828282;
	border-right: 1px solid #828282;
	padding: 3px;
	font-size: 0.85em;
}

table.noborder, table.noborder td, table.noborder th {
	border: 0;
}

table.noborder td, table.noborder th {
	padding: 3px;
	font-size: 0.85em;
}

table.projectlist,table.projectlist td, table.projectlist th{
	border: 0;
	font-size: 1em;
	background-color: transparent;
	text-align: left;
}

table.projectlist td, table.projectlist th {
	padding: 0;
	vertical-align: top;
}

table.projectlist th {
	font-weight: bold;
}

table.cohorttable {
	border: 0;
	margin: 0;
	padding: 0;
}

table.common {
	border-top: 1px solid #828282;
	border-left: 1px solid #828282;
	text-align: left;
}

table.common td, table.common th {
	border-bottom: 1px solid #828282;
	border-right: 1px solid #828282;
	padding: 3px;
	font-size: 0.85em;
}

fieldset.basesection select {
	clear: right;
}

fieldset.formsection {
	border-color: #23099f;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
}

fieldset.formsection legend {
	border: none;
	color: #23099f;
	clear: both;
	font-weight: bold;
	font-size: 1.1em;
}

fieldset.noborder {
	display: block;
	clear: right;
	border: none;
	padding: 0;
	margin: 0;
}

fieldset.noborder legend {
	display: none;
/*	border: none;
	clear: both;
	font-weight: bold;
	font-size: 1.1em; */
}

.buttonrow {
	text-align: center;
	min-height:40px;
	clear: left;
	border-top: 1px solid #9f9f9f;
	background-image: url(../images/buttonrowgrad.png);
	background-repeat:repeat-x;
	padding-top: 8px;
	margin-top: 10px;
}

.buttonrow .smallbutton,
.buttonrow input,
.buttonrow button {
	padding: 5px 10px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	color:white;
}

.loginbutton {
	padding: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}


span.radio, span.checkbox {
	float: left;
	display: block;
	width: 50%;
	padding-left: 10px;
	margin-top:2px;	
}

span.radiolong, span.checkboxlong {
	float: left;
	display: block;
	width: 98%;
}

span.radio input, span.checkbox input, span.radiolong input, span.checkboxlong input {
	margin: 1px 0 1px 0;
	padding: 0;
}

.properties {
	min-height:22px;
}

fieldset.basesection span.radio label, fieldset.basesection span.checkbox label,
	fieldset.basesection span.radiolong label, fieldset.basesection span.checkboxlong label, span.checkbox label {
	float: none;
	width: auto;
	margin-left: 5px;
	padding: 0;
	cursor: pointer;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	display: inline;
}

div span.radio input {
	display: inline;
	float: none;
	margin: 3px;
	vertical-align: middle;
}

div span.radio label {
	display: inline;
	float: none;
	margin: 2px;
	vertical-align: middle;
	cursor: pointer;
}

span.radiointable input {
	display: inline;
	float: none;
	margin: 2px;
	vertical-align: middle;
}

span.radiointable label {
	display: inline;
	float: none;
	margin: 2px;
	vertical-align: middle;
}

input.textdate {
	width: 6em;
}

input.textyear {
	width: 4em;
}

input.textmonth {
	width: 2em;
}

input.textday {
	width: 2em;
}

input.textmoney {
	width: 6em;
	text-align: right;
}

input.textsmall {
	width: 12em;
	margin: 0;
}

input.textfull {
	width: 100%;
	margin: 0;
}

input.textsmallpluss {
	width: 20em;
	margin: 0;
}

input.textmedium {
	width: 30em;
	margin: 0;
}

input.textmediumpluss {
	width: 41em;
	margin: 0;
}

input.textlarge {
	width: 50em;
	margin: 0;
}

.eventtime {
	width: 13em;
}

.emailaddress {
	width: 15em;
}

.number {
	text-align: right;
}

.numbersmall {
	text-align: right;
}

input.number {
	text-align: right;
	width: 5em;
}

input.numbersmall {
	text-align: right;
	width: 3em;
}

input.numberlarge {
	text-align: right;
	width: 10em;
}

input.financial_amount {
	text-align: right;
	font-size: 11px;
	width: 60px;
}

input.disabled {
	border: 1px solid #323232;
	background: #EBEBEB;
	width: 98%;
	padding: 0.2em;
	color: #525252;
}

select.medium {
	width: 30em;
}

select.mediumpluss {
	width: 41em;
}

select[disabled], input[disabled], textarea[disabled]  {
	border: 1px solid #323232;
	background: #EBEBEB;
	color: #525252;
}

input[disabled]:hover, textarea[disabled]:hover {
	border: 1px solid #323232;
	background: #dedede;
	color: #555555;
}

input.disablednumber {
	border: none;
	background: white;
	width: 5em;
	color: #525252;
	text-align: right;
	padding-left: 3px;
}

input.disablednumberlarge {
	border: none;
	background: white;
	width: 10em;
	color: #525252;
	text-align: right;
	padding-left: 3px;
}

div.fieldhelp, 
div.fielddesc {
	font-size: 0.85em;
	color: #000;
	clear: both;
	/*float: left;*/
	line-height: 1.5em;
	background: #F8F6CC;
	border: 1px solid #9f9f9f;
	display:block;	
	margin: 0px 0 4px 0;
	box-sizing:border-box;
	padding:5px;
	border-radius:3px;
}

div.fielddesc ul li {
    margin-left: 20px;
}

div.fieldhelp p,div.fielddesc p {
	padding: 0;
	margin: 4px;
}

span.readonlytext {
	font-size: 0.85em;
	margin: 0 0 0.3em 0;
	color: #000;
	clear: both;
	float: left;
	line-height: 1.5em;
	padding: 4px;
	width: 98%;
	margin: 3px 0 4px 0;
}

.readonlytext ul {
	padding-left:2em;
}
.readonlytext ol {
	padding-left:2em;
}
	
div.fieldhelp {
	display: block;
	margin-bottom: 0.8em;
}

.helpimage {
	border: 0;
	cursor: pointer;
	margin-right: 3px;
	margin-top: 1px;
}

a.showhelp,a.showhelp:link,a.showhelp:visited {
	text-decoration: none;
	font-size: 0.85em;
	display: block;
	width: 10em;
	margin: 5px 0 0 4px;
}

table.budget td.validationerror, table.budget td.sumvalidationerror {
	padding-left: 16px;
	background: url("../images/exclamation.png") no-repeat left center;
}

table.budget td.sum,table.budget td.totalsum,table.budget td.sumvalidationerror {
	background-color: #ddd;
}

table.budget td.totalsum {
	font-weight: bold;
}

table.budget td.budgetheading {
	font-weight: bold;
	text-align: left;
}

div.fieldwrapper {
	background: url(../images/fpas_lightgreydot.gif) bottom left repeat-x;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float: left;
	clear: left;
	width: 100%;
}

div.singlefieldwrapper {
	margin:0 0 5px 0;
	min-height:24px;
}

div.singlefieldwrapper .fielddiv {
	width:60%;
	float:left;
}

div.singlefieldwrapper .fielddiv input {
	margin-bottom:5px;
}

div.singlefieldwrapper input[type=checkbox]{
	margin-top:5px;
}

div.singlefieldwrapper span.checkbox label {
	display:inline-block;
	margin-top:4px;
}

span.sectionhelp span.helpblock {
	display: inline;
}

span.helpblock {
	display: block;
	clear: left;
	margin: 4px;
}

.username {
	display: block;
	float: right;
	font-size: 11px;
	clear: both;
	padding: 3px;
	color:#333;
}

div.hide {
	display: none;
}

ul li.feedbackPanelINFO, ul li.feedbackPanelWARNING, ul li.feedbackPanelERROR {
	margin: 0 ;
	padding-bottom: 5px;
	list-style: none;
}
	
.feedbackPanelINFO {
	color: green;
}

span.feedbackPanelINFO {
	padding-left:20px;
	background-image:url('../images/info.png');
	background-repeat:no-repeat;
	background-position:0 4;	
}

.feedbackPanelWARNING {
	color: red;
}

span.feedbackPanelWARNING {
	padding-left:20px;
	background-image:url('../images/exclamation.png');
	background-repeat:no-repeat;
	background-position:0 4;	
}

.feedbackPanelERROR {
	color: red;
}

span.feedbackPanelERROR {
	padding-left:20px;
	background-image:url('../images/exclamation.png');
	background-repeat:no-repeat;
	background-position:0 4;	
}


div.feedback {
	display:block;
	clear:both;
	color:red;
	margin:4px 0 8px 0;
	display: block;
}

.wfNotStarted {
	text-align: center;
	background-color: #F04040;
	color: black;
}

.wfStarted {
	text-align: center;
 	background-color: #F0F040;
	color: black;
}
 
.wfStarted2 {
	text-align: center;
 	background-color: #FFFFD0;
	color: black;
}
 
.wfCompleted {
	text-align: center;
 	background-color: #40E040;
	color: black;
}

.wfReopened {
	text-align: center;
 	background-color: #f91;
	color: black;
}

div.cfplist {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid;
}

a.expandlink {
	text-decoration: none;
}

div.docdefeditor, 
div.sectiondefeditor, 
div.paragrapheditor, 
div.fieddefrefeditor {
	padding: 3px 6px 3px 6px;
	border-radius:5px;
}

div.docdefeditor {
	background-color:white;
} 
div.paragrapheditor {
	background-color: #F0F8FF;
}

div.sectiondefeditor {
	background-color: white;
} 
div.fieddefrefeditor {
	background-color: #e4ecf3;
}

div.fieddefrefeditor {
	margin: 5px 0;
}

div.docdefbuttons {
	float: right;
}

div.docdefbuttons input {
	margin-bottom: 2px;
	width: 8em;
}

div.docdefeditornav {
	box-sizing:border-box;
}

div.docdefeditornav * {
	display:block;
	float:left;
}

/* div.docdefeditornav a, 
div.docdefeditornav span em {
	margin-right: 10px;
	margin-top:4px;
	display:inline-block;
}

div.docdefeditornav span em {
	opacity:0.5;
}
*/

div.docdefeditornav input[type="image"] {
	display:inline-block;
}

input[type="submit"][disabled]:hover {
	cursor: default;
}

input[type="checkbox"]:hover, input[type="radio"]:hover {
	cursor: pointer;
}

input[type="image"][disabled] {
	border: none;
	cursor: default;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

div.fieldconfigchildrencontainer {
	clear:both;
	padding: 5px;
	border: 1px solid #aaa;
	margin-top:10px;
	margin-left:20px;
	border-radius:5px;
}

div.warning {
	clear: both;
	border: 1px solid red;
	color: red;
	width: 99.9%;
	margin: 3px 0 4px 0;
}

div.warning p {
	margin: 4px;
}

.clickable:hover {
	cursor: pointer;
}

a.validationcell, a.validationcellactive {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 5px 0;
	border: 1px dotted #ccc;
}

a.validationcellactive {
	background: url("../images/ok16.png") no-repeat right center;
}

a.validationcell:hover, a.validationcellactive:hover {
	background-color: #eee;
}


/** Styles for explorer panel (tree in left column, content in right) **/

div.explorerpanel {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

div.explorerpanel div.header {
	padding: 5px;
/*	border-top: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;*/
}

div.explorerpanel div.header a {
	font-weight: bold;
	margin-right: 20px; 
}

div.explorerpanel div.navigation {
	display: block;
	float: left;
	width: 30%;
	min-height: 400px;
	max-height: 700px;
	overflow: auto;
	border: 1px solid #9f9f9f;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
}


div.explorerpanel div.content {
	display: block;
	float: left;
	width: 70%;
	min-height: 400px;
	max-height: 700px;
	overflow: auto;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;  	
/*border: 1px solid #9f9f9f;*/
}

div.explorerpanel div.content {
	max-width:99.0%;
	overflow-x: hidden;
}

/** End explorer panel **/

/** Mark sortable columns in Wicket DataTable **/
th.wicket_orderUp a {
	padding-right: 12px;
	background: url("../images/sort-order-up.png") no-repeat right center;
}
th.wicket_orderUp a:hover, th.wicket_orderUp a:focus {
	background: url("../images/sort-order-up-hover.png") no-repeat right center;
}

th.wicket_orderDown a {
	padding-right: 12px;
	background: url("../images/sort-order-down.png") no-repeat right center;
}

th.wicket_orderDown a:hover, th.wicket_orderDown a:focus {
	background: url("../images/sort-order-down-hover.png") no-repeat right center;
}

/** Wicket DataTree component **/
table.wicket-tree-content, table.wicket-tree-content td, table.wicket-tree-content tr, table.wicket-tree-content th {
	vertical-align: top;
}

/* Expandable panel */
div.expandable {
	margin: 5px 0;
}

div.expandableContent {
	padding:5px 12px 5px 12px;
}

div.expandable a {
	padding-left: 15px;
	background-repeat: no-repeat;
	/*text-decoration: none;
	font-weight: bold;
	color: #333333;*/
}

div.expandable a.open {
	background-image: url("../images/li-open.gif");
	background-position: left 2px;
}


div.expandable a.closed {
	background-image: url("../images/li-closed.gif");
	background-position: left 2px;
}

.thirty {
	width: 32% !important;
}

.labelwidth {
	width: 18em !important;
}

.fortyeight {
	width: 48% !important;
}

.hundred {
	width: 100% !important;
}

.onelinemagic {
	white-space: nowrap;
	overflow: hidden;
	padding-left: 16px;
	text-overflow: ellipsis;
}

.twenty {
	width: 20% !important;
}

.wicket-tree-content .content
{
	background: transparent !important;
}

table.wicket-tree-content
{
	width:100% !important;
}

/*tr.projectRow td {
	border-top: 1px solid #828282;
}*/

tr.odd td.in1spacer, tr.even td.in1spacer, tr.odd th.in1spacer, tr.even th.in1spacer, tr td.in1spacer, tr th.in1spacer {
	background-color: #828282;
	width: 1px;
	border-right: none;
}

tr.odd td.next2spacer, tr.even td.next2spacer, tr.odd th.next2spacer, tr.even th.next2spacer, tr td.next2spacer, tr th.next2spacer {
	padding-left: 15px;
}

table th.subheader {
	background-color: #F2F6FF;
	font-weight: normal;
	font-style: italic;
}

tr.projectRow td {
	background-color: #EDF1FF;
	font-weight: bold;
}

div.tab-panel {
	margin: 0px 0px;
	padding: 5px 0px 5px 0px;
}

div.tabpanel {
	margin: 10px 0px;
}

div.tabpanel div.tabpanel {
	margin: 0;
}

table.wicket-tree-content table.icon-panel a {
	color: #0082BE !important;
}

.tree-content a {
	color: #0082BE !important;
}

div.ajaxprogress
{
	position:absolute;
	top:200px;
	left:0px;
	width:66px;
	height:64px;
	border-radius:10px;
	padding:10px;
	box-shadow:6px 6px 6px rgba(0,0,0,0.2);
	background:url(../images/progress3.gif);
	background-repeat:no-repeat;
	background-position:10px 10px;
	background-color:#f0f0f8;
}

div.langdiv 
{
	float:right;
	margin-top:3px;
	margin-left:10px;
}

div.langdiv img
{
	border: 1px solid transparent;
	box-shadow:0px 3px 5px rgba(0,0,0,0.2);
}

div.langdiv a:hover img
{
	border: 1px solid #333 !important;	
}

div.langdiv a {
	position:relative;
}

/* Language code span is hidden - below this is some samples how to show it (remove the x) */
div.langdiv span {
	display:none;
}

x div.langdiv span 
{
	position:absolute;
	top:10px;
	left:2px;
	color:rgba(255,255,255,0.5);	
}

x div.langdiv span 
{
	position:absolute;
	top:-3px;
	left:2px;
	color:white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;  
}

x div.langdiv span 
{
	position:absolute;
	top:3px;
	left:2px;
	color:white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;  
}

.buttonrow.fullwidth {
	margin-left:-15px;
	margin-right:-15px;
}

table.linkid tbody tr:hover,
table.clicktable tbody tr:hover {
	background:#d8d8d8;
	cursor:pointer;
}

table.clicktable tr.selected {
	background:#F8F6CC;
}

.statisticstable {
	border-collapse: collapse;
	width:100%;
	font-size:12pt;
}

.statisticstable td,
.statisticstable th {
	width:20%;
}

.statisticstable td:first-child,
.statisticstable th:first-child {
	width:15%;
}

.namelabel {
	font-size:1.2em;
	text-align:left !important;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
	width:100%;
}

.rightlabels label {
	text-align:right;
}

.shorterlabels label {
	width:100px;
}

.insinfo {
	border:1px solid #ddd;
	border-radius:5px;
	padding:10px;
	background:#f7f7f8;
	margin-bottom:10px;
}

.insinfo p {
	margin-bottom:5px;
}

.overlay {
	display:none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}

.popup {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,1.0);
	width: 600px;
	top:100px;
	position: relative;
	margin:0 auto;
}

.popup .popupheader {
	background:url(../images/topbg.png);
	background-repeat:no-repeat;
	color:white;
	padding:4px 10px;
	font-size:1.4em;	
}

.popup .popupcontent {
	padding:20px;
}

.popup .popupfooter {
	padding:15px;
	text-align:center;
}

tr.navigation {
	font-size:1.2em;
}

tr.copied {
	background:#f0e0d0;
}

tr.odd.copied {
	background:#ffefdf;	
}

div.changed {
	background:#ff9;
	border:1px solid #884;
	padding:2px 24px !important;	
}
td.changed {
	background:#ff9;
}

.linkid .hideColumn {
	display:none;
}

.strikethrough td a,
.strikethrough td {
	color:#800 !important;
	text-decoration:line-through;
}

.greenbg td {
	background:#beb;
}

.textlength {
	text-align:right;
	font-size:11px;
	color:#888;
	line-height:0;
	margin-top:3px;
	margin-right:10px;
}

.textlength.error {
	color:#d00;
}

.helpexternal p {
	font-size:1.2em;
	color:#333;
	margin-bottom:0;
}

.warningmessage {
	display:inline-block;
	font-size:1.2em;
	clear:both;
	color:#856404;
	border:1px solid #856404;
	border-radius:4px;
	background:#fff3cd;
	padding:5px 10px;
}

.warningmessage img {
	vertical-align:middle;
	height:20px;
	margin-right:10px;
}

.ext .navigation {
	text-align:center;
	background:#f7f7f8;
}

.ext .navigation .navigator {
	margin-top:3px;
	height:18px;
	font-size:11pt;
}

.navigator {
	margin:4px 1px;
}

.navigation .navigator span > span {
}

.navigation .navigator span a {
	text-align:center;
	padding:1px 5px;	
	width:100%;
	height:100%;
	background:#0079ac;
	color:white;
	border-radius:4px;
	border:1px solid #0079ac;
	font-size:1.1em;
}

.navigation .navigator span a[disabled="disabled"] {
	background:#726f6f;
}

.navigation .navigator span a:hover {
	background:#00668E;
}

.navigation .navigator span > span em {
	padding:1px 5px;	
	background:#eee;
	border:1px solid #eee;
	border-radius:4px;
	color:#bbb;
	font-size:1.1em;	
}

.navigation .navigator span > span.goto em {
	border:1px solid #0079ac;
	font-style:normal;	
	color:#0079ac;
}

.navigatorLabel {
	margin:5px;
}

table td.actionheader {
	padding-top:4px;
	padding-bottom:1px;
}

table td.checkboxcell {
	text-align:center;
}

table span em img.linkicon {
	opacity:0.4;
}

table a .linkicon {
	padding:3px;
	margin:-3px;
}

table a .linkicon:hover {
	background:#0079ac;
	border-radius:50%;
}

/* Bootstrap classes */

.form-group {
	display:block;
	clear:both;
	margin-bottom:10px;
	font-size:14px;
}

.form-group label {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}

.form-group .form-control {
	width:100%;
	border:1px solid #aaa;
	border-radius:3px;
	padding:6px 12px;
}

.btn {
	border:1px solid rgba(0,121,172,0.3);
	padding:3px 6px;
	border-radius:4px;
	margin-top: 0px;
	margin-right:10px;
}
.btn:hover {
	border:1px solid #7F3A00;
	background:#eee;
}
.btn .fa {
	margin-top:2px;
	margin-right:5px;
}

span.btn {
	border:1px solid #ddd;
}
span.btn em {
	color:#ddd;
	margin:0 !important;
}
span.btn:hover {
	border:1px solid #ddd;
	background:white;
}
.btn-icon {
	font-size:20px;
	margin-right:10px;
	cursor:pointer;
	padding:0px 2px;
	color:#0079ac;
}
.btn-icon:hover {
	border-radius:4px;
	color:#00668e;
	background-color:#ee8;
}
.btn-icon[disabled='disabled'] {
	opacity:0.2 !important;
}
.btn-icon[disabled='disabled']:hover {
	color:#0079ac !important;
	cursor:default;
}
.btn-danger {
	color:#800 !important;
}

.small-indent {
	margin-left: 20px;
}

/* New tree component */

.tree-label {
	color:#0082be;
}

.tree-theme-windows .tree-folder-other,
.tree-theme-windows .tree-folder-open,
.tree-theme-windows .tree-folder-closed {
	padding:1px 3px 1px 21px;
	border-radius:4px;
	background-position:2px 50%;
	display:inline-block;
}

.tree-theme-windows .tree-folder-other {
	background-position:3px 50%;
}

.tree-content a.selected {
	background-color:#E0E8f0;
}

.tree-theme-windows span.tree-content .selected span.tree-label {
	font-weight:bold;
	color:#0082be;
	background: transparent;
}



.translatable-edit div.translatable-language {
	display: block;
	width:20px;
	height:12px;
	background-repeat:no-repeat;
}

.translatable-edit .translatable-tinymce {
    flex: 1;
}

.translatable-edit {
	display:inline-block;
	margin-right:15px;
}

.translatable-edit.multiline {
	display:flex;
}

.translatable-edit.multiline div.translatable-language {
	vertical-align: top;
	margin-top:6px;
}

.translatable-edit.multiline div.translatable-tinymce {
    margin-top:6px;
}

.translatable-edit input {
	margin: 0px 0px 2px 0px;
    padding: 1px 4px 2px 4px;
    border: 1px solid #aaa;
    border-radius: 3px;
    display:inline-block;
    width:300px;
}

.translatable-edit textarea {
	display:inline-block;
	width:95%;
	margin:2px 0;
}

.text-underline {
	text-decoration: underline;
}

tr.selected {
	background:#337ab7;
	color:white;
}

.btn-collapse-assessment {

}
.btn-collapse-assessment::before {
    content: "\e114";
    font-family: 'Glyphicons Halflings';
    position:relative;
    top:2px;
}
.btn-collapse-assessment.collapsed:before {
    content: "\e113";
}

.dl-tile {
    padding:2px 6px;
}

.dl-horizontal dt {
    width:100%;
}

.dl-horizontal dd {
    margin-left:0px;
    width:100%;
    min-height:15px;
    margin-bottom:3px;
}

.dl-tile .tile-buttons {
    text-align:center;
}

.dl-tile.partner-tile::before,
.dl-tile.project-tile::before,
.dl-tile.person-tile::before {
    left:auto;
    right:15px;
}

.d-flex-inline-form {
    display:flex !important;
    flex-direction:row;
    align-items: baseline;
    margin-right: 5px;
}

ul.columnfilters {
	margin: 0;
	padding: 0;
	overflow:hidden;	
	white-space: nowrap;
}

.columnfilters li.filterheader {
	display: inline-block;
	float: left;
	padding: 4px 9px 4px 8px;
	background-color: #0079ac;
	margin: 0;
	height: 30px;
	margin-bottom:4px !important;
}

.columnfilters li.filterheader:last-child {
	padding: 4px 0px 4px 3px;
}

.columnfilters li.filterheader input[type="text"] {
	border-bottom: 0;
	border-top: 0;
}

span.filterclick, span.enumfilterclick, span.readonlyfilter, span.dateFilterclick {	
	color: white;
	padding-left: 2px;
}

span.filterclick:hover, span.enumfilterclick:hover, span.dateFilterclick:hover {	
	cursor: pointer;
}

span.filterdesc {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

div.enumfilterinput {
	position: absolute; 
	z-index: 200; 
	background-image:url(../images/bkgr_panel.png);
	background-repeat:repeat-x;
	background-color: #ECEFF2;
	border-style: solid;
	border-color: black;
	border-width: 1px
}

div.enumfilterinput ul {
	list-style-type: none;
	padding: 0.7em;
}

div.enumfilterinput a {
	font-style: italic;	
}

input[type="checkbox"].enumfiltercheck {
	float: none;
	margin-left: 0;
}

input[type="button"].closeenumfilter {
	margin-left: 0.7em;
	margin-bottom: 0.7em;
}

.caseInfoFilterShow {
	display: inline-block;
	box-shadow:5px 5px 6px rgba(0,0,0,0.3);
}

.caseInfoFilterHide {
	display: none;	
}

.enumfiltercontainer {
	min-width: 110px;
}

.enumfiltercontainer li img {
	width:20px;
	vertical-align:top;
	margin-top:0px;
	margin-right:2px;
}

input.workpackage:invalid {
	border-color: red !important;
}


.templateblock {
	margin-top:25px;
	width:150px;
	float:right;
	text-align:right;
}

.templateblock .dropdown-toggle {
	width:140px;
	height:34px;
}

.ddblock {
	position: relative;
    display: inline-block;
}
.ddcontent {
    background-color: #f9f9f9;
    padding:0;
}
.ddcontent .template {
	display:block;
	height:30px;
}
.ddcontent .template > span {
	max-width:300px;
	float:left;
	clear:both;
	display:inline-block;
	white-space: nowrap;
	text-overflow:ellipsis;
	color: black;
    padding: 5px 0px 5px 25px;
    text-decoration: none;
	background-image:url(../images/file.png);
	background-repeat:no-repeat;
	background-position:4px 5px;
}
.ddcontent .template:hover {
	background-color: #e0e0e0;
}
.ddcontent .template .templatelanguages {
	float:right;
	display:block;
}
.ddcontent .template .templatelanguages a {
	padding: 5px 5px 5px 5px;
	display:inline-block;
	text-align:center;
	text-decoration: none;
}
.ddcontent .template .templatelanguages a:hover {
	background:#d0d0d0;
}
.ddcontent .template .templatelanguages a.disabled,
.ddcontent .template .templatelanguages a:not([href]) {
	opacity:0.2 !important;
	color:black;
}
.ddcontent .folder {
    color: black;
    padding: 5px 0px 5px 25px;
    text-decoration: none;
    display: block;
	background-image:url(../images/file.png);
	background-repeat:no-repeat;
	background-position:4px 5px;
	background-image:url(../images/folder.png);
	background-repeat:no-repeat;
}
.ddcontent .folder:focus {
	outline:none;
}
.ddcontent .folder.open {
	background-image:url(../images/folder-open.png);
}
.ddcontent .folder:hover {
	background-color:#e0e0e0;
}
.ddcontent .ddheader {
	padding:3px 4px;
	vertical-align:middle;
	background-image: -webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#2e6da4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    color:white;
}
.ddcontent .ddheader .langfilter.selected {
	background:#333;
}

.ddcontentinner {
	max-height:350px;
	overflow-y:scroll;
}


.messageheader {
	padding:4px 10px;
	background: #f5f5f5;
	background-image:url(../images/mailreply.png);
	background-repeat:no-repeat;
	background-size:24px;
	background-position:4px 4px;
	border-top: 1px solid #ddd;
	padding-left:34px;
	color:#333;
}

.messageheader a {
	margin-left:0;
}

.messageheader .messagefrom {
	float:left;
	font-weight: bold;
	margin:0;
	padding-top:2px;
}

.messageheader .messagedate {
	float:right;
	margin:0;
	padding-top:2px;
}

.messageheader.closed + .messageframe {
}

.messagecontent {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
