#content dl.summary {padding:2em 0 0 0;}

.li2 {
	padding: 3px;
	text-indent: 3px;
	height: 20px;
	background-image: url(../images/bgli3.gif);
}

div.child {border:1px solid #bee0ea;border-radius:5px;padding:1em 2em;}

#define_theme h2 {
	margin: 0;
	padding: 2em 0 0.5em 0;
}

#purge-emailq, a.purge-log {color:#e56363 ! important;}
a.see-logs {color:#1f9364! important;}

#logs-files ul li {border-bottom:1px dotted #ccc;padding:0.3em 1em;}

h2.see-logs-title {position:fixed;background:white;width:93%;padding:0.5em 1em;margin:0;}
h2.see-logs-title span.filename {color:orange;}
div.log-records {margin-top:3.5em;}
div.email-record, div.log-record {
	border-bottom:1px dotted #ccc;
	padding:0.2em 1em 0 0;
	color:#75507b;
}
div.line-number {
	font-size: 0.9em;
	color: #ffa500;
	margin-right: 0.9em;
	line-height: 2em;
	width: 25px;
	text-align: right;
	user-select: none;
}
div.email-record:hover, div.log-record:hover {background-color: #e7d7ea;/**transition: all 100ms linear;*/}
div.email-record span.date {color:orange;}
div.email-record span.subject {font-weight:bold;color:#68a092;}

div.email-htmlbody {display:none;margin:0.5em 1em 0.5em 1em;padding:0.5em 1em 0.5em 3em;border-left:5px solid #efefef}
a.email-body-toggle {float:right;}

.config_theme, .config_theme_selected {
	border-radius: 2px;
    float: left;
    height: 350px;
    margin: 0.2em 0.8em 2em;
    min-height: 200px;
    overflow: auto;
    padding: 1em 0.5em;
    text-align: center;
    width: 30%;
}

.config_theme {
	background: #fff;
	border: 1px solid #cdcdc8;
	text-align: center;
}

.config_theme_selected {
	background: #f4f7fe;
	border: 1px solid #96b1d2;
}

.config_theme span {
	color: #9e9e9e;
}

.config_theme_selected span {
	color: #60888e;
	font-weight: bold;
}

.config_theme img,.config_theme_selected img {
	cursor: pointer;
	margin-bottom: 0.8em;
}

.config_theme input,.config_theme_selected input {
	
}

.radio {
	
}

.themeinfo {
	text-align: left;
	border-top: 1px dotted #ccc;
	padding-top: 0.3em;
	margin-top: 0.8em;
	color: #333;
	font-size: 0.85em;
}

.themeinfo em {
	color: #555;
}
textarea#file_content {
	color:#2A3E51;
	width: 660px;
}

#filelinks {
	width:180px;
	padding:0 1em;
	margin-right:1em;
	float:left;
	background-color: #eee;
	overflow: hidden;
	overflow-y:auto;
	border-radius: 3px;
	font-size:0.8em;
	height:800px;
}

#filelinks h3 {display:none;}

a.activate {background-color:#F9BE94;color:#fff ! important;font-weight: bold;padding:0.6em 0.9em;margin:0.5em;border-radius:3px;}

#filelinks ul {margin-left:0;padding-left:0;}
#filelinks ul li {
	border-top:1px dotted #777;
	padding-top:.4em;
}
#filelinks ul li:first-child {border-top:none;}

a.edit_files {
	background-color: #eee;
	border:1px solid #ccc;
	border-radius: 3px;
	padding: .4em 1em .4em 1em;
	display: inline-block;
	font-size:1.1em;
}
a.edit_files:hover {
	background-color:#CEDDEF;
	color:#384756 !important;
	text-decoration: none !important;
}
.active {
	font-weight: bold;
}

.permission-ok::before {
	content: "\f058";
	font-family: FontAwesome;
	text-decoration: none;
	padding: 0 0.5em 0 2em;
	color:#8ecc8f;
}
.permission-warn::before {
	content: "\f06a";
	font-family: FontAwesome;
	text-decoration: none;
	padding: 0 0.5em 0 2em;
	color:#d08484;
}
.permission-ok span, .permission-warn span {display:none;}

.CodeMirror {
	border: 1px solid #eee;
	min-height:700px;
}

.CodeMirror-fullscreen {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.CodeMirror-activeline-background {background: #e8f2ff !important;}

.cron-code {font-family: courier, monospace;font-size:0.8em;padding:0.2em 0 0.2em 1.5em;background-color: #ecf2f9;border-radius:1em;margin:0.5em;}
.cron-code span {width:95%;display: inline-block}
.copy-cron-code {background-color: inherit;}

.cron-notice {font-size: 0.9em;color:#623cb5;}

.main-override-header { color: #ee985b; text-transform: uppercase;border-bottom:2px solid #ee985b;margin-top: 2em;font-weight: bold;text-align:center;font-size: 0.85em;}