﻿body {
    margin: 0 0 0 0;
    font-family: Arial,'Times New Roman','Microsoft YaHei', serif;
    font-size: 10pt;
    color: inherit;
    /*min-width:1000px;*/
}

textarea {
    font-family: Arial,'Times New Roman','Microsoft YaHei', serif;
}

/*form*/
/*{*/
/*background: url(backgroud.jpg) repeat-x fixed;*/
/*padding: 15px 5px 0 5px;*/
/*}*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /*background-color: #ddd;*/
}


/*滑块*/
::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #777;
    }


/*滑道*/
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/*a, area {
    blr: expression(this.onFocus=this.blur())
}

    a:link, a:visited {
        font-family: Arial,'Times New Roman','Microsoft YaHei', serif;
        font-size: 9pt;
        color: #333333;
        text-decoration: none;
    }

div, span, h1, h2, h3, h4, ul, li, p, b, textarea {
    font-family: Arial,'Times New Roman','Microsoft YaHei', serif;
    font-size: 11pt;
    list-style-type: none;
    color: inherit;
}

input, select {
    font-family: Arial,'Times New Roman','Microsoft YaHei', serif;
    font-size: 9pt;
    color: #333333;
}*/

.title {
    background: url(../../images/title_bg2.gif) bottom;
    text-align: left;
    font-family: Arial, 'Times New Roman', 'Microsoft YaHei', serif;
    font-size: 9pt;
    color: #004080;
    height: 24px;
}

.title_h1 {
    font-family: Arial, 'Times New Roman', 'Microsoft YaHei', serif;
    font-size: 15px;
    font-weight: bold;
}

.toolbar {
    background-image: url(../../images/toolbar.png);
    background-repeat: repeat-x;
}

    .toolbar .tool {
        margin-right: 4px;
    }

/*----------------页面标题的样式----------------*/
/*.mframe-t-left {
    height: 27px;
    width: 16px;
    background: url("leftTitle.gif");
    text-align: left;
}

.mframe-t-mid {
    color: #ffa200;
    font-weight: bold;
    background: url("midTitle.gif");
    text-align: left;
    padding-top: 4px;
    padding-left: 3px;
}

.mframe-t-right {
    width: 16px;
    background: url("rightTitle.gif");
}*/
/*----------------页面标题的样式1----------------*/
/*.mframe-t-left1 {
    width: 4px;
    background: url("leftTitle1.gif");
}

.mframe-t-mid1 {
    color: #ffa200;
    font-weight: bold;
    background: url("midTitle.gif");
    text-align: left;
    padding-top: 4px;
    padding-left: 3px;
}

.mframe-t-right1 {
    width: 16px;
    background: url("rightTitle1.gif");
}*/






/*------------------------------------------------*/
.uprogress {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.uprogressdiv {
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    filter: alpha(opacity : 50);
    opacity: 0.5;
}

.uprogresscontext {
    position: absolute;
    left: 48%;
    top: 45%;
}

.clear {
    clear: both;
}

.corner {
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: white;
    background-image: url(images/notify.png);
}

.cornerlpos {
    margin-left: -46px;
}

.cornertpos {
    margin-top: -15px;
    margin-left: 60px;
}

.iframeCss {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.contextBody {
    padding: 5px !important;
    overflow: hidden;
}

.box-card {
    height: calc(100vh - 10px)
}

.box-card-head {
    font-weight: bold;
    font-size: 12pt;
}

.box-card-main {
    height: calc(100vh - 148px);
}

.box-card-main-sum {
    height: calc(100vh - 162px);
}

.box-card-main-notitle {
    height: calc(100vh - 90px);
}

.box-card-main-notitle-sum {
    height: calc(100vh - 108px);
}

.el-card__body {
    padding: 10px;
}

.el-tooltip-dark {
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.4)
}

.customDialog .el-dialog__body {
    padding: 0 20px 20px;
}

.el-footer {
    height: auto !important;
}

.checkBoxitem {
    margin-right: 30px;
}

    .checkBoxitem .is-fixed {
        right: 5px;
    }
