/* 后台管理框架的样式 */

 /* 主体样式 */
 body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: auto;
    background-color: rgb(250, 250, 255);
    font-family: "Microsoft YaHei", sans-serif;
 }
 iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: auto;
    background-color: rgb(248, 248, 255);
 }
 .xPage{
    bottom: 0;
    top: 0;
    overflow: none;
    position: absolute;
    width: 100%;
}
 .pageContainer{
    bottom: 0;
    top: 56px;
    overflow: none;
    position: absolute;
    width: 100%;
}
 .pageSidebar{
    width: 160px;
    height:100%;
    padding-bottom: 30px;
    overflow: none;
    background-color: #a3b3a3;
    left: -20px;
    position: absolute;
 }
 .pageContent{
     height: 100%;
     min-width: 768px;
     left: 41px;
     top: 0;
     right: 0;
     overflow: none;
     position: absolute;
 }
 .pageContentW{
    height: 100%;
    min-width: 768px;
    left: 140px;
    top: 0;
    right: 0;
    overflow: none;
    position: absolute;
}
 .footer {
     /* width: 160px; */
     left: 0;
     right: 0;
     bottom: 0;
     position: absolute;
     background-color: #435343;
 }
 .footerButton {
    right: 0;
    bottom: 0;
    margin:2px;
    padding: 2px;
    height: 28px;
    width: 28px;
    position: absolute;
}
 .menuMain {
    background-color:#4ca094;
    color: #fdfdfe;
}
 .menu {
    background-color:#2c7480;
    color: #fdfdfe;
}
.menuActive {
    background-color: #fdfdfe;
    color: #0c6430;
    /* margin-left:2px; */
}
.margin-ml0 {
    margin-left:0px;
    margin-right:5px;
    margin-top:5px;
    margin-bottom:5px;
}
