
/* Reskin */

body {
	background: #e5e5dc;
}

header {
	background: #23241f;
}

#notificationCenter .data .notification.success {
	background: #222222;
}

#outer {
	background: none;
}

#editor {
	padding-top: 40px;
}

.sectionHeading h1 {
	text-shadow: none;
}

.settingsBar .stitching {
	background: #e5e5dc;
}

.settingsBar {
	background: none;
	padding-top: 0px;
}

#settingsTable .left {
	background: none;
}

#fileManager-background {
	background: none;
}

#fileManager-header {
	padding-top: 80px;
}

#fileManager {
	background: #e5e5dc;
}

nav .ajaxLoading {
	opacity: .33;
}


/* Backend styles for this site */


.backend-cards-section-text p {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.backend-feature-text {
	background-color: #252525;
	width: 742px !important;
}

.backend-feature-text * {
	color: white;
}

.backend-feature-text p {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.backend-tooltip-icon {
	color: #4d7af5;
	font-size: 11px;
	position: relative;
	top: -2px;
	margin-left: 3px;
}

.backend-tooltip-text {
	display: none;
}

.backend-label:hover + .backend-tooltip-text{
    display: inline-block;
    position: absolute;
    margin-top: -19px;
    margin-left: -1px;
    font-size: 11px;
    background-color: #ececec;
    padding: 5px;
    border-radius: 3px;
}

.backend-label {
	font-size: 12px;
	color: #da9b32;
	cursor: default;
}

.backend-text-small {
	font-size: 12px;
}

.fg-edit-html-in-strings-table span {
    color: #da9b32;
}

.backend-special-text {
	color: #4a4a4a !important;
	white-space: normal;
	background: none !important;
	padding-left: 0px !important;
	font-size: 12px;
    text-decoration: none;
}

.associated-item small {
	color: #da9b32;
}
