/*
 * Automatically created by CMSimple_XH. DO NOT MODIFY!
 * fa,filebrowser,flexslider,gallery,hi_fancybox,hi_updatecheck,jquery,meta_tags,pagemanager,page_params,tinymce4
 */


/****************************************************** ./assets/css/core.css */

/*
 * Adminmenu
 */

#xh_adminmenu_scrolling {
    z-index: 999;
}

#xh_adminmenu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#xh_adminmenu {
    width: 100%;
    background-color: #2e3436;
    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: 0;
    background-color: #2e3436;
}

#xh_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: 2px 0 0 0;
}

#xh_adminmenu li a:hover,
#xh_adminmenu li:hover {
    background-color: #3f4446;
}

#xh_adminmenu a,
#xh_adminmenu a:visited,
#xh_adminmenu span {
    display: block;
    color: #d3d7cf;
    height: 28px;
    padding: 0 6px 0 6px;
    text-decoration: none;
    font-style: normal;
}

#xh_adminmenu span {
    cursor: default;
}

#xh_adminmenu ul ul {
    list-style-type: none !important;
    height: 0;
    left: 0;
    position: absolute;
    top: 36px;
    margin: 0;
    z-index: 9999;
    visibility: hidden;
}

#xh_adminmenu ul ul li {
    background: #4f5456;
    height: 26px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul li a,
#xh_adminmenu ul ul li span {
    height: 16px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul li:hover {
    height: 26px;
    padding: 3px 0 0 0;
    background: #c50;
}

#xh_adminmenu ul ul li a:hover,
#xh_adminmenu ul ul li span:hover {
    background: #c50;
    height: 20px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul ul {
    left: 100%;
    top: 0px;
    width: 100%;
    visibility: hidden;
    padding: 0;
    margin: 0;
}

#xh_adminmenu ul ul ul li {
    background: #c50;
    height: 26px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul ul li a,
#xh_adminmenu ul ul ul li span {
    height: 26px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul ul li:hover {
    background: #e70;
    height: 26px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul ul li a:hover,
#xh_adminmenu ul ul ul li span:hover {
    background: #e70;
    height: 20px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu li:hover > ul {
    visibility: visible;
}

/*
 * Pluginmenu
 */

.edit {
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    border: 1px solid;
    margin: 2px 0;
}

.edit td {
    padding: 4px 6px;
}

/*
 * Debug mode
 */

.xh_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;
}

.xh_debug_warnings {
    background: #fc0;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #000;
    padding: 4px 6px;
}

/*
 * Messages
 */

.xh_success,
.xh_info,
.xh_warning,
.xh_fail,
.cmsimplecore_warning {
    padding: 0.7em;
    padding-left: 36px;
    border-radius: 7px;
}

.xh_success {
    background: #e1f8cb url("success.png") no-repeat 10px;
    color: #37620d;
    border: 1px solid #c6d880;
}

.xh_info {
    background: #e9f5fb url("info.png") no-repeat 10px;
    color: #16597a;
    border: 1px solid #84c7e9;
}

.xh_warning,
.cmsimplecore_warning {
    background: #ffffbb url("warning.png") no-repeat 10px;
    color: #756730;
    border: 1px solid #ffd324;
}

.xh_fail {
    background: #fbe5e2 url("fail.png") no-repeat 10px;
    color: #992213;
    border: 1px solid #f2a197;
}

/*
 * Mailform
 */

#xh_mailform div {
    width: 250px;
    margin: 0 0 8px 0;
}

#xh_mailform .text, .xh_mailform textarea {
    width: 100%;
    box-sizing: border-box;
}

.xh_captcha_code {
    float: left;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 1px 5px 2px 5px;
    margin: 0 4px;
}

.text, .xh_captcha_input, .xh_mailform textarea {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    color: #222;
    background-color: white;
    padding: 2px 4px;
    margin: 0 0 2px 0;
}

.xh_captcha_input  {
    float: left;
    width: 5em;
    border: 1px solid #666;
    margin: 0 0 10px 0;
}

/*
 * System Check
 */

#xh_system_check {
    list-style: none;
    padding-left: 0;
}

