/*
 * Stylesheet for Funky Wald Theme.
 *
 * Copyright 2010, Antoine Mercadal - Capgemini
 * Copyright 2010, Franck Villaume - Capgemini
 * http://fusionforge.org
 *
 * This file is part of FusionForge. FusionForge is free software;
 * you can redistribute it and/or modify it under the terms of the
 * GNU General Public License as published by the Free Software
 * Foundation; either version 2 of the Licence, or (at your option)
 * any later version.
 *
 * FusionForge is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with FusionForge; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

/* HTML elements */
html {
    background-color: #6190C0;
}

body {
    font-size:11px;
    font-family:"Lucida Grande",sans-serif;
    color:rgb(68,68,68);
    text-align:left;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.page {
    background-color:white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.innerpage {
}

.tg-mid-span{
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
/*  background-color: #6190C0; */
}

.innertabs .tg-mid-span{
  background-color: white;
}

#docman_tree {
     width: 20%;

}

#maindiv {
    margin:1em;
}

form {
    margin:0;
}

img {
    border:0;
}

.highlight { display:none; }

.intevation {
 background-color: #6190C0;
 color: white;
 text-algin: center;
 vertical-align: middle;
}

.intevation a {
  font-family: verdana,arial,helvetica,sans-serif;
  vertical-align: middle;
  color: black;
}

.intevation a:hover {
 vertical-align: middle;
 color: black;
}


h1 {
    color: black;
    background-color: white;
    /*-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.296875)), to(black));*/
}

h2 {
    margin-top: 30px;
    color: black;
    /*-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.296875)), to(black));*/
}

h3 {
    margin-top: 30px;
    color: black;
    /*-webkit-mask-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.296875)), to(black));*/
}

ul {
    list-style-type: circle;
    margin: 0px;
}

li {
    margin: 10px;
}

a {
    text-decoration:none;
    font-weight: bold;
    color: #0006F1;
    /*color: #7D88CC;*/
    -webkit-transition-property: background-color, color, height, shadow;
    -webkit-transition-duration: 0.3s;
    -moz-transition-property: background-color, color, height, shadow;
    -moz-transition-duration: 0.3s;
    -o-transition-property: background-color, color, height, shadow;
    -o-transition-duration: 0.3s;
    transition-property: background-color, color, height, shadow;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none;
    color: #7eaaee;
    font-weight: bold;
}

tr, th, td {
    text-align:left;
    border:none;
    border-collapse: collapse;
}

input[type="text"], input[type="password"], textarea {
	width: auto;
	border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #e6e6e6;
	padding: 3px;
	font-family:"Lucida Grande",sans-serif;
}

hr {
    border: 0;
    background-color: #E2E2E2;
    height: 1px;
}

/* =header */
#header {
    /*background: rgb(66, 69, 82) url("../images/header/header-bg.png");*/
    background: #6190C0;
    font-size:77%;
    margin-bottom: -19px;
  /*border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-collapse: collapse;*/
}

#header-col1 {
 padding: 0px;
}

#header-col1 img{
  padding: 0;
/* height: 30px;
   height: 50%;
   width: 50%;*/
}

#header-col1 h1 {
    padding: 0;
    margin: 0;
}

/*

  font-family: verdana,arial,helvetica,sans-serif;
  font-size: small;


*/

#header-col3 {
  font-family: verdana,arial,helvetica,sans-serif;
  text-align: center;
  color: white;
  font-size: 13px;
  font-weight: bold;
}

#header-col2 {
  font-family: verdana,arial,helvetica,sans-serif;
  float: right;
  margin-top: 10px;
  padding:0;
  text-align: right;
  padding-right: 7px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition-property: background-color, color, height, shadow;
  -webkit-transition-duration: 0.3s;
  -moz-transition-property: background-color, color, height, shadow;
  -moz-transition-duration: 0.3s;
  -o-transition-property: background-color, color, height, shadow;
  -o-transition-duration: 0.3s;
  transition-property: background-color, color, height, shadow;
  transition-duration: 0.3s;
}
#header-col2 a {
  font-family: verdana,arial,helvetica,sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 800;
}

#header-col2 a:hover {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #7eaaee;
/*  text-decoration: none;*/
}

#header-line2 {
    /*background: #41495C url("../images/header/tabs-bg.png") repeat-x;*/
    background: #6190C0;
    text-align: right;
    padding-top: 10px;
}

#header-news {
    background-color: #6190C0;
    /*background-color: #41495C;*/
    display: table-cell;
}

