.dataTables_wrapper .dataTables_filter{
    display: block;
}
.bt-filter input{
    padding-left: 50px;
}

.table th{
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
}

a.sort-link{
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-family: FontAwesome, serif;
    font-style: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    text-rendering: auto;
    width: 100%;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
a.sort-link:after{
    color: rgba(255, 255, 255, 0.6);
}

a.sort-link:hover:after{
    color: rgba(255, 255, 255, 1);
}

a.sort-link:after{
    position: absolute;
    right: 0;
}
a.sort-link:after{
    content: "\f0dc";
}
a.sort-link.desc:after{
    content: "\f0dd";
}
a.sort-link.asc:after{
    content: "\f0de";
}

.loader,
.loader:before,
.loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.black-loader,
.black-loader:before,
.black-loader:after {
    background: #ffffff;
    -webkit-animation: load1-black 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader {
    text-indent: -9999em;
    margin: 88px auto;
    position: absolute;
    top: 25%;
    left: 50%;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after {
    left: 1.5em;
}
@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #ffffff;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #ffffff;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #ffffff;
        height: 5em;
    }
}


@-webkit-keyframes load1-black {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #000;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #000;
        height: 5em;
    }
}
@keyframes load1-black {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #000;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em #000;
        height: 5em;
    }
}


#full-width-loading{
    background-color: rgba(108, 193, 192, 0.7);
    position: absolute;
    width: 500px;
    top: 13%;
    left: 31%;
}

.table .btn {
    margin-bottom: 5px;
}