/* ADMINMENU */

#adminmenu {
    width: 100%;
	min-width: 760px;
    background-color: #2e3436;
    font-size: 14px;
    padding: 0;
    margin: 0;
    overflow: visible;
    border-bottom: 1px solid #aaa;
    color: #d3d7cf;
}

#adminmenu ul {
    height: 36px;
	list-style-type: none !important;
    list-style-image: none;
    font-family: arial, sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #2e3436;
}

#adminmenu li {
    list-style-type: none !important;
    float: left;
    position: relative;
    width: 125px;
    background-color: #2e3436;
	text-align: center;
    color: #d3d7cf;
    padding: 8px 0 0 0;
	margin: 0;
}

#adminmenu li a:hover, #adminmenu li:hover {
    background-color: #3f4446;
}

#adminmenu  a, #adminmenu a:visited {
    display: block;
    color: #d3d7cf;
    height: 26px;
    padding: 2px 6px 0px 6px;
    text-decoration: none;
    font-style: normal;
}

#adminmenu ul ul {
    list-style-type: none !important;
    height: 0;
    left: 0;
    position: absolute;
    top: 36px; 
    margin: 0;
    z-index: 9999;
    visibility: hidden;
}

#adminmenu ul ul li {
    background: #4f5456;
    height: 26px;
	padding: 3px 0 0 0;
    margin: 0;
}

#adminmenu ul ul li a {
    height: 16px;
	padding: 3px 0 0 0;
	margin: 0;
}

#adminmenu ul ul li:hover {
    height: 26px;
	padding: 3px 0 0 0;
    background: #c50;
}

#adminmenu ul ul li a:hover {
    background: #c50;
	height: 20px;
	padding: 3px 0 0 0;
	margin: 0;
}

#adminmenu ul ul ul {
    left: 100%;
    top: 0px; 
    visibility: hidden;
	padding: 0;
    margin: 0;
}

#adminmenu ul ul ul li {
    background: #c50;
    height: 26px;
	padding: 3px 0 0 0;
	margin: 0;
}

#adminmenu ul ul ul li a {
    height: 26px;
	padding: 3px 0 0 0;
	margin: 0;
}

#adminmenu ul ul ul li:hover {
    background: #e70;
    height: 26px;
	padding: 3px 0 0 0;
	margin: 0;
}

#adminmenu ul ul ul li a:hover {
    background: #e70;
    height: 20px;
	padding: 3px 0 0 0;
	margin: 0;
}

#adminmenu li:hover > ul {
    visibility: visible;
}

div#admin-content-container{
 /*   padding-top: 4ex; */
}

#admin_menu {
float: left;
}

#adminmenu_logout {
width: 98px; 
float: left;
}

#admin_menu_logout {
text-align: center;
}

/* END ADMINMENU */

/* PLUGINMANAGER */

div#xhpm {
background: #fff;
font-family: arial, sans-serif;
font-size: 15px;
color: #333;
border: 1px solid #999;
padding: 12px 16px;
margin: 0;
}

div#xhpm table {
width: 100%;
max-width: 480px;
padding: 0;
margin: 0 auto;
}

div#xhpm tr:hover {
background: #e0e9f0;
}

div#xhpm label:hover {
color: #c60;
text-decoration: underline;
}

div#xhpm td {
padding: 5px 8px!important;
vertical-align: top;
}

div#xhpm a:link {color: #369; text-decoration: none;}
div#xhpm a:visited {color: #369; text-decoration: none;}
div#xhpm a:hover {color: #c60; text-decoration: underline;}
div#xhpm a:active {color: #c60; text-decoration: underline;}
div#xhpm a:focus {color: #c60; text-decoration: underline;}

/* END PLUGINMANAGER */

/* FILEBROWSER */

#xhFilebrowser, #xhFilebrowserMenu {
background: #fff;
min-width: 440px;
color: #333;
border: 1px solid #999999;
margin: 1px 0;
overflow: auto;
padding: 8px 16px;
font-family: arial, sans-serif;
font-size: 14px;
}

#xhFilebrowserMenu {
font-weight: 700;
}


/* FILEBROWSER MENU */

#xhFilebrowser {
font-family: arial, sans-serif;
font-size: 14px;
font-weight: 900;

}

