/*Dashboard*/


.dabocss{

    
    max-width: 300px;
    min-width: 300px;
   
    min-height: 360px;
   
    height: auto !important;
    height: 100%;
    overflow: auto !important;
    border-width: 1px;
    border-style: solid;
    border-color: #000;
    -Moz-Border-Radius-BottomLeft: 5px;
    -Moz-Border-Radius-BottomRight: 5px;
    -Moz-Border-Radius-TopLeft: 5px;
    -Moz-Border-Radius-TopRight: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    float: left;
    margin: 10px 40px 10px 0;


}

.dabotitel{
 
    padding: 10px;
    
    float: left;




}

.dabo_tbl{


    width: 100%;

}


*[class*='dabofktnr_'] th{


    background-color: #000;
    color:#fff;
    padding:5px;
    text-align: left;
    border-left: #ccc 1px solid;
    




}

*[class*='dabofktnr_'] td{


    
    padding:2px 2px 2px 5px;
    border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;


}

#modul_leiste_dabo_re {
    float: left;
  }



#sel_dabo_mod_leiste_re{
    float: inline-start;
    background-color: #000;
    color: rgb(255,255,255);
  }
  
  #dabo_config_fkt th {
    font-weight: bold;
    background-color: #000000 !important;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 5px 0 5px;
    text-align: left;
  }



  .dabo_ftk_config_speichern{

    padding: 5px 30px 5px 20px;
    border: 0px solid;
    background-color: rgb(26,186,0);
    color: #fff !important;
  }



.dabo_ftk_config_speichern_abbrechen{

    padding: 5px 30px 5px 20px;
    color: rgb(130,130,130) !important;
    border-color: rgb(130,130,130) !important;
}




.dabobox_breit{


    max-width: 100%;

}

.dabo_tbl tr:nth-child(odd){
		
    background-color:  rgb(236, 248, 248);


}

.dabo_tbl td {


     hyphens: auto;

}

.dabo_tbldiv{

    width: 100%;
    max-height: 310px;
    
    overflow: scroll;
    display: inline-block;

}


#zeitfenster_dabo {
                                        
    color:#000;
    
}

.dabo_download{
    padding:10px 10px;
    float: right;
}


.dabo_trplatz{


    border:0px solid #FFF !important;

}



/* Start spinner */



.rundweg {
    border: 8px solid gray;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: relative;
    margin: 10px;
    animation: einblenden 15s
  }
  
  .spinnerpunkt-wrapper {
    position: absolute;
    top: 18px;
    left: 18px;
    animation-duration: 3s;
    animation-name: spinnerpunkt;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  
  .rundweg.rotating {
     animation-duration: 10s;
    animation-name: spinnerpunkt;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-origin: 0 0;
  }
  
  .spinnerpunkt {
    width: 15px;
    height: 15px;
    background: rgb(155, 221, 180);
    border-radius: 15px;
    transform: translate(-20px, -20px)
  }
  

  
  @keyframes spinnerpunkt {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  @keyframes einblenden { 
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }



/* Ende spinner */