/*
// File written by Jochen "Khuri" Dippel <khuri@khuris.com>
// Copyright 2019
//
// File        : main_page.css
// Begin       : 2010.02.02 13:49:48
// Last Update : 2019.03.05 14:08:22
*/

/* This file contains the basic page definitions, using ids, classes or nested declarations */
html, body {
	width: 100%;
	height: 100%;
}
html {
	display: table;
}
body {
	display: table-cell;
	vertical-align: top;
}
#wrapper {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1260px;
	border: 1px solid #5e5e5e;
	color: #000;
	background-color: #777;
	box-sizing: border-box;
}
header, #contentbox {
	padding: 20px;
	position: relative;
}
#contentbox {
	background-color: #e3e3e3;
	padding: 0;
}
header {
	height: 70px;
	font-size: 0;
	line-height: 0;
}
header div {
	display: inline-block;
	height: 100%;
	color: #fff;
	vertical-align: top;
}
header .button {
	margin-left: 20px;
}
section {
	font-size: 0;
	line-height: 0;
}
.titletext {
	font-size: 20px;
	line-height: 70px;
	width: 350px;
	font-weight: bold;
}
.logos {
	font-size: 30px;
	line-height: 70px;
}
.logos img {
	height: 70px;
	width: auto;
}
.logos div {
	padding: 0 20px;
	font-weight: bold;
}
.loginblock {
	float: right;
	text-align: right;
	font-size: 14px;
	line-height: 1em;
	padding-top: 10px;
}
.loginblock div {
	display: block;
	padding-bottom: 20px;
	height: auto;
}
.loginblock a {
	color: #fff;
}
.col_left, .col_right {
	position: relative;
	display: inline-block;
	width: 25%;
	min-height: 63px;
	background-color: #acadad;
	vertical-align: top;
	box-sizing: border-box;
}
.col_right {
	width: 75%;
	background-color: #fff;
}
.bottomborder {
	border-bottom: 2px solid #474747;
}
.navlinks a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding: 0 20px;
	background-color: #40ade3;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.navlinks a.active {
	background-color: #0062ae;
}
.navlinks a:last-child {
	border-bottom: 0 none;
}
.navhead {
	font-size: 16px;
	line-height: 1em;
	padding: 10px 20px 10px 10px;
}

