﻿#loader {
    top: 45%;
    left: 40%;
    text-align: center;
    position: fixed;
    background-color: transparent;
    width: 300px;
    z-index: 999999;
}

.select2-container {
    min-width: 200px;
}

#tblrights tbody td:first-child {
    background: #ddd !important;
    left: -1px;
    position: sticky !important;
    z-index: 1;
    border-left: solid thin #ddd !important;
}

#tblrights thead th:first-child {
    left: -1px;
    position: sticky !important;
    /*z-index: 999 !important;*/
}
