/* 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;

}

div#footertab>div {
	position: absolute;
	top: -5px;
	right: -1em;
}

#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;
	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);
	}
}

.inputform-imagepreview {
	position: relative;
}

.inputform-imagepreview>img {
	margin-bottom: 0;
}

.inputform-imagepreview>a.button {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.inputform-datepicker {
	width: 12em;
	display: inline;
}

.inputform-timepicker {
	width: 5em;
	display: inline;
}

.inputform-filepreview {
	float: right;
	clear: none;
}

.inputform-texteditor {
	width: 100%;
}

img.imagepreview+a.button,
img.imagepreview+a.button {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.adminpencil {
	z-index: 10001 !important;
	position: fixed !important;
	top: 2px !important;
	right: 2px !important;
	float: right !important;
	width: 40px !important;
	height: auto !important;
}

#pagereviewbutton.pending {
	background-color: #ded118 !important;
}

#pagereviewbutton.reviewed {
	background-color: #0fbf3e !important;
}

#editingusersdiv {
	z-index: 999 !important;
	position: fixed !important;
	bottom: 0 !important;
	right: 0 !important;
	float: right !important;
	padding: 4px !important;
	background-color: #333 !important;
	color: #fff !important;
	border-top-left-radius: 6px !important;
}

.uploadedfilepreview {
	position: relative;
}

.uploadedfilepreview>a {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.wikicontentoptions {
	float: right;
}

form[name="editorPageContentForm"] .editorquill {
	width: 100%;
	height: 100%;
}

.text-usercontent {
	position: relative;
}

.text-usercontent>div:first-child {
	position: absolute;
	right: 0;
	top: -16;
	height: 16px;
	width: 46px;
}

.text-usercontent>div:first-child>img {
	vertical-align: middle;
}

#ace-editor {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: auto;
}

.uploadprogressindicator {
	background-color: green;
	width: 0%;
	height: 1.5em;
	color: white;
	overflow: hidden;
}

.cssinstaller {
	background-color: #FFC;
	border: 1px solid #999;
	margin: 3px;
	padding: 5px;
}

span.highlight {
	background-color: #CA4444 !important;
}

#footertab div.footer-close {
	position: absolute;
	top: -5px;
	right: -1em;
}

a#openstringeditor {
	color: #000;
}