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 100.01% Helvetica, Arial, sans-serif; height: 100.01%;
}

body {
	float:left;
	background-color: #fff;
	color: #333;
	font: normal 0.80em Helvetica, Arial, sans-serif;
	height:100%;
	min-width:100%;
	width:auto;
}

p {
	font-size: 1em;
}

img { border:none; }


h1 {
	background-color:#666;
	color:#fff;
	display: block;
	margin:0 auto;
	padding:0px 5px;
	font-size: 1em;
	line-height:24px;
	height:24px;
	width:170px;
}
.content_outer {
	width:auto;
	min-width:1160px;
	height:100%;
	
}
textarea { font-family: inherit; }

fieldset,form {
	border:none;
	margin:0;
	padding:0;
}

.clearer { clear:both; height:1px; }

a:link { text-decoration:none; color:#87bd28; }
a:visited { text-decoration:none; color:#87bd28; }
a:active { text-decoration:none; color:#87bd28; }
a:hover { text-decoration:underline; color:#4A6A11; }

#header { background-color:#fff; color:#87bd28; height:55px; position:relative; width:auto; }
#header-sub { background-color:#87bd28;position:absolute;bottom:0;height:10px;width:100%; }
#header a { color:#87bd28; text-decoration:underline; }
#header-display { width:auto; max-width:960px; min-width:550px; height:46px; position:relative; }
#footer { background-color:#c6de9f; height:20px; padding:10px; text-align:center; width:auto; } 
#content { background-color:#fff; height:100%; margin-left:220px; padding:12px 10px; position:relative; width:auto; }
#head-title { padding:7px 0px 7px 20px; width:200px; float:left; font-weight:bold; font-size:18px; }
#head-pin { padding:12px; margin-top:10px; margin-left:10px; text-align:left; font-weight:bold; color:#333; width:150px; float:left; }
#head-name { padding:12px; margin-top:10px; text-align:right; width:300px; float:right; }

#menu { background-color:#fff; float:left; height:100%; padding:10px; width:200px; } 
.menu-item { background-color:#eee; border-bottom:1px solid #fff; padding:5px 8px; } 
.menu-item-sel { background-color:#c6de9f; border-bottom:1px solid #fff; font-weight:bold; padding:5px 8px; } 
.menu-sub { background-color:#eee; border-bottom:1px solid #fff; padding:5px 8px 5px 16px; } 
.menu-sub-sel { background-color:#c6de9f; border-bottom:1px solid #fff; font-weight:bold; padding:5px 8px 5px 16px; } 
.menu-sub-sel a { } 

#container {
	background-color:#ffffff;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	min-height: 100%;
	width:auto;
	min-width:320px;
}
#push { height:40px; }

table.search { background-color:#fff; border-collapse:separate; border-spacing:1px; empty-cells:show; white-space:nowrap; }
table.search thead tr { background-color:#c6de9f; }
table.search th { color:#000; padding:5px 5px; font-weight:normal; text-align:left; }
table.search tbody tr { background-color:#eee; }
table.search td { padding:5px 5px; text-align:left; }

table.result { background-color:#fff; border-collapse:separate; border-spacing:1px; empty-cells:show; white-space:nowrap; }
table.result thead tr { background-color:#c6de9f; }
table.result th { color:#000; padding:5px 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:5px 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:#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:#c6de9f; }
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.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; }
table.data th { color:#000; padding:5px 5px; font-weight:bold; text-align:left; }
table.data tr { background-color:#eee; }
table.data td { padding:5px 5px; }
table.data ul { padding:0px 20px; }
table.data td.topic { font-weight:bold; white-space:nowrap; }
table.data tr.headline { background-color:#c6de9f; }
table.data tr.headline td { color:#000; padding:5px 5px; font-weight:bold; text-align:left; }
table.data tr.sub-headline { background-color:#c6de9f; }
table.data tr.sub-headline td { color:#000; padding:5px 5px; text-align:left; }
table.data tr.footline { background-color:#c6de9f; }
table.data tr.disabled td { color:#BBB; }

table.comp { border-spacing:1px; empty-cells:show; white-space:nowrap; }
table.comp td { padding:0px 0px !important; }
table.comp tr { padding:0px 0px !important; }


table.box {
	height:15px;
	background-color:#c6de9f;
	border-top:1px;
	border-left:1px;
	border-right:1px;
	border-bottom:1px;
	border-style:solid;
	border-color:#87bd28;
	border-width:1px;
}

.right { text-align:right !important; }
.center { text-align:center !important; }

.error {
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	vertical-align:text-bottom;
	text-transform:none;
	background-color:#F78A00 !important;
	color:white;
}

.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;
}

.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; }
.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; }

.hhand:hover {
	cursor: pointer;
	text-decoration: underline !important;
}
.linktext { color:#87bd28; }
.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;
	font-size :12px;
	color: #000000;
	font-weight:normal;
}
.selector-err {
	border:2px;
	border-color:red;
	border-style:solid;
	background-color:#fff;
	font-family:verdana, sans-serif;
	font-size :12px;
	color: #000000;
	font-weight:normal;
}
input[type="text"].selector {
	padding: 2px 4px;
}
.btn {
	border:1px;
	border-color:#fff;
	height:20px;
	border-style:solid;
	background-color:#87bd28;
	font-family:verdana, sans-serif;
	font-size :12px;
	color: #fff;
	font-weight:bold;
	cursor: pointer;
}

.sbtn {
	border:1px;
	border-color:#fff;
	height:20px;
	border-style:solid;
	background-color:#87bd28;
	font-family:verdana, 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; }
.w480 { width:480px; }
.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:2px 5px 3px 5px; }
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; }

#jobCnt { float:right; }
a.redNumberPoint { 
	background-color: red;
	color: white;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	width: 20px;
	height: 20px;
	border: 1px solid black;
	text-align: center;
	border-radius: 20px;
}
a.redNumberPoint: hover { text-decoration:none; }

/*****************
** Autocomplete **
******************/
.ui-autocomplete { z-index:11 !important; }
.ui-autocomplete-category { font-weight: bold; padding: .2em .4em; margin: .8em 0 .2em; line-height: 1.5; display:block; }
.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;left:3px;top:2px; }
#menuNameField {padding-left:16px; width:170px; font-size:12px; height:16px; }
.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%;
}
@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;
}
#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; 
}

a 
{
	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 ;
	font-size :12px ;
	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: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;
	}
	#menu {
    width:auto;
    min-width: 300px;
	}
	
}