#xh_system_check li {
    margin-left: 0;
}

#xh_system_check img {
    padding-right: 1em;
}

li.xh_system_check_cat_start {
    margin-top: 1em;
}

/*
 * Configuration
 */

#xh_config_form fieldset {
    padding: 1em 0.5em;
    margin: 1em 0;
}

#xh_config_form div.xh_label,
#xh_config_form div.xh_field {
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
}

#xh_config_form div.xh_label {
    width: 35%;
}

#xh_config_form div.xh_field {
    width: 65%;
}

#xh_config_form .xh_field button {
    margin: 0 0 6px 0;
}

#xh_config_form .xh_field select,
#xh_config_form div.xh_field {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#xh_config_form .xh_field select {
    border: 1px solid #bbb;
    font-size: 13px;
    margin: 0 0 6px 0;
}

#xh_config_form div.xh_label span.xh_label {
    margin: 3px 0;
}

#xh_config_form img {
    margin: 0;
}

#xh_config_form input[type="checkbox"] {
    margin: 0.3em 0;
}

#xh_config_form br {
    clear: both;
}

#xh_config_form input.xh_setting,
#xh_config_form input.cmsimplecore_settings,
#xh_config_form textarea.xh_setting,
#xh_config_form textarea.cmsimplecore_settings {
    width: 90%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    color: #222;
    padding: 1px 2px;
    margin: 0 0 6px 0;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 0;
}

#xh_config_form textarea.xh_setting,
#xh_config_form textarea.cmsimplecore_settings {
    height: 49px;
    overflow: hidden;
}

#xh_config_form textarea.xh_setting_short,
#xh_config_form textarea.cmsimplecore_settings_short {
    height: 18px;
}

.xh_config_form_advanced_button {
    display: block;
    margin: 1em 0;
}

#xh_change_password label {
    display: inline-block;
    min-width: 12em;
}

/*
 * Tooltips
 */

.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: #eee;
    color: #222;
    text-align: left;
}

a.pl_tooltip img {
    border: 0;
}

/*
 * New tooltip styling, which allows <p> elements in the help texts.
 * TODO: change that everywhere, and get rid of the old styles for XH 2.0
 */

div.pl_tooltip {
    font: normal normal 14px arial, sans-serif;
    text-decoration: none;
    position: relative;
    border: 0;
    float: left;
    margin-right: .25em;
}

div.pl_tooltip:hover {
    /* IE needs some change for the a:hover to handle the a:hover span */
    /* TODO: check if that's necessary for IE >= 7 */
    background-color: transparent;
}

div.pl_tooltip > div {
    display: none;
}

div.pl_tooltip > div p {
    width: auto !important;
}

div.pl_tooltip:hover > div {
    display: block;
    position: absolute;
    top: 1em;
    left: .7em;
    width: 360px;
    z-index: 10;
    border: 1px dotted #666;
    padding: 7px 10px;
    background: #eee;
    color: #222;
    text-align: left;
}

div.pl_tooltip img {
    border: 0;
    /*vertical-align: text-top;*/
}

/*
 * Pagedata tabs and views.
 */

#xh_pdtabs {
    font-weight: normal;
    margin-top: 10px;
    color: #000;
}

#xh_pdtabs a {
    border: 1px solid #888;
    padding: 1px 3px 2px 3px;
    background-color: #ddd;
    background-image: linear-gradient(to bottom, #eee, #ccc);
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

#xh_pdtabs a:hover {
    color: red;
    cursor: pointer;
    background-color: #cde;
    background-image: linear-gradient(to bottom, #def, #bcd);
}

#xh_pdtabs .xh_active_tab,
#pdtabs .xh_active_tab:hover {
    background-color: #cdc;
    background-image: linear-gradient(to top, #fff, #aba);
    padding-top: 3px;
}

#xh_pdviews {
    background:#fff;
    color: #000;
}

#xh_pdviews .xh_view_toggle {
    width: 20px;
    height: 20px;
    float: right;
    background: url(cross.png) no-repeat top right;
    cursor: pointer;
}

#xh_pdviews .xh_active_view {
    display: block;
    padding: 1.5ex 3ex;
    border: 1px solid #808080;
}