#header-news span {
   background-color: #6190C0;
/* background-color: #41495C;*/
    height: 200px;
}

.one-news {
 margin-left: 5px;
}

.latest_news-title-content{
 background-color: #808080;
}

.quicknews-toggle {
    display: inline;
    font-size: 12px;
/*    text-shadow: 1px 1px gray;*/
    color: white;
}

.quicknews .title {
    font-size: 12px;
    color: red;

}
.quicknews ul {
    background-color: white;
    width: 100%;
    margin: 10px;
    display: block;
}

.quicknews ul li {
    display: inline;
    list-style: none;
    margin: 0;
}

.quicknews ul li:hover {
    background-color:blue;
}

/* =searchBox */
#searchBox {
  display: inline;
}

#searchBox a{
  font-size: 13px;
  margin-right: 10px;
  text-decoration:none;
  font-weight: bold;
  color: white;
  -webkit-transition-property: background-color, color, height, shadow;
  -webkit-transition-duration: 0.3s;
  -moz-transition-property: background-color, color, height, shadow;
  -moz-transition-duration: 0.3s;
  -o-transition-property: background-color, color, height, shadow;
  -o-transition-duration: 0.3s;
  transition-property: background-color, color, height, shadow;
  transition-duration: 0.3s;
}

#searchBox a:hover {
    text-decoration: none;
    color: #7eaaee;
    font-weight: bold;
}


#searchBox span {
  display: inline;
  margin-left: 20px;
}

#searchBox span input[type=text] {
    padding-left: 20px;
    border-radius: 20px;
    height: 15px;
    border: 1px solid white;
    background-image: url(../images/search-logo.png);
    background-repeat: no-repeat;
    background-position: 3px 2px;
    display: inline;
    width: 130px;
    margin-right: 7px;
    height: 10px;
}

#searchBox span input[type=submit] {
    display:none;
}

/* =quicknavform */
#quicknavform {
    display: inline;
    color: white;
    float: right;
}

#quicknavform span {
    display: inline;
    color: white;
}

#quicknav {
    margin-left: 7px;
    width: 180px;
}

/* =tabGenerator */

.tabGenerator {
    font-weight:bold;
    border-collapse: collapse;
    height: 36px;
    position:relative;
    z-index:5;
}

.tabGenerator tbody {
  margin-left: 50px;

}

.tabGenerator td {
    padding:0;
    margin: 0;
    vertical-align: middle;
}

.tabGenerator .tg-middle {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-top-right-border-radius: 6px;
  -webkit-top-left-border-radius: 6px;
  vertical-align: bottom;
}

.tabGenerator .tg-middle span {
    background-color: #6190C0;
}

.tabGenerator .tg-middle span span {
    display: block;
    text-align:center;
    vertical-align: middle;
    height: 20px;
    margin: 0px;
    border-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-top-right-border-radius: 6px;
    -webkit-top-left-border-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    background-color: #909DB7;
    line-height: 17px;
    color: black;
    text-shadow: 1px 1px #B2BFD9;
    border-bottom: 2px solid #E2E2E2;
    -webkit-transition-property: background-color, color, height, shadow;
    -webkit-transition-duration: 0.3s;
    -moz-transition-property: background-color, color, height, shadow;
    -moz-transition-duration: 0.3s;
    -o-transition-property: background-color, color, height, shadow;
    -o-transition-duration: 0.3s;
    transition-property: background-color, color, height, shadow;
    transition-duration: 0.3s;
}

.tabGenerator .tg-middle span span:hover {
    display: block;
    background-color: white;
    text-shadow: 1px 1px #B2BFD9;
    /*text-shadow: 1px 1px white;*/
    height: 30px;
}

.tabGenerator .tg-middle span span a {
    display: block;
    color: black;
}

.tabGenerator .tg-middle span.selected span {
    background-color: white;
    text-shadow: 1px 1px #B2BFD9;
    /*text-shadow: 1px 1px white;*/
    height: 30px;
}

.tabGenerator .tg-right span.selected span {
    display:none;
}

/*
    innertabs
*/
.innertabs .tabGenerator {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-weight:bold;
    border-collapse: collapse;
    height: 20px;
}

.innertabs .tabGenerator tbody {
    margin-left: 50px;
}

.innertabs .tabGenerator td {
    padding:0;
    vertical-align: middle;
}

.innertabs .tabGenerator .tg-middle {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #F7F7F7;
  vertical-align: middle;
}

