@font-face {

font-family: 'Noto Sans Display';

src: url(font/NotoSansDisplay-Regular.ttf);
font-weight: normal;
}
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 {
	height:100%; 
}

body {
	float:left;
	background-color: #fff;
	color: #333;
	font-family: 'Noto Sans Display', sans-serif;
	font-size:14px;
	height:100%;
	min-width:100%;
	width:auto;
	color:#333333;
    background-color:#F4F3F6;
}

p {
	font-size: 1em;
}

img { border:none; }


h1 {
	
}

textarea { font-family: inherit; }

fieldset,form {
	border:none;
	margin:0;
	padding:0;
}

.clearer { clear:both; height:1px; font-size:1px;}

a:link { text-decoration:none; color:#6516F1; }
a:hover { text-decoration:underline; color:#4A6A11; }

#header {height:102px; position:relative; width:100%; }
#header-sub { background-color:#87bd28;position:absolute;bottom:0;height:10px;width:100%; }
#header a { text-decoration:underline; }
#header-display { position:relative; }
#footer {height:20px; margin:20px; text-align:left; width:auto; font-size:11px;margin-top:0px;position:relative;border-top:1px solid #cecece;padding-top:10px;} 
#content {  margin-left:30px; padding:12px 10px; position:relative; width:auto;max-width:800px;min-height: 80%; }
#head-title { padding:7px 0px 7px 20px; width:200px; float:left; font-weight:bold; font-size:18px; }
#head-name {font-size:12px; color:#000;padding:15px;margin: 0px 1px;}
#head-name a { color:#000; text-decoration:none;float:right;padding:0px 5px;}
#head-name a:hover { background-color:#6516F1;color:#fff;}
.header-offset-plain-page { margin-top:40px; }
ul li {
	list-style:none;
}
#menu {float:left;  padding:0px; width:100%; height: auto !important;height: 100%;min-height: 100%;} 
#menu, #menu a {
	color:#000;
	text-transform:none;
}
.menu-item {  padding:10px 20px;border-bottom:1px solid #e2e2e2; }
.menu-item a { color:#000;}
.menu-item-sel { background-color:#ECE4F7; font-weight:bold; padding:10px 20px; }
.menu-sub { background-color:#F4f0FA;  padding:10px 20px; }
.menu-sub-sel { background-color:#6516F1; color:#ffffff; border-bottom:1px solid #222934; text-transform:none; font-weight:normal; padding:10px 20px; }
.menu-sub a, .menu-sub-sel a { text-transform:none !important; }
.menu-sub-sel a { color:#fff !important;}
.menu-sub-dis { background-color:#5f6c7f; color:#E0E0E0; }

.content_out {
	width:100%;
	height:100%;
}
.content_outer {
	width:auto;
	min-width:1160px;
	height:100%;
}
#container {
	height: 100%;
	margin: 0 auto -40px;
	min-height: 100%;
	width:auto;
	min-width:320px;
	float:left;


}
#container1 {
	background-color:#fff;
	height: auto !important;
	width:auto;
	width:260px;
	float:left;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
.close-menu {
	position:relative;
	float:left;
}
.close-menu img {
	margin:10px;
	margin-top:-6px;
	max-width:18px;
}
.logo {
	background:#fff;
	height:113px;
	width:245px;
	float:left;
	margin: 0px 1px;
	font-size:13px;
}
.logo-whitelabel {
	position:absolute;
	bottom:-10px;
	left:35px;
	font-weight:bold;
	
}
.logo .logo-img {
	margin:15px 25px;
	margin-top:20px;
	max-width:180px;
}
.logo-badge {
	background:#0DAED1;
	padding:4px;
	color:#fff;
	float:right;
	margin-right:20px;
	margin-top:-13px;
	text-transform:uppercase;
}
.test-badge {
	background:#EDEDF1;
	padding:4px;
	color:#000;
	float:right;
	margin-right:2px;
	margin-top:-13px;
	text-transform:uppercase;
}
.numbersBox {
	text-transform:uppercase;
	margin:10px 20px 0px 20px;
	float:left;
}
.numbers {
	
	font-size:18px;
	float:left;
	width:190px;
}
.numbers div {
	font-size:14px;
	color:#6516F1;
	text-transform:none;
	line-height: 15px;
	margin-bottom:5px;
}
.numbersTrenner {
	border-left:1px solid grey;
	float:left;
	position:relative;
	height:60px;
	margin:0px 10px;
}

.tooltip {
    position: relative;
    display: inline-block;
	padding-left:10px;
	margin-top:-2px;
}

.tooltiptext {
    visibility: hidden;
	width:200px;
	background:#ffffff;
	padding: 20px;
	box-shadow: 4px 4px 4px #cecece;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	white-space: break-spaces;
    position: absolute;
    z-index: 1;
	left:-120px;
	top:-10px;
	color:#000;
	border-radius: 10px;
}
.tooltiptext b {
	color:#6516F1;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip img {
	width:20px;
}
.hover {
	z-index: 1;
	float:left;
	
	font-size:9px;
	margin-left:10px;
	margin-top:-3px;
}
.mask {
	width:200px;
	background:#ffffff;
	padding:10px;
	position:absolute;
	box-shadow: 2px 2px 2px #b5b5b5;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
	z-index: 2;
	left:0px;
	top:-10px;
}
.box {
	position: relative;
}
.box:hover .mask {
	opacity: 1;
}
.spacer5 {
	height:5px;
	clear:both;
}
.spacer10 {
	height:10px;
	clear:both;
}
h1, h2, h3 {
	color:#6516F1;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:10px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:16px;
	margin-bottom:10px;
}
li.menu-li {
    margin: 1px;
}
.quickguide li {
	 font-size:15px;
}
#push { height:0px; }

table.search { background-color:#fff; border-collapse:separate; border-spacing:1px; empty-cells:show; white-space:nowrap; }
table.search thead tr { background-color:#cecece; }
table.search th { color:#000; padding:10px 5px; font-weight:normal; text-align:left; }
table.search tbody tr { background-color:#eee; }
table.search tr.head { background-color:#cecece; color:#000; padding:10px 5px; font-weight:normal; text-align:left; }
table.search td { padding:10px 5px; text-align:left; }

table.plain th { padding:0px 0px; }
table.plain td { padding:0px 0px; }

table.result { background-color:#fff; border-collapse:separate; border-spacing:1px; empty-cells:show; white-space:nowrap; }
table.result thead tr { background-color:#cecece; }
table.result th { color:#000; padding:10px 5px; 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:10px 5px; }
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.result2 { background-color:#fff; border-collapse:separate; border-spacing:1px; empty-cells:show; table-layout:fixed; }
table.result2 thead tr { background-color:#cecece; }
table.result2 th { color:#000; padding:10px 10px; 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:10px 10px; 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:#cecece; }
table.resultNoCol th { color:#000; padding:10px 10px; 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:10px 10px; }
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.data { background-color:#fff; border-collapse:separate; border-spacing:1px; empty-cells:show; wwhite-space:nowrap; }
table.data th { color:#000; padding:10px 10px; font-weight:bold; text-align:left; }
table.data tr { background-color:#eee; }
table.data td { padding:10px 10px; }
table.data td.topic { font-weight:bold; white-space:nowrap; }
table.data tr.headline { background-color:#ffffff; color:#6516F1;font-size:19px;}
table.data tr.headline td { padding:10px 10px; font-weight:normal; text-align:left; }
table.data tr.sub-headline { background-color:#cecece; }
table.data tr.sub-headline td { color:#000; padding:10px 10px; text-align:left; }
table.data tr.footline { background-color:#cecece; }
table.data tr.disabled td { color:#BBB; }

.headline { background-color:#ffffff; color:#6516F1; font-size:19px;}

table.box {
	height:15px;
	background-color:#eee;
	border:1px solid #cecece;
}

.right { text-align:right !important; }

.error {
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	vertical-align:text-bottom;
	text-transform:none;
	background-color:#F78A00;
	color:white;
}
.warning {
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	vertical-align:text-bottom;
	text-transform:none;
	background-color:yellow;
	color:balck;
}

.success {
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	vertical-align:text-bottom;
	text-transform:none;
	background-color:darkgreen;
	color:white;
}
.td_red
{ 
	text-align:center;
	color:#000000;
	padding:5px;
	background-color: #EC6929;
	font-size:11px;
	font-weight:bold;
}
.td_yellow
{ 
	text-align:center;
	color:#000000;
	padding:5px;
	background-color: #FFD737;
	font-size:11px;
	font-weight:bold;
}
.td_green
{ 
	text-align:center;
	color:#000000;
	padding:5px;
	background-color: #83B061;
	font-size:11px;
	font-weight:bold;
}

.batchlist {
	position:relative;
	margin: 5px 0px 10px 5px;
}

.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; }

.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; }

.hhand:hover {
	cursor: pointer;
	text-decoration: underline !important;
}
.hhand2:hover td:not(.ignore-hover) {
	cursor: pointer;
	text-decoration: underline;
}
.linktext { color:#87bd28; }
.linktext2 { color:#6516F1; }
.language { width:110px; float:left; }
.skill { width:300px; float:left; }

/******************
** buttons und inputfields **
******************/
.selector {
	border:1px;
	border-color:#D0D0D0;
	border-style:solid;
	background-color:#fff;
	font-family:verdana, sans-serif;
	
	color: #000000;
	font-weight:normal;
	padding:4px 2px;
   
}
.selector-err {
	border:2px;
	border-color:red;
	border-style:solid;
	background-color:#fff;
	font-family:verdana, sans-serif;
	font-size :11px;
	color: #000000;
	font-weight:normal;
}
.btn {

	border:1px;
	border-color:#fff;
	font-size:14px;
	border-style:solid;
	background-color:#6516F1;
	font-family:verdana, sans-serif;
	padding:5px 15px;
	color: #fff;
	font-weight:normal;
	cursor: pointer;
	text-transform:uppercase;
}

.tbtn {

	border:1px;
	border-color:#fff;
	font-size:14px;
	border-style:solid;
	background-color:#6516F1;
	font-family:verdana, sans-serif;
	padding:5px 15px;
	color: #fff;
	font-weight:normal;
	cursor: pointer;
	text-transform:uppercase;
}

.sbtn {
	border:1px;
	border-color:#fff;
	height:20px;
	border-style:solid;
	background-color:#87bd28;
	font-family:verdana, sans-serif;
	font-size :11px;
	color: #fff;
	font-weight:bold;
	text-align: center;
	cursor: pointer;
	width:15px;
}

.w20 { width:20px; }
.w100 { width:100px; }
.w250 { width:250px; }
.w480 { width:480px; }
.w720 { width:720px; }
.dowrap { white-space:normal; }
.left { float:left; }
.right { float:right; }
.nowarp { white-space:nowrap; }


a.btn:link { display:block; text-decoration:none; color: #fff; padding:5px 15px;text-transform:uppercase;}
a.tbtn:link { text-decoration:none; color: #fff; padding:5px 15px;text-transform:uppercase;}

a.jump:hover  { opacity:50%; }
.playerBox { text-align:center; }

/*****************
** Autocomplete **
******************/
/*
.tx_red, .txb_red { background:url('../img/word_bg_red.png'); background-size:cover;color:#000; padding:5px 8px 5px 10px; white-space: nowrap; border-radius:15px; line-height:30px;}
.tx_yellow, .txb_yellow { background:url('../img/word_bg_yellow.png'); background-size:cover; color:#000; padding:5px 8px 5px 10px; white-space: nowrap; border-radius:15px; line-height:30px; }
.tx_green, .txb_green { background:url('../img/word_bg_green.png'); background-size:cover; color:#000; padding:5px 8px 5px 10px; white-space: nowrap; border-radius:15px; line-height:30px; }
.txb_red, .txb_yellow , .txb_green  {display:block;float:left;line-height:15px;margin:2px;}
*/

.wbtn {border: 0px;font-size: 11px;background: rgba(255,255,255,0.7);font-family: verdana, sans-serif;color: #000;font-weight: normal;padding:1px 3px;}

/*****************
** Autocomplete **
******************/
.ui-autocomplete { z-index:11 !important; }
.ui-autocomplete-category { font-weight: bold; padding: 8px 1em 3px .4em; margin: 0px !important; line-height: 1.2 !important; display:block; color:#6516F1; }
.ui-autocomplete-loading { background:white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;}

.searchFieldDiv {position:relative; left:-2px;}
.searchFieldIcon {display:inline-block;position:absolute !important;left:3px;top:8px; }
.ui-widget {
	font-family: 'Roboto', sans-serif !important;
	font-size: 15px !important;
}
.ui-widget-header {background: #cecece !important;}
#menuNameField {padding-left:16px; width:170px; font-size :11px; height:16px; }
.myFilter {
	background:#eee;
	padding:5px;
	position:relative;
	float:left;
}

.myFilter div {
	float:left;
	margin-top:5px;
}
.FilterP {
	margin-top:10px !important;
}
.myFilter label, .FilterV {
	float:left;
	margin-right:10px;
	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%;
}

div#chart_div {  border:1px solid white; }

@media (max-width: 620px) {
	body
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal; 
  margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;
}
.logo {
	min-width:320px;
	width:auto;
	
}
#head-name {
	float:left;
}
.numbersBox {
	margin:10px;
	}
.numbers {
	border-bottom:1px solid #dedede;
	padding:10px 0px;
	width:300px;
}
#container1 {
	
	height: 100px;
	min-height:100px;
}
#content {
   margin:0;
   float:left;
   
}

table.data_r {
	max-width:300px;
}
a 
{
	font-size:14px; 
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
.w480 {
	width:auto;
	max-width:300px;
}



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;
}
.content_outer {
	width:auto;
	min-width:320px;
	
}
.numbersTrenner {
	display:none;
}
}
@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;
	}
	td a {
		font-weight:bold;
	}
	td.td1 {
		font-weight:bold;
		width:260px;
	}
	td.td2 {
		font-weight:bold;
	}
	
}

.myCharts {
	float:left;
	margin-right:60px;
	text-align:center;

}
.myChartText {
	width:200px;
	
	position:absolute;
	
	margin-top:65px;
	font-size:44px;
	color:#6516F1;
	text-align:center;
}
.myChartText_in {
	margin:0 auto;
}
.myChartText_in div {
	font-size:16px;
}
.myChartTextBottom {
	width:100px;
	margin:0 auto;
	margin-top:30px;
}
b {
	font-weight:700;
}
.MyNumber {
	font-size:22px;
}
.success {
   font-size: 12px;
   padding: 5px;
}
.error {
   font-size: 12px;
}
.success a:link {
   color: #CECECE;
   text-decoration: underline;
}
.SupportBox {
	border:1px solid #ffffff;
	margin:15px;
	background:#ededed;
	padding:10px;
	font-size: 13px;
}
.SupportBoxBook {
	background: url(../img/book.svg) no-repeat left 5px;
	padding:7px 30px;
	

	
}
.SupportBoxBookPage {
	background: url(../img/book.svg) no-repeat 0px 7px;
	margin-right: 10px;
	width: 26px;
	height: 30px;
	float:left;
	

}
.SupportBoxBookHead {
	background: url(../img/book.svg) no-repeat 0px 0px;
	margin-right: 5px;
	width: 26px;
	height: 22px;
	float:left;
	

}
.SupportBoxMail {
	background: url(../img/e-mail.svg) no-repeat left 5px;
	padding:7px 30px;
	
}
.SupportBoxTel {
	background: url(../img/phone.svg) no-repeat left 5px;
	padding:7px 30px;
	
}
.SupportBox a {
	color:#000;
}

.menu-item-sel, .menu-item, .menu-sub-sel, .menu-sub, .logo, #head-name {border-left:13px solid #0DAED1;}

.ESBox {
	width:100%;
	float:left;
	background-color: #efefef;
	margin:1px;
}
.ESBoxIn {
	padding:25px;
}
.ESBoxIn p {
	padding:9px;
}
.ESBoxImg {
	width:60px;
	float:left;
}
.ESBoxNum {
	float:left;
	font-size:35px;
	color:#6516F1;
	margin:7px 20px;
}
.PayPalTextTable b {
    font-size:16px;
}

/*****************
** Vertextung   **
******************/
.keywordItem {
	position: relative;
    display: inline-block;    
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px 35px 5px 10px;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.12);
    margin-right: 5px;
    margin-bottom: 5px;    
}

.scrollWords .keywordItem {
	padding-right: 10px;
}

.keyword_red {
	color: #FC3240;
	background-color: #ffffff;
	background-image: none;
	border-color: #FC3240;
}

.deleteKeywordIcon {
	position: absolute;
	cursor: pointer;
	top: 5px;
	right: 5px;
}

.keyword_yellow {
	color: #FAB005;
	background-color: #ffffff;
	background-image: none;
	border-color: #FAB005;
}

.keyword_green {
	color: #41C057;
	background-color: #ffffff;
	background-image: none;
	border-color: #41C057;
}

.tx_red, .tx_green, .tx_yellow {
	/*
	background-color: #ffffff;
	margin-left: 2px;
	margin-right: 2px;
	*/
	font-weight: bold;
}

.tx_red {
	border-bottom: 2px solid #FC3240;
}

.tx_green {	
	border-bottom: 2px solid #41C057;
}

.tx_yellow {
	border-bottom: 2px solid #FAB005;
}

.tx_none {
	font-weight: normal;
	border-bottom: none;
}
