﻿
.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.dataTables_length {
    margin-top: 13px;
    margin-left: 0px;
}

.dataTables_info {
    margin-top: -45px;
    margin-left: 75px;
}

.dataTables_paginate {
    margin-top: -30px !important;
}

.dataTables_filter input {
    height: 38px !important;
    margin-left: 0 !important;
}

.page-item.active .page-link {
    background-color: #4aa3ff;
}

#m_sysRoleEdit .modal-dialog, #m_sysRoleCreate .modal-dialog {
    max-width: 900px !important;
}

.uncheck-all-resources {
    float: right !important;
    height: 30px !important;
    font-size: smaller !important;
    width: 90px !important;
}

.disabled-datatable-btn {
    pointer-events: none !important;
    cursor: default !important;
    opacity: 0.5 !important;
}

.version {
    font-size: smaller;
    color: white;
    text-align: center;
    margin-top: -30px;
}

.access-option-card {
    cursor: pointer;
}

.pager .wizard-next, .pager .wizard-save {
    cursor: pointer !important;
    float: right !important;
}

.resourcesTreeError {
    color: red;
    font-size: smaller;
}

.watermark-modal {
    opacity: 0.3 !important;
}

.warningsErrorsContainer {
    color: red;
    font-size: smaller;
    font-weight: bold;
}

.password-requirements-valid {
    color: green;
    font-size: small;
}

.password-requirements-invalid {
    color: red !important;
    font-size: small !important;
}

#dt_access_by_location,
#dt_server{
    table-layout: fixed;
    width: 100% !important;
}

    #dt_access_by_location td,
    #dt_access_by_location th,
    #dt_server td,
    #dt_server th{
        width: auto !important;
        white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden;
    }

#resourcesTree {
    height: 350px;
    overflow-y: scroll;
}