﻿body {
}
.legendGroup{
    width:20px;
    height:20px;
    border-radius:50%;
}
.loginbg {
    background-image: url("~/image/login.gif");
}

.menuPanel {
    margin: 5px;
    padding: 0px;
    background-color: yellow;
    width: 100%;
    height: 800px;
    overflow: auto;
    /*text-align: justify;*/
}

.msgBox {
    float: right;
    position: fixed;
    top: 20%;
    left: 5%;
    right: 5%;
    border-radius: 10px;
    opacity: 0.8;
    width: 90%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px 10px 10px 10px;
    z-index: 910000;
    color:azure;
    font-size:xx-large;
    font-weight:700;
}
