#loading {
    position: absolute;
    left:0;
    right:0;
    top:0;
    line-height:900px;
    height: 900px;
    display: none;
    z-index: 9999;
    background-color: #f9eded;
    opacity: 0.9;
    text-align: center;
    font-size:18px;
}

.activeRow {
    background-color: #05A0F9;
}

#modal-dialog td {
	border: solid 1px silver;
}

td {
	cursor:pointer !important;
    text-align:center;
}

.module-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.module-container .operate_container,
.module-container .chart_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.module-container .operate_container {
    z-index: 200;
}

.module-container .chart_container {
    z-index: 100;
}