body
{
	padding-top:70px;
    margin-top: 20px;
}

.btn-group-hover .icon {
    border-color: white;
    background: white;
    text-shadow: 0 1px 1px white;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
}
.btn-group-hover {
    opacity: 0;
}
tr:hover .btn-group-hover {
    opacity: 100;
}
.btn-group-hover:hover {
    cursor: pointer;
}
.hatmehrWerte
{
    background-color: aliceblue;
    background-color: rgba(0,0,255,0.1);
    
}

.help-block
{
    padding-left: 10px;
}

.animate-show {
  transition: all linear 0.5s;
}


.input-group-addon { min-width:123px;}

table { 
    margin-top:50px;
    margin-bottom: 50px;
}

.alternativ_werte
{
    //background-color: rgba(88,88,250,0.1);
}

.standard_werte 
{
    //background-color: rgba(242,234,0,0.2);
    /*border-color: rgba(242,234,0,0.8);*/
}

.customStyle1 {
            fill: #5858FA;
            fill-opacity:0;
            stroke-width:2px;
            stroke: #08088A;
        }

.customStyle2 {
            fill: #f2ea00;
            fill-opacity:0;
            stroke-width:2px;
            stroke: #b3ab00;
        }

.customStyle3 {
            fill: #FF0040;
            fill-opacity:0;
            stroke-width:2px;
            stroke: #B40431;
        }
.customStyle4 {
            fill: #642EFE;
            fill-opacity:0;
            stroke-width:2px;
            stroke: #3104B4;
        }
.customStyle5 {
            fill: #FE9A2E;
            fill-opacity:0;
            stroke-width:2px;
            stroke: #DF7401;
        }
.customStyle6 {
            fill: #CC2EFA;
            fill-opacity:0;
            stroke-width:2px;
            stroke: #8904B1;
        }
.customStyle7 {
            fill: #00FF00;
            fill-opacity:0;
            stroke-width:2px;
            stroke: #04B404;
        }
.customStyle8 {
            fill: #2EFEF7;
            fill-opacity:0;
            stroke-width:2px;
            stroke: #01A9DB;
        }

div.legend 
{
    display: inline-block;
    float:left;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.legendElementContainer {
            display:inline-block;
            width:120px;
            height:30;
            border-style:solid;
            border-width:1px;
            border-color: #e0e0e0;
            background-color: #ffffff;
            margin:4px;
            padding:4px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            cursor:pointer;
        }

div.legendElementContainer.active {
    background-color: #E6E6E6;
    border-color: #848484;
    //border-width:2px;
}

.iconFill {
    fill-opacity:0.3;
    stroke: none;
}

svg.legendIcon {
    width:24px;
    height:22px;
    position: absolute;
}
.legendText
{
    position: relative;
    left: 35px;
}


//footable:

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
/*
  font-family: 'footable';
  speak: none;
*/
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 14px;
  color: #888888;
}
.footable-row-detail-inner {
  display: table;
}
.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em;
}
.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: bold;
}
.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em;
}
.footable-row-detail-value {
  display: table-cell;
}