.el-main{
    margin-left: 10px;
    padding-left: 0px!important;
    background:linear-gradient(135deg, transparent 20px, #f5f5f5 0);
}

.el-form-item__label,.el-range-separator{
    color: #939faa!important;
}

.page{
    width: 30px;
    height: 30px;
    background:linear-gradient(135deg, transparent 20px, #ffffff 0);
    box-shadow: 3px 3px 3px #dcdcdc;
    position: absolute;
    left: 220px;
    top: 60px;
}

.el-button{
    border-radius: 2px;
}

.el-dialog__header{
    background-color: #255991;
}

.el-dialog__title {
    color: #ffffff;
}

.el-dialog__headerbtn {
    top: 10px;
    font-size: 24px;
    color: #ffffff;
}

.el-dialog__headerbtn .el-dialog__close {
    color: #ffffff;
}

.el-form--inline  .el-select{
    width: calc(100% - 15px);
}

.no-margn-cell .el-table .cell {
  padding-right: 0px;
}
.no-margn-cell .el-table .cell,
.no-margn-cell .el-table--border td:first-child .cell{
  padding-left: 0px;
}
.no-border-input .el-input__inner {
    border: none;
    padding: 0px;
    text-align: center;
    height: 40px !important;
}

.no-margn-cell .el-table td{
    padding: 0px 0 !important;
}