* { margin: 0; padding: 0; }
html { height: 100%; }
body {
	font-family: 'Open Sans', sans-serif; 
	font-size: 0.7em; 
	height: 100%;
	
	/*background: url("../images/polygon-background10_darkl.jpg") repeat scroll 0 0 / cover  rgba(0, 0, 0, 0);*/
}

body:after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

h1 { 
	/*font-family: 'Fredoka One', cursive;*/
	font-weight: 100;
	text-transform: uppercase; 
	color: #454545;
	font-size: 2em; 
	margin-bottom: 6px; 
}
h2 { 
	color: #454545;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.9em;
	font-weight: lighter;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3 { font-family: 'Duru Sans', sans-serif; color: #777; font-weight: normal; font-size: 1.8em; margin: 0px; }
h4 { font-family: 'Duru Sans', sans-serif; color: #656565; font-weight: bold; font-size: 1.75em; margin-bottom: 4px; }

p { 
	font-family: 'Open Sans', sans-serif;
	color: #565656;
	font-size: 1.4em; 
	line-height: 1.4em; 
	margin-bottom: 15px; 
}
small { 
	font-family: 'Open Sans', sans-serif;
	color: #656565; font-size: 1.3em; 
	display: block; 
	margin-bottom: 6px; 
}
ul { 
	display: block; 
	list-style: none; 
}
/*ul li { 
	padding-left: 45px; 
	list-style-type: none; 
	vertical-align: top; 
	background: url('images/bullet.png') 25px 5px no-repeat; 
	margin-bottom: 5px; 
	font-family: 'Open Sans', sans-serif;
	color: #666; 
	font-size: 1.6em; 
	line-height: 2.3em; 
}*/


label {
	display: inline-block;
	width: 30%
}

input[type=text],
input[type=password] {
    border: 1px solid #D7D7D7;
    padding: 10px;
    height: 35px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    
    display: inline-block;
	width: 69%;
	min-width: 230px;
	padding: 6px;
}

input.error {
	border: 1px solid red;
}

input[type=button],
input[type=submit] {
    background: none repeat scroll 0 0 #d54737;
	border: 1px solid #b02820;
	box-sizing: border-box;
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 35px;
	padding: 10px;
	text-transform: uppercase;
	
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.button {
	background: none repeat scroll 0 0 #d54737;
	border: 1px solid #b02820;
	border-radius: 5px;
	box-sizing: border-box;
	color: white;
	font-size: 13px;
	font-weight: bold;
	height: 35px;
	padding: 10px;
	text-transform: uppercase;
}

input.gray {
	background: #777777;
	border: 1px solid #333333;
}

img { border: 0; max-width: 100%; }

a { color: #1A1A1A; text-decoration: none; /*font-style: oblique*/}
a:hover { 
	cursor: pointer;
	text-decoration: none;
}

form {
	position: relative;	
}

header { 
	width: 100%; 
	background: #f1f1f1;
	color: #606060;
	border-bottom: 1px solid #E5E5E5;
}

header .logo {
	float: left;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	min-width: 200px;
	padding-left: 3px;
}

nav {
	height: 40px;
	width: 100%;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	min-width: 400px;
	height: 40px;
	float: left;
}
nav li {
	display: inline;
	float: left;
	
	padding-right: 10px;
}
nav a {
	color: #606060;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	font-weight: 300;
}

nav a.active {
	color: #d54737;	
}

nav li i {
	font-size: 12px;
	padding-right: 4px;
}

nav li a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}

nav a:hover {
	color: #404040
}

nav a#pull {
	display: none;
}

header #usermenu {
	height: 40px;
	position: absolute;
	padding-left: 10px;
	right: 0;
	top: 0;
	cursor: pointer;
}

header #usermenu div#meta {
	float: right;
	padding-right: 5px;
}
header #usermenu div#meta div#userphoto {
	padding-top: 4px;
}
header #usermenu div#meta div#userphoto img {
	border-radius: 20px;
}
header #usermenu div#meta div#username {
	line-height: 40px;
	padding-left: 5px;
	font-size: 1.2em;
	
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}
header #usermenu div#meta div#username span {
	
}


div#w {
	height: auto !important;
	min-height: 100%;
}

div.wrapper {
	margin: 0 auto;
	max-width: 960px;
	padding: 5px;
	
	box-sizing:border-box;
     -moz-box-sizing:border-box;
     -webkit-box-sizing:border-box
}

/** @group core layout **/
#wrapper { 
	margin: 0px 5px; 
	padding: 20px 40px; 
	padding-top: 35px; 
	min-width: 260px; 
	max-width: 100%; 
	border-bottom-right-radius: 8px; 
	border-bottom-left-radius: 8px; 
	-webkit-border-bottom-left-radius: 8px; 
	-webkit-border-bottom-right-radius: 8px; 
	-moz-border-radius-bottomleft: 8px; 
	-moz-border-radius-bottomright: 8px; 
}

/** @group personal settings **/
#info { float: left; margin-bottom: 12px; }
#photo { float: right; }
#photo img { 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
background-color: #fff;
border: 1px solid #ccc;
padding: 5px; 
}


ul#submenu {
    width: 100%;
    background: #F9F9F9;
    list-style:none;
    margin: 0px 0px 5px 0px;
    padding: 5px;
    text-align: right;
    
    border-bottom: 1px solid #e5e5e5; 
    
     box-sizing:border-box; /* for padding mit prozent breite*/
     -moz-box-sizing:border-box;
     -webkit-box-sizing:border-box
}

ul#submenu li {
    font-size: 12px;
}

/** @group skills **/
#widget-left { 
	display: block; 
	float: left; 
	margin-right: 30px; 
}
#widget-right { 
	display: block; 
	float: left;
}

