.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px;
    margin-left: 0px;
    display: contents;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-color: transparent;
    background: linear-gradient(45deg, transparent, transparent);
}

.dataTables_wrapper .dataTables_paginate .paginate_button a:focus {
    outline: 0;
}

table.datatable-source {
    margin: 0 auto;
    width: 100%!important;
    clear: both;
    border-collapse: collapse;
    __table-layout: fixed; // ***********add this
    word-wrap: break-word; // ***********and this
}

.dataTables_scrollHead {
    overflow: unset!important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0px;
    padding-left: 8px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #ddd;
}


.dataTables_wrapper .col-sm-12
{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
/*  LENGTH */

.dataTables_length label {
    font-size: 12px;
}


#game_list .database_container
{
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #dddd;
    margin-bottom: 10px;
}

/*  SEARCH */

.dataTables_filter {
    width: 100%
}

.dataTables_filter label {
    width: 100%;
    font-size: 12px;
}

.dataTables_filter label input {
    width: 85%!important;
}

.dataTables_wrapper .row:first-child {
border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 0px!important;
        padding-top: 10px;
    padding-bottom: 10px;
        background-color: #F5F5F5;
}

.dataTables_wrapper .row:last-child {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-bottom: 10px;
    background-color: #F5F5F5;
}


.search_filter th {
    padding-left: 8px!important;
}

.dataTables_filter .clearable__clear {
    right: 15px;
}

.dataTable thead:first-child th:first-child {
    padding-left: 10px;
    padding-right: 10px;
}

.database_container .bt
{
    border-top: 1px solid #ddd!important;
}

/*  SEARCH INPUT BELOW TITLE 
    https://stackoverflow.com/questions/6258521/clear-icon-inside-input-text 
*/

.clearable {
    position: relative;
    display: inline-block;
}

.clearable input[type=text] {
    padding-right: 24px;
    width: 100%;
    box-sizing: border-box;
}

.clearable__clear {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
    background-color: #eeeeee;
    margin-top: 2px;
    margin-right: 2px;
    width: 17px;
    height: 16px;
    border-radius: 100%;
}

.clearable__clear::before {
    content: "\274c";
    font-size: 7px;
    position: absolute;
    left: 5px;
    top: 3px;
}

.clearable__clear:hover {
    background-color: #3f3f3f;
    color: #fff;
}

.clearable input::-ms-clear {
    /* Remove IE default X */
    display: none;
}


/* PAGINATION */

.dataTables_paginate .pagination {
    margin-top: 5px;
    margin-bottom: 0px;
}

.dataTables_paginate .pagination>li>a,
.dataTables_paginate .pagination>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.dataTables_paginate .pagination>li:first-child>a,
.dataTables_paginate .pagination>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dataTables_paginate .pagination>li:last-child>a,
.dataTables_paginate .pagination>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


/*  INFO */

.dataTables_info {
    font-size: 12px;
}


/* PROCESSING */

.dataTables_processing {
    padding-top: 10px!important;
    z-index: 1;
}

.spinner {
    width: 280px;
    position: relative;
    margin: auto;
    font-size: 14px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.backdrop-spinner {
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    opacity: 0.5;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
}


/* LIST */

table.datatable-source ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}


/* PAGER */

.dataTables_length select
{
    width: 55px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;    
}

.dataTables_wrapper .row:first-child .dataTables_paginate
{
    padding-top: 0px;
}
    .dataTables_wrapper .row:first-child .dataTables_paginate .pagination
    {
        margin-top: 0px;
    }

/* ORDER */

table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc2.png);
}

table.dataTable thead .sorting {
    background-image: url(../images/sort_both2.png);
}

table.dataTable thead .sorting_desc {
    background-image: url(../images/sort_desc2.png);
}

/* FIELD */

.dataTableYearDropDown
{
    width: 50px!important;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: normal;
}
    .dataTableYearDropDown option
    {
        cursor: pointer;
    }

/*  HARDWARE SELECT */

.currentHardware
{
    width: 20px;
    display: inline-block;    
}    


/* EXTRA */

#example_processing
{
    background-color: #fff;
    top: 0px;
    height: 100%;
    margin-top: 0px;    
}

#example_processing .spinner
{
    top: 20vh;
}