table.dataTable {
    margin:10px 0px;
    float:left;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color:inherit;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border:1px solid rgba(20,20,20,0.2)!important;
    background:#f8fafb;
    box-shadow:0px 1px 2px rgba(20,20,20,0.1);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background:#ededed;
    color:#404f5a!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background:#47a2ce;
    color:#FFF!important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child {
    padding-left:40px!important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top:0;
    left:0;
    display:inline-block;
    border: 1px solid rgba(20,20,20,0.1);
    background: #f8fafb;
    box-shadow: 0px 1px 2px rgba(20,20,20,0.1);
    font-size: 13px;
    text-decoration: none;
    color: #404f5a;
    border-radius: 2px;
    top:5px;
    left:5px;
    width:24px;
    height:24px;
    line-height:24px;
    text-align:center;
    font-size:14px;
    font-weight:700;
    padding:0;
    text-indent:0;
    font-family: 'Open Sans', sans-serif;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    background:#47a2ce;
    color:#FFF;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child > td {
    padding:10px!important;
}
table.dataTable > tbody > tr.child span.dtr-title {
    display:block;
    margin-bottom:5px;
}
table.dataTable > tbody > tr.child ul {
    width:100%;
}
table.dataTable > tbody > tr.child ul li .btn {
    float:right;
}
.dataTables_wrapper .dataTables_processing {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 0;
    background: rgba(255,255,255,0.7) !important;
    z-index: 10;
}
.dataTables_wrapper .dataTables_processing:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.7);
}
.dataTables_wrapper .dataTables_processing:after {
    content: "\e619";
    font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    font-size: 32px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

    -webkit-animation-name: spin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    transform: translate(-50%, -50%) rotate(0deg);
}
