
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    /*color: #c8c8c8;*/
    color: #000;
	background-color:#000 !important;
    background-image: url(../img/page/background2.png);
}
footer {
    clear:left;
    margin-top:1em;
    background:#000;
    color: black;
    text-align:center;
    position: fixed;
    bottom: 0;
    padding:10px;
}
footer > a{
    font-weight: bold;
    color: #5cb85c !important;
}
section a:hover {
    text-decoration: none;
}

a {
    text-decoration: none !important;
    color: #555;
}

header img {
    font-size: 2.5em;
    line-height: 2.8em;
    font-family: Helvetica;
    font-weight: 100;
    color: #000;
    margin: 0em;
    padding-left: 3%;
}

img {
    width: 90%;
    height: auto;
    max-width: 100%;
}

/* Header */
header {
    padding: 10px 0px 10px 0px;
    display: block;
    text-align: left;
}
/* Footer */
footer {
    margin-top: 20px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    /*background:#2F2C2C;*/
    text-align: center;
}

footer ul {
    display: block;
    width: 100%;
    max-width: 980px;
    text-align: left;
    margin: 0px auto;
}

footer ul li {
    display: inline;
    font-size: 0.8em;
    line-height: 2.8em;
    color: #000;
    padding: 0em 0.625em 0em 0.625em;
}
footer ul li a {
    color: #555;
}

@media screen and (max-width: 766px) {
    header {
        display: none;
    }
}

/*Bootstraps erweiterung*/

.alert-orange {
    background-color: orange;
    border-color: black;
    color: black;
}
.alert-orange hr {
    border-top-color: #000;
}
a .alert-orange {
    color: black;
    font-weight: bold;
}
.alert-orange .alert-link {
    color: #555;
}
.anomalie {
    background-color: #8A0808;
}
.anomalie:hover {
    background-color: #3B0B0B !important;
}
/*.circular {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	overflow: hidden; /* Für Image-Element Variante
	border: 2px solid #8b4513;
	margin-bottom: 5px;
}
*/

.circular {
    /*width: 100%;
    height: 100%;*/
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden;
    border: 2px solid #8b4513;
    background-size:cover !important;
    background-position:center !important;
}

.nan-tb {
    max-width:360px;
    width:100%;
    margin-left: auto;
    margin:auto;
    /*margin-left: 10px;*/
    border: 1px !important;
    /*border-top: 2px grey solid !important;*/
    margin-bottom: 0px !important;
}
.nan-td {
    position: relative;
    width: 16.7%;		/* desired width */
}

.nan-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.mosaik table:hover {
    background-color: rgba(128,128,128,0.2);
    border-radius: 20px;
    cursor: pointer;
}

