@charset "utf-8";

body, html {
	background-color: #FFFBF0;
	font-family: "Arial";
	font-size: 1em;
	margin: 0px;
}

footer {
	background-color: #CFD0D3;
	color: #6D6E71;
	position: fixed;
	bottom: 0px;
	font-size: 14px;
	height: 25px;
	width: 100%;
	line-height: 25px;
	color: #6D6E71;
	text-align: center;
	display: block;
	margin: auto;
	z-index: 909;
}

.copyright {
	margin-right: 10px;
	float: right;
}

.leftFooter {
	margin-left: 10px;
	float: left;
}

h1 {
	margin-top: 0em;
	margin-bottom: 5px;
	font-variant: small-caps;
}

h2 {
	margin-top: 0em;
	margin-bottom: 5px;
	font-variant: small-caps;
	border-bottom: 1px solid black;
}

h3 {
	margin-top: 0em;
	margin-bottom: 3px;
}

#container {
	margin: 0 auto;
	width: 98%;
	text-align: left;
	margin-bottom: 30px;
}

#headerdescription {
	float: right;
	text-align: right;
	overflow: hidden;
	font-weight: normal;
	font-size: 2.2em;
}

#headermenu {
	margin-top: 0.2em;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

#headermenu div, #headermenu li, #headermenu a, #headermenu span,
	#headermenu img, #headermenu p {
	text-align: left;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
	margin-block-start: 0;
}

#headermenu ul {
	padding-left: 0.2em;
	margin-bottom: 0em;
}

#headermenu li {
	margin-left: 0.5em;
	display: inline;
	text-decoration: none;
	list-style: none;
}

#headermenu a {
	text-decoration: none;
}

#headermenu a.active::before {
	content: ">>";
}

#headermenu a.active::after {
	content: "<<";
}

#submenu a {
	text-decoration: none;
}

#submenu li {
	display: inline;
	margin-left: 10px;
}

#submenu a.active::before {
	content: ">>";
}

#submenu a.active::after {
	content: "<<";
}

#main table.keyvalue th {
	vertical-align: top;
	text-align: right;
	border-bottom: none;
	background: #F0F0F0;
	padding-right: 5px;
}

#main table.keyvalue td {
	vertical-align: top;
	text-align: left;
	border-bottom: none;
	padding-left: 5px;
}

#main table.keyvalue tbody tr:nth-child(odd) th {
	background-color: transparent;
}

#main {
	margin-top: 0.5em;
}

#main table {
	text-align: left;
	font-size: 1.0em;
	font-weight: normal;
}

#main table.wide {
	width: 100%;
}

#main table th {
	border-bottom: 2px solid #999;
	background: #F0F0F0;
	vertical-align: bottom;
}

#main table td {
	border-bottom: 1px solid #999;
	vertical-align: top;
	padding: 2px;
}

#main table tr:last-child td {
	border-bottom: none;
}

#main table.color tbody tr:nth-child(even) {
	background-color: #F0F0C0;
}

#main table tbody tr.subtable:nth-child(even) {
	background-color: #f3f3f3 !important;
}

#main table tbody tr.selected {
	background-color: #00F44050 !important;
}

#main table.color tbody tr:hover td {
	background: #daa520 !important;
}

#main table.color tbody tr.inactive td {
	color: gray;
}

div#popup {
	border-radius: 5px;
	background: none repeat scroll 0 0 #eeeeee;
	border: 1px solid #1a1a1a;
	color: #000000;
	display: none;
	font-size: 90%;
	padding: 5px;
	position: absolute;
	width: 300px;
}

ul {
	margin-top: 0em;
	margin-bottom: 10px;
}

.header {
	float: right;
	display: flex;
	align-items: center;
}

.header img {
	vertical-align: middle;
	width: 50px;
	height: 50px;
}

.header span {
	margin-left: 5px;
	font-variant: small-caps;
	font-size: 1.5em;
	margin-right: 20px;
}