#xh_pdviews .xh_inactive_view {
    display: none;
    display: block;
    padding: 1.5ex 3ex;
    border: 1px solid #808080;
    display: none;
}

/*
 * Modal dialogs
 */

div.xh_modal_dialog_overlay {
    position: fixed;
    display: table;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

div.xh_modal_dialog_center {
    display: table-cell;
    vertical-align: middle;
}

div.xh_modal_dialog {
    overflow: auto;
    color: black;
    background: white;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 1em;
}

div.xh_modal_dialog_error {
    padding-top: 1em;
    color: red;
    font-weight: bold;
}

div.xh_modal_dialog_buttons {
    text-align: right;
    padding-top: 0.5em;
}

div.xh_modal_dialog_buttons button {
    width: 5em;
}

form.xh_inline_form {
    display: inline;
}

/*
 * Login form
 */

body.xh_login {}

body.xh_login div.xh_login {
    width: 30em;
    margin: 2em auto 0 auto;
}

div.xh_break {
    float: none;
    clear: both;
    padding: 0;
    border: 0;
    margin: 0;
    width: 100%;
}

/*
 * Miscellaneous
 */

#xh_logfile {
    height: 40em;
    overflow: auto;
    border: 1px solid #888;
    background:white;
    color:black;
    font: 12px/1.6 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#xh_pagedata ul {
    list-style: none;
}

textarea.xh_file_edit {
    width: 99%;
    font-family: Consolas, 'courier new', monospace;
    font-size: 14px;
    color: #222;
    background-color: #fff;
    padding: 0 !important;
}

.flag {
    border: 0;
}

.xh_find {
    background: #fd0;
    color: #000;
}

img.helpicon {
    background: none;
}



/******************************************** ./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; margin: 6px;}
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;}


/************************************ ./plugins/flexslider/css/stylesheet.css */

/* simpler vertical control; to use, uncomment the following*/
/*
body .flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3);  }
body .flex-direction-nav .flex-prev { left: 0; }
body .flex-direction-nav .flex-next { right: 0; text-align: right; }
body .flexslider:hover .flex-prev { opacity: 0.7; left: 0px; }
body .flexslider:hover .flex-next { opacity: 0.7; right: 0px; }
*/

body .flex-direction-nav a {
  overflow: visible;
}
body .flex-direction-nav a:before {
  font-size: 2em;
}

body .flexslider:hover .flex-direction-nav .flex-next:hover:before,
body .flexslider:hover .flex-direction-nav .flex-prev:hover:before{
  color: red;
}

/* bugfix, see https://github.com/woocommerce/FlexSlider/issues/1491 */
body .flexslider {
background: rgba(255, 255, 255, 0.0); /* <-- e.g. changed */
    border: 0px solid transparent; /* <-- e.g. changed */
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
  -o-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
}

/* Reset so that template css will not interfere with flexslider*/
body .flexslider ul,
body .flexslider ul.slides,
body .flexslider ul.slides li {
    margin: 0;
    padding:0;
}
body .flexslider ul.flex-direction-nav li {
   list-style-type: none;
}
body .flexslider ul.slides li img {
    margin:0;
}
body .flexslider ul.slides li:before{
    content:"" !important;
    content:none !important;
}
body .flexslider ul.slides li div.flex-text ul > li {
    overflow-y:visible;
}

/*==================================*/
/* Setting for text only slides     */
body .flexslider ul.slides li div.flex-text {
    margin:10% 15% 0;
    border:.5em solid #eee;
    padding:1em 1em 0;
    border-radius:.5em;
}
body .flexslider ul.slides li div.flex-text h1,
body .flexslider ul.slides li div.flex-text h2,
body .flexslider ul.slides li div.flex-text h3,
body .flexslider ul.slides li div.flex-text h4,
body .flexslider ul.slides li div.flex-text h5,
body .flexslider ul.slides li div.flex-text h6 {
    margin-top:0;
}
body .flexslider ul.slides li div.flex-text ul {
    list-style:square outside none;
}
body .flexslider ul.slides li div.flex-text ul,
body .flexslider ul.slides li div.flex-text ol {
    margin:1em 0;
    padding-left:1.75em;
}
body .flexslider ul.slides li div.flex-text ul ul,
body .flexslider ul.slides li div.flex-text ul ol,
body .flexslider ul.slides li div.flex-text ol ol,
body .flexslider ul.slides li div.flex-text ol ul {
    margin:0;
}


