/*
  create by wangp

  2018-07-30

  ifream布局外边距 及公共样式

 */

body, .panel-fit body, .main {
    background: #fff;
    color: #5A5A5A;
    width: 100%;
    box-sizing: border-box;
}


.wrapper {
    width: 100%;
    overflow-x: hidden;
}


/*修复toolbar按钮操作栏浮动引起的布局问题*/

body > .wrapper {
    font-size: 14px;
    float: left;
    margin-bottom: 20px;
}


/* 加载中遮罩框样式 */

.mask_loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0, .3);
    color: #fff;
}

.mask_loading_msg {
    font-size: 12px;
    top: 50%;
    position: absolute;
    left: 50%;
}

.footer_right {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    width: 100%;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F9F9F9;
    border-top: 1px solid #CDD0D1;
}

.footer_center {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F9F9F9;
    border-top: 1px solid #CDD0D1;
}

.section {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 47px;
    right: 0;
    overflow: auto;
    padding: 10px 20px 0 20px;
}
