﻿#tgju table.data-table {
    width: 100%;
    border-spacing: 0;
    padding: 1px;
    font: normal 11px tahoma;
    direction: rtl;
}

#tgju table.data-table {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

table thead th {
    border-bottom: 1px solid #e9e9e9;
    padding: 6px 10px 9px;
    text-shadow: 0 1px 1px var(--color-white);
    background: var(--color-1);
    /* text-align: right !important;*/
}

table tr td {
    padding: 7px 0 10px;
    border-bottom: 1px solid #efefef;
}

table tr:last-child td {
    border-bottom: 0;
}

#tgju table.data-table tbody tr th {
    padding: 6px 10px 8px;
    background-color: var(--color-white);
    border-bottom: 1px solid #efefef;
    text-align: right !important;
}

    #tgju table.data-table tbody tr th.tophead {
        background: var(--color-white);
    }

#tgju table.data-table tbody tr td {
    padding: 6px 10px 8px;
    vertical-align: top;
    text-align: right;
}

#tgju table.data-table tbody tr:hover {
    background: #f1fdff !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

    #tgju table.data-table tbody tr:hover th {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
        background-color: transparent !important;
    }

        #tgju table.data-table tbody tr:hover th.tophead {
            background: #fff !important;
        }

#tgju table.data-table tbody tr:last-child td, #tgju table.data-table tbody tr:last-child th {
    border-bottom: none;
}

#tgju table.data-table.data-table-child {
    border: none !important;
    float: right;
    width: 49%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

#tgju table.data-table.data-table-child-side {
    float: left;
}

#tgju .nf.high, #tgju .nf .high {
    color: #39bb88 !important;
}

#tgju .nf.low, #tgju .nf .low {
    color: #ea2e2e !important;
}

#tgju-data-block #tgju table.data-table thead {
    display: none;
}

#tgju-data-block #tgju table.data-table tbody tr {
    display: block !important;
}

#tgju-data-block #tgju table.data-table tbody th {
    border-bottom: none !important;
    display: block !important;
    text-align: center !important;
    padding: 3px 10px 3px !important;
    background-color: #F1F1F1;
}

#tgju-data-block #tgju table.data-table tbody td {
    display: block !important;
    text-align: center !important;
    width: 128px !important;
    padding: 3px 10px 5px !important;
}

#tgju-data-title {
    text-align: center;
    color: var(--color-white);
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    direction: rtl;
    background: #1A1A1A;
    padding: 5px 5px 7px;
}

.tgju-copyright {
    display: block;
    text-align: center;
    color: #eee !important;
    text-decoration: none;
    font-family: tahoma;
    font-size: 11px;
    margin-top: -15px;
    margin-bottom: 10px;
    direction: rtl;
    background: #1A1A1A;
    padding: 4px 1px 6px;
    margin-top: -20px;
}

    .tgju-copyright:hover, .tgju-copyright:focus {
        color: #eee !important
    }

.tgju-section-title {
    font: bold 12px/1 tahoma;
    text-align: center;
    background-color: #404042;
    padding: 7px 7px 8px;
    color: var(--color-white);
}

#tgju table.data-table {
    padding: 0 !important;
    border-top: 0 !important;
    border-color: #1A1A1A !important;
}

    #tgju table.data-table tbody tr th, #tgju table.data-table tbody tr td {
        border-bottom: 1px solid #DCDCDC !important;
    }

body #tgju table.data-table tbody tr:hover {
    background: #DEDEDE !important;
}

#tgju table.data-table thead th {
    background: #1a1a1a;
    color: var(--color-white);
    text-shadow: none;
}

body #tgju table.data-table thead th, body .tgju-copyright {
    background-color: #18005e !important;
}

body #tgju table.data-table thead th, body .tgju-copyright {
    color: var(--color-white); !important;
}

body #tgju table.data-table {
    border-color: #1a1a1a !important;
}