fieldset {
	border: 1px solid #008955;
	padding: 0.5em;
	margin-bottom: 0.8em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

fieldset legend {
	background: #008955;
	font-variant: small-caps;
	padding: 6px;
	margin-left: 1em;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

fieldset.status-inactive legend {
	background: #ababab;
}

fieldset.status-inactive {
	border: 1px solid #ababab;
}

.myButton {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #008955
		), color-stop(1, #005735));
	background: -moz-linear-gradient(top, #008955 5%, #005735 100%);
	background: -webkit-linear-gradient(top, #008955 5%, #005735 100%);
	background: -o-linear-gradient(top, #008955 5%, #005735 100%);
	background: -ms-linear-gradient(top, #008955 5%, #005735 100%);
	background: linear-gradient(to bottom, #008955 5%, #005735 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008955',
		endColorstr='#733939', GradientType=0);
	background-color: #008955;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	padding: 16px 31px;
	text-decoration: none;
	text-shadow: 4px 4px 5px #005735;
	margin: 5px;
}

.myButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #733939
		), color-stop(1, #008955));
	background: -moz-linear-gradient(top, #005735 5%, #008955 100%);
	background: -webkit-linear-gradient(top, #005735 5%, #008955 100%);
	background: -o-linear-gradient(top, #005735 5%, #008955 100%);
	background: -ms-linear-gradient(top, #005735 5%, #008955 100%);
	background: linear-gradient(to bottom, #005735 5%, #008955 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005735',
		endColorstr='#008955', GradientType=0);
	background-color: #005735;
}

.myButton:active {
	position: relative;
	top: 1px;
}

.mySmallButton {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #008955
		), color-stop(1, #005735));
	background: -moz-linear-gradient(top, #008955 5%, #005735 100%);
	background: -webkit-linear-gradient(top, #008955 5%, #005735 100%);
	background: -o-linear-gradient(top, #008955 5%, #005735 100%);
	background: -ms-linear-gradient(top, #008955 5%, #005735 100%);
	background: linear-gradient(to bottom, #008955 5%, #005735 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008955',
		endColorstr='#005735', GradientType=0);
	background-color: #008955;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	padding: 6px 21px;
	text-decoration: none;
	text-shadow: 4px 4px 5px #005735;
	margin: 2px;
}

.mySmallButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #005735
		), color-stop(1, #008955));
	background: -moz-linear-gradient(top, #005735 5%, #008955 100%);
	background: -webkit-linear-gradient(top, #005735 5%, #008955 100%);
	background: -o-linear-gradient(top, #005735 5%, #008955 100%);
	background: -ms-linear-gradient(top, #005735 5%, #008955 100%);
	background: linear-gradient(to bottom, #005735 5%, #008955 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005735',
		endColorstr='#008955', GradientType=0);
	background-color: #005735;
}

.mySmallButton:active {
	position: relative;
	top: 1px;
}

table td.checkbox {
	text-align: center;
	vertical-align: middle;
}

/*** TABLE FORM ***/
form.tableform {
	margin-top: 1em;
}

form.tableform small {
	font-size: 0.5em;
}

form.tableform table {
	width: 60% !important;
}

/*** Bootstrap Form ***/
.bootstrap-frm {
	max-width: 99%;
}

.bootstrap-frm label {
	display: block;
	margin: 0px 0px 0px;
}

.bootstrap-frm td>label {
	display: block;
	margin: 5px 5px 5px;
}

.bootstrap-frm td>small {
	display: block;
	margin-left: 10px;
}

.bootstrap-frm label>span {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
	color: #333;
	font-weight: bold;
}

.bootstrap-frm div.formText {
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.bootstrap-frm table {
	border: 1px solid #CCC;
	color: #2e3436;
	line-height: 15px;
	margin-bottom: 10px;
	margin-right: 6px;
	margin-top: 5px;
	outline: 0 none;
	padding: 5px 0px 5px 5px;
	width: 50%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap-frm input[type="number"], .bootstrap-frm input[type="text"],
	.bootstrap-frm input[type="email"], .bootstrap-frm textarea,
	.bootstrap-frm select, .bootstrap-frm .dragbox {
	border: 1px solid #CCC;
	color: #2e3436;
	line-height: 15px;
	margin-bottom: 2px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 5px 0px 5px 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap-frm .dragbox {
	display: inline-table;
	width:400px;
	height:100px;
}

.bootstrap-frm input[type="checkbox"] {
	color: #2e3436;
	margin-bottom: 10px;
	margin-right: 6px;
	margin-top: 5px;
	outline: 0 none;
	padding: 5px 0px 5px 5px;
	height: 25px;
}

.bootstrap-frm select {
	background: #FFF;
	text-indent: 0.01px;
	text-overflow: '';
	line-height: 15px;
}

.width50 {
	width: 50%;
}

.bootstrap-frm textarea {
	height: 100px;
	padding: 5px 0px 0px 5px;
}

.bootstrap-frm input[type="button"] {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 2px 5px 2px 5px;
	margin-bottom: 10px;
	margin-right: 6px;
	margin-top: 2px;
	color: #333;
	border-radius: 4px;
}

.bootstrap-frm input[type="button"]:hover {
	color: #333;
	background-color: #EBEBEB;
	border-color: #ADADAD;
}

/** DC Custom **/
.required:after {
	content: "*";
	color: red;
}

.bootstrap-frm input[type=text]:focus, .bootstrap-frm select:focus {
	background-color: #EEE;
}

.bootstrap-frm details summary {
	cursor: pointer;
	font-size: 0.7em;
	margin-top: 0px;
	margin-left: 150px;
	margin-bottom: 10px;
}

.bootstrap-frm details[open] summary {
	margin-bottom: 0px;
}

.bootstrap-frm details div {
	margin-left: 150px;
}

.bootstrap-frm details summary>* {
	display: inline;
}

/** Die checkboxen in schalter style **/
.bootstrap-frm [type="checkbox"].switch {
	position: relative;
	left: 30px;
	top: 0px;
	z-index: 0;
	-webkit-appearance: none;
}

.bootstrap-frm [type="checkbox"].switch+label {
	position: relative;
	display: block;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 24px;
	line-height: 1.3;
	padding-left: 70px;
	position: relative;
	margin-top: -30px;
}

.bootstrap-frm [type="checkbox"].switch+label:before {
	width: 60px;
	height: 30px;
	border-radius: 30px;
	border: 2px solid #ddd;
	background-color: #EEE;
	content: "";
	margin-right: 15px;
	transition: background-color 0.5s linear;
	z-index: 5;
	position: absolute;
	left: 0px;
}

.bootstrap-frm [type="checkbox"].switch+label:after {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #fff;
	content: "";
	transition: margin 0.1s linear;
	box-shadow: 0px 0px 5px #aaa;
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 10;
}

.bootstrap-frm [type="checkbox"].switch:checked+label:before {
	background-color: #2b8718;
}

.bootstrap-frm [type="checkbox"].switch:checked+label:after {
	margin: 0 0 0 30px;
}

.bootstrap-frm [type="checkbox"].switch {
	position: relative;
	left: 30px;
	top: 0px;
	z-index: 0;
	-webkit-appearance: none;
}

/** Error **/
.bootstrap-frm .error-message {
	margin-left: 100px;
	color: #cc0033;
	display: inline-block;
	font-size: 1.2em;
	line-height: 15px;
	margin: 5px 0 0;
}

.bootstrap-frm .error-message {
	display: none;
}

/* Error Styling */
.bootstrap-frm .error label {
	color: #cc0033;
}

.bootstrap-frm .error input[type=text], .bootstrap-frm .error input[type="number"],
	.bootstrap-frm .error input[type="text"], .bootstrap-frm .error input[type="email"],
	.bootstrap-frm .error textarea, .bootstrap-frm .error select {
	background-color: #fce4e4;
	border: 1px solid #cc0033;
	outline: none;
}

.bootstrap-frm .error .error-message {
	display: inline-block;
}

.disabled {
	display: none;
}

fieldset.fold legend:before {
	content: "- ";
}

fieldset.closed legend:before {
	content: "+ ";
}

fieldset.fold legend {
	cursor: pointer;
}

fieldset.fold div {
	display: block;
}

fieldset.closed div {
	display: none;
}

img.lazy {
	display: block;
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

fieldset.edit label {
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: right;
	clear: both;
	float: left;
	margin-right: 15px;
}

fieldset.edit input, fieldset.edit select {
	height: 20px;
	width: 300px;
	border: 1px solid #000;
	margin-top: 10px;
	float: left;
}

fieldset.edit input[type=button], fieldset.edit input[type=submit] {
	height: 20px;
	width: 80px;
	border: 1px solid #000;
	margin-top: 10px;
	float: right;
	border-radius: 4px;
}

fieldset.edit input[type=checkbox] {
	height: 20px;
	width: 50px;
	border: 1px solid #000;
	margin-top: 10px;
	float: left;
}

fieldset.edit span {
	margin-top: 10px;
	float: left;
	border-radius: 4px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active {
	background: #008955;
}

/* Gallery */
#image-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#image-list li {
	margin: 10px 20px 10px 0px;
	display: inline-block;
	cursor: move;
}

#txtresponse {
	padding: 10px 20px;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 70%;
	display: none;
	border: #E0E0E0 1px solid;
	color: #212121;
}

div.gallery {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
}

div.gallery:hover {
	border: 1px solid #777;
}

div.gallery img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.desc {
	padding: 5px;
	padding-bottom: 0px;
	text-align: center;
}

#uploadImagesButton, #storeImageChanges {
	height: 20px;
	width: 80px;
	border: 1px solid #000;
	margin-top: 10px;
	float: right;
	border-radius: 4px;
}

span.deleteImage, span.changeImageDesc {
	cursor: pointer;
}

span.edit {
	display: none;
}

span.saveDesc {
	color: darkgreen;
	cursor: pointer;
}

span.cancelChangeDesc {
	color: darkred;
	cursor: pointer;
}

.floatbox {
	float: left;
	padding: 5px;
	margin: 2px;
	border-radius: 10px;
	border: 1px solid #999;
}

.actionHeader {
	border-bottom: 1px solid black;
}

.actionHeader h2 {
	border-bottom: none;
	margin-bottom: 0px;
	display: inline;
}

.actionHeader span {
	float: right;
}

/** 
 * ActionListe
**/
td.actionList ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
}

td.actionList ul li {
	display: inline;
}

td.actionList ul li a, a.button {
	margin-left: 5px;
	float: left;
	color: #fff;
	background-color: #036;
	padding: 0.2em 1em;
	text-decoration: none;
	border-radius: 8px;
	margin: 2px;
}

td.actionList ul li a:hover, a.button:hover {
	background-color: #369;
	color: #fff;
}

/**
 * Daniel - Number
 */
span.primaryId {
	font-style: italic;
	position: relative;
	top: -0.5em;
	font-size: 70%;
	color: lightGray;
}

span.primaryId:before {
	content: "(";
}

span.primaryId:after {
	content: ")";
}

/*DL, DT, DD TAGS LIST DATA*/
dl {
	display: grid;
	grid-template-columns: max-content max-content;
	grid-column-gap: 5px;
}

dt::after {
	content: ":";
}

dt, dd {
	margin-left: 0px;
	margin-bottom: 5px;
}

dt {
	padding-left: 10px;
	text-align: right;
	border-left: 1px solid #008955;
	border-bottom: 1px solid #008955;
	border-bottom-left-radius: 5px;
}

/* ERROR List */

/* ICONS */
/* THE BASE */
.bar {
	padding: 10px;
	margin: 10px;
	color: #333;
	background: #fafafa;
	border: 1px solid #ccc;
}

.error {
	color: #ba3939;
	background: #ffe0e0;
	border: 1px solid #a33a3a;
}

.notice {
	color: white;
	background: #ff9800;
	border: 1px solid #a33a3a;
}

i.ico {
	display: inline-block;
	width: 20px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

.missionParameter {
	display: none;
}

span.locationIdent {
	border:1px solid black;
	float: left;
	width: 1em;
	height: 1em;
	margin-right: 5px;
}


/***** TAGs ****/
.tag {
	border: 1px solid #d99d38;
    -webkit-border-radius:0.5em;
    -moz-border-radius:0.5em;
    border-radius:0.5em;
    
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:0.75em;
    font-weight:bold;
    text-decoration:none;
    
    color:#996633;
    text-shadow:0px 1px 0px rgba(255,255,255,.4);
    
    background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    
    padding:0.7em;
    margin: 0.2em;
    
    float:left; position:relative;
}

.tag-small {
    padding:0.2em;
    margin: 0.2em;
}

/*
	https://cssgradient.io/
*/
.tag-color-white {
	font-weight:normal;
	color:#000;
	
	border: 1px solid #fff;
	
	background: rgb(168,168,168);
	background: -moz-linear-gradient(0deg, rgba(168,168,168,1) 4%, rgba(255,255,255,1) 88%);
	background: -webkit-linear-gradient(0deg, rgba(168,168,168,1) 4%, rgba(255,255,255,1) 88%);
	background: linear-gradient(0deg, rgba(168,168,168,1) 4%, rgba(255,255,255,1) 88%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8a8a8",endColorstr="#ffffff",GradientType=1);
}

.tag-color-blue {
	font-weight:normal;
	color:#fff;
	
	border: 1px solid #729fcf;
	
	background: rgb(47,35,250);
	background: -moz-linear-gradient(0deg, rgba(47,35,250,1) 0%, rgba(9,9,121,1) 35%);
	background: -webkit-linear-gradient(0deg, rgba(47,35,250,1) 0%, rgba(9,9,121,1) 35%);
	background: linear-gradient(0deg, rgba(47,35,250,1) 0%, rgba(9,9,121,1) 35%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2f23fa",endColorstr="#090979",GradientType=1);
}

.tag-color-red {
        font-weight:normal;
        color:#fff;

        border: 1px solid #729fcf;

        background: rgb(242,176,176);
        background: -moz-linear-gradient(0deg, rgba(242,176,176,1) 4%, rgba(228,13,13,1) 88%);
        background: -webkit-linear-gradient(0deg, rgba(242,176,176,1) 4%, rgba(228,13,13,1) 88%);
        background: linear-gradient(0deg, rgba(242,176,176,1) 4%, rgba(228,13,13,1) 88%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2b0b0",endColorstr="#e40d0d",GradientType=1);
}

.tagAdd {
	background-color: #99ff99
}

.tagRemove {
	background-color: #ff9999
}

/*** TAG DRAG ****/
[draggable=true] {
	cursor: move;
}

/*** Live Marker ***/
.live:before {
	content: ' \25CF';
	color: green;
}

progress {
	width: 100%;
}

.help {
	color:#fff;
    background-color:#008955;
    width:12px;
    height:12px;
    display:inline-block;
    border-radius:100%;
    font-size:10px;
    text-align:center;
    text-decoration:none;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
}