﻿
.SearchBox {
    width: 130px;
    float: right;
}

.td-Title {
    text-align: left !important;
    color: #0e2050;
    width: 30%;
}

.td-Content {
    text-align: right !important;
    font-weight: normal;
    word-wrap: anywhere;
    width: 70%;
}

table thead .TableCaption {
    background-color: white;
    border: 0 solid white;
    color: #000000;
    text-align: right !important;
    font-weight: bolder;
    font-size: 13px !important;
    padding: 0;
    z-index: 1;
    /*position: sticky;*/
    top: 0;
}
.table-responsive
{
    /*width:auto;
    max-width: 100%;*/
    min-width:100%;
}
table tbody tr:hover {
    background-color: #a19e9e3b;
}
/*table tbody tr:hover * {
        filter: grayscale(0%);
    }*/
/*    table tbody tr:hover input[type="button"] {
        background-color: forestgreen;
    }*/

table tbody tr.Green {
    color: green !important;
}

table tbody tr.Red {
    color: Red !important;
}

table tbody tr td.ltr {
    direction: rtl;
}

table thead tr {
    background-color: #373738;
    border: 0 solid white;
    color: #ffffff;
    max-width: 100% !important;
}

table tfoot {
    vertical-align: middle;
    text-align: left !important;
    padding: 0px !important;
    margin: 0px !important;
}

    table tfoot tr {
        background-color: transparent;
        border: 0 solid white;
        color: #ffffff;
    }

.dropdown-item:hover * {
    filter: grayscale(0%);
}

.tr-Details {
    text-align: right;
    max-width: 100%;
}

.Odd {
    background-color: #f3f3f3;
}

.Even {
    background-color: white;
}

.table-Details .td-Title {
    width: 30%;
}

.table-Details .td-Content {
    width: 70%;
}

.table-Details .td-Title {
    text-align: left;
}

.table-Details .td-Content {
    text-align: right;
}
