.input_group{
    position: relative;display: inline-block;
    word-spacing:-5px;
}
.input_group .el-input:not(:first-child) input{
    border-left: 0px;
    border-radius:0px;
}
.input_group .el-input:not(:last-child) input{
    border-right: 0px;
    border-radius:0px;
}
.input_group .el-input:last-child input{
    border-top-right-radius:4px ;
    border-bottom-right-radius:4px;
}
.input_group .el-input:first-child input{
    border-top-left-radius:4px ;
    border-bottom-left-radius:4px;
}

.input_group p:not(:first-child){
		background-color:yellow;
	}
.common-head-show{
    /* overflow: auto; */
    width:calc(100% - 240px);
    flex : auto;
    flex-direction: column;
    display: flex;
}
.common-head-style{
    position: sticky;top: 0;z-index: 3;background:#F0F2F5
}

.btn-border-red{
    color: #FFFFFF ;
    background-color: #ECF5FF ;
}
.btn-border-red:hover, .btn-border-red:focus{
    color: #FFFFFF ;
    opacity: 0.8;
}

.overdue_bg{
    background-color: #F5F5F5;
}
.nearend_bg{
    background-color: #FEF0F0;
}
.normal_bg{
    background-color: #ECF5FF;
}

.sticky-table-top-head th{
    position: sticky;
    z-index: 12;
}
.el-table .week-row{
    background: #C0C4CC !important;
    color: #FFF !important;
}
.el-table .show_pg_1{
    background: url(../img/tag_bk_img/pg_comment.png) no-repeat scroll center center;
    border-radius: 5px;
    /* margin:4px; */
}
.el-table .show_pg_2{
    background: url(../img/tag_bk_img/pg_split.png) no-repeat scroll center center;
    border-radius: 5px;
    /* margin:4px; */
}
.el-table .show_pg_3{
    background: url(../img/tag_bk_img/pg_double.png) no-repeat scroll center center;
    border-radius: 5px;
    /* margin:4px; */
}