/* Settings for image text */
body .flexslider ul.slides li p.flex-caption {
    width: 100%;
    padding: 2px 0;
    margin:0;
    display:inline-block;
    text-align:center;
}
body .flexslider ul.slides li p.flex-normal {
}
body .flexslider ul.slides li p.flex-inverted {
    letter-spacing:1px;
    font-size:1em;
    color:white;
    font-weight:bold;
    background:#777;
    text-shadow: 2px 2px 6px  #000;
}
/* This setting is for overlay text */
body .flexslider .slides>li {
    position: relative
}
body .flexslider ul.slides li p.flex-overlay {
    width: 96%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-weight:bold;
    letter-spacing:1px;
}
body .flexslider ul.slides li p.flex-overlay2 {
    width: 96%;
    padding: 0 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000;
    text-shadow: 1px 1px 4px rgba(255,255,255,.7), -1px -1px 4px  rgba(255,255,255,.7), 1px -1px  4px rgba(255,255,255,.7), -1px 1px  4px rgba(255,255,255,.7), 1px 1px 4px  rgba(255,255,255,.7), -1px -1px 4px  rgba(255,255,255,.7), 1px -1px  4px rgba(255,255,255,.7), -1px 1px  4px rgba(255,255,255,.7);
    font-weight:bold;
    letter-spacing:1px;
}
body .flexslider ul.slides li p.flex-overlay3 {
    position: absolute;
    left: 0;
    bottom: 15%;
    background: rgba(0,0,0,.3);  
    color: #fff;
    font:bold 60px sans-serif;
    padding:2%;
    width:50%;
    text-align:center;
    overflow-y: hidden;
}
@media (max-width: 979px) {
    body .flexslider ul.slides li p.flex-overlay3 {
     font-size: 6vmin;
    }
}

body .flexslider ul.slides li a:hover p {
    text-decoration: underline;
}
body a:hover p.flex-inverted {
    background:#f77;
}


/* Navigation for static "slider" */
body .extradirnav {
    font-size:1.4em;
}
body .extradirnav a {
    text-decoration:none;
    color:#555;
    font-family: "flexslider-icon" !important;
}
body .extradirnav a:hover {
    color:red;
}
body .flexfullsize {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:10000;
    background:rgba(0,0,0,.7);
}
body input.flexfullsizebutton {
    vertical-align:sub;
    width:20px;
    height:20px;
    position:relative;
    z-index:0;
}
body input.flexfullsizebutton:hover {
    background:#fbb;
}
body .flexfullsize .flexslider ul.slides li p.flex-normal {
    position: absolute;
    bottom: 0;
    background:white;
}
body .flexfullsize .flexslider ul.slides li p.flex-inverted {
    position: absolute;
    left: 0;
    bottom: 0;
}



/*************************************** ./plugins/gallery/css/stylesheet.css */

#gallery_main { /* box around the complete output */
    margin: auto;
    width: 100%;
    text-align: center;
}

#gallery_main_inner {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#gallery_main a {
    border: 0px none;
}

