.actions-menu a{
    color:#333333;
    background: none;
    border:none;
    border-radius: 0;
}

.actions-menu a.dropdown-toggle::after {
    display: none !important;
}

.actions-menu .dropdown-menu {
    font-size: .8rem;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    border-top: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
}

.actions-menu .dropdown-item:focus,
.actions-menu .dropdown-item:hover{
    background-color:#e9e9e9;
}

.filter-div{
    background: #efefef;
    border: 1px solid #e0e0e0;
    padding: 10px;
}

.checks{
    background: #f9f9f9;
    padding: 15px 50px;
    border: 1px solid #d9d9d9;
}

.my_files{
    border-radius: 0;
}

.my_files .card-body{
    overflow-x: scroll;
}

.euTable thead tr th{
    position: relative;
}

.euTable thead th .order_asc,
.euTable thead th .order_desc{
    display: none;
    position: absolute;
    right: 10px;
    top: 5.5px;
    font-size: 1.3em;
}

.euTable thead th.asc .order_asc,
.euTable thead th.desc .order_desc{
    display: inline-block;
}

.euTable thead th.asc .order_desc,
.euTable thead th.desc .order_asc{
    display: none;
}