
* {
    cursor: default;
}

ul{
    cursor: pointer;
}

input{
    cursor: text;
}

tr{
    cursor: pointer;
}

td{
    cursor: pointer;
}

li{
    cursor: pointer;
}

.glyphicon{
    cursor: pointer;
}
span.glyphicon-sort:before{
    margin-left: 5px;
}

a{
    cursor: pointer;
}

body {
    -webkit-animation:1.3s test_animation;
    animation:1.3s test_animation;

}

@keyframes test_animation {
    from { filter: blur(10px); }
    to { filter: blur(0px);}
}

@-webkit-keyframes test_animation {
    from { -webkit-filter: blur(10px); }
    to { -webkit-filter: blur(0px);}
}




.fixed-grey-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eee;
}

.form-container{
    position: fixed;
    left: 50%;
    top: 25%;
    margin-left: -217px;
    width:436px;
    height:auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0px 30px;}


.form-container img{margin: 30px 47px 30px 47px;width: 70%;}



.angular-google-map-container {
  height: 200px;
  width: 100%;
}

a {
    cursor: pointer;
    color: #88bdff;
}

a, a:link, a:active, a:hover{text-decoration: none}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}



.windows8 {
padding-top: 30px;
padding-left: 10px;
width: 30px;
height:30px;
visibility: hidden;
position: fixed;
    top: 25%;
    left: 50%;
    z-index: 100;
}

.windows8 .wBall {
position: absolute;
width: 29px;
height: 29px;
opacity: 0;
-webkit-transform: rotate(225deg);
-webkit-animation: orbit 7.15s infinite;
transform: rotate(225deg);
animation: orbit 7.15s infinite;
}

.windows8 .wBall .wInnerBall{
position: absolute;
width: 3px;
height: 3px;
background: #000000;
left:0px;
top:0px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.windows8 #wBall_1 {
-webkit-animation-delay: 1.56s;
animation-delay: 1.56s;
}

.windows8 #wBall_2 {
-webkit-animation-delay: 0.31s;
animation-delay: 0.31s;
}

.windows8 #wBall_3 {
-webkit-animation-delay: 0.62s;
animation-delay: 0.62s;
}

.windows8 #wBall_4 {
-webkit-animation-delay: 0.94s;
animation-delay: 0.94s;
}

.windows8 #wBall_5 {
-webkit-animation-delay: 1.25s;
animation-delay: 1.25s;
}

