.els-tableStyle * {
	font-size:12px;
	font-family:微软雅黑;
}

.els-box {
    position: relative;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.els-box-body {
    padding: 10px;
    overflow: hidden;
}
/* 表单样式
 =========================================================================== */
.els-tableStyle {
    background-color: #fff;
    table-layout: fixed;
    width:100%;
}

.els-tableStyle .els-tableStyle-th {
    text-align: left;
    font-weight: 900;
    background-color: #fff;
    color: #444;
}

.els-tableStyle th {
    padding: 3px;
    text-align: right;
    color: #555;
    font-weight: 400;
}

.els-tableStyle td {
    padding: 3px;
}

.els-tableStyle td input,
.els-tableStyle td select {
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding-left: 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    color: #555;
}

.els-tableStyle td textarea {
    width: 100%;
    padding-left: 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    color: #555;
}

.els-tableStyle td .els-margin-right {
    margin-right: 2px;
}

.els-tableStyle td.els-tableStyle-two select {
    float: left;
    margin-right:1.6%;
    width: 49.2%;
}
.els-tableStyle td.els-tableStyle-two select:last-child{
    margin-right: 0;
}
.els-tableStyle td.els-tableStyle-two input {
    float: left;
    margin-right: -1px;
    width: 45%;
}
.els-tableStyle td.els-tableStyle-two i {
    width: 10%;
    float: left;
    display: block;
    text-align: center;
}
.els-tableStyle td.els-tableStyle-three select,
.els-tableStyle td.els-tableStyle-three input {
    float: left;
    width: 32.6%;
    margin-right: 1.1%;
}
.els-tableStyle td.els-tableStyle-three select:last-child,
.els-tableStyle td.els-tableStyle-three input:last-child {
    margin-right: 0;
}
.els-tableStyle td input[type=checkbox],
.els-tableStyle td input[type=radio] {
    float: left;
    width: 15px;
    height: 28px;
    line-height: 28px;
    border: 0;
}

.els-tableStyle td span {
    float: left;
    margin-left: 5px;
    margin-right: 10px;
    line-height: 28px;
}

/* 选择条件table样式
   =========================================================================== */
.els-tableStyle-query th {
    width: 9%;
}

.els-tableStyle-query td {
    width: 14%;
}

/* 表单样式-table形式
   =========================================================================== */
.els-tableStyle-normal th {
    width: 15%;
    border: 1px solid #c8c8c9;
    background-color: #e8e7e7;
    min-width: 85px;
}

.els-tableStyle-normal td {
    width: 30%;
    padding: 10px;
    border: 1px solid #e8e7e7;
    background-color: #fff;
}
.els-tableStyle-normal td label {
    margin:0 !important;
}
.els-tableStyle-normal td.els-tableStyle-thBg-grayColor {
    background-color: #f3f2f2;
}
.els-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.els-input-group-button {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
}

.els-tableStyle-lg th {
    width: 16%;
    border: 1px solid #dfdfdf;
    background-color: #f7f7f7;
}

.els-tableStyle-lg td {
    padding-right: 10%;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
.els-tableStyle td span.els-form-error {
    color: #dd4b39;
    padding-top: 4px;
    margin:0;
    line-height: 20px;
    font-size: 12px;
    display: block;
    word-break: break-all;
}
.els-form-mandatory {
    color: #dd4b39;
    margin:0 5px;
}
.els-tableStyle-normal td .els-form-greenColor {
    background-color: rgb(219, 234, 221);
}
.els-tableStyle-normal td .els-form-blueColor {
    background-color: rgb(232, 240, 254);
}
.els-tableStyle-normal td .els-form-grayColor {
    background-color: #d6d6d6;
}

.els-tableStyle .moreButtonExt {
    display: block;
    width: 55px;
    height: 22px;
    text-align: left;
    float: right;
    cursor: pointer;
    background: url(../../lib/img/moreDownIcon.png) no-repeat right;
}

.els-tableStyle .moreUpButtonExt {
    display: block;
    width: 55px;
    height: 22px;
    text-align: left;
    float: right;
    cursor: pointer;
    background: url("../../lib/img/moreUpIcon.png") no-repeat right;
}

.Wdate {
    border:1px solid #999 !important;
}

div.divatab{
    width:100px;height:40px;float:left;border:2px solid #C6C9C9;border-radius:5px;text-align:center;line-height:35px;
    cursor:pointer;font-weight:900;
}
div.divchecked{
    background-color:#3C8DBC;color:#fff;
}
div.divnochecked{
    background-color:#E0E5ED;color:#777;
}

/*.percent-show {*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*top: 0;*/
    /*left: 0;*/
    /*color: #000;*/
    /*text-align: center;*/
    /*z-index: 2;*/
/*}*/
/*.direction-left {*/
    /*left: 0;*/
    /*border-top-right-radius: 2px;*/
    /*border-bottom-right-radius: 2px;*/
/*}*/

/*.progress-in {*/
    /*position: absolute;*/
    /*height: 100%;*/
    /*width: 0%;*/
    /*border: none;*/
    /*background-color: blue;*/
    /*background-image: linear-gradient(top, cornflowerblue 0%, cornflowerblue 40%, cornflowerblue 100%);*/
    /*background-image: -webkit-linear-gradient(top, cornflowerblue 0%, cornflowerblue 40%, cornflowerblue 100%);*/
    /*background-image: -moz-linear-gradient(top, cornflowerblue 0%, cornflowerblue 40%, cornflowerblue 100%);*/
    /*background-image: -o-linear-gradient(top, cornflowerblue 0%, cornflowerblue 40%, cornflowerblue 100%);*/
    /*background-image: -ms-linear-gradient(top, cornflowerblue 0%, cornflowerblue 40%, cornflowerblue 100%);*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*z-index: 1;*/
/*}*/