﻿table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}


.blazor-grid-header {
    text-align: center;
    border-collapse: collapse;
    /*background: #ebebeb;*/
    background: #fff4c4; /*#c3d9f7;*/
    color: #fff;
    height: 20px;
    /* font-family: Tanha-FD;*/
    font-size: small;
}

.grid-row-item {
    height: 20px;
   /* font-family: Tanha-FD;*/
    font-size:small;
}

    .grid-row-item:hover {
        cursor: pointer;
        /*background: #9fcdf4;*/
        background: #fff4c4;
    }

.grid-row-selected {
    /*background: #b6ff00;*/
    color: #ff0000;
    background: #4cff00;
    /*background: #FEFEDD;*/
}

th, td {
    padding: 1px;
    border: 1px solid #d1d1d1;
    text-align: center;
}

/*tr{
    height:15px;
}*/
.pagebutton {
    margin-right: 5px;
    margin-top: 5px;
}

.currentpage {
    background-color: dodgerblue;
    color: white;
}


.table.flex {
    table-layout: auto;
    width: 100%;
    text-align:left;
 
}

.noBorder {
    border-collapse: collapse;
    border: none;
    outline: none;
}

    .noBorder td {
        border: none;
        outline: none;
    }

.Iframe {
    /*overflow: hidden;*/
    overflow-y: auto;
}


.selected {
    background-color: #E3F2FD !important;
    color: black;
}

.selected > td {
    color: black !important;
}

    .selected > td .mud-input {
        color: black !important;
    }


.Row-Status-Green {
    background-color: lightgreen !important;
    color: black;
}

.Row-Status-Red {
    background-color: #ffb3b3;
    color: black;
}

.Header-Font-Bold{
    font-weight:700;
}
.Header-Font-Size {
    font-size: medium;
}
/*.Tabel-Footer{
    font-size:x-small;
    font-weight:bold;
}*/






































/*table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}*/


/*.blazor-grid-header {
    text-align: center;
    border-collapse: collapse;*/
    /*background: #ebebeb;*/
   /* background: #fff4c4;*/ /*#c3d9f7;*/
    /*color: #fff;*/
   /* height: 20px;*/
    /* font-family: Tanha-FD;*/
    /*font-size: small;
}*/

/*.grid-row-item {*/
   /* height: 100px;*/
   /* font-family: Tanha-FD;*/
   /* font-size:small;*/
/*}

    .grid-row-item:hover {
        cursor: pointer;*/
       /* background: #9fcdf4;*/
        /*background: #fff4c4;*/
    /*}*/

/*.grid-row-selected {*/
    /*background: #b6ff00;*/
    /*color: #ff0000;
     background: #4cff00;*/
    /*background: #FEFEDD;*/
/*}*/

/*th, td {
    padding: 1px;
    border: 1px solid #d1d1d1;
    text-align: center;
    text-justify:center;
    display: flex;*/
   /* justify-content: center;*/
/*}*/

/*tr {
    height:auto;
}*/

/*.GridRow {
    height:auto;
}*/

/*.pagebutton {
    margin-right: 5px;
    margin-top: 5px;
}

.currentpage {
    background-color: dodgerblue;
    color: white;
}


.table.flex {
    table-layout: auto;
    width: 100%;
    text-align:left;
 
}

.noBorder {
    border-collapse: collapse;
    border: none;
    outline: none;
}

    .noBorder td {
        border: none;
        outline: none;
    }

.Iframe {*/
    /*overflow: hidden;*/
    /*overflow-y: auto;
}


.selected {
    background-color: #E3F2FD !important;
    color: black;
}

.selected > td {
    color: black !important;
}

    .selected > td .mud-input {
        color: black !important;
    }*/

