﻿@charset "UTF-8";

/*tables*/
.tbody, td, tfoot, th, thead, tr {
    border-color: whitesmoke !important;
}


tr {
    line-height: 1;
    transition-duration: 0.5s;
}

    tr:hover {
        background-color: rgba(227, 227, 227, 0.34);
        cursor: pointer;
        color: dimgray !important;
    }

    tr td {
        vertical-align: middle;
        font-size: 14px;
        color: dimgray !important;
    }

        tr td:nth-child(2) {
            font-size: 14px;
            color: #33A6B2 !important;
        }

    tr th {
        cursor: default !important;
        background-color: white !important;
        color: #000000e8 !important;
        border-color: #a2a2a2 !important;
        font-weight: 400;
        vertical-align: middle;
        padding-bottom: 8px !important;
        border-bottom: 3px solid #a2a2a2 !important;
    }

.table td {
    border-top: 1px solid #f4f4f4 !important;
    vertical-align: middle !important;
}

.table-sm td, .table-sm th {
    padding: 0.1rem !important;
}
