﻿/*PACE.js Related*/
.pace {
    -moz-user-select: none;
    -webkit-pointer-events: none;

    -webkit-user-select: none;
    pointer-events: none;
    user-select: none;
}

.pace-inactive { display: none; }

.pace .pace-progress {
    /*background: #29d;*/
    background: green;
    height: 50px;
    position: fixed;
    right: 100%;
    top: 0;
    width: 100%;
    z-index: 2000;
}

/*site specifics*/

.site-loader-color {
    color: #000000 !important;
    font-size: 50px !important;
}

.site-datatable-button-container { margin-left: 10px; }

.row-handle {
    background-color: lightgray;
}

.scrollbox {
    overflow-y: auto;
    max-height: calc(100vh - 150px);
}