.innertabs .tabGenerator .tg-middle span {
    background-color: #F7F7F7;
    margin-top: 0px;
}

.innertabs .tabGenerator .tg-middle span span {
    display: block;
    text-align:center;
    vertical-align: middle;
    height: 20px;
    margin: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #FFFFFF;
    line-height: 17px;
    color: black;
    /*text-shadow: 1px 1px #B2BFD9;*/
    margin-top: 1px;
    /*margin-left: 2px;
    margin-right: 2px;*/
    border-top: 2px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-bottom: 2px solid #E2E2E2;
}

.innertabs .tabGenerator .tg-middle span span:hover {
    display: block;
    background-color: white;
}

.innertabs .tabGenerator .tg-middle span span a {
    display: block;
    color: black;
}

.innertabs .tabGenerator .tg-middle span.selected span {
    /*background-color: #909DB7;*/
    background-color: #E2E2E2;*/
    text-shadow: 1px 1px #B2BFD9;
}

.innertabs .tabGenerator .tg-right span.selected span {
    display:none;
}

/* =tabber */
.topTab, a.topTab, a.topTab:visited, a.topTab:hover,
.topTabSelected, a.topTabSelected, a.topTabSelected:visited,
a.topTabSelected:hover {
  text-decoration: none;
  font-weight: bold;
  color: rgb(68, 68, 68);
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
}

.bottomTab, a.bottomTab, a.bottomTab:visited, a.bottomTab:hover {
  text-decoration: none;
  font-weight: bold;
  color: white;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
}

.bottomTabSelected, a.bottomTabSelected, a.bottomTabSelected:visited, a.bottomTabSelected:hover {
  text-decoration: none;
  font-weight: bold;
  color: rgb(68, 68, 68);
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9em;
}

.topLeft {
  vertical-align: top;
  text-align: left;
}

.middleRight {
  vertical-align: middle;
  text-align: right;
}

.pane {
  color: rgb(112, 112, 112);
  background-color: white;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
  display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}

.tabberlive {
}

.tabberlive ul {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    /*border-collapse: collapse;*/
    border-bottom: 1px solid #E2E3E4;
    border-spacing: 6px 0px;
    padding-left: 0;
}

.tabberlive li {
    display: table-cell;
    border: 1px solid #E2E3E4;
    height: 16px;
    padding: 5px;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-top-right-border-radius: 6px;
    -webkit-top-left-border-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    margin-right: 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f7f7f7));
}

.tabberlive li:hover  {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f7f7), to(white));
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive, .tabbertab {
    padding: 5px;
    border:1px solid #E2E3E4;
    border-top:0;
    margin-bottom: 10px;
}

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
  height:200px;
  overflow:auto;
}

.field-holder {
  clear: both;
}

/* Boxes (top / middle / bottom)
----------------------------------------------- */
.box-surround {
/*  margin-bottom: 1em;*/
    background-color: #F7F7F7;
    border: 1px solid #E2E3E4;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 0px;
    word-break: break-all;
}

.box-title-content {
    color: #808080;
    font-weight: bold;
    font-size: 13px;
    padding-left: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E2E3E4;
}


.box-content {
    border-bottom: 1px solid #E2E3E4;
    margin: 0px;
    padding: 8px;
    padding-left: 18px;
}

.box-content p {
    margin: 0px;
}


.box-middle {
  margin: 0px;
  padding-left: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #808080;
  text-algin: center;
  font-weight: bold;
  font-size: 13px;
}


/* widgets */

.widget {
    margin-top: 5px;
    background-color: #F7F7F7;
    border: 1px solid #E2E3E4;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: 10px;
}

.widget_titlebar {
    color: #808080;
    font-weight: bold;
    font-size: 13px;
    padding-left: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E2E3E4;
    background: none;
}

.widget_titlebar_close img {
    width: 12px;
    height: 12px;
}

.widget_titlebar_minimize img {
    width: 12px;
    height: 12px;
}

.widget_titlebar_maximize img {
    width: 12px;
    height: 12px;
}

.widget_content {
    border-bottom: 1px solid #E2E3E4;
    margin: 0px;
    padding: 8px;
}

.widget_content table {
    border-collapse: collapse;
    border: 1px solid #D5D5D5;
}
.widget_content table td {
    padding: 4px;
}

table.listing tbody tr:nth-child(even),
.bgcolor-grey {
	background-color: #CDDCF3;
}

