/** Add css rules here for your application. */
/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}

.boxedshadow {
	box-shadow: 2px 2px 2px 2px #000;
}

.labelstyle {
	margin-top: 5px;
	padding-left: 5%;
}

.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

.copyrightrow {
	margin: auto;
	height: 15px;
	background-color: #004250;
	border-color: #004250;
	overflow: hidden;
}

td.copyrightcell {
	vertical-align: middle;
	position: absolute;
	vertical-align: middle;
	margin: auto;
	position: relative;
}

.helpButtonHolder {
	float: right;
	margin-right: 16px;
}

.dialogLabel {
	
}
/*
.gwt-Tree > div:first-child { 
      width: 0px !important; 
      height: 0px !important; 
      margin: 0px !important; 
      padding: 50px  !important; 
	background-color: green;
} 
.gwt-Tree > div {
	padding: 0px 0px !important;
}
.gwt-Tree > div[hidefocus=true] {
      width: 0px !important;
      height: 0px !important;
	background-color: green;

      margin: 0px !important;
      padding: 20px  !important;
}
*/
/* Prevent treeItem 23px left padding */
.gwt-Tree .gwt-TreeNode {
	padding: 0px 0px 0px 0px !important;
}
/* Prevent treeItem 23px left padding */
.gwt-Tree .gwt-TreeCheckBoxNode {
	padding: 0px 0px 0px 0px !important;
}

 
/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.navigationGroupLabel {
	font-weight: bold;
}

.labelLink a {
	color: #004250;
}

.labelLink a:visited {
	color: #004250;
}

.labelLink a:hover {
	color: gray;
	text-decoration: none;
}

.labelLinkSelected a {
	color: black;
	border-bottom: 5px;
	font-weight: bold;
}

.labelLinkSelected a:visited {
	color: #004250;
	text-decoration: underline;
	text-decoration-color: #ffffff;
}

.labellinkSelected div {
	border-bottom-width: 5px;
	padding-bottom: 7px;
}

.labelLinkSelected a:hover {
	color: gray;
	text-decoration: underline;
}

.labelLink {
	color: green;
	font-weight: bold;
	border-right-color: green;
	border-bottom-width: 1px solid #A1C6CF;
	border-width: 4px;
	overflow: hidden;
}

.labelLinkSelected {
	color: green;
	font-weight: bold;
	border-width: 0px;
	border-width: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004250;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004250;
	border-style: solid;
	padding-bottom: 7px;
	overflow: hidden;
}

.statisticsNavCell {
	background-color: lightgray;
	padding: 4px 8px;
	margin-left: 4px;
}

.cellRED {
	background-color: tomato !important;
}
.cellRED_2 {
	background-color: #FF8367 !important;
}
.cellBLUE{
	background-color: lightblue !important;
}
.cellBLUE_2{
	background-color: lightsteelblue !important;
}
.cellYELLOW{
	background-color: yellow !important;
}
.cellYELLOW_2{
	background-color: gold !important;
}
.cellGREEN{
	background-color: lightgreen !important;
}
.cellGREEN_2{
	background-color: green !important;
}
.cellORANGE{
	background-color: orange !important;
}
.cellORANGE_2{
	background-color: darkorange !important;
}
.cellCYAN{
	background-color: mediumturquoise !important;
}
.cellCYAN_2{
	background-color: mediumaquamarine !important;
}
.cellBold {
	font-weight: bold;
}
.cellItalic {
	font-style: italic;
}
.cellMultiRow {
	white-space: pre;
}

td.cellborder {
	box-shadow: 0 12px 0px 0px #99ff99;
	padding-top: 5px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004250;
	border-style: solid;
}

div.langlabel {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: auto;
	margin-bottom: auto;
	padding-right: 28px;
	height: 10px;
}

td.linefeed {
	color: green;
	font-weight: bold;
	border-width: 0px;
	border-color: #004250;
	border-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 12px;
	padding-top: 5px;
	/*margin-top:5px;*/ /* needed? -confirmed: no*/
	overflow: hidden;
}

div.labelLink {
	color: green;
	font-weight: bold;
	border-width: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004250;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #004250;
	border-style: solid;
	padding-bottom: 7px;
	overflow: hidden;
}

div.itemLinkSelected {
	color: #333;
	font-weight: bold;
/*	font-style: italic; */
	border-width: 0px;
	overflow: hidden;
    user-select: none;
}

div.itemLink {
	color: #333;
	/* font-weight: bold; */
	border-width: 0px;
	overflow: hidden;
    user-select: none;
}

.itemLinkSelected {
	font-weight: bold;
	color: #004250;
}

.itemLink {
	color: #004250;
}

.itemLink a:visited {
	color: #004250;
}

.itemLink a:hover {
	color: gray;
}

.itemLinkSelected a:visited {
	color: #004250;
}

.itemLinkSelected a:hover {
	color: gray;
}

