
html{
    color:#333;

}

#header2{
    -webkit-box-shadow: 0px 4px 13px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 13px -4px rgba(0,0,0,0.75);
box-shadow: 0px 4px 13px -4px rgba(0,0,0,0.75);
height:90px;
border-bottom:1px #cecece
}


body{
    height:auto;
}


.offline{
    background-color:#ff7777 !important;
}


.cp{
    cursor:pointer;
}
.bold{
    font-weight:bold
}

#wrapper{
    /*margin-top:120px;*/
    margin-top:125px;
}

.navbar{
    min-height:100px;
}
.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
}
.w100{
    width:100%;
}
#header{
    position:fixed;
    top:0px;
    left:0px;
    background-color:#FFF;
    /*color:#333;*/
    /*height:100px;*/
    height:100px;
    width:100%;
    z-index:22;

    -webkit-box-shadow: 0px 3px 9px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 9px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 9px 5px rgba(0,0,0,0.3);

}

.error{
    color:#FF0000;
}

.printError,.printError:hover,.printError:active,.printError:focus{
    color:#FFF;
    background-color:#FF0000;
}


.printSuccess,.printSuccess:hover,.printSuccess:active,.printSuccess:focus{
    color:#FFF;
    background-color:#00ce00;
}
#onlineIndicator{

    font-size: 11px;
    left: 175px;
    position: absolute;
    top: 56px;

}

strong{
    /*background-color:yellow;*/
    color:#000;
    font-weight:bold;
}


.fullscreenCam {

    width: 100% !important;
    height: 100% !important;
    z-index: 1449;
    /* border: 1px solid #00ce00; */
    position: fixed;
    left: 0px;
    top: 0px;
}


ul.top-nav{
    position: absolute;
    left: 190px;
    top: 40px;
    width: 480px;
    list-style-type: none;
}

ul.top-nav li{
    float: left;
    border: 1px solid #cecece;
    padding: 3px;
    margin: 2px;
}

ul.top-nav li a{
    color:#5d5d5d;
}

.controls{
    background-color:#000000;;
    text-align: center;
}
.controls span{
    color: #FFF;
    font-size: 22px;
    margin-left: 19px;

}

.activePlayer{
    border:5px solid #003f00;
}


@media screen and (min-width: 600px) {
    .player,.activePlayer{
        border:5px solid #000;
        width:50%;
        position:relative;
        float:left;
    }

    .activePlayer{
        border:5px solid #003f00;
    }

}


@media screen and (max-width: 600px) {
    .player,.activePlayer{
        border:5px solid #000;
        width:100%;
        position:relative;
        float:left;
    }
    #header{
        /* position: relative; */
    }
}


.recording{
    background-color:#FF0000;
    color:#FFF;
}


/* .angular-google-map-container { height: 400px; } */


@-webkit-keyframes fadeIt {
    0%   { background-color: #FFFFFF; }
    50%  { background-color: #FF0000; }
    100% { background-color: #FFFFFF; }
  }
  @-moz-keyframes fadeIt {
    0%   { background-color: #FFFFFF; }
    50%  { background-color: #FF0000; }
    100% { background-color: #FFFFFF; }
  }
  @-o-keyframes fadeIt {
    0%   { background-color: #FFFFFF; }
    50%  { background-color: #FF0000; }
    100% { background-color: #FFFFFF; }
  }
  @keyframes fadeIt {
    0%   { background-color: #FFFFFF; }
    50%  { background-color: #FF0000; }
    100% { background-color: #FFFFFF; }
  }
  

  @keyframes pulse {
    0% {
      background-color: #FFF;
    }
    50% {
      background-color: #FF4136;
    }
    100% {
        background-color: #FFF;
      }
  }    
tr.highlighted  td{
    /* background-color:#FF0000; */
    /* color:#FFF */
    animation: pulse 1s infinite;

    /* background-image:none !important;
    animation-iteration-count:5;
    -webkit-animation: fadeIt 1s ease-in-out; 
       -moz-animation: fadeIt 1s ease-in-out; 
         -o-animation: fadeIt 1s ease-in-out; 
            animation: fadeIt 1s ease-in-out;  */
}


.tablink{
    position: relative;
    display: block;
    padding: 10px 15px;
    cursor:pointer;
    color:#337ab7;
}

.ampel{
    background-color:#999;
    height:30px;
    width:30px;
    border-radius:15px;
}

.ampel.red{
    background-color:#FF0000;
}
.ampel.orange{
    background-color:orange;
}
.ampel.green{
    background-color:#00ce00;
}


#pinBelegung > tbody > tr >  th{
    width:50px;
    text-align:center;
}

#pinBelegung > tbody > tr >  th{
    width:50px;
    text-align:center;
}
#pinBelegung > tbody > tr >  td{
    height:20px;
    text-align:center;
}

.pinBelegung_1{
    background-color:#00ce00;
}
.pinBelegung_0{
    background-color:#FF0000
}

#anlagenStatusPopup{
height: calc(100% - 150px);
width: 98%;
position: fixed;
overflow: auto;
border:1px solid #ccc;
border-radius:5px;
z-index:99;


}