.well-black {
    background-color: black;
}
.well2 {
    min-height: 20px;
    padding: 1px;
    padding-left: 6px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.popoverC {
    position: absolute;
    left: 2% !important;
    top: 7% !important;
    width: 89%;
    z-index: 1060;
    display: none;
    line-break: auto;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.popoverC .tooltip-inner {
    margin-left: auto;
    margin-right: auto;
    font-family: fantasy;
    opacity: 0.6;
    text-align: center;
    color: #000000;
    font-size: 30px;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    padding: 0px !important;
}
.text {
    width: 50px;
    height: 50px;
    background: #FFF;
    opacity: 0;
    font-family: fantasy;
}
.progress {
    margin-bottom: 10px !important;
    background-color: #000 !important;
}
hr {
    border-top: 1px solid #fff;
}
.form-horizontal .control-label {
    text-align: left;
}
.well-non-bottom {
    margin-bottom: 0px;
}
tr[data-expanded='true'] {
    background-color:rgba(0,0,0,0.3);
}
img[data-nr] {
    cursor: pointer;
}
.footable tr{
    cursor: pointer;
}
.non-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

table {
    background-color: rgba(0,0,0,0) !important;
}
.table-condensed tr:hover {
    background-color:rgba(0,0,0,0.3);
}

a[data-toggle="popover"] {
    text-decoration: none;
}
span[value] {
    cursor: pointer;
}
[onclick]{
    cursor: pointer;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout-warning {
    border-left: solid 5px #aa6708;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout-info {
    border-left-color: #5cb85c ;
}
.bs-callout-info h4 {
    color: #5cb85c ;
}
.modal-xlg {
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
}

.non-bg {
    background-color: rgba(0,0,0,0) !important;
}
.non-bg-link {
    background-color: rgba(0,0,0,0) !important;
}
.non-bg-link:hover {
    background-color: rgba(255,255,255,0.1) !important;
    cursor: pointer;
}
.non-margin {
    margin: 0 !important;
}
.well-t {
    background-color: rgba(0,0,0,0.1) !important;
}
.well-t-active{
    background-color: rgba(255,165,0,0.2) !important;
}
.panel-1 {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body-1 {
    padding: 10px 0;
}
.panel-heading-1 {
    border-bottom: solid #5cb85c 1px;
    padding: 10px 0 0 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading-1 > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title-1 {
    margin-top: 0;
    margin-bottom: 0;
    /*font-size: 16px;*/
    color: inherit;
}
.panel-title-1 > a,
.panel-title-1 > small,
.panel-title-1 > .small,
.panel-title-1 > small > a,
.panel-title-1 > .small > a {
    color: inherit;
}

.favorit {
    color: orange !important;
}
.todo{
    color: #1E90FF !important;
}
.finish{
    color: #00cd00 !important;
}
.menu-group {
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0;
}
.menu-group .menu-group-line {
    border-bottom: solid rgba(255,165,0,0.2) 1px;
    padding: 5px 0 5px 0;
}
.menu-group .menu-group-no-line {
    padding: 5px 0 5px 10px;
}
.hr {
    margin-top: -10px;
    margin-bottom: 5px;
    border-bottom: solid rgba(255,165,0,0.2) 1px;
}
.menu-group .menu-group-no-line[onclick]:hover {
    background-color: rgba(255,255,255,0.1);
}

.modal-backdrop.in {
    opacity: 0.9 !important;
    filter: alpha(opacity=90) !important;
}

.modal-header {
    padding: 15px !important;
    border-bottom: 1px solid orange !important;
}
.modal-content {
    background-color: rgba(0,0,0,0) !important;
}

.cluster-1 {
    background-image: url(../img/map/m1.png);
    line-height: 53px;
    width: 53px;
    height: 52px;
}
.cluster {
    color: #000;
    text-align: center;
    font-family: 'Arial,Helvetica';
    font-size: 11px;
    font-weight: bold;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: rgba(255,165,0,0.2) !important;
    border: 0 solid orange !important;
}
.nav-tabs{
    border-bottom: 1px solid orange !important;
}
.nav-tabs > li > a:hover{
    background-color: rgba(255,165,0,0.1) !important;
    border: 1px solid rgba(255,165,0,0) !important;
}
table.footable-details th {
    display: none;
}
.icon-circle{
    border-radius: 20px;
    background-color: orange;
    float: right;
    height: 40px;
    width: 40px;
    margin-top: 8px;
}
.well-t > option{
    background-color: black;
}
.input-t > option{
    background-color: black;
}
.input-t {
    background-color: rgba(0,0,0,0.1) !important;
    color: #000 !important;
}
.input-t-active{
    background-color: rgba(255,165,0,0.2) !important;
}
legend{
    margin-bottom: 0 !important;
}
.glyphicon-pushpin.favorit{
    -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
}
.scrolldiv {                             /* der Name kann frei gewählt werden */
    height:38.5em;                       /* Höhe - auch px oder andere Einheiten */
    overflow:auto;                       /* Regel für übergroßen Inhalt */
    border: 3px double rgba(255,165,0,0.2);          /* Rahmen */
    padding:8px;                         /* Textabstand zum Rand */
    font-family:Arial,Verdana,sans-serif;/* Schriftart */
    background-color: rgba(200,200,200,0.03);
}
.btn-1{
    background-color: rgba(255,255,255,0.1) !important;
}
.btn-2{
    background-color: rgba(255,255,255,0.15) !important;
}
.btn-3{
    background-color: rgba(255,255,255,0.2) !important;
}
.btn-4{
    background-color: rgba(255,255,255,0.25) !important;
}
.btn-5{
    background-color: rgba(255,255,255,0.3) !important;
}
.btn-6{
    background-color: rgba(255,255,255,0.35) !important;
}
.btn-active{
    background-color: rgba(255,165,0,0.35) !important;
}
.input-group-btn {
    border-bottom: solid 1px;
    border-top: solid 1px;
    border-right: solid 1px;
    border-radius: 0 4px 4px 0;
}
.input-group-btn button {
    height: 36px;
}
.remove{
    background-color: rgba(255,0,0,0.25) !important;
}