.project .chartlist {
	display: none;
}
.project .contentbox {
	display: block !important;
	width: 75%;
	float: left;
}
.project .contentbox:nth-child(1), #chart_form_statusbox {
	width: 25%;
	box-sizing: border-box;
}
#chart_form_bottom, #chart_form_buttons, #chart_form_statusbox {
	clear: both;
}
#chart_form_bottom {
	width: 100%;
	margin-top: 20px;
}
#chart_form_bottom label {
	width: calc(0.3 * (50% - 20px));
}
#chart_form_bottom .webform_content {
	width: calc(.87 * (100% - 20px));
}
[data-groupname="leftpart"], [data-groupname="rightpart"] {
	display: inline-block;
}
[data-groupname="leftpart"] {
	width: 50% !important;
	padding-right: 0 !important;
}
[data-groupname="rightpart"] {
	width: 50% !important;
}
[data-groupname="leftpart"] > label {
	width: 60% !important;
}
[data-groupname="leftpart"] > div {
	width: 40% !important;
}
[data-groupname="rightpart"] > label {
	display: none !important;
}
[data-groupname="rightpart"] > div {
	width: 100% !important;
}
.fa-stack:hover {
	cursor: pointer;
}
.webform_box {
	font-size: 0;
	line-height: 0;
}
.webform_contentfields {
	padding: 2px 0;
}
.webform_contentfields label {
	display: inline-block;
	width: 30%;
}
.webform_contentfields > div {
	position: relative;
	display: inline-block;
	width: 70%;
	padding-left: 10px;
	box-sizing: border-box;
}
.webform_contentfields input[type="text"], .webform_contentfields select, .webform_contentfields textarea, .webform_contentfields input[type="password"] {
	width: 100%;
}
.webform_selectdropdown {
	position: absolute;
	right: 0;
	padding: 4px 12px;
	font-size: 11pt !important;
	line-height: 18pt !important;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
}
.webform_box_dataselector a, .webform_box_dataselector span {
	display: inline-block;
	font-size: 11pt;
	line-height: 18pt;
	color: #fff;
	margin: 4px;
}
.webform_box_dataselector a, .controlbuttons span {
	border: 1px solid #000;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	background-color: #efefef;
	text-decoration: none;
	cursor: pointer;
}
.webform_box_dataselector div {
	display: inline-block;
}
#chart_form_buttons {
	width: 100%;
	float: none;
}
#chart_form_buttons .webform_contentfields, #chart_form_buttons .webform_content {
	display: inline;
	width: auto;
}
.webform_box label, .webform_box .webform_content {
	font-size: 12px;
	line-height: 1em;
	vertical-align: middle;
}
.webform_box label {
	font-weight: bold;
}
.webform_box span.fa-lg {
	float: right;
	margin-left: 10px;
}
.webform_remotebox {
	padding: 0;
	height: 340px;
	overflow: auto;
}
.webform_remoteboxlarge {
	height: 199px;
}
.webform_remotebox ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.webform_remotebox li {
	position: relative;
	padding: 4px 8px;
	border-bottom: 1px solid #000;
}
.webform_remotebox li:nth-child(even) {
	background-color: #efefef
}
.webform_remotebox div {
	position: relative;
}
.webform_remotebox .controlbuttons {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.webform_remotebox .controlbuttons span {
	display: inline-block;
	border-radius: 0;
	border-width: 0 0 0 1px;
	height: 32px;
	line-height: 32px;
}
.webform_remotebox li:first-child .controlbuttons span:last-child {
	border-top-right-radius: 4px;
}
.webform_remotebox li:last-child .controlbuttons span:last-child {
	border-bottom-right-radius: 4px;
}
.webform_remotebox .fa-spinner, .fa-spinner-container {
	display: block;
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
	padding: 10px 0;
}
.webform_box_hiddenfield {display: none;}

.webform_image p {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	line-height: 150px;
	vertical-align: top;
}
.webform_imageselect {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #666;
}
.webform_imageselect input {
	position: absolute;
	z-index: -100;
}
.webform_imageselect span.fa-lg {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.webform_imageselect .showimage {
	display: none;
}
.webform_imageselect[data-imageset='1']:hover .showimage {
	display: block;
}
.webform_imageselect .showimage span.fa-lg {
	float: left;
	margin-left: 0;
}
.webform_imageselect .iconimage {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
}
.webform_imageselect .iconimage .fa {
	line-height: 150px;
	color: #888;
}
.webform_imageselect .imagedelete {
	display: none;
}
.webform_linkbox > .fa-stack {
	display: none;
	position: absolute;
	top: 5px;
	right: 0;
}
.webform_linkbox > .fa-stack + .fa-stack {
	right: 35px;
}
.webform_linkbox:hover > .fa-stack {
	display: block;
	z-index: 10;
}
.webform_selectpicker_box > .fa-stack {
	position: absolute;
	top: 5px;
	right: 0;
}
.webform_slider_box {
	position: relative;
	display: block;
	border: 1px solid #000;
	background-color: #fff;
	border-radius: 4px;
	height: 10px;
	width: 92%;
	margin-left: 4%;
	cursor: pointer;
}
.webform_slider_box .ui-slider-handle {
	position: absolute;
	top: 50%;
	width: 4em;
	height: 1.8em;
	line-height: 1.8em;
	margin-top: -1em;
	margin-left: -2em;
	text-align: center;
	border: 1px solid #000;
	border-radius: 4px;
	background-color: #ddd;
	color: #000;
	font-weight: bold;
	cursor: w-resize;
}

.webform_checkbox > div {
	display: inline-block;
	vertical-align: top;
}
.webform_checkbox label {
	display: block;
	width: auto;
	margin-right: 14px;
}
.webform_checkbox label i, .webform_radiobutton label i {
	position: relative;
	top: 2px;
	font-size: 20px;
	width: 20px;
	margin-right: 0;
}
.webform_datepicker, #webform_input_id {
	width: 100px !important;
}
.ui-tooltip, .ui-datepicker, .ui-dialog {
	color: #000 !important;
	background-color: #e3e3e3 !important;
}
.ui-widget-content, .ui-dialog-titlebar-close {
	color: #000 !important;
}
.ui-tooltip button, .ui-datepicker button, .ui-dialog button {
	margin-top: 0;
	color: #fff !important;
}
.ui-dialog-titlebar-close {
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
.ui-dialog-buttonset > button:first-child, .ui-dialog-buttonset > button:last-child {
	color: #202020 !important;
}

/* autocomplete */
ul.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	z-Index: 100;
	min-width: 370px;
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	margin: 0px;
	padding: 0;
	border-spacing: 0;
  border-collapse: inherit;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0 0 4px 4px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}
ul.ui-autocomplete li {
	background-color: #fff;
	margin: 0px;
	padding: 4px 8px;
	border-bottom: 1px solid #000;
	color: #000;
	min-height: 18pt;
}
ul.ui-autocomplete li:nth-child(odd) {
	background-color: #fefefe;
}
ul.ui-autocomplete li:last-child {
	border: 0;
}
ul.ui-autocomplete li span {
	font-weight: bold;
	color: #44f;
}
ul.ui-autocomplete li.marked, ul.ui-autocomplete li:hover, ul.ui-autocomplete li.marked span, ul.ui-autocomplete li:hover span {
	background-color: #ddd;
	color: #000;
	cursor: pointer;
}
ul.ui-autocomplete li i {
	font-weight: normal !important;
	background-color: #cacaca !important;
	padding: 1px 3px;
	font-style: normal;
	display: block;
}
ul.ui-autocomplete li.marked i, ul.ui-autocomplete li:hover i {
	background-color: #35415d !important;
}
.ui-helper-hidden-accessible {display:none;}

/* customs */
.login .webform_contentfields:first-child {
	padding-top: 100px;
}
.user_admin #changepassword {
	position: absolute;
	left: 20px;
}
.user #changepassword {
	margin: 20px;
	display: inline-block;
}
.webform_fullcustomfield_box_title {
	position: absolute;
	top: -44px;
	padding-left: 20px;
	font-size: 20px !important;
	color: #448cc4;
	overflow: hidden;
	display: block;
	width: 70%;
	height: 22px;
}
.webform_contentfields {
	border-bottom: 1px solid #5e5e5e;
	padding: 5px 20px;
	box-sizing: border-box;
}
.webform_box .webform_contentfields:last-child {
	border-bottom: 0 none;
}
.webform_box {
	border: 1px solid #5e5e5e;
	border-width: 0 0 0 1px;
}
#dialog_modify .webform_contentfields, #dialog_modify .webform_box {
	border: 0 none;
}
#chart_form_left .webform_box {
	border: 0 none;
	background-color: #acadad;
}
.webform_monthyear span, .webform_monthyear select {
	width: 50px;
	display: inline-block;
}
.webform_monthyear span {
	width: 30px;
}
.webform_monthyear select {
	text-align: center;
}
.webform_monthyear select:last-child {
	width: 70px;
	margin-left: 10px;
}
.shortinput {
	width: 50% !important;
}
#webform_label_input_references {display: none;}
.webform_referencelist_box_references {
	width: 100% !important;
	padding: 20px 0 0 0 !important;
}
.refgroup {
	padding-bottom: 20px;
}
.refgroup strong {
	display: block;
	padding-bottom: 10px;
}
.refgroup label {
	display: block;
	padding: 0;
	font-weight: normal;
	width: auto;
}
.refgroup i {
	margin: 0 6px 4px 0;
	font-size: 16px;
	width: 12px;
	vertical-align: top;
}
.refgroup span {
	display: inline-block;
	width: calc(100% - 20px);
	line-height: 1.3em;
}
.webform_checkboxreplacement, .webform_radiobuttonreplacement {
	background-image: radial-gradient(circle, white, transparent);
}
.projects .webform_content .contentbox {
	width: 100%;
}
.projects .webform_content .contentbox .webform_contentfields {
	border: 0 none;
}
.projecttable img {
	display: block;
	width: 20px;
	height: auto;
}
.projecttable .header, .projecttable .content {
	display: block;
	width: 100%;
	display: table;
}
.projecttable .header {
	position: absolute;
	top: -30px;
	width: calc(100% - 25%);
}
.projecttable .header div, .projecttable .content div {
	font-size: 14px;
	line-height: 1.3em;
	display: table-cell;
	box-sizing: border-box;
}
.projecttable .header div {
	padding-left: 10px;
}
.projecttable .content div {
	border: 1px solid #5e5e5e;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
	padding: 5px 10px;
}
.projecttable .header div:nth-child(1) {width: 10%; border-left-width: 1px;}
.projecttable .header div:nth-child(2) {width: 50%;}
.projecttable .header div:nth-child(3) {width: 5%;}
.projecttable .header div:nth-child(4) {width: 30%;}
.projecttable .header div:nth-child(5) {
	width: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #acadad;
}
.projecttable .content div:nth-child(1) {width: 10%; border-left-width: 1px;}
.projecttable .content div:nth-child(2) {width: 50%;}
.projecttable .content div:nth-child(3) {width: 5%;}
.projecttable .content div:nth-child(4) {width: 5%;}
.projecttable .content div:nth-child(5) {width: 25%;}
.projecttable .content div:nth-child(6) {width: 5%;}
.projecttable .content div:nth-child(3), .projecttable .content div:nth-child(4), .projecttable .content div:nth-child(6) {
	text-align: center;
}
.projecttable .content div:nth-child(5) {
	font-size: 11px;
}
.projecttable .content div:nth-child(6) {
	font-size: 20px;
	background-color: #acadad;
}
.projecttable .content {
	background-color: #fff;
}
.projecttable .content:nth-child(odd) {
	background-color: #e3e3e3;
}
.projecttable a {
	font-size: 26px;
	color: #abacac;
}
.webform_box_openpdf {display: none;}
.subtitle {
	position: absolute;
	top: -56px;
	color: #0062ae;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	padding-left: 10px;
}
.projects .webform_content .contentbox {
	background-color: #acadad;
}
.projects #webform_label_input_text_filter, .projects #webform_label_input_text_auswahl, .projects #webform_label_input_ausfuehrung {
	display: block;
	width: auto;
	color: #0062ae;
	padding-top: 10px;
}
.projects #webform_label_input_text, .projects #webform_label_input_webauswahl, .projects #webform_label_input_referencesweb {
	display: block;
	width: auto;
}
.projects .webform_oneline_box_text, .projects .webform_box_webauswahl > div, .projects .webform_box_direction > div, .projects .webform_box_referencesweb > div, .projects .webform_box_references > div {
	display: block;
	width: auto;
	padding: 0;
}
.projects #webform_label_input_references {
	display: block;
}
.projects .webform_radiobutton_box_direction label {
	width: auto;
}
.projects .webform_checkbox_box_webauswahl i, .projects .webform_box_referencesweb i, .projects .webform_radiobutton_box_direction i {
	margin-right: 10px;
}
.projects .webform_box_direction input {
	position: relative;
	top: 4px;
	width: 16px;
	margin-right: 14px;
}
#webform_label_input_webauswahl, #webform_label_input_referencesweb {
	padding-left: 30px;
}
.projects #webform_input_submit {
	margin-bottom: 20px;
}
.pdfselector-box {
	cursor: pointer;
}
.pdfselector-box input, .pdfselector-box i {
	display: none;
}
.pdfselector-box label {
	font-size: 14px;
	line-height: 1.3em;
	color: #fff;
}
.chosen-choices {
	border: 1px solid #000 !important;
	padding: 4px 8px !important;
	border-radius: 4px !important;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #0062ae !important;
	background-image: none !important;
}
.project .webform_box .webform_contentfields:nth-last-child(1), .project .webform_box .webform_contentfields:nth-last-child(2), .project .webform_box .webform_contentfields:nth-last-child(3) {
	border-bottom: 0 none;
}
.project .webform_box .webform_contentfields:nth-last-child(1) {
	padding-bottom: 20px;
}
[data-groupname^="part"] {
	display: inline-block;
	width: calc(100% / 3);
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
#webform_input_delete {
	background-color: #dc240e;
	border-color: #474747;
}
#downloadpdf {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}