

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.datatableWrapperdiv{
    overflow-x:auto;
    width:100%;
}

/*table.dataTable {*/
    /*width: 100%;*/
    /*margin: 0 auto;*/
    /*clear: both;*/
    /*border-collapse: separate;*/
    /*border-spacing: 0;*/
    /*!**/
     /** Header and footer styles*/
     /**!*/
    /*!**/
     /** Body styles*/
     /**! }*/

table.dataTable thead tr {

}

table.dataTable thead td {
    width: 100%;
    padding: 10px 18px;
    border-bottom: 1px solid #363636;
}

table.dataTable tbody tr {
    width: 100%;
    color: #BCBCBC;
    background-color: #2e2e2e; }
table.dataTable tbody tr.selected {
    background-color: #242222; }

.scrollStyle
{
    /*overflow-x: hidden !important;*/
    /*overflow-y: hidden !important;*/
}

table.dataTable thead td {
    width: 100%;
    padding: 10px 18px;
    border-bottom: 1px solid #363636
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    float:right;
    color: #aeaeae;
    /*display: none;*/
}
div.dataTables_wrapper div.dataTables_filter input {
    background-color: #2e2e2e;
    color: #f2f2f2;
    margin-left: 0.5em;
}
div.dataTables_wrapper div.dataTables_info {
    /*padding-top: 10px;*/
    /*white-space: nowrap;*/
    display: none;
}

div.dataTables_scrollBody{
    /*overflow: hidden !important;*/
}

div.dataTables_wrapper .dt-buttons {
    /*position:relative;*/
    /*float:left;*/
    float:none;
    text-align:center;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    text-align: center;
}
div.dataTables_wrapper div.dataTables_paginate {
    left: 10%;
    text-align: left;
}
div.dataTables_wrapper div.mdl-grid.dt-table {
    padding-top: 0;
    padding-bottom: 0;
}
div.dataTables_wrapper div.mdl-grid.dt-table > div.mdl-cell {
    margin-top: 0;
    margin-bottom: 0;
}

table.dataTable thead th {
    color: #748c9d;
    /*font-weight: bold;*/
    width: 100px;
    background-color: #333333;
}
table.dataTable thead th:active,
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
    outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 11px;
    display: block;
    opacity: 0.3;
    font-size: 1.3em;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0;
}