div.itemLinkHeader {
/*	color: #004250; */
	overflow: hidden;
}

div.itemLinkHeader div:hover {
	background-color: lightgray;
}

.wrappertable {
	/*
	width: 100%;
	line-height: 1.2em;
	border-right-width: 72px;
	border-left-width: 72px;
	border-top-width: 0px;
	border-bottom-width: 62px;
	border-color: #c8dde3;
	border-style: solid;
	border-spacing: 0px;
	*/
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.celllisttable {
	width: auto;
	min-width: 80%;
}

.tree {
	border-width: 0px;
	border-style: solid;
	border-color: #000;
	border-radius: 2px;
}

div.footer {
	vertical-align: middle;
	padding: auto;
	margin: auto;
	color: white;
	Text-align: left;
	vertical-align: middle;
	align: center;
	width: 100%;
	font-size: 75%;
}

.dstyle {
	overflow: hidden;
	border-style: solid;
	border-color: black;
	border-width: 4px;
	height: 100px;
	width: 100%;
	float: right;
	background-color: #004250;
	layer-background-color: #004250;
	visibility: visible;
}

.labelLinkSelected {
	color: gray;
}
/** Moved to Item.css
.clickableText {
	color: black;
	font-weight: bold;
}
.clickableText:visited {
	color: black;
}
.clickableText:hover {
	color: green;
	cursor: pointer;
	text-decoration: none;
}
.clickableTextDisabled {
	color: gray;
	text-decoration: italic;
}

*/
tbody {
	border-spacing: 0px;
}

.doubleListView {
	width: 150px;
	border-width: 1px;
	border-style: solid;
}

.cellTable {
	padding: 2px 0px;
}

.cellTableCell-valid {
	font-size: small;
}

.tableWithShadows {
	margin: 10px;
	box-shadow: 2px 2px 11px 3px #000;
	padding: 10px;
}

/** todo: take the bloating out and make it simpler & less static*/
div.lang-FI {
	width: 40px;
	height: 13px;
	margin: 1px;
	background:
		url("images/fi.gif")
		no-repeat center;
}

div.lang-FI:hover {
	cursor: pointer;
	background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAOCAYAAABdC15GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYFJREFUeNrsVO1Nw1AMTLJA2IAwQbNBskG6QbpBu0G6QbJBygQtE5RO0DIBYQLCBMFG96STcYGi/qylk96H39nPX1F0kyvJNE33gl6wFyzpvFYY3ZmgdThUdwuOVjk9nR/sF+Zsn9D+WXASrAVzcjIDWO4EORGlgqMsS8EGHINyOg4trCPhHO9ZymCgUG/ZIK0bhfmZ1d97kQmOs0OyftcoO7rfzmU/hQhq5DLZV7qJ4/jjgtKYaUTlzaO9A49Gc2U+XnL68bnRyVSUENFc0OHH1QXlq+925y6F+wk6EcpCg9EFpyFrpDh3HQTRi+ABDzub1itJiVrfoBZTpH8U2wfUbOE6SI4e8JPVH43uKEJeCVQUYeUdxMYbzhYhILgfbBQTkCydIh+5Ps1dhvOvyKvuuSaB8c6kOKI051S/Jy/NoSu1iyqsj2HMUCe2uNPPvKI5bLf2xBH0au5KO+e4lJzpMFknt0DtjIsGhL03gH8b1BjEtROY1Jw13vom/5VPAQYAnuqKxHs0PDAAAAAASUVORK5CYII=)
		no-repeat center;
}

div.lang-EN {
	width: 51px;
	height: 13px;
	margin: 1px;
	background:
		url("images/en.gif")
		no-repeat center;
}

div.lang-EN:hover {
	cursor: pointer;
	background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAOCAYAAACCRSRZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAatJREFUeNrsVdFtg0AMhYp/2KBsQDaATlA6QcMEzQbABMkIdIKmE4RskE5QskE6AX2uDHKtOzhaqepHLD0BPp/td5iH513tH1vf94/AQSEBUlqz7KH1rcH/BLxwji1wq9YPc7lwHwKlyBHO1KSYJODnGOiARsTQ84p8CLz4vv+qckS8PjaASwucgB27M/JhLcf+N+HzpnKJ/RWQc18PhrjByBcFsnkUPCrGA6kd7jvRkMn2BMTUwnfEPvJvgGLBsKyRxxc5QpdNNw4xHZ8OnXBiGzl6u4rIl9EBAMXCyadapcjxsZRM1QvTDfHp2gjlakR/a5QvQ613SWoY017ZMLrfyPjCDCf8LAiFDqJSqpqpKxN6E8AdN5kp0Wh9ZfytOo2ZkRB/jGMBPk0ZW4tiJx5Xb2G9M5OKbCO+9JsxEdrLsWLhuJhkHL77oTHH30Rqkl/KP7c3ULMo15oJQjViY5b0UYGIJMmwkuaNlmPxHbRaQfktUp6O79estGeuOUumnVCyxkKooB+kHAk8Z1y8EnIdKzWqpupQLPKsxD9GToGtn+YnY3y1v7JPAQYA2Fk07rSQZ3gAAAAASUVORK5CYII=)
		no-repeat center;
}

