
.tablestructure td
{
    padding: 5px 5px!important;
    border-radius: 0px!important;
    font-size: 12px!important;
}

.taright
{
    text-align:right!important;
}
.taleft
{
    text-align:left!important;
}
.tacenter
{
    text-align:center!important;
}

.bgwhite
{
    background-color: white!important;
}

.gradient-45deg-indigo-blue {
    background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f, #1976d2) !important;
    background: -moz- oldlinear-gradient(45deg, #303f9f, #1976d2) !important;
    background: -o-linear-gradient(45deg, #303f9f, #1976d2) !important;
    background: linear-gradient(45deg, #303f9f, #1976d2) !important;
}

.slimScrollBar {
    background: #00a4d6 !important;
    opacity: 1 !important;
    z-index: 99 !important;
}
.searchindatatable input[type=search]:not(.browser-default)
{
    width: 60%!important;
    margin-left: 0px!important;
    margin-bottom: 10px!important;
    color: black !important;
    padding-left: 5px;
    height: 2rem;
}

.searchindatatable .dataTables_wrapper .dataTables_filter
{
    float: left;
    text-align: left;
    margin-top: 0px;
}

.searchindatatable .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate
{
    padding-top: 0px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 12px;
    float: none;
    text-align: center;
    position: absolute !important;
    top: 10px !important;
    right: 5px !important;
    color: green !important;
}


.searchindatatable .dataTables_scrollFoot table.dataTable.display tfoot tr td
{
    /*background: linear-gradient(45deg, #303f9f, #1976d2) !important;*/
    /* background: linear-gradient(45deg, #0288d1, #26c6da) !important; */
    background-color: #E9EEF6;
    border-style: solid;
    border-width: 0 0 1px 1px;
    color: white;
    font-weight: normal;
    text-transform: none;
}

.searchindatatable table.dataTable thead th, table.dataTable thead td
{
    /*background: linear-gradient(45deg, #303f9f, #1976d2) !important;*/
    /* background: linear-gradient(45deg, #0288d1, #26c6da) !important; */
    background-color: #E9EEF6;;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-bottom: 1px solid white;
    font-weight: normal;
}
.searchindatatable table.dataTable thead th{
    padding: 5px 10px;
}

.searchindatatable table.dataTable.display tbody td
{
    font-weight: 700;
    border-right: 1px solid #eeeeee;
    border-top: none!important;
    border-bottom: 1px solid #eeeeee;
    color: #403737  !important;
    /*font-family:"Open Sans";*/
}
.searchindatatable table.dataTable.display tbody td:last-child
{
    border-right:none;
}
.searchright .dataTables_wrapper .dataTables_info{
    padding-top: 0px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 12px;
    float: none;
    text-align: right;
    position: unset !important;
    top: 10px !important;
    right: 5px !important;
    color: green !important;
}
.searchright .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: left;
    margin-top: 0px;
}
.searchright input[type=search]:not(.browser-default) {
    width: 65%!important;
    margin-left: 4px!important;
    margin-bottom: 10px!important;
    color: black !important;
    padding-left: 5px;
    height: 26px;
    min-height: 26px;
}

.searchindatatable table.dataTable.display tbody td:first-child {
    padding-left:15px !important;
}

table.dataTable.no-footer
{
    border-bottom: none!important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody
{
    border-bottom: none!important;
}

.vouchertypedr
{
    border-radius: 50%;
    background: #0095da;
    color: white;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
}

.white-text {
    color: #FFFFFF !important;
}


/* Text inputs */
input[type=search]:not(.browser-default) {
    background-color: transparent;
    border: none;
    /* border-bottom: 1px solid #9e9e9e; */
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
    background-color: #0c99d4 !important;
    left:0px !important;
}
.tablestructure td a{
    color:#403737;
}