.gallery_heading { 
    /* The "Header" of the gallery.
    Styles the "XX Pics in Gallery" line, 
    and the "YY Pictures found by search" message */
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gallery_navigation { 
    /* Styles the "priv / next / return" navigation */
    font-weight: bold;
    color: #096e2a;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lbg_nav {
    border: 0;
    margin: 0 0 -4px 0;
}

.lbg_nav_anchor {
}

/* priv- / next-page links */
.gallery_navigation a:link    { text-decoration: none; }
.gallery_navigation a:active  { text-decoration: none; }
.gallery_navigation a:visited { text-decoration: none; }
.gallery_navigation a:hover   { text-decoration: none; }

.gallery_title { /* The title of the picture in the "Details-View" */
    font-size: 1.33em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.gallery_pic { /* The container for the Picture in the "Detail-Page" */
    text-align:center;
    vertical-align: middle;
}

.addcommentform { /* Styles the Addcomment-Form */
    text-align: left;
    /*width: 300px;*/
    /* height: 200px; */
    margin: 0 0 0 20px;
    float:left; 
}

.gallery_html { /* the box with the content of the external html-file */
    /* width: 400px; */
    margin: auto;
    padding: 5px;
    /* border: 1px solid #c1c1c1; */
}

.gallery_html_inner {
    text-align: left;
}

.gallery_html p {
    margin-top: 0;
    padding-top: 0;
}

.gallery_extrainfo { /*the box with the extrainfo-fields */
    /* width: 400px; */
    margin: auto;
    padding: 5px;
    /* border: 1px solid #c1c1c1; */
}

.gallery_extrainfo_inner {
    text-align: left;
}

.gallery_extrainfo_name { /* field-name */
    font-weight: bold;
}

.gallery_extrainfo_text { /* field content */
    font-style: normal;
}

.gallery_addcomment { /* box with the comments at the details-page */
    /* width: 400px; */
    margin: auto;
    padding: 5px;
    /* border: 1px solid #c1c1c1; */
}

.gallery_addcomment_inner {
    text-align: left;
}

.gallery_comment_heading {
    background: #d6dcdc;
    font-size: 87%;
    border: 1px solid #d6dcdc;
    padding: 5px 10px 3px 10px;
    text-align: left;
}

.gallery_comment_name {
    font-weight: bold;
}

.gallery_comment_time {
    font-weight: normal;
}

.gallery_comment_text {
    background: #f6f9f9;
    font-weight: normal;
    line-height: normal;
    border: 1px solid #d6dcdc;
    padding: 10px 10px 12px 10px;
    margin: 0 0 3px 0;
}

.gallery_addcomment hr { /* the line between the comments */
    background-color: #c1c1c1; /* Mozilla 1.4 */
    color: #c1c1c1; /* IE 6 */
    border: #c1c1c1; /* Opera 7.11 */
    height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

.gallery_comment_form { /* comment - textareas and input */
    /*font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    background-color: #f8f8f8;
    color: #102132;
    border: 1px solid #c1c1c1;
    margin-right: 0px;
}

a.gallery_comment_form {
    padding: 1px;
    text-decoration: none;
    border: 1px solid #c1c1c1;
}

.gallery_comment_error {
    color: red;
}

#gallery_comments_closed {
    font-style: italic;
    font-weight: bold;
}

#gallery_thumbs { /* the box around the thumbnail-area */
    /*width: 450px;*/
    margin: auto;
    text-align: center;
}

#gallery_thumbs_inner {
    /* contains the thumbs */
    width: 100%;
    border: 0;
    margin: 0 auto;
    display: block;
}

/* container for a single thumbnail with title and "xxx comments" message     */
/* Play with margin left/right and/or padding to fit or "center" your thumbs  */
/* If you not use thumbs with width=height (thumb_crop=false) you must set    */
/* here a propper width and height - depending on your thumbnail size and the */
/* enabled fields (title & comments) - to fit the thumbs together in the      */
/* output                                                                     */
.thumbnailitem {
    float: left;
    width:150px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.thumbnailitem_inner {
    height: 150px;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
    margin: 1px;
    padding: 4px 2px 0 0;
    vertical-align: middle;
    border: 0px solid #ccc;
    /*background: #e6e6e6;*/
}

.thumbnailitem img {
    margin-top: 2px;
    margin-bottom: 2px; /* when use comments=true and shadow.js */
}

.thumbnailtitle {     /* the title on thumbnail page */
    font-size: 0.75em;
}

.thumbnail_comments { /* number of comments message on thumbnail page */
    font-size: 0.75em;
}

.picture {            /* Styles the picture in the "Details-View" */
    margin: 0px 0px 0px 0px;
    border: 1px solid #CFCFCF;
    padding: 3px;
    background-color: #FFF;

    -moz-box-shadow: 3px 3px 4px #999999;
    -webkit-box-shadow: 3px 3px 4px #999999;
    box-shadow: 3px 3px 4px #999999;
    /* For IE 8+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
    /* fix for responsive image, whith layout "table" in lb_galleries() */
    height: initial;
    max-width: initial;
}

a.thumb {
    border: none;
}

/* thumbnail-picture links */
a.thumb:link img    { border: 1px solid #CFCFCF; }
a.thumb:active img  { border: 1px solid #CFCFCF; }
a.thumb:visited img { border: 1px solid #CFCFCF; }
a.thumb:hover img   { border: 1px solid #FF0000; }

.general_text {       /* styles the general text field on details page */
    font-weight: bold;
    text-align: center;
}

.gallery_input{
    /*font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;*/
    background-color: #f8f8f8;
    color: #102132;
    border: 1px solid #c1c1c1;
    padding: 2px 6px;
    margin-right: 5px;
}

.search_nothing {      /* Styles "Search found nothing" message */
    font-size: larger;
    font-weight: bold;
    text-align: center;
    color: #F00000;
}

.gallery_search {      /* Styles the search form */
    text-align: center;
}

.gallery_clearfix {
    clear: both;
}

/* Styles of the advanced PopUp */
#gallery_adv_popup_outer {
    width:  100%;
    height: 100%;
}

#gallery_adv_popup_inner {
    width:  100%;
    height: 100%;
}
.gallery_adv_popup_img {
    margin-bottom: 30px;   
}

.gallery_adv_popup_title {
    text-align: center; 
}

.gallery_copy {
    margin-top: 20px;
    text-align: center;
    display:none;
}

.gallery_copy a{
    /*font: 9px  Arial, Verdana, Geneva, Helvetica, sans-serif;*/
    font-size: 0.66em;
    font-style: italic;
    color: #c1c1c1;
    text-decoration: none;
}

/* --------------------------- */
/* ADMINISTRATION / ADMIN AREA */
/* --------------------------- */

#lb_gallery_admin {
    background: #fff;
    color: #333;
    border: 1px solid #999;
    /*font-family: arial, sans-serif;*/
    font-size: 15px;
    padding: 6px;
}

#lb_gallery_admin a:link {
    text-decoration: none;
}
#lb_gallery_admin a:visited {
    text-decoration: none;
}
#lb_gallery_admin a:hover {
    text-decoration: none;
}
#lb_gallery_admin a:active {
    text-decoration: none;
}
#lb_gallery_admin a:focus {
    text-decoration: none;
}

