.form{display:flex;flex-direction:column;border:1px solid #E0E5E9;background-color:#fff;border-radius:4px 4px 0 0;padding:32px 32px 20px;position:relative}.form .field{display:flex;flex-direction:column;margin-bottom:16px}.form .field>label{margin-bottom:6px;font-weight:600}.form .changed{background-color:#ffefd5}.form .checkbox.changed{border-color:#c6ccd0}.form .error{margin-top:6px}.form .commands{padding-top:12px;display:flex;justify-content:right}.form .commands button{margin-left:16px}.form .commands .delete-ctrl{display:flex;align-items:center;position:absolute;top:18px;right:32px}.form .commands .delete-ctrl input{width:0;margin-right:-40px;-webkit-transition:.5s;transition:.5s;height:17px}.form .commands .delete-ctrl input.visible{padding-right:50px;width:20rem}.form .commands .delete-ctrl button{padding:3px 16px;height:27px;border-radius:4px;border:1px solid #C6CCD0;color:#657482}.form .commands .delete-ctrl button.delete{background-color:#fff;color:#282b2f}.form .commands .delete-ctrl button.delete:hover{background-color:#ab1b21;color:#fff}.form .commands .delete-ctrl button.delete:disabled{background-color:#e9eced;color:#9d9fa5}.form fieldset{margin-bottom:20px;padding:12px 12px 8px;border:1px solid #C6CCD0}.form fieldset legend{padding:5px;font-weight:600}.form fieldset .field{flex-direction:row;align-items:center;margin-bottom:8px}.form fieldset .field label{width:40%;text-align:right;padding-right:16px;font-weight:400}.form fieldset .field input,.form fieldset .field textarea{width:50%}.form fieldset .field select{width:57%}.multilang-row{display:flex;margin:3px 0;align-items:stretch}.multilang-row>label{width:27px;line-height:27px;border-radius:4px;text-align:center;background-color:#5a636c;color:#fff;margin-right:5px}.multilang-row>input,.multilang-row textarea{flex-grow:1}.multilang-row>.error{margin-left:5px}.form>.title,form>.title{font-size:20px;font-weight:500;padding:0 32px 16px;margin:-12px -32px 12px;border-bottom:1px solid #E0E5E9;display:flex}.form .move-commands{position:absolute;top:0;left:-62px}.form .move-commands button{margin:0 3px 0 0;padding:1px;background:none;height:27px;width:27px;border-radius:4px;border:1px solid #C6CCD0}.form .move-commands button:hover:not(:disabled){background-color:#e9eced}.form .move-commands button:hover:not(:disabled) img{opacity:1}.form .move-commands button>img{width:22px;height:22px;opacity:.5}.form .move-commands button:disabled img{opacity:.2}.content .form .menu .item.active{background-color:#e9eced}
