﻿body
{
}
.scroller
{
    overflow: auto;
}
.diaListView .fixed_headers
{
    width: 94%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: auto;
}
.diaListView .fixed_headers th
{
    width: 100px;
}
.fixed_headers td:nth-child(1) img
{
    margin: auto;
    width: 56px;
    height: 56px;
}
.diaListView tbody td:nth-child(1)
{
    width: 100px;
    min-width: 100px;
}
.diaListView .fixed_headers td
{
    font-size: 14px;
}
.diaListView .fixed_headers th
{
    font-size: 15px;
}
.fixed_headers th, .fixed_headers td
{
    padding: 5px 2px;
    text-align: center;
    font-weight: lighter;
    font-family: 'Roboto Condensed' , sans-serif; /**/
}
.fixed_headers th, .fixed_headers td
{
    width: 100px;
    min-width: 100px;
}

.fixed_headers thead
{
    background-color: #13c0a4;
    color: #ffffff;
    overflow: auto;
    display: block;
    width: 100%;
}
.fixed_headers thead tr
{
    display: block;
    position: relative;
}
.fixed_headers tbody
{
    display: block;
    overflow: auto;
    width: 100%;
    height: 500px;
}
.fixed_headers tbody tr:nth-child(even)
{
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
/*
.fixed_headers tbody tr:nth-child(odd)
{
    border-left: 4px solid #f5f5f5;
    border-right: 1px solid #ddd;
}
*/

@media (max-width:425px)
{
    .diaListView .table-responsive
    {
        border: none !important;
    }
}
@media (max-width:1440px)
{
    .diaListView .fixed_headers
    {
        width: 84%;
    }
    /*
            .fixed_headers th
            {
                width: 123px;
            }
            .diaListView tbody td:nth-child(1)
            {
                width: 123px;
                min-width: 123px;
            }
            .diaListView .fixed_headers th:not(:first-child), .fixed_headers td:not(:first-child)
            {
                width: 123px;
                min-width: 123px;
            }
        */
}