@-webkit-keyframes orbit {
0% {
opacity: 1;
z-index:99;
-webkit-transform: rotate(180deg);
-webkit-animation-timing-function: ease-out;
}

7% {
opacity: 1;
-webkit-transform: rotate(300deg);
-webkit-animation-timing-function: linear;
-webkit-origin:0%;
}

30% {
opacity: 1;
-webkit-transform:rotate(410deg);
-webkit-animation-timing-function: ease-in-out;
-webkit-origin:7%;
}

39% {
opacity: 1;
-webkit-transform: rotate(645deg);
-webkit-animation-timing-function: linear;
-webkit-origin:30%;
}

70% {
opacity: 1;
-webkit-transform: rotate(770deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:39%;
}

75% {
opacity: 1;
-webkit-transform: rotate(900deg);
-webkit-animation-timing-function: ease-out;
-webkit-origin:70%;
}

76% {
opacity: 0;
-webkit-transform:rotate(900deg);
}

100% {
opacity: 0;
-webkit-transform: rotate(900deg);
}

}

@keyframes orbit {
0% {
opacity: 1;
z-index:99;
transform: rotate(180deg);
animation-timing-function: ease-out;
}

7% {
opacity: 1;
transform: rotate(300deg);
animation-timing-function: linear;
origin:0%;
}

30% {
opacity: 1;
transform:rotate(410deg);
animation-timing-function: ease-in-out;
origin:7%;
}

39% {
opacity: 1;
transform: rotate(645deg);
animation-timing-function: linear;
origin:30%;
}

70% {
opacity: 1;
transform: rotate(770deg);
animation-timing-function: ease-out;
origin:39%;
}

75% {
opacity: 1;
transform: rotate(900deg);
animation-timing-function: ease-out;
origin:70%;
}

76% {
opacity: 0;
transform:rotate(900deg);
}

100% {
opacity: 0;
transform: rotate(900deg);
}

}


/* (c) by duo.uno */

duo-uno-notifications {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1042;
  width: 250px;
  display: block;
}

.notification {
  position: relative;
  word-break: break-word;
  cursor: default;
}


.notification.ng-enter {
    -webkit-transition: all 0.6s ease-in-out;
  opacity:0;
  top: -100px;
}

.notification.ng-enter.ng-enter-active {
  opacity:1;
  -webkit-transform: translate(0, 100px);
}


.notification.ng-move {
  -webkit-transition: all 0.6s ease-in-out;
  height: 0px;
}

.notification.ng-move.ng-move-active {
  height: 80px;
}


.notification.ng-leave {
  -webkit-animation:1s my_animation;
  animation:1s my_animation;
  -webkit-transition: all 1s ease-in-out;
}

.notification.ng-leave-active {
  -webkit-transform: translate(100px, 0);
}

@keyframes my_animation {
 from { opacity:1; }
 to { opacity:0; }
}

@-webkit-keyframes my_animation {
 from { opacity:1; }
 to { opacity:0; }
}

/* --- */

/*--New Styles---*/



/*----------------- ausrichtungen -------------------*/


.floatnone{float: none;}

.floatleft{float: left;}

.floatright{float: right;}

.inline{display: inline;}

.inline-block{display: inline-block;}

.block{display: block;}

.displaynone{display: none;}

.textmid{text-align: center;}



/*--------------- margins & paddings ----------------*/

.mtop12px{margin-top: 12px;}

.mtop20px{margin-top: 20px;}

.mtop30px{margin-top: 30px;}

.mtop40px{margin-top: 40px;}

.mtop150px{margin-top: 150px;}


.mrig15{margin-right: 15px}

.mrig30px{margin-right: 30px}

.mrig50px{margin-right: 50px}


.mbot12px{margin-bottom: 12px;}

.mbot20px{margin-bottom: 20px;}

.mbot40px{margin-bottom: 40px;}


.mlef15{margin-left: 15px}

.mlef30px{margin-left: 30px}

.mlef50px{margin-left: 50px}



.ptop12px{padding-top: 12px;}

.ptop20px{padding-top: 20px;}

.ptop40px{padding-top: 40px;}


.prig15{padding-right: 15px}

.prig30px{padding-right: 30px}

.prig50px{padding-right: 50px}


.pbot12px{padding-bottom: 12px;}

.pbot20px{padding-bottom: 20px;}

.pbot40px{padding-bottom: 40px;}


.plef0{padding-left: 0}

.plef15{padding-left: 15px}

.plef30px{padding-left: 30px}

.plef50px{padding-left: 50px}



/*--------------- schrift ----------------*/

.h1{
    color: #88bdff;
}

.h2{
    font-size: 16px;
    line-height: 16px;
}



/*--------------- formulare ----------------*/


.form-horizontal .control-label{
    text-align: left;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #88bdff;
    border-radius: 4px;
}
.searchInput{
    margin-top: 22px;
}
.searchInput>input{
    height: 41px;
    padding-right: 40px;
}

.searchInput>i:before{
    content: '';
    background-image: url("../assets/suchen_blau.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 25px;
    top: 8px;
    z-index: 999;
    display: inline-block;
    vertical-align: bottom;
}

div.warning{
    border: 1px solid #FAEBCC;
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-radius: 4px;
}

.modal-body {
    position: relative;
    padding: 25px;
}

/*--------------- navi ----------------*/

.nav-pills > li.active > a{
    background-color: #88bdff;
}

.nav-pills > li.active > a:hover{
    background-color: #88bdff;
}

.nav-pills > li > a:hover{
    background-color: #88bdff;
    color: #ffffff;
}




/*--------------- buttons ----------------*/

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid #94c1fe;
    padding: 10px 10px;

}

.btn-default:hover{
    background-color: #88bdff;
    color: #fff;
    border: 1px solid #fff;
}

.btn-default{
    border: 1px solid #dddddd;
}

.btn-default.active{
    border: 0px solid;
}


.btn-primary {
    color: #fff;
    background: linear-gradient(-45deg, #88bdff 25%, #94c1fe 25%, #94c1fe 50%, #88bdff 50%, #88bdff 75%, #94c1fe 75%, #94c1fe);
    margin-top: 22px;
    margin-bottom: 12px;
    background-size: 6px 6px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #88bdff;
    border-style: none;
    outline: 0px solid;
}



/*--------------- logo ----------------*/

.logo{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 15px;
}




/*--------------- labels ----------------*/

.label-info {
    background-color: #ddd;
}


.label {
    display: inline;
    padding: 0.8em 0.8em 0.8em;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    color: #666;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.8em;
    margin: 1px;
}


/*--------------- lists ----------------*/

.list-group-item {
    position: relative;
    display: block;
    background-color: #fff;
    border: 0px solid;
    border-radius: 4px;
    padding: 0px;
}

.list-group-item:active {
    z-index: 2;
    color: #fff;
    background-color: #88bdff;

}

.list-group-item a,
.list-group-item .linkcontainer{
    display: inline-block
}

.list-group-item .linkcontainer{width: 80%}

.list-group-item .linkcontainer a{
    display: block;
    padding: 12px 12px;
}

.list-group-item:hover {
    background-color: #88bdff;
}

.list-group-item:hover a{
    color: #fff;
}


tr.ng-scope ul.list-group li {
    background-color: transparent;
}

tr.ng-scope:hover ul.list-group li{
    color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #88bdff;
}


.list-group-item.active a{
    z-index: 2;
    color: #fff;
}

.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #88bdff;
}

/*--------------- table ----------------*/

.table > tbody > tr.active{
    background-color: black;
}

.table > tbody > tr:nth-child(even){
    background: #fafafa;
}
.table > tbody > tr.disabled{
    color: #CCCCCC;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 15px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


.table-hover > tbody > tr:hover{
    background-color: #88bdff;
    color: #ffffff;
}
.table-hover > tbody > tr.disabled:hover{
    background-color: #cccccc;
}

.table-hover > tbody > tr > td > :hover{
    background-color: ;
    color: #ffffff;
}


/*.table > tbody > tr:active{
    background-color: #e6e6e6;
}*/


tr.ng-scope:hover li.list-group-item{color:#000;}

.table-hover > tbody > tr:hover .ng-scope{color: #000;}
.table-hover > tbody > tr:hover span.label-info{background-color: #fff}
.table-hover > tbody > tr.ng-scope:hover td.ng-scope{color: #fff;}





/*--------------- icon/font ----------------*/



.glyphicon-sort:before {
    content: "\e150";
    font-size: 12px;
}


.sort{
    background-image: ;
    position: relative;
    top: 1px;
    display: inline-block;
}


/*--------------- others ----------------*/

.progress {
    height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}


.selectWithButtons {
    height: 42px;
    width: calc(100% - 87px);
    display: inline-block;
}

/* removed default checkbox style */
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 1em;
    width: 100%
}

/* graceful degradation for ie8 */
input[type='checkbox'] {
    width:auto;
    float:left;
    margin-right: .75em;
    background:transparent;
    border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked) {
    background: transparent;
    position: relative;
    visibility: hidden;
    margin:0;
    padding:0;
    display: none;
}

label.customLabel {
    margin-bottom: 0;
    vertical-align: top;
}

/* proper checkbox style*/
/*input[type='checkbox']:checked + label::before,*/
/*input[type='checkbox']:not(:checked) + label::before {*/
    /*content:' ';*/
    /*display:inline-block;*/
    /*width: 18px;*/
    /*height:18px;*/
    /*position: relative;*/
    /*top:4px;*/
    /*border: 1px solid #88bdff;*/
    /*border-radius: 2px;*/
    /*background: white;*/
    /*margin-right: 1em;*/
/*}*/

/*input[type='checkbox']:hover  + label::before {*/
    /*background: #ddd;*/
    /*box-shadow: inset 0 0 0 2px white;*/
/*}*/

/*input[type='checkbox']:checked  + label::before {*/
    /*background: #88bdff;*/
    /*box-shadow: inset 0 0 0 2px white;*/
/*}*/
input[type='checkbox']:checked + .customCheckbox,
input[type='checkbox']:not(:checked) + .customCheckbox{
    /*content:' ';*/
    cursor: pointer;
    display:inline-block;
    width: 18px;
    height:18px;
    position: relative;
    border: 1px solid #88bdff;
    border-radius: 2px;
    background: white;
    margin-right: 1em;
    visibility: visible;
    vertical-align: top;
}


input[type='checkbox']:not(:checked) + .customCheckbox:hover
{
    background: #ddd;
    box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked + .customCheckbox {
    background: #88bdff;
    box-shadow: inset 0 0 0 2px white;
}




/*STATISTICS*/
nvd3-pie-chart[id^='pie']{
    display: block;
    margin-top: 30px;
}

nvd3-pie-chart[id^='pie'] svg{
    max-width: 500px;
    width: 300px;
}
nvd3-line-chart[id^='line'] svg{
    max-height: 380px;
    height: 380px;
}
.chartWrapper span.legend-amount{
    margin-left: 5px;
}

.statisticWrapper:not(:last-child){
    border-bottom: 2px solid #ffffff;
}



.chartWrapper span{
    margin-bottom: 10px;
    color: #adadad;
    display: block;
}

div.statisticWrapper span.green{
    color: #acfd7e!important;
}
div.statisticWrapper span.yellow{
    color: #FFB87D!important;
}
div.statisticWrapper span.yellow1{
    color: #FFD47D!important;
}
div.statisticWrapper span.red{
    color: #FF5173!important;
}
div.statisticWrapper span.red1{
    color: #FF3424!important;
}

nvd3-pie-chart{
    margin-bottom: 30px;
}
div.pie-chart-legend, div.pie-chart-legend span{
    display: inline-block;
}
div.pie-chart-legend span:first-of-type{
    padding-right: 5px;
    font-size: 16px;
    vertical-align: -webkit-baseline-middle;
}
div.pie-chart-legend span:last-of-type{
    margin-right:30px;
}



.nvtooltip{
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 10px;
}

.nvtooltip p{
    padding: 0;
}
