/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-lug-2018, 10.46.27
    Author     : fra
*/

.dce-visibility-warning {
    background-color: #e52600;
    color: white;
    text-align: center;
}
/* Visibility */
.dce-visibility-hidden {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAFUlEQVQYlWNgoAZ4qsbwnzIFw8IKAPtnDD01C/HRAAAAAElFTkSuQmCC) repeat;
}
.dce-visibility-hidden > * {
	opacity: 0.4;
}
.dce-visibility-hidden-outline {
    outline: 2px solid #e52600 !important;
    outline-offset: -2px;
}