/*
 * Automatically created by CMSimple_XH. DO NOT MODIFY!
 * ckeditor,coco,codeeditor,fa,filebrowser,jquery,meta_tags,pagemanager,page_params,pfw,slideshow,tinymce4,tinymce5,toxic,visitors_online
 */


/***************************************************** ./assets/css/login.css */

body.xh_login div.xh_login {
    width: 30em;
    margin: 2em auto 0 auto;
}

div.xh_login h1 {}
div.xh_login a{color:gray;text-decoration:none; border:1px gray solid;border-radius:4px;
padding-left:4px;padding-right:4px;}

div.xh_login a:before{content: " «  ";
  color: gray; 
  }

div.xh_login{border:1px lightgray outset;border-radius:5px;
padding:20px; padding-left:50px;padding-right:1px;

box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
-moz-box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
-webkit-box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
-o-box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
-ms-box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
 }

input#submit{margin-left:4px; padding:1px 5px 2px 5px; font-size:15px;} /* t-r-b-l */
input.submit{margin-left:4px;}
/*
 * Adminmenu
 */


#xh_adminmenu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

#xh_adminmenu {
    width: 100%;
    background-color: blue;
    font-size: 14px;
    padding: 0;
    margin: 0;
    overflow: visible;
    border-bottom: 1px solid #aaa;
    color: #d3d7cf;
}

#xh_adminmenu ul {
    height: 36px;transition:200ms;
    list-style-type: none !important;
    list-style-image: none;
    font-family: arial, sans-serif;
    font-style: normal;
    margin: 0;
    padding-bottom:0;
    background-color: #2c539e; /* header background blue */
	z-index: 999999;
}



#xh_adminmenu span {
    cursor: default;
}

#xh_adminmenu ul ul {
    list-style-type: none !important;
    height: 0;
    left: 0;
    position: absolute;
    top: 36px;
    margin: 0;
	padding:0;
    z-index: 999999;
    visibility: hidden;
}





/************************************** ./plugins/ckeditor/css/stylesheet.css */

=======
/*
 * Automatically created by CMSimple_XH. DO NOT MODIFY!
 * ckeditor,coco,codeeditor,fa,filebrowser,jquery,meta_tags,pagemanager,page_params,pfw,slideshow,tinymce4,tinymce5,toxic,visitors_online
 */


/***************************************************** ./assets/css/login.css */

body.xh_login div.xh_login {
    width: 30em;
    margin: 2em auto 0 auto;
}

/*
 * Adminmenu
 */


#xh_adminmenu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

#xh_adminmenu {
    width: 100%;
    background-color: blue;
    font-size: 14px;
    padding: 0;
    margin: 0;
    overflow: visible;
    border-bottom: 1px solid #aaa;
    color: #d3d7cf;
}

#xh_adminmenu ul {
    height: 36px;
    list-style-type: none !important;
    list-style-image: none;
    font-family: arial, sans-serif;
    font-style: normal;
    margin: 0;
    padding-bottom:0;
    background-color: #2c539e; /* header background blue */
	z-index: 999999;
}



#xh_adminmenu span {
    cursor: default;
}

#xh_adminmenu ul ul {
    list-style-type: none !important;
    height: 0;
    left: 0;
    position: absolute;
    top: 36px;
    margin: 0;
	padding:0;
    z-index: 999999;
    visibility: hidden;
}





/************************************** ./plugins/ckeditor/css/stylesheet.css */

>>>>>>> eb1541009f3175f523a6693c6753cb1c372eea02
.cke_combopanel {
    height: 170px;
    width: 250px !important;
}

.cke_combo__styles .cke_combo_text {
    /*width: 75px !important;*/
}

.cke_combo__format .cke_combo_text {
    width: 75px !important;
}

.cke_combo__font .cke_combo_text {
    /*width: 75px !important;*/
}

.cke_combo__fontsize .cke_combo_text {
    width: 40px !important;
}

/* remove left and right border of editarea */
/*
.cke_chrome {
    border: 0 !important;
}
.cke_top {
   border: 1px solid #d1d1d1 !important;
}
*/


/****************************************** ./plugins/coco/css/stylesheet.css */

/*
 * Administration.
 */

img.coco_plugin_icon {
    float: left;
    margin: 10px 20px 10px 0;
}

p.coco_license {
    text-align: justify;
}

#coco_admin_cocos ul {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

#coco_admin_cocos form {
    display: inline;
    margin-right: 0.5em;
}



/************************************ ./plugins/codeeditor/css/stylesheet.css */

.CodeMirror {
  border: 1px solid #999;
}

.CodeMirror-fullscreen {
  z-index: 9999 !important;
  border: 0;
}

/*
 * The preview.
 */
.codeeditor_preview {
    margin: 1em 0;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    border-radius: 1em;
    padding: 1em 0;
}



/******************************************** ./plugins/fa/css/stylesheet.css */

.fa_logo {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
}
.fa_license {
    text-align: justify;
}



