:root {
    --savd-green: #bed250;
    --savd-green-darker: #859338;
    --savd-red: #f0645a;
    --savd-red-darker: #A8463F;
    --savd-blue: #6ebebe;
    --savd-blue-darker: #427272;
    --savd-grey: #d9d9d9;
	--omni-green: #87bd28;
	--background: #363A3A;
}

html, body, form, fieldset, input, button, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
}

html {
	font: normal 16px 'Lato', Helvetica, Arial, sans-serif; height: 100.01%;
}

body {
	float:left;
    background-color: #f0f1f3;
	color: #333;
	font: normal 16px  'Lato', Helvetica, Arial, sans-serif;
	
	height:100%;
	min-width:100%;
	width:auto;
}
b {
	font-weight: 900;
}
h1, h2, h3, h4, h5 {
	font-weight: 400;
}
p {
	font-size: 1em;
}

img { border:none; }

table {}

h1 {
	background-color:#666;
	color:#fff;
	display: block;
	margin:0 auto;
	padding:0px 5px;
	font-size: 1em;
	line-height:24px;
	height:24px;
	width:170px;
}
.welcome {
    color:#c2d14c;
    font-size:35px;
    font-weight:bold;
}

.welcome-boxes-container {
	display:flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/* max-width:1600px; */
}

