﻿
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.5 em;
    content: "\2193";
}
/*datatablestart*/

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 {
    display: none !important;
}

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 {
    display: none !important;
}

.dtr-control {
    text-align: center;
}

/*table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background-color: #427bff !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    content: "-";
    background-color: #d33333 !important;
}*/

tbody tr td {
    vertical-align: middle !important;
}


#logo2 {
    height: 22px;
    width: 33px;
    display: none;
}
/*end*/
@media screen and (max-width: 855px) {
    li.paginate_button.previous {
        display: inline !important;
    }

    li.paginate_button.next {
        display: inline !important;
    }

    li.paginate_button {
        display: none !important;
    }
}

@media screen and (max-width:575px) {
    #dropDownNameMenu {
        right: -0px !important;
    }
}

@media screen and (max-width:475px) {
    .dropdown-menu-right {
        right: -168px !important;
    }

    #userDropdown {
        max-width: 110px;
        overflow: auto;
        margin-right: 5px;
        /* Hide scrollbar for IE, Edge and Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

        #userDropdown::-webkit-scrollbar {
            display: none;
        }
}

@media screen and (max-width:410px) {
    #logo {
        display: none;
    }

    #logo2 {
        display: block;
    }
}

@media screen and (max-width:368px) {
    .hideMobile {
        display: none;
    }

    .dropdown-menu-right {
        right: -168px !important;
    }
}

/*@media screen and (max-width:335px) {
    #profile_li {
        max-width: 110px;
        overflow: auto;
        margin-right: 5px;
    }
}*/

@media screen and (max-width:279px) {
    #logo2 {
        display: none;
    }
}