/*********************************** ./plugins/filebrowser/css/stylesheet.css */

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

#xhFilebrowser fieldset legend, #xhFilebrowserMenu fieldset legend {
   font-weight: bold;
}


/* 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(../../plugins/filebrowser/css/icons/folder.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(../../plugins/filebrowser/css/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 #filebrowser_folders {
    float: left;
    width: 40%;
    overflow: auto;

}

#filebrowser_subfolders {
    padding: 0 0 10px 0;
}

#filebrowser_subfolders li {
    font-size: 13px;
    font-weight: 900;
}


/* FILEBROWSER FILES */

#filebrowser_files {
    font-weight: 300;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
}

#filebrowser_files li {
    list-style-type: none;
    font-size: 13px;
    padding: 2px 0;
    margin: 0;
}

#filebrowser_files li:hover {
   background-color: #ccc;
}

#filebrowser_files li.odd {}

#filebrowser_files ul, #filebrowser_files ul li {
    margin-left: 0em;
    padding-left: 0em;
}

#xhFilebrowser a { color: #333;}
a.xhfbfile, span.xhfbfile {padding: 0 2px 0 0; line-height: 1em;}
a.xhfbfile img, span.xhfbfile img {
    border: none !important;
    margin: .25em 0 0 0 !important;
    max-height: 10em !important;
    max-width: 10em !important;
    box-shadow: none !important;
}
a.xhfbfile span, span.xhfbfile span {display: none;}
a.xhfbfile:hover span, #filebrowser_files ul li:hover a.xhfbfile span,
span.xhfbfile:hover span, #filebrowser_files ul li:hover span.xhfbfile span {
    display: block;
    float: right;
    border: #aaa 1px solid;
    padding: 2px;
    background-color: #ddd;
}
a.xhfbfile:hover, span.xhfbfile:hover {
    background-color: #ccc;
    cursor:pointer;
}
#xhFilebrowser div {
    font-family: arial, sans-serif;
    padding: 0px;
    margin: 0px;
}


#filebrowser_subfolders  fieldset legend {}

#xhFilebrowser a:link {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser a:visited {color: #222; 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: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser li.folder a:visited {color: #222; 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: #222; text-decoration: none; font-style: normal;}
#xhFilebrowserMenu a:visited {color: #222; 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;}
<<<<<<< HEAD



/************************************* ./plugins/meta_tags/css/stylesheet.css */

=======



/************************************* ./plugins/meta_tags/css/stylesheet.css */

>>>>>>> eb1541009f3175f523a6693c6753cb1c372eea02
#meta_tags hr {
	margin:6px 0;
	visibility:hidden;
}


/*********************************** ./plugins/pagemanager/css/stylesheet.css */

/*
 * Treeview
 */

#pagemanager {
    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.pagemanager_vertical {
    margin-left: 27px;
}

/*
 * Toolbar
 */

#pagemanager_toolbar {
    text-align: center;
}
#pagemanager_toolbar button {
    margin: 0.7em 0.3em 0.7em 0.3em;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
#pagemanager_toolbar button span {
    display: inline-block;
}
#pagemanager_toolbar button[disabled] span {opacity: 0.3}
.pagemanager_tool_wrapper {
    position: relative;
    display: inline-block;
}
.pagemanager_tool_inner {
    position: absolute;
    display: none;
    z-index: 1;
}
#pagemanager_toolbar .pagemanager_tool_inner button {
    margin: 0;
    width: 100%;
}

/*
 * Context menu
 */

/* To have enough space for the whole context menu, if the template has a small footer */
#pagemanager_footer {
    height: 150px;
}

/*
 * Plugin info
 */

.pagemanager_logo {
    float: left;
    margin: 0 1em 0.5em 0;
}
.pagemanager_license {
    text-align: justify;
}



/*********************************** ./plugins/page_params/css/stylesheet.css */

#page_params hr {
	margin:8px 0;
}
#page_params input {
    width: auto;
}
#page_params img {
    margin:0;
}
<<<<<<< HEAD



/******************************************* ./plugins/pfw/css/stylesheet.css */

=======



/******************************************* ./plugins/pfw/css/stylesheet.css */

>>>>>>> eb1541009f3175f523a6693c6753cb1c372eea02
/*
 * Back-end
 */
.pfw_logo {
    float: left;
    width: 128px;
    height: 128px;
    margin: 0 1.5em 0.5em 0;
}
.pfw_license {
    text-align: justify;
}
<<<<<<< HEAD



/***************************************** ./plugins/toxic/css/stylesheet.css */

=======



/***************************************** ./plugins/toxic/css/stylesheet.css */

>>>>>>> eb1541009f3175f523a6693c6753cb1c372eea02
/*
 * Front-end.
 */
.toxic_category {}

/*
 * Page data tab.
 */
.toxic_tab_buttons {
    text-align: right;
}

/*
 * Back-end.
 */
.toxic_license {
    text-align: justify;
}
.toxic_logo {
    float: left;
    margin-right: 8px;
}
