/*   $Author: ischenk $
     $Date: 2016-04-25 14:06:25 +0200 (Mo, 25. Apr 2016) $
     $Revision: 16590 $
     $Id: livelist.css 16590 2016-04-25 12:06:25Z ischenk $  */
     
 #filter_container{
            text-align: left;
            float:left;
            list-style: none;
            margin:0 2% 2% 2%;
            padding:0;
            border-radius: 12px 12px 3px 3px;
            box-shadow: 1px 1px 5px grey;
        }
.li_header{
    text-align: center;
    background: #005aa9;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color:white;
    padding: 2%;
    }
.li_body{
    border-top:1px solid #005aa9;
    padding: 2%;
    background: #ffffff;
}
.li_body:hover{
    background: #e0e0e0;
}
.li_body_last{
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
td{
    border-left:1px solid #005aa9!important;
}
td.td_filter{
    border-left:0!important;
}

.unit_value_container{
    text-align: right!important;
}
.td_filter{
    text-align: center!important;
}
.state{
    text-align: right;
}
.channelListTable{
    border-width: 0!important;
    border-radius:12px;
    box-shadow: 1px 1px 5px grey;
    border-collapse: inherit!important;
}
.channelListTable tbody tr td{
    border-width: 0;
}
.channelName a{
    color:#000000;
}
.search{
    border: 1px solid #005AA9;
    border-radius: 2px;
    margin-top: 0;
    text-align: center;
}
 #iconfixed{
     border-width:0;
     background:#005aa9;
     left: 25%;
     position: relative;
     right: 0;
 }
 .ui-widget-header {
     color: #FFFFFF;
     font-weight: normal!important;
     font-size:13px!important;
 }
 table.sortable th{
     border:0;
     border-left:1px solid white;
 }