div.lang-SE {
	width: 55px;
	height: 13px;
	margin: 1px;
	background:
		url("images/se.gif")
		no-repeat center;
}

div.lang-SE:hover {
	cursor: pointer;
	background:
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAAOCAYAAACLroQjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgdJREFUeNrsVdFtwkAMJVX/YYPSCZIN0g2gE5ANoBOgThA2CJ0AOgFhAsIE0AlCJ7ja7XPluj6g6kdVCUun5O58tp/Pz9fpXOTnEkLo/rXPK7UxpdFilFjb0BhYA+FDupivghGoZvRbRYLI+ZyaD2jscHyhbHNMU6WXQi93bN7QZ/INHJSHNPoy2BB951jXwvNlkiSvau0uUaLWCx3ckWzP2C7O7h2fHcSzhN7aMcXACr1wLcGZgO9hkB3t6TtRewWCOUcaDobt0PmniE7GPmh/yxP6PpwAto0kaIhYR+JLynKOLI/1IQCqJZO4+ozWn22AKLUcgYgckLgZO/WQ4RZ6TIUIT7NjwFTCayS98MojRb23GiT4sMD/WPio9lfg5gqjtLyC7VYAOpxjHlfCd8O5IP6PlPYOiZf/NKaYItiRPayNGHD5GU1DAKZ2z4BcSCMCuBLxTCPxjqTJYFRfGpktByewEoc2jvGzwJluN7Y3Z/SC7pYAvfNK26kc6d5daSg1msZa1XmjbMzQxYrfvEPMGfYDDtWSOHDzUTWPxnKf1oeI8yCcR1L7NL81gKvPZwG8alUZtE42Nx7hvczFbs6UkujdKK7JW5ufeOdSAWGboNZLzCNY4IbsO/a+T2svkTbdsx0QiejHOhwDkEqBrlTFUvwIv7VfAYYq4CQ0NlZ1qxf5l/ImwAB4tchjx3teewAAAABJRU5ErkJggg==)
		no-repeat center;
}

div.lang-RU {
	width: 55px;
	height: 13px;
	margin: 1px;
	background:
		url("images/ru.gif")
		no-repeat center;
}

div.lang-RU:hover {
	cursor: pointer;
	background:
		url("images/ru.gif")
		no-repeat center;
}

* {
	font-family: Arial;
	font-size: 11px;
	/*box-shadow:2px 2px 2px 2px #000;*/
}

ol {
	list-style: none;
}

li.submenu {
	display: none; /*
    display: inline-block;*/ /* needed? -nope */
}

ol:hover>li {
	display: block;
}

.contenttable {
	border-color: #004250;
	border-width: 15px;
	border-style: solid;
	border-bottom-width: 20px;
	border-top-width: 0px;
	border-spacing: 0px;
	width: 100%;
}

.containertd {
	border-spacing: 0px;
	line-height: 0.5em;
}

.errorcontainertr {
	background-color: #75aaba;
	border-color: #75aaba;
	border-spacing: 0px;
}

.outertable {
	line-height: 1.2em;
	/*
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #000;
	border-style: solid;
	border-spacing: 0px;
	*/
	width: 95%; /* <----------- changes the width of the whole page*/
}

.langdiv {
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 30px;
	align: center;
	width: 100%;
	background-color: #004250;
	layer-background-color: #004250;
	visibility: visible;
	/*border-radius: 135px;*/ /* <-- rounding around the language bar.. */
/*box-shadow:2px 0px 7px 2px #528b81;*/
/* <-- shadows around the language bar.. */
}

.logindiv {
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*height: 15px;*/
	align: center;
	width: 100%;
	visibility: visible;
}

.contentstyle {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 0px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 0px;
/*	margin: 10px;
	box-shadow: -1px 12px 19px -7px #528b81; */
	border-radius: 6px;
}

.makenice {
	padding: 5px;
	box-shadow: -1px 12px 19px -7px #528b81;
	border-radius: 25px;
}

div.alignprop {
/*	padding-left: 70px;*/
	padding-top: 20px;
	padding-bottom: 30px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	line-height: 1.2em;
	border-width: 0px;
	border-spacing: 0px;
}

td {
	margin: 0;
	padding: 0;
}

td {
	line-height: 1.2em;
	border-width: 0px;
	border-spacing: 0px;
	border-color: #000;
}

/* Override clean.css to avoid too big paddings and border rounding */
.gwt-Button {
  padding: 3px 3px !important;
  border-radius: 0px !important;
}

td.flexTable {
	border-width: 1px;
}
