.data-table.table-responsive {
    overflow-y: hidden;
}

.dataTable .sorting,.dataTable .sorting_asc,.dataTable .sorting_desc {
    cursor: pointer;
    position: relative
}

.dataTable .sorting_asc:before,.dataTable .sorting_desc:before {
    font-family: Material-Design-Iconic-Font;
    font-size: 1.25rem;
    position: absolute;
    bottom: 10px;
    right: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.dataTable .sorting_asc:hover:before,.dataTable .sorting_desc:hover:before {
    opacity: 1
}

.dataTable .sorting_asc:before {
    content: '\f1cd'
}

.dataTable .sorting_desc:before {
    content: '\f1ce'
}

.dataTables__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem
}

.dataTables_filter,.dataTables_length {
    font-size: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.dataTables_filter::after, .dataTables_length::after {
    font-family: Material-Design-Iconic-Font;
    position: absolute;
    left: 1rem;
    bottom: .5rem;
    font-size: 1.25rem;
    color: #4285f4;
}

.dataTables_filter>label,.dataTables_length>label {
    margin: 0;
    width: 100%
}

.dataTables_filter>label input[type=search],.dataTables_filter>label select,.dataTables_length>label input[type=search],.dataTables_length>label select {
    padding: .5rem 1rem .5rem 2.75rem;
    font-size: 1rem;
    border: 1px solid #41596942;
    height: 40px;
    border-radius: 0;
    width: 100%;
    background-color: transparent;
    color: #000;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.dataTables_filter>label input[type=search]:focus,.dataTables_filter>label select:focus,.dataTables_length>label input[type=search]:focus,.dataTables_length>label select:focus {
    border-color: #6c8ea4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dataTables_filter>label input[type=search]::-webkit-input-placeholder,.dataTables_filter>label select::-webkit-input-placeholder,.dataTables_length>label input[type=search]::-webkit-input-placeholder,.dataTables_length>label select::-webkit-input-placeholder {
    color: #666
}

.dataTables_filter>label input[type=search]:-moz-placeholder,.dataTables_filter>label select:-moz-placeholder,.dataTables_length>label input[type=search]:-moz-placeholder,.dataTables_length>label select:-moz-placeholder {
    color: #666
}

.dataTables_filter>label input[type=search]::-moz-placeholder,.dataTables_filter>label select::-moz-placeholder,.dataTables_length>label input[type=search]::-moz-placeholder,.dataTables_length>label select::-moz-placeholder {
    color: #666
}

.dataTables_filter>label input[type=search]:-ms-input-placeholder,.dataTables_filter>label select:-ms-input-placeholder,.dataTables_length>label input[type=search]:-ms-input-placeholder,.dataTables_length>label select:-ms-input-placeholder {
    color: #666
}

@media (min-width: 576px) {
    .dataTables_length {
        min-width:150px;
        margin-left: 1.5rem
    }
}

@media (max-width: 575.98px) {
    .dataTables_length {
        display:none
    }
}

.dataTables_length:after {
    content: '\f248'
}

.dataTables_length select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/forms/select-caret.svg) no-repeat bottom 5px right 5px
}

.dataTables_filter {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.dataTables_filter:after {
    content: '\f1c3';
}

.dataTables_paginate {
    text-align: center
}

.paginate_button {
    background-color: transparent;
    display: inline-block;
    color: #000;
    vertical-align: top;
    border-radius: 50%;
    margin: 0 1px 0 2px;
    font-size: 1rem;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
}

.paginate_button.current {
    background-color: #b00;
    color: #fff;
    cursor: default
}

.paginate_button:not(.current):not(.disabled):focus,.paginate_button:not(.current):not(.disabled):hover {
    background-color: rgb(186, 0, 0, .1);
    color: #b00;
}

.paginate_button.current,.paginate_button.disabled {
    cursor: default
}

.paginate_button.next,.paginate_button.previous {
    font-size: 0;
    position: relative
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .paginate_button.next,.paginate_button.previous {
        font-size: 1rem
    }
}

.paginate_button.next:before,.paginate_button.previous:before {
    font-family: Material-Design-Iconic-Font;
    font-size: 1.5rem;
    line-height: 2.55rem
}

.paginate_button.previous:before {
    content: '\f2ea';
}

.paginate_button.next:before {
    content: '\f2ee';
}

.paginate_button.disabled {
    opacity: .6
}

.paginate_button.disabled:focus,.paginate_button.disabled:hover {
    color: #b00;
}

.dataTables_info {
    text-align: center;
    padding: 2.5rem 0 1.5rem;
    font-size: .9rem;
    color: #666
}

.data-table-toggled {
    overflow: hidden
}

.data-table-toggled .dataTables_buttons [data-table-action=fullscreen]:before {
    content: '\f16c'
}

.data-table .table>thead>tr>th {
    border-top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #ccc;
}

.data-table .table > thead > tr > th:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
}

.data-table__header {
    padding: 0 0 2rem
}

.data-table__filter {
    max-width: 500px
}

.data-table__filter .form-control {
    padding-left: 2rem
}

.data-table__filter:before {
    font-family: Material-Design-Iconic-Font;
    content: "";
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    bottom: .263rem
}

.data-table__footer {
    text-align: center;
    padding: 2.1rem 0
}

.dt-buttons {
    display: none
}

@media (min-width: 576px) {
    .dataTables_actions {
        width:40px;
        height: 40px;
        border: 1px solid #41596942;
        margin-left: 1.5rem;
        position: relative;
        border-radius: 0;
    }
    .dataTables_actions .dropdown-menu {
        margin: 0px;
    }
    .dataTables_actions>i {
        width: 100%;
        height: 100%;
        font-size: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-transition: color .3s,background-color .3s;
        transition: color .3s,background-color .3s
    }

    .dataTables_actions.show > i, .dataTables_actions > i:hover {
        background-color: #e8f0fe;
        color: #4285f4;
    }
}

@media (max-width: 575.98px) {
    .dataTables_actions {
        display:none
    }
}
table.dataTable.collapsed > tbody > tr[role="row"] > td:first-child {
    padding-left: 33px;
}
table.dataTable.collapsed > tbody > tr[role="row"] > td:first-child::before {
    left: 25px;
    color: #666;
    font-size: 20px;
    line-height: 16px;
    border-color: #666;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    content: '+';
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    border-style: solid;
    border-radius: 14px;
    border-width: 1.5px;
    text-align: center;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
table.dataTable > tbody > tr.child ul.dtr-details li {
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    font-weight: 700;
    border: 1px solid #ccc;
    padding: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 75px;
    min-width: 75px;
}
table.dataTable > tbody > tr.child span.dtr-data {
    border: 1px solid #ccc;
    padding: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
table.dataTable > tbody > tr.child span.dtr-data .dropdown {
    float: none !important;
}
table.dataTable > tbody > tr.child span.dtr-data .btn {
    font-size: 15px;
    height: 25px;
    width: 25px;
}