.flash-message {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #fff;
}

.flash-message.success { background: #00af29; }
.flash-message.error { background: #ff0019; }
.flash-message.warning { background: #ffd862; color: #000; }
.flash-message.info { background: #17a2b8; }

.control-toolbar.flex{
    align-items: flex-start;
}

#FileUpload-formFiles-files .upload-files-container .upload-object:first-child{
    background-color: #afffc2;
}

#Form-field-ProductDocument-links-group .field-repeater-items li:first-child{
    background-color: #afffc2;
}

.btn + .btn{
    margin-left: 10px;
}