.lockStateUNLOCKED {
     font-weight: 500;
     color: #34a038;
 }

.lockStateEXCLUSIVE {
    font-weight: 500;
    color: #f44336;
}

.lockStateSHARED {
    font-weight: 500;
    color: #ff9900;
}


.serverNodeStatusCONNECTED {
    font-weight: 500;
    color: green;
}

.serverNodeStatusDISCONNECTED {
    font-weight: 500;
    color: #f44336;
}

.serverNodeStatusON_HOLD {
    font-weight: 500;
    color: #f44336;
}


.fileWatcherStatusUP {
    font-weight: 500;
    color: green;
}

.pace.pace-active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
    display: block;
    position: fixed;
    /*z-index: 20000000;*/
    top: 0px;
    right: 100%;
    width: 100%;
    height: 10px;
    background: #073F83;

    pointer-events: none;
}

#splashScreen {
    background-color: white;
    height:100%;
    width:100%;
    background-image: url('../images/mobius_transparent.png');
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 10px solid white;
}

.loginHeader{
    background-color: white;
    height:100%;
    width:100%;
    background-image: url('../images/mobius_transparent.png');
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 10px solid white;
}