#xhFilebrowser  fieldset, #xhFilebrowserMenu  fieldset {
margin: 5px;
display:none;
}


/* filebrowser lists */

span.xhfb_files {
font-weight: 700;
color: #900;
}

p.xhfb_files {
font-weight: 700;
padding: 0;
}

#xhFilebrowser ul, #xhFilebrowserMenu ul {
list-style-image: none;
list-style-position:inside;
padding: 0;
margin: auto;
}

#xhFilebrowser ul.unseen, #xhFilebrowserMenu ul.unseen{
display: none;
}

#xhFilebrowser li.openFolder, #xhFilebrowserMenu li.openFolder {
list-style-image:url(icons/folder-open.png);
padding: 2px 0 2px 5px;
margin: 0 0 0 0;
line-height: 1em;
font-size: 14px; 
font-weight: 900;
}

#xhFilebrowser li.folder, #xhFilebrowserMenu li.folder{
list-style-image:url(icons/folder.png);
padding: 2px 0 2px 5px;
margin: 0 0 0 0;
line-height: 1em;
font-size: 13px; 
font-weight: 300;
}


#xhFilebrowser li.openFolder ul, #xhFilebrowserMenu li.openFolder ul {margin-left: 20px;}


/* filebrowser folders */

#xhFilebrowser #folders {
float: left;
overflow: auto;
}

#xhFilebrowser div#subfolders {
padding: 0 0 10px 0;
}

#xhFilebrowser div#subfolders li {
font-size: 13px;
font-weight: 900;
}


/* filebrowser files */

#xhFilebrowser div#files {
font-weight: 300;
padding: 0 0 0 30px;
}

#xhFilebrowser div#files li {
font-size: 13px;
padding: 2px 0;
margin: 0;
}

#xhFilebrowser #files{
   margin-bottom: 20px;
}
#xhFilebrowser #files li:hover {
    background-color: #ccc;
}

#xhFilebrowser #files ul li {
list-style-type: none;
}

#xhFilebrowser a { color: #333;}
a.xhfbfile {padding: 0 2px 0 0; line-height: 1em;}
a.xhfbfile img{border: none; margin: 6px;}
a.xhfbfile span{display: none;}
a.xhfbfile:hover span, #xhFilebrowser #files ul li:hover a.xhfbfile span{
    display: block;
    float: right;
    border: #aaa 1px solid;
    padding: 2px;
    background-color: #ddd;
}
a.xhfbfile:hover{
    background-color: #ccc;
    cursor:pointer;
}
#xhFilebrowser #files li.odd{
   
}
#xhFilebrowser #files ul li, #xhFilebrowser #files ul{
    margin-left: 0em;
    padding-left: 0em;
}
#xhFilebrowser div{
    font-family: arial, sans-serif;
    padding: 0px;
    margin: 0px;
}


#xhFilebrowser #subfolders  fieldset legend {}

#xhFilebrowser a:link {color: #257; text-decoration: none; font-style: normal;}
#xhFilebrowser a:visited {color: #257; text-decoration: none; font-style: normal;}
#xhFilebrowser a:hover {color: #c60; text-decoration: none;}
#xhFilebrowser a:active {color: #c60; text-decoration: none;}
#xhFilebrowser a:focus {color: #c60; text-decoration: none;}

#xhFilebrowser li.openFolder a:link {color: #920; text-decoration: none; font-style: normal;}
#xhFilebrowser li.openFolder a:visited {color: #920; text-decoration: none; font-style: normal;}
#xhFilebrowser li.openFolder a:hover {color: #c60; text-decoration: none;}
#xhFilebrowser li.openFolder a:active {color: #c60; text-decoration: none;}
#xhFilebrowser li.openFolder a:focus {color: #c60; text-decoration: none;}

#xhFilebrowser li.folder a:link {color: #257; text-decoration: none; font-style: normal;}
#xhFilebrowser li.folder a:visited {color: #257; text-decoration: none; font-style: normal;}
#xhFilebrowser li.folder a:hover {color: #c60; text-decoration: none;}
#xhFilebrowser li.folder a:active {color: #c60; text-decoration: none;}
#xhFilebrowser li.folder a:focus {color: #c60; text-decoration: none;}

