/* Data Table Styling
================================================== */

.dataTables_wrapper {
    background: #fff;
}

.table > thead:first-child > tr:first-child > th{
    color:#fff;
}

.datatable tbody tr.even {
    background-color: #f8f8f8;
}

.datatable tbody tr.odd {
    background-color: #ffffff;
}

.datatable tbody tr:hover {
    background-color: #e7f6fe;
}

.datatable tbody {
    font-size:14px;
}

.datatable thead {
    background: #069;
    font-size:14px;
}

.dataTables_wrapper input {
    font-size: 15px;
    font-weight: normal;
}

.dataTables_wrapper select {
  height:30px;
}

.table > tbody > tr > td:first-child {
    /*border-right: 1px solid #DDD;*/
}

.dataTables_wrapper table thead th.sorting,
.dataTables_wrapper table thead th.sorting_asc,
.dataTables_wrapper table thead th.sorting_desc {
    cursor: pointer;
    outline: none;
}

.dataTables_wrapper table thead th.sorting_asc,
.dataTables_wrapper table thead th.sorting_desc,
.dataTables_wrapper table thead th.sorting {
    background-position: 12px center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.dataTables_wrapper table thead th.sorting {
    background-image: url(../../../IMAGES/SORT_BOTH.PNG);
}

.dataTables_wrapper table thead th.sorting_asc {
    background-image: url(../../../IMAGES/SORT_ASC.PNG);
}

.dataTables_wrapper table thead th.sorting_desc {
    background-image: url(../../../IMAGES/SORT_DESC.PNG);
}

.dataTables_wrapper:before,
.dataTables_wrapper:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.dataTables_wrapper:after {
    clear: both;
}

.dataTables_wrapper {
    zoom: 1;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    padding: 8px;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    background-color: #fff;
    text-align: right;
    border-bottom: 1px solid #aaaaaa;
}

.dataTables_wrapper .dataTables_info {
    color: #ffffff;
    float: left;
    margin-top: 2px;
    display: block;
}

.dataTables_wrapper .dataTables_paginate {
    color: #000;
    float: right;
    padding: 2px;
    margin: 10px 8px 10px 0;
    /*background-color: rgba(0, 0, 0, 0.15);*/
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15), inset 0px 1px 2px rgba(0, 0, 0, 0.5);*/
    /*-moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15), inset 0px 1px 2px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15), inset 0px 1px 2px rgba(0, 0, 0, 0.5);*/
}

.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous,
.dataTables_wrapper .dataTables_paginate .paginate_enabled_previous,
.dataTables_wrapper .dataTables_paginate .paginate_disabled_next,
.dataTables_wrapper .dataTables_paginate .paginate_enabled_next {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    float: left;
    display: block;
    cursor: pointer;
    outline: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous,
.dataTables_wrapper .dataTables_paginate .paginate_enabled_previous {
    background-image: url(../IMAGES/CORE/ARROW_LEFT.HTM);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_disabled_next,
.dataTables_wrapper .dataTables_paginate .paginate_disabled_previous {
    opacity: .35;
    filter: Alpha(35);
    cursor: auto;
}

.dataTables_wrapper .dataTables_paginate .paginate_disabled_next,
.dataTables_wrapper .dataTables_paginate .paginate_enabled_next {
    background-image: url(../IMAGES/CORE/ARROW_RIGHT.HTM);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -khtml-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.dataTables_wrapper .dataTables_paginate .first {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.dataTables_wrapper .dataTables_paginate .last {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_active {
    float: left;
    height: 30px;
    padding: 0 10px;
    display: block;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #069;
    font-size:14px;
    text-decoration: none;
    /*background-color: #ccc;*/
    /*border-right: 1px solid #232323;*/
    /*border-left: 1px solid #666666;*/
    /*border-right: 1px solid rgba(0, 0, 0, 0.5);*/
    /*border-left: 1px solid rgba(255, 255, 255, 0.15);*/
    /*-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
    /*-moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
    /*box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px 1px 0px rgba(255, 255, 255, 0.15);*/
}

.dataTables_wrapper .dataTables_paginate .paginate_button:first-child {
    border-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
    border-right: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button_disabled {
    color: #aaa;
    cursor: default;
}

.dataTables_wrapper .dataTables_paginate .paginate_active {
    color: #323232;
    border: none;
    background-image: none;
    -webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width : 599px) {
    .mws-table {
        table-layout: fixed;
    }

    .mws-table thead tr th {
        padding: 10px 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mws-table tbody td,
    .mws-table tfoot td {
        padding: 8px;
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        display: block;
        float: none;
        width: auto;
        background-color: #fff;
        text-align: left;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin: 10px 8px;
    }
}
