.isiTableRowOdd{
    background-color: #F9F9F9 !important;
    color: #575757;
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important; */
    /* font-size: 17px; */
}
.isiTableRowOdd:hover{
    background-color: #EFEFEF !important;
}

.isiTableRowEven{
    background-color: white !important;
    color: #575757;
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important; */
    /*font-size: 17px;*/
}
.isiTableRowEven:hover{
    background-color: #EFEFEF !important;
}


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

table.dataTable thead tr {
    background-color: white;
    color: #474747;
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important; */
    /* font-size: 17px; */
}

.standardTableSize{
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 30px;
}

.standardTableSizeIntoModal{
    width: 100%;
}

.headerTableIntoModal{
    height: 30px;
    background-color: var(--secondary-color);
    color: yellow;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
}

.columnLeftAlignment{
    text-align: left;
}
.columnCenterAlignment{
    text-align: center;
}
.columnRightAlignment{
    text-align: right;
}
.table-cell-right-image{
    text-align: right;
    width: 30px;
}

.headerTable{
    height: 40px;
    background-color: var(--secondary-color);
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
}

.headerTableButtonsLeft{
    background-color: transparent;
    border: 1px solid yellow;
    color: yellow;
    height: 90%;
    border-radius: 5px;
    /* font-size: 15px; */
    font-weight: bold;
    float: left;
}
.headerTableButtonsLeft:hover{
    background-color: #3D3C3C;
}

.headerTableButtonsRight{
    background-color: yellow;
    border: none;
    color: #474747;
    height: 90%;
    border-radius: 5px;
    /* font-size: 15px; */
    font-weight: bold;
    float: right;
}
.headerTableButtonsRight:hover{
    background-color: #E7DD00;
}

.leftSpace{
    margin-left: 5px;
}

table.dataTable tbody th, table.dataTable tbody td{
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dataTables_wrapper .paginate_button {
    display: none;
  }
  .dataTables_info {
    display: none;
  }
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    vertical-align: middle !important;
  }