﻿h3 {
    background-color: #309138;
    padding: 10px;
    color: white;
    border-radius: 6px;
}

#DataTable_filter {
    text-align: right
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: lightseagreen;
}

.page-item.active .page-link {
    background-color: honeydew;
    color: black;
}

.table th, .table td {
    padding: 0.25rem !important;
}

.table th {
    text-transform: uppercase;
    background: cadetblue;
    color: white;
}

table.dataTable.no-footer {
    border-bottom: none
}

.table-bordered {
    border: none
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none
}

.table-bordered td, .table-bordered th {
    border: 1px solid solid;
}

.action-btn {
    font-size: 10px;
    padding: 0 2px;
}

#DataTable_filter {
    font-family: inherit !important;
    
}
.table-bordered td, .table-bordered th {
    font-size: 10px !important;
}

.dataTables_wrapper .dataTables_length select {
    background-color: white !important;
}
/***********/
#DataTable-Wrapper {
    background-color: #41ad49;
    padding: 10px 0 2px;
    border-radius: 5px;
}

.dataTables_wrapper .dataTables_length {
    margin-left: 10px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    border-color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: cadetblue !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: white;
    border: 1px solid gray;
}

    .dataTables_wrapper .dataTables_filter input {
        margin-right: 10px;
        padding: 2px;
        background-color: white;
    }

#DataTable_info {
    padding-left: 10px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-right: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .2em 1em;
}
.break-word {
    word-break: break-word;
}