﻿.myAlert-bottom {
    position: fixed;
    bottom: 60px;
    left: 2%;
    width: 96%;
}

.navbar-dropdown {
    max-width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown-anchor {
    display: flex;
    align-items: center;
}

.table-wrapper {
    border: 2px solid gray;
    padding: 10px;
    height: 150px;
    overflow: auto;
}

span.select2 {
    width: 100% !important;
}

#ShareFilesList #mobile-check {
    display: none;
}

@media screen and (max-width: 992px) {
    .navbar-dropdown {
        max-width: 250px;
    }
}

@media screen and (max-width: 600px) {
    .navbar-dropdown {
        max-width: 150px;
    }

    #ShareFilesList #selectAllCheckbox {
        display: none;
    }

    #ShareFilesList #mobile-check {
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .pagination li:nth-child(6) {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .pagination {
        flex-wrap: wrap;
    }
}

/* User/Student/edit/sharefiles styles
-------------------------------------------------- */
td.dtr-control {
    word-break: break-word;
}

 
/* User/Student/edit/sharefiles styles end
-------------------------------------------------- */
body {
}
