/* CSS Document */

div.modulesettingslink{
	position:absolute;
	top:0;
	left:0;
	padding:5px;
	background: url("/icms/images/menu_bg.jpg") repeat-x scroll 0 0 transparent;
    clear: both;
    color: #FFFFFF;
	border:2px solid #fff;
	margin:2px;
	z-index:999;
}
div.modulesettingslink a{
	color:#fff!important;
	text-decoration:none;
}

div.editorcontentarea{
	min-height:50px;
}

div#footertab{
	float:right; 
	margin-right:2em;
	width: auto;
	height:auto;
	bottom:0; 
	right:0; 
    clear: both;
    font: 12px Arial,Tahoma,Verdana,sans-serif;
    overflow: visible;
    z-index: 999;
	position:fixed; 

}
#footertab > table{
	margin:0;
	padding:0;
	margin-left:10px;
}
#footertab > table td{
	padding-left:5px;
	height:30px;
	vertical-align:middle;
}
#editingusersdiv{
	color:#FFF;
}
div.iCMSeditorWrap
{
	width:100%;
}
.ui-autocomplete-loading {
    background: white url('/icms/images/ui-anim_basic_16x16.gif') right center no-repeat;
  }
}
.jstree-default-contextmenu{
z-index: 10000;
	} 
.facebook-login{
		color: #fff !important;
		background-color: #4267B2 !important;
		}
.facebook-login img {
		margin: 0;
		padding: 0;
		height: 1.5em;
		vertical-align: middle !important;
		}
#ace-editor{
	min-width:750px;
	min-height:600px;
}
#loader-overlay{	
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
#loader-overlay .cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
#loader-overlay .spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	0% { 
		transform: rotate(0deg); 
	}
	100% { 
		transform: rotate(359deg); 
	}
}