table.listing tbody tr:nth-child(odd),
.bgcolor-white {
	background-color: #FFFFFF;
}

/*
    listTable
*/

.listTable table {
    border-collapse: collapse;
}

.listTable table td{
    padding: 5px;
    border: 1px solid gray;
}

/*
    submenu
*/
.submenu {
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 0px;
    /*border-collapse: collapse;*/
    border-bottom: 1px solid #E2E3E4;
    border-spacing: 6px 0px;
    padding-left: 0;
}

.submenu li {
    display: table-cell;
    background-color: #FFFFFF;
    margin-left: 5px;
    border: 1px solid #E2E3E4;
    height: 16px;
    padding: 5px;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-top-right-border-radius: 6px;
    -webkit-top-left-border-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    margin-right: 10px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f7f7f7));
}

.submenu li:hover  {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7f7f7), to(white));
}


.submenu a{
  color:black!important;
}

.selectedsubmenu{
  background-color: #E2E2E2!important;
  text-shadow: 1px 1px #B2BFD9;
  color: #000000;
}


/* =ft (footer)
----------------------------------------------- */
#ft {
  text-align:center;
}

/* error_msg, warning_msg or feedback function
----------------------------------------------- */
.error {
    border-width: 1px;
    border-style: solid;
    background-color: #ff4940; /* red */
    border-color: red; /* red */
    padding: 7px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-shadow: 1px 1px #ff7c73;
    text-align: left;
    font-size: small;
    font-weight: normal;
    color: black;
    margin-bottom: 3px;
    margin-top: 2px;
    margin-right: 3px;
    margin-left: 3px;
}

.warning_msg, .warning, .tips, .important, .veryimportant {
    border-width: 1px;
    border-style: solid;
    background-color: #ffd297; /* orange */
    border-color: #ffa500; /* orange */
    padding: 7px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-shadow: 1px 1px #fff5CA;
    text-align: left;
    font-weight: normal;
    font-size: small;
    margin-bottom: 3px;
    margin-top: 2px;
    margin-right: 3px;
    margin-left: 3px;
}

.feedback {
    border-width: 1px;
    border-style: solid;
    background-color: #aef26d; /* green */
    border-color: green; /* green */
    padding: 7px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-shadow: 1px 1px #DFF59f;
    text-align: left;
    font-weight: normal;
    font-size: small;
    margin-bottom: 3px;
    margin-top: 2px;
    margin-right: 3px;
    margin-left: 3px;
}

#ffErrors {
    border-width: 1px;
    border-style: solid;
    background-color: #ff4940; /* red */
    border-color: red; /* red */
    padding: 7px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-shadow: 1px 1px #ff7c73;
    color: black;
    margin-bottom: 3px;
    margin-top: 2px;
    margin-right: 3px;
    margin-left: 3px;
}

#ffErrors .error {
    border-width: 1px;
    border-style: solid;
    background-color: #ff4940; /* red */
    border-color: red; /* red */
    padding: 7px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-shadow: 1px 1px #ff7c73;
    color: black;
    margin-bottom: 3px;
    margin-top: 2px;
    margin-right: 3px;
    margin-left: 3px;
}


/*
    footer
*/
.footer {
    padding: 10px;
    /*border-top: 1px solid #f7f7f7;
    margin-top: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-bottom-right-border-radius: 6px;
    -webkit-bottom-left-border-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;*/
    text-align: center;
    color: #dcdcdc;
    text-shadow: 1px 1px white;
}

.footer img {
    float: right;
}

.info-box h2 {
	font-size: 1.3em;
	border-radius: 0.5em 0.5em 0 0;
	color: white;
	background: #34b234;
	padding: 3px 3px 3px 10px;
	margin: 0 -4px 0 -4px;
}

.info-box:nth-child(4n) h2 {
	background: #b4355e;
}
.info-box:nth-child(4n+1) h2 {
	background: #402c5d;
}
.info-box:nth-child(4n+2) h2 {
	background: #34b234;
}
.info-box:nth-child(4n+3) h2 {
	background: #00539f;
}

.info-box {
	background: #f7f6f7;
	color: #565c5e;
	padding: 1px 4px 4px 4px;
	margin-bottom: 8px;
	border-radius: 0.5em 0.5em 0 0;
}

.even {
	background-color: #F0F0F0;
	font-weight: normal;
}

.odd {
	background-color: #FFFFFF;
	font-weight: normal;
}

/* Hide number input spinners */
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }
/* end Hide number input spinners */