#xhFilebrowserMenu a:link {color: #257; text-decoration: none; font-style: normal;}
#xhFilebrowserMenu a:visited {color: #257; text-decoration: none; font-style: normal;}
#xhFilebrowserMenu a:hover {color: #c60; text-decoration: none;}
#xhFilebrowserMenu a:active {color: #c60; text-decoration: none;}
#xhFilebrowserMenu a:focus {color: #c60; text-decoration: none;}

/* END FILEBROWSER */

/* META_TAGS */

#meta_tags hr {
	margin:6px 0;
	visibility:hidden;
}

/* END META_TAGS */

/* PAGE_PARAMS */

#page_params hr {
	margin:8px 0;
}

/* END PAGE_PARAMS */

/* PAGEMANAGER */

/*
 * Treeview
 */

#pagemanager {
    background: #fff;
    border: 1px solid #999;
    padding: 16px;
    margin: 1px 0;
    /* the following lines enable a scrollable treeview; adjust the height to your needs */
    height: 400px;
    overflow: scroll !important;
}

#pagemanager ul {
    padding: 0;
    margin: 0;
    background: none;
}


/*
 * <h1>
 */

#pagemanager ul li {
    background: none;
    font-family: arial, sans-serif;
    font-weight: 700;
    border: 0px solid #aaa;
    padding: 0px;
    margin: 6px 0px 3px 0;
    list-style-image: none;
    width: 230px;
}

#pagemanager ul li a:link {
    font-size: 15px;
}

#pagemanager ul li a:visited {
    font-size: 14px;
}


/*
 * <h2>
 */
 
#pagemanager ul ul li {
    background: none;
    font-weight: 100;
    border: 0px solid #999;
    padding: 0px;
    margin: 6px 0px 3px 19px;
}

#pagemanager ul ul li a:link {
    font-size: 14px;
}

#pagemanager ul ul li a:visited {
    font-size: 15px;
}


/*
 * <h3>
 */
 
#pagemanager ul ul ul li {
    background: none;
    border: 0px solid #666;
    padding: 0px;
    margin: 1px 0px 1px 19px;
}

#pagemanager ul ul ul li a:link {
    color: #666;
}

#pagemanager ul ul ul li a:visited {
    color: #666;
}


/*
 * Toolbar
 */

div#pagemanager-toolbar {
    margin: 1px 0;
    border: 1px solid #999;
    background-color: #eee;
    padding: 0 8px;
    font-size: 14px;
}

div#pagemanager-toolbar a:focus {
    background: none;
}


/*
 * horizontal toolbar
 */
 
/* for floating horizontal toolbar: uncomment the following */
/*
div#pagemanager-toolbar.horizontal {
    position: fixed;
    top: 150px;
    z-index: 1000;
}
*/

div#pagemanager-toolbar.horizontal img {
    margin: 8px 0;
}

div#pagemanager-toolbar.horizontal img.tool {
    margin: 6px 2px;
}

div#pagemanager-toolbar.horizontal img.separator {
    margin: 0 0 5px 0;
}

/*
 * vertical toolbar
 *
 * The style should be adjusted to your needs.
 * Change top and left accordingly.
 */
 
div#pagemanager-toolbar.vertical {
    width: 25px;
    text-align: center;
    position: fixed;
    margin: 0 auto;
    padding: 0 2px;
    z-index: 1000;
}

/* You might adjust the left or right margin of the treeview */
/*
#pagemanager {
    margin-left: 32px;
}
*/
/* and for a lefthand toolbar the margin of the submit button */
/*
#pagemanager-submit {
    margin-left: 32px !important;
}
*/
/* and for a righthand toolbar the position of the tooltips */
/*
div#pagemanager-toolbar.vertical a.pl_tooltip:hover span {
    left: -320px;
}
*/

div#pagemanager-toolbar.vertical img {
    margin: 0 8px;
}

div#pagemanager-toolbar.vertical img.tool {
    margin: 6px 2px;
}

div#pagemanager-toolbar.vertical img.separator {
    margin: 0 2px;
}


/*
 * Context menu
 */

/* To have enough space for the whole context menu, if the template has a small footer */
div#pagemanager-footer {
    height: 150px;
}

