/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.09.2016, 14:02:27
    Author     : eefe
*/

#raduebersicht{
    width:300px;
    height:250px;
    font-size: 10px;
    float:left;
}

#raduebersicht table{ 
    flaot : left;   
    border-collapse: collapse;
    margin-right: 10px;
    background-color: #fff;
    border: solid 1px #000;    
    font-size: 10px;
}
#raduebersicht table tr, #raduebersicht table th, #raduebersicht table td{ 
 border: solid 1px #000;    
}
#raduebersicht table td {
    padding: 0 5px;
    text-align: left;
    height: 14px;
}

.profiltable {
    border: 0 !important;
    width: 70px;
    padding: 0 0px !important;
    text-align: center !important;
    margin-right: 0px !important;
}

#raduebersicht h4 {
    margin: 5px 0 0 10px;
    font-size: 11px;
}
#raduebersicht table th {
    padding: 0 5px;
    text-align: left;
    background-color: #999;
}

#raduebersicht p {
    margin-left :10px;    
}
#raduebersicht ul li{
  margin-left: 5px;
}

#raduebersicht #linkbox{ 
    float: left;
    width: 70px;
}

#raduebersicht #linkbox .vl{ 
    height: 70px; 
    border: solid 1px #000;
}

#raduebersicht #linkbox .hl{ 
    height: 70px; 
    border: solid 1px #000;
}

#raduebersicht #rechtbox{ 
    float: left;
    width: 70px;
}

#raduebersicht #rechtbox .vr{ 
    height: 70px; 
    border: solid 1px #000;
}

#raduebersicht #rechtbox .hr{ 
    height: 70px; 
    border: solid 1px #000;
}
#raduebersicht #mittebox{ 
    float: left;
    width: 60px;
}

#raduebersicht #mittebox .oben{ 
    float: left;
    background-color: #000;
    width: 60px;
    height:10px;
    margin-top: 60px;
}

#raduebersicht #mittebox .mitte{ 
    float: left;
    background-color: #000;
    width: 10px;
    height:125px;
    margin-left:25px;
}


#raduebersicht #mittebox .unten{ 
    float: left;
    background-color: #000;
    width: 60px;
    height:10px;
    margin-bottom: 20px;
}

#raduebersicht #xfehler{
    font-size: 43px;
    margin-left:30%;    
    margin-top: 15%;       
}


#raduebersicht #xfehler.xaustausch{
    color: red;
}

#raduebersicht #xfehler.xreperatur{
    color: orange;
}

#raduebersicht #xfehler.xleichtfehler{
    color: yellow;
}

#raduebersicht .profilred{
    background-color: red;
}

#raduebersicht .profilyellow{
    background-color: yellow;
}


#raduebersicht .visiblehidden {
    visibility: hidden;
}

#raduebersicht #radinfos .radinfos {
    font-size: 9px;
}

#raduebersicht #radinfos .tooltip {
    position:relative;
    top:10px;
    left:60px;
}

.radinfosunten {
    margin-top: 24px;
}

/* hide tooltip */
#raduebersicht #radinfos.tooltip .popup{
    display: none;    
}

#raduebersicht #radinfos.tooltip:hover .popup {  
  display: block;  
  width: auto;
  margin-top: -30px;
  margin-left: 40px;
  position: absolute;
  background-color: buttonface; 
  border: solid 1px black;
  border-radius:3px; 
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
  line-height: 1.4;
}

