﻿.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-box, .register-box {
    width: 360px;
}

.table-fixed thead {
    width:97%;
}

.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead, . table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}

    .table-fixed tbody td, .table-fixed thead > tr > th {
        float: left;
        border-bottom-width: 0;
    }

input:required + label:after {
    content: " *";
    color: red;
}

/*****************************/
/**********SCROLLBAR**********/
/*****************************/
body::-webkit-scrollbar {
    width: 0.25rem;
}

body::-webkit-scrollbar-track {
    background: #1e1e24;
}

body::-webkit-scrollbar-thumb {
    background: #6649b8;
}

/*****************************/
/**********SCROLLBAR**********/
/*****************************/
.sidebar::-webkit-scrollbar {
    width: 0.25rem;
}

.sidebar::-webkit-scrollbar-track {
    background: #1e1e24;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #6649b8;
}

/*****************************/
/**********PACE LOAD**********/
/*****************************/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/***************************/
/**********PROGRESS*********/
/***************************/
.UpdateProgressContent {
    padding: 0px;
    border: 1px dashed #C0C0C0;
    background-color: #FFFFFF;
    width: 250px;
    height: 40px;
    text-align: center;
    vertical-align: bottom;
    z-index: 1001;
    top: 20%;
    margin-left: 50%;
    left: -100px;
    position: absolute;
}

.UpdateProgressBackground {
    margin: 0px;
    padding: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}