#lb_gallery_admin fieldset.lbg_message {
    border: 1px solid;
    text-align: center;
    background-color: #ededed;
}
#lb_gallery_admin table.admin_table {
    width: 99%;
}
#lb_gallery_admin .admin_table .picture {
    border: 0px solid;
    margin: 6px;
}

#lb_gallery_admin .admin_table_title {
    background: none;
    font-weight: 700;
    padding: 10px 0;
}

#lb_gallery_admin td.admin_table_row {
    background: none;
    padding: 8px 2px;
    font-size: 14px;
}

#lb_gallery_admin fieldset {
    background: #fff;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #999;
}

#lb_gallery_admin legend {
    font-weight: 700;
}

#lb_gallery_admin .admin_input {
    width: 90%;
    background: #eee;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 2px 0px;
}

#lb_gallery_admin .admin_textarea {
    width: 90%;
    height: 150px;
    background: #eee;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 2px 0px;
}

#lb_gallery_admin .admin_textarea_full {
    width: 95%;
    height: 350px;
    background: #eee;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 2px 0px;
}

/*Zebra-Tabelle*/
.lb_odd { 
    background-color: #eff;
}

#lb_uploader {
    width: 100%;
    height: 360px;
}

/* Button-Styles */
.lb_buttons a, .lb_buttons button{
    border-radius: 3px;
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    /*font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}


.lb_buttons button img, .lb_buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
    vertical-align: initial;
}

/* STANDARD */

.lb_buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.lb_buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .lb_buttons a.positive{
    color:#529214;
}
.lb_buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.lb_buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.lb_buttons a.negative, button.negative{
    color:#d12f19;
}
.lb_buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.lb_buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .lb_buttons a.regular{
    color:#336699;
}
.lb_buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.lb_buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* lb_galleries() - addon */

/* Div um komplette Übersicht */
#lb_overview {
    
}