div.widget {
	color: #525252;
	font-size: 2.9em;
	background: #fff;
	width: 99%;
	min-height: 150px;
	margin: 0 auto 24px;
	position: relative;
	border: 1px solid #e2e1e1;
	box-shadow: 0 3px 0 0 #dbdbdb;
	-moz-box-shadow: 0 3px 0 0 #dbdbdb;
	-webkit-box-shadow: 0 3px 0 0 #dbdbdb;
	
	 box-sizing:border-box; /* for padding mit prozent breite*/
	 -moz-box-sizing:border-box;
	 -webkit-box-sizing:border-box
}

div.widget img {
	max-width: 100% !important;
    height: auto;
    display: block;
}

div.widget.center {
	text-align: center;
}

div.widget > div.title {
	position: absolute;
	font-size: 0.8em;
	width: 100%;
	min-height: 100px;
}
div.widget.red > div.title {
	background: #d54737;
	color: white;
}
div.widget.green > div.title {
	background: #72af46;
	color: white;
}
div.widget.gray > div.title {
	background: #D7D7D7;
	color: #686868;
}
div.widget.darkgray > div.title {
	background: #424242;
	color: #fff;
}

div.widget > div.value {
	position: absolute;
	font-weight: bold;
	bottom: 5px;
	text-align: center;
	width: 100%;
}

div.widget > div.value.green {
	color: #72AF46;
}

div.widget div.icon {
	font-size: 1.4em;
	padding-top: 10px;
}

section#widgets {
	width: 100%;
}

section#widgets > section {
	width: 30.5%;
}


td.deleted {
	text-decoration: line-through;
}

table.rs_table {
    border: 1px solid #ddd;
    border-collapse: separate;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    margin: 0 auto;
}

table.rs_table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

table.rs_table thead {
	background: white;	
}

table.rs_table th {
    font-weight: bold;
    padding: 10px 5px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

table.rs_table th.numeric {
    text-align: right;
}

table.rs_table td {
    background-color: #f8f8f8;
    padding: 6px 5px;
}

table.rs_table tr.even td {
	background-color: #fff;
}

table.rs_table td.SERVER_DOWN {
    color: red;
}

table.rs_table td.SERVER_UP {
    color: green;
}

table.rs_table td.numeric {
    text-align: right;
}

table.rs_table td.notCalced {
    text-decoration: line-through;
    color: red;
}

table.rs_table td span.red {
	color: #d54737;	
}

table.rs_table td span.green {
	color: #72af46;	
}

table.rs_table td i.icon-ok {
	color: #72af46;
}

table.rs_table td.booked {
	text-align: center;	
}

table.rs_table tbody tr:nth-child(odd) td{
    background-color: #F9F9F9;
}

table.rs_table th+th, 
table.rs_table td+td, 
table.rs_table th+td, 
table.rs_table td+th {
    border-left: 1px solid #ddd;
}

table.rs_table td span.notCalced {
    text-decoration: line-through;
    color: red;
}


#task_lists_toggler {
	list-style: none;
	margin:0;
	padding:0;
	padding-left: 10px;
}

#task_lists_toggler li {
	float: left;
	line-height: 20px;
	margin-right: 5px;
	padding: 10px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.left {
	float: left;
}

.right {
	float: right;
}

/** @group clearfix **
.clearfix:before,
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
}
.clearfix { 
	*zoom: 1; 
	display: inline-block; 
}
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }*/

div.contentWrapper {
	background: none repeat scroll 0 0 #f9f9f9;
	border: 1px solid #e5e5e5;
	display: block;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

div.contentWrapper h2 {
	color: gray;
}

div.contentWrapper label.responsive {
	width: auto;	
}

.inlineEditContainer {
	background: none repeat scroll 0 0 #f9f9f9;
	border: 1px solid #e5e5e5;
	display: block;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.inlineEditContainer p {
	padding: 0;
	position: relative;
}

.inlineEditContainer label {
	display: inline-block;
	width: 30%
}

.inlineEditContainer label.error {
	color: red;
	font-size: 10px;
	max-width: 100%;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
}

.inlineEditContainer input {
	display: inline-block;
	box-sizing: border-box;
	width: 69%;
	min-width: 230px;
	padding: 6px;
}

.inlineEditContainer textarea {
	display: inline-block;
	box-sizing: border-box;
	width: 69%;
	min-width: 230px;
	padding: 6px;
	resize: vertical;
	min-height: 100px;
	max-height: 500px;
}

.inlineEditContainer select {
	display: inline-block;
	box-sizing: border-box;
	padding: 6px;
	min-width: 230px;
	width: 69%;
}

.inlineEditContainer input[type=checkbox] {
	width: auto;
	min-width: 0;
}

.inlineEditContainer input[type=button],
.inlineEditContainer input[type=submit] {
	width: 100%;
}

.inlineEditContainer p.double input[type=button],
.inlineEditContainer p.double input[type=submit] {
	width: 49%;
}


.inlineEditContainer.filter input {
	width: 100%;
	min-width: 100%;
}

.inlineEditContainer.filter p {
	box-sizing: border-box;
	float: left;
	padding: 10px;
	width: 33%;
	margin: 0px;
}

.inlineEditContainer.filter p:first-child {
}


.inlineEditContainer.exportfilter p {
	box-sizing: border-box;
	float: left;
	padding: 10px;
	width: 25%;
	margin: 0px;
}

.inlineEditContainer.exportfilter input {
	width: 100%;
	min-width: 100%;
}

footer {
	background: none repeat scroll 0 0 #f1f1f1;
	border-top: 1px solid #e5e5e5;
	color: #606060;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}



/* autoComplete styles */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); font-size: 11px;}
.autocomplete-suggestion { padding: 5px 7px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 5px 7px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #d54737; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }