﻿



.lableSuccess {
    color: #157c1d;
    font-size: 14px;
}

.lableError {
    color: #a01313;
    font-size: 14px;
}


.table {
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    border-collapse: collapse;
    width: 100%;
}

.table td, #report-table th {
    border: 1px solid #ddd;
    padding: 8px;
}

    .table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .table tbody tr:hover {
        background-color: #ddd;
    }

    .table thead {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #2b839a;
        color: white;
    }

.dataTables_info, .dataTables_paginate
{
    margin-top:10px;
    /*background-color:#eee;*/
    padding:5px;
}

.display-none
{
    display:none;
}
.epl {
    border: 5px solid DarkMagenta;
}

.ltb {
    border: 5px solid #0080ff;
}

.final {
    border: 5px solid orangered;
}

.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}

.on {
    background: SpringGreen;
    border-width: 5px !important;
}

.off {
    background: Silver;
    border-width: 2px !important;
}
.dx-datagrid {
    font-family:'Default' !important;
}  