div#vakata-contextmenu {
    width: 400px; 
    text-align: left; 
    padding: 9px 0;
    font-family: arial; 
    font-size: 14px;
    /* the following line will open the context menu further to the right */
    /* margin-left: 100px; */
}

div#vakata-contextmenu.jstree-cmsimple-context li.vakata-separator,
div#vakata-contextmenu.jstree-classic-context li.vakata-separator,
div#vakata-contextmenu.jstree-default-context li.vakata-separator,
div#vakata-contextmenu.jstree-apple-context li.vakata-separator {
    margin: 5px 0;
}

div#vakata-contextmenu ul {
    width: 100%;
}

div#vakata-contextmenu li ins {
    margin: 0 10px 0 6px;
}

/* END PAGEMANAGER */

/* PLUGINLOADER */

div.pluginerror {
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align: center;
	border: 3px solid #000;
	background-color: #fc0;
	color: #000;
	padding: 4px 6px;
	margin: 6px 0 0 0;
}

textarea.plugininput {
	width: 96%;
	height: 18px;
	font-family: arial, sans-serif;
	font-size: 14px;
	background: #fff;
	color: #555;
	border: 1px solid #ccc;
	padding: 4px;
}

textarea.plugininputmax {
	width: 96%;
	height: 82px;
	font-family: arial, sans-serif;
	font-size: 14px;
	background: #fff;
	color: #555;
	border: 1px solid #ccc;
	padding: 4px;
}

textarea.plugintextarea {
	width: 96%;
	height: 410px;
	background: #fff;
	font-family: 'courier new', serif;
	font-size: 14px;
	color: #333;
	padding: 10px;
	margin: 0;
}

div.pluginedit,div.plugintext {
	border: 0px solid #828177;
	padding: 4px 0;
}

form.plugineditform {
	
}

div.plugineditcaption {
	font-family: arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 0;
}

table.pluginedittable {
	width: 100%;
	border: 0;
}

table.pluginedittable td {
	border: 0px solid #828177;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
	font-size: 14px;
	font-family: arial, sans-serif;
}

.pluginedittable td.plugincfcap,pluginedittable td.plugincfhint {
	font-size: 15px;
	border-top: 1px solid #ccc;
	padding-top: 6px;
}

.pluginedittable td.plugincfcap {
	font-weight: bold;
}

table.pluginedittable td.plugincf {

}

td.plugincf {
width: 250px;
}


/**
 * Tooltips, if hint-texts are used within a plugin 
 * e.g.: $plugin_tx['PluginName']['cf_var_name']='hint';
 * Will display a span, when hovering var_name.
 */
.pl_tooltip {
font-family: arial, sans-serif;
font-size: 14px;
}
 
a.pl_tooltip,
a.pl_tooltip:link,
a.pl_tooltip:visited,
a.pl_tooltip:active {
	position: relative;
	text-decoration: none;
	font-weight: normal;
	border: 0;
}

a.pl_tooltip:hover {
/* IE needs some change for the a:hover	to handle the a:hover span */
background-color: transparent;
}

a.pl_tooltip span {
	display: none;
}

a.pl_tooltip span p {
    width: auto !important;
}

a.pl_tooltip:hover span {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 360px;
	z-index: 10;
	border: 1px dotted;
	padding: 2px 10px 2px 10px;
	background: #EEEEEE;
	color: #333;
	text-align: left;
}
a.pl_tooltip img {
	border: 0;
}

img.helpicon {background: none;}

/* END PLUGINLOADER */

input.cmsimplecore_settings {
width: 96%;
font-size: 14px;
color: #333;
padding: 2px 3px;
margin: 3px 0;
border: 1px solid #ccc;
background: #fff;
}

textarea.cmsimplecore_settings {
width: 96%;
height: 82px;
font-size: 14px;
color: #333;
padding: 2px 3px;
margin: 3px 0;
border: 1px solid #ccc;
background: #fff;
}

textarea.cmsimplecore_settings_short {
height: 18px;
}

/* PLUGIN MENÜ */

table.edit {
background: #333!important;
color: #999!important; 
font-size: 14px!important; 
line-height: 1.2em!important; 
border: 2px solid #999!important; 
margin: 1px 0!important; 
border-collapse: collapse!important;
}

