.offer-message-message{
    height:200px;
}
input[type="text"]{
    width:400px;
}
input[type="number"]{
    width:120px;
    text-align: right;
}

textarea{
    width:400px;
}
.input_number{
    width:120px !important;
    text-align: right;
}

.input_el{
    width:400px !important;
}
.input_el input{
    width:100% !important;
}
.input_number_el{
    width:120px !important;
}
.input_number_el input{
    width:100% !important;
    text-align: right;
}
.textarea_el{
    width:400px !important;
}
.textarea_el textarea{
    width:100% !important;
}
.input_date_el{
    width:160px !important;
}
.input_date_el input{
    width:100% !important;
}
.select_accountitem{
    width:220px !important;
}
.select_accountitem input{
    width:100% !important;
}
.select_accountunit{
    width:80px !important;
}
.select_accountunit input{
    width:100% !important;
}
.el-dialog__body {
    padding: 0px 20px 5px 20px;
}
.el-table__header, .el-table__body{
    margin-top: 0;
}
.el-pagination {
    text-align: right;
}
.el-table td, .el-table th {
    padding: 3px 0;
}
.el-table .cell{
    padding-left: 5px;
    padding-right: 5px;
}
.el-dialog {
    margin: 0 auto;
}
.order-wrapper{
    text-align: right;
}
.order-list input[type="text"]{
    width: 150px;
}
table.conditions{
    width: 100%;
}
table.conditions th{
    background-color: #FFF !important;
}
table.conditions th.cond-name{
    width: 30%;
}
table.conditions th.cond-comment{
    width: 50%;
}
table.conditions th.cond-valid{
    width: 5%;
}
table.conditions th.cond-act{
    width: 15%;
    text-align: left;
}
table.conditions a{
    text-decoration: none;
}
.property-table th {
    width: 140px;
}

.prop-conditions-popper .el-cascader-menu__wrap{
    height:400px;
}
.el-select-dropdown .el-select-dropdown__wrap{
    max-height:400px;
}