html, body {
    height: 100%;
}
body {
	color:#000;
	background:#ffffff;
	border-top:6px solid #B5152B;
}

#wrap {
	border:#ff0000 solid 0px;
	min-height:100%;
	height: auto !important;
	margin: 0 auto -55px;
	background-color: 
}

/**************************
 Links 
 **************************/
a:hover {
	text-decoration: none;
}

a {
	cursor: pointer;
}

/**************************
 Header
 **************************/
#header {
	background:#fff;
	/*background:url(../img/regioit-header.png) repeat-x left center;*/
	height:70px;
	-moz-box-shadow:     0 1px 3px #555555;
	-webkit-box-shadow:  0 1px 3px #555555;
	box-shadow:          0 1px 3px #555555;
}
#header h1 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	margin:0px;
} 
#company-logo {
	margin-top:10px;
}



/**************************
 Sidebar Navigation 
 **************************/
#sidebar {
    display: block;
    float: left;
    position: relative;
    width: 220px;
	padding-top:0px;
	/*margin-top: 100px;*/
    z-index: 100;
}
#sidebar.narrow, #sidebar.narrow > ul  {
    width: 45px;
}

#sidebar > ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	position: absolute;
	width: 220px;
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-ms-transition: width 1s;
	transition: width 1s;
}

#sidebar > ul > li {
	display: block;	
	position: relative;
	border-top:#fff solid 1px;
	border-bottom:#ccc solid 1px;
}

#sidebar > ul > li.active, #sidebar > ul li a:hover {
		
	background: #eeeeee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */

}

#sidebar > ul ul > li.active {
	background:#e3e3e3;
}
#sidebar > ul > li > a {
	padding: 10px 0 10px 15px;
	display: block;
	color: #555;
    font-size: 12px;	
}

#sidebar > ul > li > a > i {
	margin-right: 10px;
}

#sidebar > ul > li.active > a, #sidebar > ul ul li.active a {
	background: url("../img/menu-active.png") no-repeat scroll right center transparent !important;
	font-weight:bold;
	text-shadow: 1px 1px 1px #ffffff;
}

#sidebar > ul > li > a > .label, #sidebar > ul > li > ul > li > a > .label {
	margin: 0 20px 0 0;
	float: right;
	padding: 3px 5px 2px;
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);*/
	/*box-shadow:1px 1px 3px rgb(0,0,0);*/
}

#sidebar > ul ul {
	display: none;
	margin: 0;
	padding: 0;
    border-top: 1px solid #c3c3c3;
}
#sidebar > ul li.open ul {
	display: block;
}
#sidebar > ul ul li a {
	padding: 10px 0 10px 25px;
	display: block;
	color: #777777;
	background:#e3e3e3;
}

#sidebar > ul ul li:first-child a {
	border-top: 0;
}
#sidebar > ul ul li:last-child a {
	border-bottom: 0;
}
#sidebar > ul ul li a:hover {		
	background: #e3e3e3;
	/*filter: none; /* IE6-8 */
}

#sidebar.narrow > ul li a span  {
    display:none;
}


#sidebar > ul ul li a {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    color: #777777;
    display: block;
    padding: 10px 0 10px 45px;
}

#sidebar a:focus {
	outline: none;
}

#user-nav > ul > li > a > i, #sidebar li a i {
    margin-top: 2px;
    opacity: 1;
    vertical-align: top;
}

#userprofil {
	padding:10px;
	border-top:#fff solid 1px;
	border-bottom:#fff solid 1px;
	margin-bottom:10px;
	background:#e3e3e3;
	
	-moz-box-shadow:     0 1px 3px #555;
	-webkit-box-shadow:  0 1px 3px #555;
	box-shadow:          0 1px 3px #555;
	
	text-shadow: 0 1px 0 #f7f7f7;
	color:#000;
	/*z-index: 200;
	position: absolute;
	width: 198px;*/
}
#userprofil span {
	font-size:12px;
	font-weight:bold;
}
#userprofil img {
	float:left;
	margin-right:10px;
}
#userprofil div {
	margin-top:20px;
}


