@keyframes mymove {
    from {-ms-transform:rotate(0deg);transform:rotate(0deg);}
	to {-ms-transform:rotate(360deg);transform:rotate(360deg);}
}
@-webkit-keyframes spinnerRotate {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}
@-o-keyframes spinnerRotate {
	from {-o-transform:rotate(0deg);}
	to {-o-transform:rotate(360deg);}
}
@-moz-keyframes spinnerRotate {
	from {-moz-transform:rotate(0deg);}
	to {-moz-transform:rotate(360deg);}
}
#edt-wrapper{opacity:0}
.edt-spinner {top:50%;left:50%;-webkit-animation-name:spinnerRotate;-moz-animation-name:spinnerRotate;-o-animation-name:spinnerRotate;animation-name:spinnerRotate;-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear;text-indent:250px;white-space:nowrap;overflow:hidden;background:url(images/spinner.png);}
#edt-body-spinner {position:fixed;margin:-100px 0 0 -100px;height:200px;width:200px;}
#edt-header-spinner {position:absolute;margin:-25px 0 0 -25px;height:50px;width:50px;background-size:50px 50px;}
#edt-footer-spinner {position:absolute;margin:-25px 0 0 -25px;height:50px;width:50px;background-size:50px 50px;}
#edt-bckgrnd {position:fixed;top:0;left:0;z-index:-1;height:100vh;width:100vw}
#edt-bckgrnd > *{position:fixed!important;left:0;}
#edt-header-bckgrnd {position:fixed!important;z-index:1;top:0;left:0;opacity:0;overflow:hidden;}
#edt-footer-bckgrnd {z-index:1;top:0;left:0;width:100%;overflow:hidden;opacity:0;}
#edt-bckgrnd-filtr {position:fixed !important;top:0;left:0;width:100%;background:#fff;z-index:-1;opacity:0.2;height:100vh;}
#edt-header-bckgrnd-filtr {position:fixed !important;z-index:2;top:0;left:0;width:100%;background:#fff;opacity:0.2;height:100vh;}
#edt-footer-bckgrnd-filtr {position:relative;z-index:2;top:0;left:0;width:100%;background:#fff;opacity:0.2;height:100vh;}
#edt-error-messages {position:fixed !important;top:40px;left:0;z-index:1000;width:500px;background:#fff;}
#imgFooterBckGrnd{position:relative;} 
.edtools-diaporama-button {background: url("images/display-wrap.png");z-index: 10;top: 43px;width: 43px;height: 43px;position: fixed;left: calc(50% - 21px);}
.edtools-diaporama-button:hover {cursor: pointer;opacity: 0.8;}
