html {
    overflow-y: auto;
}

.use-outlined-prop-when-fixed .v-toolbar__content {
    border-bottom: thin solid rgba(0, 0, 0, .12);
}

.pointer-on-hover:hover {
    cursor: pointer;
}

.list-style-type-none {
    list-style-type: none;
    padding-left: 8px !important;
}
.externalBackground {
    background: url('../img/background.jpg');
    background-size: cover;
}

.v-data-table tbody tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
    cursor: pointer;
}

.legend-active-organisation-user {
    color: #4caf50;
    margin-bottom: 0 !important;
}

.legend-inactive-organisation-user {
    color: #f44336;
    margin-bottom: 0 !important;
}

.legend-blocked-organisation-user {
    background-color: #ff9c9c;
    margin-bottom: 0;
}

.data-table-user-blocked {
    background-color: #ff9c9c;
    margin-bottom: 0;
}

.wm-user-blocked {
    background-color: #ff9c9c !important;
}

.wm-user-inactive {
    color: rgba(0, 0, 0, .38) !important;
}

.requestLoader {
    position: fixed;
    z-index: 100;
    margin: 0;
    height: 3px;
}

.stripedTables tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.background-prod {
    background-color: #ffffff;
}

.background-test {
    background-color: #ffeacc;
}