/************************* 
	Content 
**************************/
#content {
    background: none repeat scroll 0 0 #fff;
    margin-left: 220px;
    margin-right: 0;
	margin-top: -40px;
    padding-bottom: 20px;
    position: relative;
    mmin-height: 620px;
    width: auto;
	z-index:200;

    border-top-left-radius: 8px;	
	
	-webkit-transition: margin-left 1s;
	-moz-transition: margin-left 1s;
	-ms-transition: margin-left 1s;
	transition: margin-left 1s;
	
	-moz-box-shadow:     0 3px 5px #555555;
	-webkit-box-shadow:  0 3px 5px #555555;
	box-shadow:          0 3px 5px #555555;
}

#content-header {
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */

    height: 50px;
    /*position: absolute;*/
    width: 100%;
    z-index: 20;
	-webkit-transition: margin-top 1s;
	-moz-transition: margin-top 1s;
	-ms-transition: margin-top 1s;
	transition: margin-top 1s;
}
#content-header h1 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	margin:5px 0px 0px 10px;
	padding-top:5px;
	/*float:left;*/
	text-shadow: 0 1px 0 #FFFFFF;
	color:#555;
} 
#user-nav {
	padding:0px;
	margin:0px;
	position:absolute;
	right:10px;
	top:49px;
	z-index:2000;
}
#user-nav .nav {
	margin:0px 0px 0px 0px;
}

#inner-content {
    min-height: 400px;
	padding:10px;
}

#user-nav {

}
/************************* 
	Breadcrumb
**************************/
#breadcrumb {
    background-color: #E5E5E5;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;    
    padding-left: 10px;
}
#breadcrumb a {
    background-image: url("../img/breadcrumb.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #666666;
    display: inline-block;
    font-size: 11px;
    padding: 8px 20px 8px 10px;
	text-shadow: 1px 1px 1px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
#breadcrumb a:hover {
    color: #333333;
}
#breadcrumb a:last-child {
    background-image: none;
}
#breadcrumb a.current {
    color: #444444;
    font-weight: bold;
}
#breadcrumb a i {
    margin-right: 5px;
	margin-top: -1px;
    opacity: 0.6;
}
#breadcrumb a:hover i {
    margin-right: 5px;
    opacity: 0.8;
}

/*********************
	Footer
**********************/
#footer {
	margin-top:15px;
	font-size:12px;
	color:#555;
	background:#fff;
	height:40px;
	
	-moz-box-shadow:     0 0px 2px #555;
	-webkit-box-shadow:  0 0px 2px #555;
	box-shadow:          0 0px 2px #555;
}
#footer p {
    margin: 10px;
}
#push {
	height:55px;
	clear:both;
}

/**********************
	Widget
***********************/
.widget {
    background: none repeat scroll 0 0 #F9F9F9;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    clear: both;
    margin-bottom: 16px;
    margin-top: 16px;
    position: relative;
}
.widget-title {
    background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
}

