table#common-items-zmo div[id$=okpd2-name-element] div.form-control-static {
    padding-top: 3px;
}

table#common-items-zmo div[id$=okpd2-name-element] label.control-label {
    padding-top: 5px;
}

.table>thead:first-child>tr:first-child>th.number,
.table>thead:first-child>tr:first-child>th.unitPrice,
.table>thead:first-child>tr:first-child>th.cost {
    text-align: right;
}

.commission-message-zmo {
    border-radius: 4px;
    background: #d9eef5;
    padding: 16px 16px 16px 56px;
    position: relative;
}
.commission-message-zmo:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23009DDB' fill-rule='evenodd' d='M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18ZM1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Z' clip-rule='evenodd'/%3E%3Cpath fill='%23009DDB' fill-rule='evenodd' d='M10 6a1 1 0 0 1 1 1v10a1 1 0 1 1-2 0V7a1 1 0 0 1 1-1Z' clip-rule='evenodd'/%3E%3Cpath fill='%23009DDB' fill-rule='evenodd' d='M15 14.5a1 1 0 0 1-1 1H9a1 1 0 1 1 0-2h5a1 1 0 0 1 1 1ZM11 12a1 1 0 0 1-1 1H9a1 1 0 1 1 0-2h1a1 1 0 0 1 1 1Z' clip-rule='evenodd'/%3E%3Cpath fill='%23009DDB' fill-rule='evenodd' d='M12.573 8.038C11.854 8 11.008 8 10 8V6h.02c.984 0 1.881 0 2.657.04.775.04 1.5.124 2.121.318.636.199 1.227.534 1.642 1.117.41.577.56 1.274.56 2.025 0 .752-.15 1.448-.56 2.025-.415.583-1.006.918-1.642 1.117-.62.194-1.346.277-2.121.318-.776.04-1.673.04-2.656.04H10v-2c1.008 0 1.854 0 2.573-.038.725-.037 1.25-.11 1.629-.229.364-.114.523-.247.608-.367.09-.127.19-.367.19-.866s-.1-.74-.19-.866c-.085-.12-.244-.253-.608-.367-.38-.118-.904-.192-1.629-.23Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.commission-message-zmo > p {
    margin: 0 0 8px;
}
.commission-message-zmo > p:last-child {
    margin-bottom: 0;
}
.commission-message-zmo .muted {
    color: #718c9e;
}