#lb_overview_inner {
    
}

/* Tabellen-Layout */
table.lb_galleries {
    width: 100%;
    border: 0 none;
}

/* Thumbnail-Zelle */
td.lb_thumb_cell {
    text-align: left;
    vertical-align: top;
    padding: 20px 10px 0 0;
}

/* Zelle für Beschreibung */
td.lb_desc_cell {
    width: 100%;
    font-size: inherit;
    text-align: left;
    vertical-align: top;
    padding: 20px 10px 0 0;
}

/* DIV-Layout */
/* Container für eine Galerie mit Thumb und Beschreibung */
div.lb_overview_item {
    width: 100%;
    padding: 10px 0 0 0;
}

/* Container für thumb */
div.lb_overview_thumb {
    float: left;
    padding: 0 20px 10px 0;
}


/* h1 - Überschrift in Beschreibung */
td.lb_desc_cell h1,  div.lb_overview_item h1{
    margin-top: 0;
    padding-top: 0;
    clear: none;
}


/* Titel-Anzeige oberhalb der Galerie */
.lb_all_title h1 {
    text-align: center;
}

/* Back-Links */
p.lb_all_backtop {

}

p.lb_all_backbottom {

}

a.lb_all_back {

}
/* End of lb_galleries() - addon */


/******************************** ./plugins/hi_updatecheck/css/stylesheet.css */

#upd_list_container {
    max-width: 500px;
}
.upd_container {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.upd_container p {
    margin: 5px 0;
}

hr.upd_list {
    background-color: #999999;
    border: 0 none;
    clear: both;
    color: #999999;
    height: 1px;
}

/*** Messageboxes ***/
.upd_info, .upd_success, .upd_warning, .upd_error {
    min-width: 220px;
    max-width: 440px;
    display: inline-block;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    /*background-position: 10px center;*/
    background-position: 10px 10px;
    -moz-border-radius:4px; /* Firefox */
    -webkit-border-radius:4px; /* Safari, Chrome */
    -khtml-border-radius:4px; /* Konqueror */
    border-radius:4px; /* CSS3 */
}
.upd_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../plugins/hi_updatecheck/css/../images/info.png');
}
.upd_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../plugins/hi_updatecheck/css/../images/success.png');
}
.upd_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../plugins/hi_updatecheck/css/../images/warning.png');
}
.upd_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../plugins/hi_updatecheck/css/../images/error.png');
}

/*** Messages-List ***/

ul.upd_list {
	margin: 0;
	padding: 0;
    max-width: 600px;
    list-style: none;
    border-top: 1px solid #999;
}

ul.upd_list li {
    border-bottom: 1px solid #999;
    padding: 0;
    margin: 0 0 0 0px;
}

.upd_info_list, .upd_success_list, .upd_warning_list, .upd_error_list, .upd_noinfo_list {
    margin: 0;
    padding:15px 10px 15px 50px;
    border: 0px solid;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    /*background-position: 10px center;*/
}
.upd_info_list {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../plugins/hi_updatecheck/css/../images/info.png');
}
.upd_success_list {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../plugins/hi_updatecheck/css/../images/success.png');
}
.upd_warning_list {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../plugins/hi_updatecheck/css/../images/warning.png');
}
.upd_error_list {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../plugins/hi_updatecheck/css/../images/error.png');
}
.upd_noinfo_list {
    color: #999;
    border: 0px solid #CCC;
    background-color: #FFF;
    background-image: url('../../plugins/hi_updatecheck/css/../images/warning_grey.png');
}
p.upd_license {
    text-align: justify;
}
img.upd_plugin_icon {display: block; float: left; margin: 0 20px 0 0}

/* Editmenu-Notification */

#editmenu_update, #xh_adminmenu_update {
    display: none;
}

li#editmenu_update, li#xh_adminmenu_update {
    padding: 4px 0;
    width: 44px;
}

#editmenu_update img, #xh_adminmenu_update img {
    border: 0 none;
}

/* Fix for older (splitted) editmenu */
#edit_menu {
    width: auto;
}


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

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