﻿div.cl
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgb(0, 96, 138);
    z-index: 2;
}

div.cl_toolbar
{
    position: absolute;
    top: 0px;
    height: 28px;
    left: 0px;
    right: 0px;
    background-color: rgb(0, 96, 138);
}

div.cl_refresh
{
    position: absolute;
    top: 7px;
    left: 4px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
div.cl_fblink
{
    position: absolute;
    top: 7px;
    left: 300px;
    font-size: 16px;
    color: whitesmoke;
}
i.fa-refresh
{
    font-size: 20px;
    color: #DDDDDD;
}

div.cl_filter
{
    position: absolute;
    top: 4px;
    height: 30px;
    min-height: 30px;
    left: 36px;
}

span.cl_filter
{
    color: #CCCCCC;
    padding-left: 4px;
    padding-right: 5px;
    font-weight: bold;
    font-size: 20px;
}

input.cl_filter
{
    height: 26px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    border-radius: 3px;
}

div.cl_body
{
    position: absolute;
    top: 36px;
    bottom: 25px;
    left: 30px;
    right: 30px;
    background-color: #333333;
    border-radius: 14px;
}

div.cl_column_table
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 24px;
    display: table;
    width: 100%;
}

div.cl_column_inner_container
{
    display: table-row;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
div.cl_list_subitem_div
{
    height: 100%;
    width: 100%;
}
span.cl_list_span_name
{
    display: block;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    left: 4px;
    top: 7px;
    width: 247px;
    font-family: Verdana;
    font-size: 16px;
    transition-duration: 0.4s;
    transition-timing-function:ease-out;
}
.cl_list_subitem_div span:hover
{
    color: rgb(0, 96, 138);   
    cursor: pointer;
    text-shadow: 1px 1px 1px #222;
}

div.cl_column_name
{
    display: table-cell;
    width: 256px;
    color: #FFFFFF;
    background-color: rgb(30, 126, 168);
    border-top-left-radius: 10px;
}
div.cl_column_topic
{
    display: table-cell;
    color: #FFFFFF;
    background-color: rgb(30, 126, 168);
    border-top-right-radius: 10px;
}
div.cl_footer{
    position: absolute;
    height: 14px;
    width: 100%;
    bottom: 0px;
    background-color: rgb(30, 126, 168);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
span.cl_column_text
{
    position: relative;
    top: 4px;
    left: 2px;
}
div.cl_list_container
{
    position: absolute;
    top: 24px;
    left: 0px;
    right: 0px;
    bottom: 14px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

table.cl_list_table
{
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

tr.cl_list_tr
{
    height: 34px;
    overflow: hidden;
}


tr.cl_list_tr_hidden
{
    display: none;
}



td.cl_list_td_name
{
    position: absolute;
    overflow: hidden;
    color: #FFFFFF;
    width: 256px;
    height: 32px;
    z-index: 1;
}
td.cl_list_td_topic
{
    position: absolute;
    color: #000000;
    height: 32px;
    width: 100%;
    left:256px;
    z-index: 0;
}
div.cl_topic_container
{
    position: relative;
    top:0px;
    height: 16px;
    left: 0px;
    right: 2px;
}    

canvas.cl_topic
{   
    position: absolute;
    height: 20px;
    width: 1000px;
    top:5px;
    background-color: white;
}
@media screen and (max-width: 640px) 
{
    div.cl_topic_container{top:25px;}
    td.cl_list_td_topic{left:0px;}
    tr.cl_list_tr{height: 64px;}
    td.cl_list_td_name{width: 100%;}
    div.cl_body{left: 3px; right: 3px; bottom: 3px}
    .cl_topic:hover{
        display: flex;
        animation: scrolling 10s linear infinite;
    }
}
div.wait_dialog_text
{
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: bold;
    font-size: 12px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-radius: 10px;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 2px;
}
i.fa-sign-in
{
    position: absolute;
    color: #FFFFFF;
    font-size: 20px;
    z-index: 5;
}

.silver_row
{
    background-color: #808080;
}    