table.edit td {
color: #999!important;
text-align: center!important; 
border: 1px solid #999!important; 
padding: 9px 6px!important;
border-collapse: collapse!important;
}

table.edit td a:link {color: #ccc!important; text-decoration: none;}
table.edit td a:visited {color: #ccc!important; text-decoration: none;}
table.edit td a:hover {color: #f90!important; text-decoration: underline;}
table.edit td a:active {color: #fff!important; text-decoration: underline;}
table.edit td a:focus {color: #fff!important; text-decoration: underline;}

.cmsimplecore_version {
font-family: arial, sans-serif; 
font-size: 14px; 
padding: 0 2px;
}

/* Info and Help link, Notices and Warnings */

.cmsimplecore_debug {
height: 18px;
background: #900; 
font-family: arial, sans-serif; 
font-size: 14px; 
line-height: 14px;
color: #fff; 
text-align: center; 
border: 0px solid #000; 
padding: 2px 6px; 
margin: auto;
}

.cmsimplecore_warning {
background: #fc0; 
font-family: arial, sans-serif; 
font-size: 14px; 
color: #000; 
border: 3px solid #000; 
padding: 4px 6px; 
margin: 4px 0;
}

/* file edit textareas */

textarea.cmsimplecore_file_edit {
width: 96%; 
height: 410px; 
background: #fff;
color: #333;
font-family: 'courier new', monospace;
font-size: 14px;
padding: 10px;
margin: 0;
}


/* MAILFORM */

#cmsimple_mailform div {
width: 250px; 
margin: 0 0 8px 0;
}

#cmsimple_mailform input.text {
width: 90%; 
}

span.captcha_code {
display: block; 
float:left; 
color: #fff; 
text-decoration: none; 
background-color: #000; 
padding: 1px 5px 2px 5px; 
margin: 0 4px;
}

.text, .captchainput {
font-family: arial, sans-serif;
font-size: 14px;
color: #444;
padding: 2px 4px;
margin: 0 0 2px 0;
}

.captchainput  {
float: left;
width:6ex;
border: 1px solid #666;
margin: 0 0 10px 0;
}


/* the rest */

.cmsimplecore_center {
text-align: center;
}

.flag {border: 0;}

span.highlight_search {
background: #fd0;
color: #000;
}

.cmsimplecore_maintenance {
background: #fff;
color: #333;
text-align: center;
font-family: arial, sans-serif;
border: 3px solid #c60;
padding: 10px 30px;
}


/* LINKFORMATIERUNG / LINKS for backend */

/*
.edit a:link, #cmsimplecore_pluginselect a:link {
font-family: arial, sans-serif !important; 
font-size: 14px !important; 
color: #36a !important; 
text-decoration: none !important; 
font-style: normal !important;
}

.edit a:visited, #cmsimplecore_pluginselect a:visited {
font-family: arial, sans-serif !important; 
font-size: 14px !important; 
color: #36a !important; 
text-decoration: none !important; 
font-style: normal !important;
}

.edit a:hover, #cmsimplecore_pluginselect a:hover {
font-family: arial, sans-serif !important; 
font-size: 14px; color: #fff !important; 
text-decoration: none !important; 
background-color: #666 !important; 
font-style: normal !important;
}

.edit a:active, #cmsimplecore_pluginselect a:active {
font-family: arial, sans-serif !important; 
font-size: 14px !important; 
color: #fff !important; 
text-decoration: none !important; 
background-color: #666 !important; 
font-style: normal !important;
}

.edit a:focus, #cmsimplecore_pluginselect a:focus {
font-family: arial, sans-serif !important; 
font-size: 14px !important; 
color: #fff !important; 
text-decoration: none !important; 
background-color: #666 !important; 
font-style: normal !important;
}
 */
 
#cmsimple_legal_notice {
background: #666; 
color: #aaa; 
font-family: arial, sans-serif; 
font-size: 12px; 
text-align: right; 
padding: 2px 10px; 
margin: 60px 0 0 0;
}

#cmsimple_legal_notice a:link {color: #ccc;}
#cmsimple_legal_notice a:visited {color: #ccc;}
#cmsimple_legal_notice a:hover {color: #f90;}
