/**
 * 
 * @ClassName: public.css v1.1
 * @Description: TODO(公共的css) 
 * @author Stanley
 * @date 2019年6月19日 10:02:24
 *  
 */

html,
body {
    font-size: 13px;
    height: 100%;
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.bg_blur {
    filter: url(blur.svg#blur);
    /* FireFox, Chrome, Opera */
    -webkit-filter: blur(10px);
    /* Chrome, Opera */
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
    /* IE6~IE9 */
}

#stanley {
    height: 100%;
}

.layui-layer-shade-push {
    background-color: rgba(236, 236, 236, 0.6)!important;
    backdrop-filter: blur(6px);
    opacity: inherit!important;
}

.top {
    width: 100%;
    height: 40px;
    box-shadow: 0px 1px 1px 1px #eeeeef;
    color: #acc8f0;
    background-color: #237fff;
}

.stanley_text_color {
    color: #fff!important;
}

.stanley_text_width100 {
    width: 100%;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}


/*定义滚动条轨道 内阴影+圆角*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #F5F5F5;
    border-radius: 10px;
    background-color: #F5F5F5;
}


/*定义滑块 内阴影+圆角*/

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #F5F5F5;
    background-color: #555;
}

.el-tabs {
    height: 100%;
}

.el-tabs__content {
    height: 93%;
    overflow: hidden;
    position: relative;
}

.footer {
    /*footer绝对定位*/
    position: absolute;
    bottom: 0;
    left: 0;
}

.stanley_text {
    text-align: center;
    width: 100%;
}

.stanley_span_text {
    color: rgb(101, 113, 128);
    font-size: 12px;
}

.el-table thead {
    color: #000000!important;
    font-weight: 500!important;
}

.el-table__header .el-table td,
.el-table th.is-leaf {
    border-bottom: 1px solid #EBEEF5!important;
    background-color: #f8f8f9!important;
    height: 26px!important;
    white-space: nowrap!important;
    overflow: hidden!important;
}

.el-table td,
.el-table th {
    padding: 0px 0!important;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
    font-size: 12px!important;
}

.el-table th>.cell {
    position: relative;
    word-wrap: normal;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000!important;
}

.ivu-row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
    display: block;
    font-size: 14px;
}

.el-card__header {
    padding: 8px 12px;
    border-bottom: 1px solid #EBEEF5;
    box-sizing: border-box;
    font-size: 14px;
}

.el-card {
    border: 0px solid #EBEEF5;
    background-color: #FFF;
    color: #303133;
    -webkit-transition: .3s;
    transition: .3s;
}

.ivu-drawer-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(236, 236, 236, 0.6);
    backdrop-filter: blur(6px);
    height: 100%;
    z-index: 20000000;
}

.ivu-drawer-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20000000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.el-button--primary {
    color: #FFF;
    background-color: #2db7f5;
    border-color: #2db7f5;
}