.widget-title span.icon-title {
	background:none;
    border-right: 1px solid #CDCDCD;
    float: left;
    opacity: 0.7;
    padding:11px 10px 9px 11px
}
.widget-title span.icon-tool {
    background:none;
	border-left: 1px solid #CDCDCD;
    float: right;
    opacity: 0.7;
    padding:11px 10px 9px 11px
}
.widget-title span.icon-tool i.caret {
    vertical-align: middle;
}
.widget-title span.icon-tool i {
    color:#000;
}
.widget-title h5 {
    color: #666666;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin: 0;
    padding: 12px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.widget-content {
    padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #CDCDCD;
}

.widget-title .label {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #FFFFFF;
    float: right;
    margin: 9px 15px 0 0;
    padding: 3px 5px 2px;
}

.widget-content-list-entry {
	padding:5px 5px 35px 5px;
	background:#fff;
	border-bottom:#ccc solid 1px;
	font-size:12px;
}
.widget-content-list-entry .meta {
	color:#888;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}
.widget-content-list-entry .btn-group {
	float:right;
	margin-top:5px;
}

.widget-title .nav-tabs {
    border-bottom: 0px solid #DDDDDD;
}
.widget-title .nav-tabs > li > a {
    border: 0px solid transparent;
	border-right:#ccc solid 1px;
	margin-right:0px;
    border-radius: 0px;
    line-height: 20px;
    padding-bottom: 9px;
    padding-top: 8px;
	color:#888;
}
.widget-title .nav-tabs > .active > a, .widget-title .nav-tabs > .active > a:hover {
    background-color: #f9f9f9;    
	color:#000;
	border: 0px solid transparent;
	border-right:#ccc solid 1px;
}
.widget-title .nav-tabs > .active > a:focus {
	outline: none;
}

.config-widget {
	background:#eee;	
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #FFFFFF;
}
.config-widget div {
	padding:0px;
}


.accordion .widget {
    border-radius: 0 0 0 0;
    margin-bottom: 0;
    margin-top: -2px;
}


img.avatar {
	float:left;
	margin:0px 10px 5px 0px;
}


/****************************
	Icons
****************************/
[class^="fa-icon-"], [class*=" fa-icon-"], [class^="icon-"], [class*=" icon-"] {
    opacity: 0.7;
}
ul.the-icons {
	list-style:none;
}


/*************************
	Dropdown
*************************/
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #888888;
  background-image: -moz-linear-gradient(top, #888888, #555555);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#888888), to(#555555));
  background-image: -webkit-linear-gradient(top, #888888, #555555);
  background-image: -o-linear-gradient(top, #888888, #555555);
  background-image: linear-gradient(to bottom, #888888, #555555);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff888888', endColorstr='#ff555555', GradientType=0);
}

/*************************
	Tabellen
**************************/
.table th {
    color: #666666;
    font-size: 10px;
    padding: 5px 10px 2px;
    text-align: center;
	
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

/*************************
	Datatables
**************************/
.dataTables_length {
    color: #878787;
    margin: 7px 5px 0;
    position: absolute;
    right: 2px;
    top: -2px;
}
.dataTables_length select {
    width: 60px;
	padding: 4px 2px;
}
.dataTables_length div {
    vertical-align: middle;
}
div.dataTables_wrapper .ui-widget-header {
    border-right: medium none;
    border-top: 1px solid #D5D5D5;
    font-weight: normal;
    margin-top: -1px;
}
div.dataTables_wrapper .ui-widget-header {
    background-color: #EFEFEF;
    background-image: -moz-linear-gradient(center top , #FDFDFD 0%, #EAEAEA 100%);
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
}
.dataTables_wrapper .ui-toolbar {
    padding: 5px;
}

.dataTables_filter {
    color: #878787;
    font-size: 11px;
    left: 0;
    margin: 4px 8px 2px 10px;
    position: absolute;
    text-align: left;
}

.dataTables_paginate {
    line-height: 16px;
    margin-right: 10px;
    margin-top: 5px;
    text-align: right;
}


.dataTables_paginate .ui-state-disabled, .fc-state-disabled, .pagination.alternate li.disabled a {
    color: #AAAAAA !important;
}
.dataTables_paginate .first {
    border-radius: 4px 0 0 4px;
}
.dataTables_paginate .ui-button, .pagination.alternate li a {
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FFFFFF), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
    background-image: -linear-gradient(top, #FFFFFF 0%, #E6E6E6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E6E6E6',GradientType=0 ); /* IE6-9 */
	
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 1px;
    color: #333333;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 10px !important;
    text-shadow: 0 1px 0 #FFFFFF;
}

.dataTables_paginate span .ui-state-disabled, .pagination.alternate li.active a {
    background-color: #414141 !important;
    background-image: -moz-linear-gradient(center top , #555555, #222222) !important;
	background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#555555), to(#222222));
	background-image: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
    background-image: -ms-linear-gradient(top, #555555 0%, #222222 100%);
    background-image: -o-linear-gradient(top, #555555 0%, #222222 100%);
    background-image: -linear-gradient(top, #555555 0%, #222222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
	
    color: #FFFFFF !important;
    cursor: default !important;
}

.dataTables_paginate .last {
    border-radius: 0 4px 4px 0;
}

span.DataTables_sort_icon {	
	margin-left: 5px;
    padding: 0 6px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
span.ui-icon-triangle-1-n {
	background-image: url("../img/glyphicons-halflings.png");	
	background-position: -313px -119px;
}
span.ui-icon-triangle-1-s {
	background-image: url("../img/glyphicons-halflings.png");	
	background-position: -288px -120px;
}
.DataTables_sort_wrapper {
	cursor: pointer;
}

/*************************
	Formular
**************************/
form {
    margin-bottom: 0;
}
.form-horizontal .control-group {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #FFFFFF;
    margin-bottom: 0;
}
.form-horizontal .control-label {
    padding-top: 15px;
    width: 180px;
}
.form-horizontal .controls {
    margin-left: 200px;
    padding: 10px 0;
}
.form-horizontal .form-actions {
    margin-bottom: 0;
    margin-top: 0;
}


input.error, textarea.error, input:focus.error, textarea:focus.error {
    border: 1px solid #B20101;
}
label.error {
    color: #FF0000;
    padding-left: 0px;
}


.config-widget form {
    margin-bottom: 10px;
}
.config-widget .form-horizontal .control-group {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    margin: 0px;
	padding: 0px;
}
.config-widget .form-horizontal .control-label {
    padding-top: 7px;
    width: 100px;
}
.config-widget .form-horizontal .controls {
    margin-left: 150px;
    padding: 0px;
}
.config-widget .form-horizontal .controls input {
    padding: 1px 3px;
	margin-top:4px;
}
.config-widget  .control-group.no-border {
	border:0px;
}

/*************************
	Wizard
**************************/
.wizard-steps {
  padding: 0px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.wizard-steps .well {
	background:transparent;
	float:left;
	margin:0px;
	padding:5px 0px 5px 0px;
	text-align:center;
	border:0px;
	box-shadow: none;
}
.wizard-steps .well.visited {
	font-weight:normal;
	color: #0088CC;
	cursor:pointer;
}
.wizard-steps .well.current {
	background:#3A87AD;
	color:#fff;
	font-weight:bold;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 0 #FFFFFF;
}
.form-wizard form {
	clear:both;
}
.form-wizard .progress {
    margin-bottom: 10px;
}
.form-wizard .form-horizontal .form-actions {
    padding-left: 10px;
}
form.wizard-form input.btn[type="submit"] {
	float:right;
}
/*************************
	spezielle Klassen
**************************/
.white {
	background:#fff;
}
.padding {
	padding:10px;
}
.padding5 {
	padding:5px;
}
.no-padding {
	padding:0px;
}
.no-padding pre{
	padding:10px 10px 0px 10px;
	margin:0px;
}
.no-padding .table {
    margin-bottom: 0;
}
.no-padding .table-bordered {
    border: 0 none;
}
.taskStatus .in-progress {
    color: #64909E;
}
.taskStatus .pending {
    color: #AC6363;
}
.taskStatus .done {
    color: #75B468;
}

pre code {
	color: #DD1144;
}
.widget-content pre {
	border-radius: 0px;
	border:0px;
	background:transparent;
}
.code {
	position:relative;
}
.code:after {
    background-color: #e3e3e3;
    border: 1px solid #ccc;
    border-radius: 4px 0 4px 0;
    color: #555;
    content: "Code-Beispiel";
    font-size: 12px;
    font-weight: bold;
    left: -1px;
    padding: 3px 7px;
    position: absolute;
    top: -1px;
	text-shadow: 0 1px 0 #FFFFFF;
}
.code.html:after {
    content: "Beispiel HTML";
}
.code.js:after {
    content: "Beispiel Javascript";
}
.code.css:after {
    content: "Beispiel CSS";
}
.well pre {
    background-color: #F5F5F5;
    border: 0px solid rgba(0, 0, 0, 0.15);
    margin: 0px;
    padding: 0px;
}
.code .highlight {
	color:#7F072B;
	font-weight:bold;
}

td.taskStatus span.label {
	width:70px;
	text-align:center;
}

.accordion {
    margin-top: 16px;
}

.fraktion {
    border: 1px solid black;
    color: #ffffff;
    display: table-cell;
    font-size: smaller;
    height: 15px;
    text-align: center;
    vertical-align: middle;
    width: 18px;
/*     border: 1px solid black; */
/*     color: #ffffff; */
/*     display: inline-block; */
/*     font-size: smaller; */
/*     height: 12px; */
/*     line-height: 100%; */
/*     padding-bottom: 1px; */
/*     padding-top: 2px; */
/*     text-align: center; */
/*     vertical-align: top; */
/*     width: 15px; */
}

.fname{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}


#searchclear, #searchclearhnr {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.btn_compat {
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    border: 1px solid #bbb;
    color: #B5152B; 
    font-weight: bold;
}
