﻿.panel-progress {
    width: 280px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 6000;
    background-color: #dff0d8;
    border: solid 1px #d6e9c6;
    color: #3c763d;
    border-radius: 3px;
    box-shadow: 1px 3px 5px #333;
    text-align: center;
}
.panel-progress .loading-text {
    padding-left: 10px;
}