/* --- Styles for obscuring fields on the content, metadata and details screen if an asset is live and workflow applied --- */

#ees_editURLs, #ees_editContents, #ees_editDetails {
    position: relative;
}

.cloud {
    background: url("/__data/assets/image/0012/102900/white50.png") repeat scroll left top transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