.welcomebox, .welcomeboxgreen1, .welcomeboxgreen2 {
    min-width:420px;
	
    background: #ffffff;
    box-shadow: 0 7px 14px 0 rgba(60, 66, 87, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    border-radius: 0px;padding:20px;
    margin-right:15px;
    margin-bottom:10px;
    margin-top:10px;
    float:left;
}
.welcomebox2, .welcomebox {
	min-width:320px;
	min-height:300px;
	max-height:300px;
	overflow-y: auto;
	/* white-space: nowrap; */
}

.welcomebox td {
	white-space: nowrap;
}

.welcomeboxgreen1 {
	color:#fff;
	background:#c2d14c;
}
.welcomeboxgreen2 {
	color:#fff;
	background:#c2d14c;
}
.welcomeboxred {
	color:#fff;
	background:#F78A00 !important;
}

.welcomebox2 {
	max-width:900px;
	min-width:400px;
}
.welcomebox h2 {
    margin-bottom:10px;
	font-size:20px;
}
.welcomebox a {
	color:#87d5dd;
	font-weight:bold;
}

.welcomebox.expand-box {
	overflow:visible;
	max-height:unset;
}

.content_outer {
	width:auto;
	min-width:860px;
	height:100%;
	
}
textarea { font-family: inherit; }

fieldset,form {
	border:none;
	margin:0;
	padding:0;
}

.clearer { clear:both; height:1px; }

a:link { text-decoration:underline; color:#000; }
a:visited { text-decoration:underline; color:#000; }
a:active { text-decoration:underline; color:#000; }
a:hover { text-decoration:underline; color:#4A6A11; }

#header {color:#858585; height:75px; position:relative; width:auto; border-bottom: 0 solid #d3e0e9;
    background: #fff; box-shadow: 0 7px 14px 0 rgba(60, 66, 87, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);margin-bottom:10px;font-size:12px;}
#header-sub { background-color:#87bd28;position:absolute;bottom:0;height:0px;width:100%; }
#header a { color:#858585; text-decoration:underline; }
#header-display { width:auto; max-width:960px; min-width:350px; height:66px; position:relative; }
#footer { background-color:#fff; height:20px; padding:10px; text-align:center; width:auto; font-size:12px;}
#content { background-color:#f0f1f3;; height:100%; margin-left:250px; padding:12px 10px; position:relative; width:auto; min-width:350px;}
#head-title { padding:15px 50px 0px 20px; width:250px; float:left; font-weight:bold; font-size:18px; }
#head-pin { padding:12px; margin-top:36px; margin-left:10px; text-align:right; font-weight:bold; color:#fff; width:120px; float:left; background:#c2d14c;}
#head-name { padding:12px; margin-top:30px; text-align:right; min-width:200px; float:right; }

#menu { background-color:#fff; float:left; height:100%; padding:0px; width:240px; margin-top:-10px;}
.menu-item { background-color:#c2d14c; border-bottom:1px solid #fff; padding:12px 20px; }
.menu-item-sel { background-color:#87d5dd; border-bottom:1px solid #fff; font-weight:bold; padding:12px 20px; }
.menu-sub { background-color:#eee; border-bottom:1px solid #fff; color:#acaaaa; padding:10px 15px 10px 20px; }
.menu-sub-sel { background-color:rgba(135,213,221, 0.5); border-bottom:1px solid #fff; font-weight:normal; padding:10px 15px 10px 20px; }
.menu-sub-sel a { text-decoration:none; }
.menu-sub a { text-decoration:none; }
.menu-item-sel a { color:#fff;font-weight:normal;text-decoration:none;}
.menu-item a { color:#fff;font-weight:normal;text-decoration:none;}

#container {
    background-color:#f0f1f3;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	min-height: 100%;
	width:100%;
	min-width:320px;
}
#push { height:40px; }

table.search {background-color:#fff; border-collapse:separate; border-spacing:1px; empty-cells:show; wwhite-space:nowrap;padding:0px;background: #fdfdfd;
    box-shadow: 0 7px 14px 0 rgba(60, 66, 87, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    border-radius: 0px;}
table.search thead tr { background-color:#f8f8f8; }
table.search thead td { color:#000; padding:15px 25px; font-weight:normal; font-size:20px; text-align:left; }

table.search th { color:#000; padding:10px; font-weight:normal; text-align:left; }
table.search tbody tr { background-color:#ffffff; }
table.search td { padding:5px 5px; text-align:left; }

table.search .selector { max-width:150px;font-size:16px;}

table.result {background-color:#fff; border-collapse:separate; border-spacing:1px; empty-cells:show; wwhite-space:nowrap;padding:0px;background: #fdfdfd;
    box-shadow: 0 7px 14px 0 rgba(60, 66, 87, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    border-radius: 0px; empty-cells:show; white-space:nowrap;}
table.result thead tr { background-color:#fff; }
table.result th { color:#000; padding:10px; font-weight:normal; text-align:left; }
table.result tbody tr { background-color:#eee; }
table.result tbody tr:nth-child(odd) { background-color:#ddd; }
table.result td { padding:8px 10px; }
table.result tr.deleted td { color:red; }
table.result tbody tr.act:nth-child(odd) { background-color:LightGreen; }
table.result tr.act { background-color:LightGreen; }
table.result tr.sum { font-weight:bold; background-color:#87bd28 !important; }

table.result .selector { max-width:150px;font-size:16px;}
table.resultCompact td { padding:5px !important; }

table.result2 { background-color:#fff; border-collapse:separate; border-spacing:1px; empty-cells:show; table-layout:fixed; }
table.result2 thead tr { background-color:#c6de9f; }
table.result2 th { color:#000; padding:5px 5px; font-weight:normal; text-align:left; overflow:hidden; }
table.result2 tbody tr { background-color:#eee; }
table.result2 tbody tr:nth-child(odd) { background-color:#ddd; }
table.result2 td { padding:5px 5px; overflow:hidden; }
table.result2 tr.deleted td { color:red; }
table.result2 tbody tr.act:nth-child(odd) { background-color:LightGreen; }
table.result2 tr.act { background-color:LightGreen; }
table.result2 tr.sum { font-weight:bold; background-color:#87bd28 !important; }

table.resultNoCol { background-color:#fff; border-collapse:separate; border-spacing:1px; empty-cells:show; white-space:nowrap; }
table.resultNoCol thead tr { background-color:#f8f8f8; }
table.resultNoCol thead tr a { color:#000;}
table.resultNoCol th { color:#000; padding:5px 5px; font-weight:normal; text-align:left; }
table.resultNoCol tbody tr { background-color:#eee; }
table.resultNoCol tbody tr.col { background-color:#ddd; }
table.resultNoCol td { padding:5px 5px; }
table.resultNoCol tr.deleted td { color:red; }
table.resultNoCol tbody tr.act:nth-child(odd) { background-color:LightGreen; }
table.resultNoCol tr.act { background-color:LightGreen; }
table.resultNoCol tr.sum { font-weight:bold; background-color:#87bd28 !important; }

table.resultNoColComp td, table.resultNoColComp th { padding:5px 2px; font-size: 14px;}

table.fixedHead thead th { position:-webkit-sticky; position:sticky; top:0; z-index:2; background-color:inherit; }

table.data { background-color:#fff; border-collapse:separate; border-spacing:1px; empty-cells:show; wwhite-space:nowrap; margin:0 auto;padding:0px;background: #fdfdfd;
    box-shadow: 0 7px 14px 0 rgba(60, 66, 87, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
    border-radius: 0px;}
table.data th { color:#000; padding:10px 30px; font-weight:bold; text-align:left; }
table.data tr { background-color:#fff; }
table.data td { padding:10px 30px; }
table.data tr.padding10 td { padding:10px 30px; }
table.data ul { padding:0px 20px; }
table.data td.topic { font-weight:bold; white-space:nowrap; }
table.data tr.headline { background-color:#f8f8f8; }
table.data tr.headline td { color:#000; padding:15px 25px; font-weight:normal; font-size:20px; text-align:left; }
table.data tr.sub-headline { background-color:#ffffff; }
table.data tr.sub-headline td { color:#000; padding:15px 30px; text-align:left; font-weight:bold;}
table.data tr.footline { background-color:#dedede; }
table.data tr.disabled td { color:#BBB; }

table.dataCompact td { padding:1px 5px; }
table.dataCompact tr.sub-headline td { padding:1px 5px; }
table.dataCompactMed td { padding:5px 10px; }
table.dataCompactMed tr.sub-headline td { padding:5px 10px; }

table.data_r {
	max-width:890px;
	white-space: normal;
}

table.box {
	height:15px;
	background-color:#fff; border-collapse:separate; border-spacing:1px; empty-cells:show; wwhite-space:nowrap; margin:0 auto;padding:0px;background: #fdfdfd;
	box-shadow: 0 7px 14px 0 rgba(60, 66, 87, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
	border-radius: 0px;
	border-top:1px;
	border-left:1px;
	border-right:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#87bd28;
	border-width:0px;
	margin-bottom:20px;
}

.right { text-align:right !important; }
.center { text-align:center !important; }

.error {
	
	font-size:13px;
	font-weight:normal;
	vertical-align:text-bottom;
	text-transform:none;
	background-color:#F78A00 !important;
	color:white;
	padding:10px;
}

.success {
	
	font-size:13px;
	font-weight:normal;
	vertical-align:text-bottom;
	text-transform:none;
	background-color:darkgreen;
	color:white;
	padding:10px;
}

.batchlist {
	position:relative;
	margin: 10px;
}
.batchlist a {
    font-weight:normal;
}
.state-green { color: green; }
.state-red { color: red; }
.state-oline { background-color:LightGreen; }
.state-online { background-color:LightGreen; }
.state-offline { background-color:Orange; }

.job-owner { background-color: green; color:#fff; }
.job-waiting { background-color: yellow; }
.job-open { background-color: red; color:#fff; }
.job-canceled { background-color: black !important; color:#fff; }

.status-green { text-align:center; color:#000; background-color: #83B061; }
.status-yellow { text-align:center; color:#000; background-color: #FFD737; }
.status-red { text-align:center; color:#000; background-color: #EC6929; }
.status-blue { text-align:center; color:#000; background-color: #A0DFFF; }
.status-green-fl { text-align:center; color:#FFD737; background-color: #83B061; }
.status-red-fl { text-align:center; color:#FFD737; background-color: #EC6929; }

.speed-bad {
	background-color: red;
	color:#fff;
}
.speed-warning {
	background-color: orange;
	color:#fff;
}

.hhand:hover {
	cursor: pointer;
	text-decoration: underline !important;
}
.linktext { color:#000; text-decoration:underline; }
.language { width:345px; float:left; }
.skill { width:300px; float:left; }
.levelSel { width:75px; }

/******************
** buttons und inputfields **
******************/
.selector {
	border:1px;
    border-color:#f0f1f3;
	border-style:solid;
    background-color:#f0f1f3;
	font-family:Helvetica, Arial, sans-serif;
	font-size :17px;
	color: #000000;
	font-weight:normal;
}

.selector-err {
	border:2px;
	border-color:red;
	border-style:solid;
    background-color:#f0f1f3;
	font-family:Helvetica, Arial, sans-serif;
	font-size :17px;
	color: #000000;
	font-weight:normal;
}
input[type="text"].selector {
	padding: 2px 4px;
}
.btn,  a.btnblack:LINK  {
    border-radius:5px;
    border-color:#c2d14c;
    height:auto;
	border-style:solid;
    background-color:#c2d14c;
	font-family:'Didact Gothic', Helvetica, Arial, sans-serif;
	font-size :17px;
	color: #fff;
	font-weight:normal;
	cursor: pointer;
    padding:3px 15px;
}
.btn:hover {
   
   background-color:#6c8a1a;
   border-color:#6c8a1a;
  
}
.sbtn {
	border:1px;
	border-color:#fff;
	height:20px;
	border-style:solid;
	background-color:#87bd28;
	font-family:'Didact Gothic', Helvetica, Arial, sans-serif;
	font-size :12px;
	color: #fff;
	font-weight:bold;
	text-align: center;
	cursor: pointer;
	width:15px;
}

.w20 { width:20px; }
.w100 { width:100px; }
.w250 { width:250px; }
.w480p { width:480px; }
.w480 { width:480px;  margin:0 auto;padding:20px;}
.w720 { width:720px; }
.dowrap { white-space:normal; }
.left { float:left; }
.right { float:right; }


a.btn:link { text-transform:none; text-decoration:none; color: #fff;  padding:3px 15px;display:block;float:left;margin-right:10px;}
a.btn:visited { text-transform:none; text-decoration:none; color: #fff; }
a.btn:active { text-transform:none; text-decoration:none; color: #fff; }
a.btn:hover { text-transform:none; text-decoration:none; color: #fff; }

a.btnblack:link { text-transform:none; text-decoration:none; background:#000;color:#fff;  padding:3px 15px;display:block;float:left;margin-top:10px;border-color:#000;border-style:none;}

#jobCnt { float:right; }
a.redNumberPoint { 
	background-color: red;
	color: white;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	width: 20px;
	height: 20px;
	border: 0px solid black;
	text-align: center;
	border-radius: 25px;
}
a.redNumberPoint: hover { text-decoration:none; }

/*****************
** Autocomplete **
******************/
.ui-autocomplete { z-index:11 !important; }
.ui-autocomplete-category { font-weight: bold; padding: 0; margin:0px; line-height: 1.2; display:block; }
.ui-autocomplete-loading { background:white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;}
/* .ui-widget {
	font-family: 'Lato', Helvetica, Arial, sans-serif !important;
	font-size: 16px !important;
} */

.searchFieldDiv {position:relative; left:-2px; }
.searchFieldIcon {display:inline-block;position:absolute !important;left:3px;top:8px; }
#menuNameField {padding-left:20px; width:170px; font-size:14px; height:20px; }
.myFilter {
	background:#eee;
	padding:5px;
	position:relative;
	float:left;
}

.myFilter div{
	float:left;
	margin-right:5px;
	font-weight:bold;
}
.myFilter label, .FilterV {
	float:left;
	margin-right:20px;
	font-weight:normal;
}
.FilterV .selector {
	margin-top:3px;
}
.app-table div {
	float:left;
	background:#eee;
	
}
.app-table .app-row {
	clear:both;
	margin:4px;
	padding:5px;
}
.app-hdata {
	font-weight:bold;
	margin-right:5px;
	width:150px;
	
}
.app-data {
	width:180px;
	
}
.app-edata {
	clear:both;
	padding:5px;
	border-bottom:1px solid #dedede;
	width:99%;
}

a.closeable:link  { border:1px solid black; text-decoration:none; margin-right:2px; border-radius: 2px; padding:2px; }
a.closeable:hover  { border:1px solid black; color:#000; background-color:#87d5dd; }

@media (max-width: 620px) {
	body
{
  font: normal 16px 'Didact Gothic', Helvetica, Arial, sans-serif; height: 100.01%;
  font-weight: normal; 
  margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;
}
#content {
   margin:0;
   float:left;
}
.content_outer {
	width:auto;
	min-width:320px;
	
}


table.data_r tr.headline {
	background:#c2d14c;
	color:#ffffff;
}
table.data_r tr.headline td {
	color:#ffffff;
	text-transform:uppercase;
	 font-weight: normal; 
}


{
	font-size:14px; 
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
.w480 {
	width:auto;
	max-width:300px;
}
h1, h2, h3 {
	color:#6DB307;
	text-transform:uppercase;
	font-weight:normal;
}
.selector, select {
	border : 1px ;
	border-color : #dddddd ;
	border-style : solid ;
	
	color: #8f8e8e;
	font-weight:normal;
	padding:5px 10px;
}
button, .btn, a.btn:link {
	background:#000000;
	color:#ffffff;
	border:0px;
	padding:7px 20px;
	height:auto;
	text-transform:uppercase;
	font-size:15px; 
	display:block;
	font-weight:normal;
	margin-top:5px;
}
.left, .right {
	float:none;
}
p {
	margin:10px 20px;
}
.myFilter div{
	
	margin:5px;
}
select.selector  {
 	background: #ffffff url(../img/arrow.png) no-repeat right 8px;
	width:292px;
}
select.selector1  {
 	background: #ffffff url(../img/arrow.png) no-repeat right 8px;
	padding-right:30px;
}


.skill {
    margin: 5px;
}
#header {
	display:block;
}
#head-name {margin-top:-20px;  width:200px;}



}
@media screen and (max-width: 620px) {
        table.data_r, table.data_r tbody, table.data_r tr {
		display: block;
		white-space: normal;
        }
	table.data_r thead {
		
	}
	table.data_r tr:first-child {
		border-top: 2px solid #dedede;
	}
	table.data_r tr {
		border-bottom: 2px solid #dedede;
		padding: 3px 5px;
	}
	
	
	table.data_r td {
		display: inline-block;
		min-width: 5%;
		padding: 3px 5px;
		text-align: left;
	}
	table.data_r td:first-child  {
		min-width:170px;
	}
	td a {
		font-weight:bold;
	}
	td.td1 {
		font-weight:bold;
		width:260px;
	}
	td.td2 {
		font-weight:bold;
	}
	#menu {
    width:100%;
    min-width: 300px;
	}
	.welcomebox2, .welcomebox {
		width:auto;
		min-width:320px;
		
	}
	#head-title { padding:20px; width:200px; float:left; font-weight:bold; font-size:18px; }
	
	#head-name { margin-top:50px;}
	#header { height:90px;}
	#head-pin {
		margin-top: 66px;
		position: absolute;
		padding:5px;
		margin-left:15px;
	}

	
	
}
.labellogo {
    background:#000;
    font-size:10px;
    color:#fff;
    padding:2px 5px;
    margin-left:-20px;
    margin-top:10px;
    text-transform:uppercase;
    font-weight:normal;
}
.ListVideo li  {
	margin: 15px 30px;
}
.fs-dropdown {
	width: 650px !important;
}
.fs-options {
	max-height: 640px !important;
}
.fs-option.selected {
	background:lightsteelblue;
	color:#fff;
}
.helpFieldDiv {
	background:#fff;
	padding:10px;
	font-size:15px;
}
.helpFieldDiv p {
	padding:3px 10px;
}
.spec1 .selector {
	margin:4px 0px;
}
.green {
	background:#87d5dd !important;
	color:#fff;
}

.icon {
	display: none;
	
}
.icon  {
	color:red;
	position:absolute;
	top:25px;
	right:20px;
	
}
.TabDiv {
	
	width:200px;
	float:left;
	text-align:center;
	margin-bottom:10px;
	
}
.TabSpan1 div, .TabSpan2 div, .TabSpan3 div {
	
	padding:10px 5px;
	border:1px solid #cecece;
	
}
.TabSpan1 {
	width:99%;
	float:left;
	position:relative;
	background:#ddd;
}
.TabSpan2, .TabSpan3 {
	width:33%;
	float:left;
	position:relative;
}

.TabDivL {
	width:188px;
	float:left;
	padding:10px 5px;
	border:1px solid #cecece;
	text-align:center;
}

@media screen and (max-width: 600px) {
	.menu div {display: none;}
	
	a.icon {
		float: right;
		display: block;
		z-index:12;
	}
	.menu.responsive {
		display: block !important;
		width:100%;
		text-align: left;
	}
	.TabDiv {
		
		width:400px;
		float:none;
		text-align:center;
	}
	
	
}

@media screen and (max-width: 600px) {
	.menu.responsive {position: relative;}
	.menu.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.responsive  {
		float: none;
		display: block;
		text-align: left;
	}
}


.welcomeboxgreen2 h2 , .welcomeboxred h2   {
		color:#fff;
}
.welcomebox h2  {
		color:#000;
}

#editor {
	max-width:490px;
}

.ql-editor {
    font-family: 'Asap', sans-serif;
    font-size: 1rem;
    min-height: 250px;
}

.ql-blank {
    height:100%;
}

.ql-picker-label {
    font-family: 'Asap', sans-serif;
}

.ql-picker-options {
    font-family: 'Asap', sans-serif;
}

.ql-container {
    min-height: 250px;
    max-height: 400px;
    overflow-x: visible;
    overflow-y: auto;
}

.news-display-title {
	font-size:1.6rem;
	font-weight:600;
}

.news-display-content {
    font-size:1.1rem;
	color:#1F1F1F;
}

.news-display-content h1 {
	all: unset;
    font-size:1.4rem!important;
    font-weight:600;
	color:#1F1F1F;
}

.news-display-content h2 {
    font-size: 1.3rem!important;
    font-weight:500;
}

.news-display-content h3 {
    font-size: 1.2rem!important;
    font-weight:500;
}

.news-display-content a {
    color:var(--savd-blue);
    font-weight:500;
    text-decoration:underline;
}

.news-display-content a:hover {
    color:var(--savd-blue-darker);
}

.news-display-content p {
    margin-bottom:0;
}

#remember-me-container {
	display:none;
}

#pwa-loader {
	/* display:flex; */
	display:none;
	position:absolute;
	background-color:#162703cc;
	color:#fff;
	top:0;
	left:0;
	width:100%;
	height:100%;
	justify-content: center;
	align-items: center;
	font-size:2rem;
	box-sizing: border-box;
	backdrop-filter: blur(4px);
	font-family: 'Didact Gothic';
}

#pwa-loader div {
	animation-name: wave;
	/* animation-duration: calc(var(--i) * 1s); */
	animation-duration: 2.2s;
	animation-delay: calc(var(--i) * 400ms);
	animation-timing-function:ease-in-out;
	animation-iteration-count: infinite;
}

@keyframes wave {
    0%, 30%, 100% {
        transform: translateY(0);
    }
    15% {
        transform: translateY(-10px);
    }
}
