/*
 * Automatically created by CMSimple_XH. DO NOT MODIFY!
 * advancedform,fa,filebrowser,fotorama,hi_updatecheck,jquery,meta_tags,pagemanager,page_params,tinymce4,upload,wdir
 */


/****************************************************** ./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/advancedform/css/stylesheet.css */

div.advfrm-mailform td.label {
    vertical-align: top;
    padding-right: 1em;
    /* the following aligns the labels to the right */
    /*text-align: right;*/
}


/* END OF MAIL CSS */


div.advfrm-mailform {}

div.advfrm-mailform table {
    margin-bottom: 1em;
    border-collapse: collapse;
}

div.advfrm-mailform tr.hidden {
    display: none;
}

div.advfrm-mailform td.label {padding-bottom: 0.3em}
div.advfrm-mailform td.field {padding-bottom: 0.3em}

div.advfrm-mailform td.field div.horz {
    float:left;
    margin-right: 1em;
}

div.advfrm-mailform td.field div.vert {}

div.advfrm-mailform div.required {
    margin: 1em 0;
}

/* error messages when filling out a form */
ul.advfrm-error {
    /*color: black;*/
    /*background: yellow;*/
    /*border: 2px solid black;*/
    /*padding: 0.5em;*/
}

/* the simple text captcha */
div.advfrm-mailform span.captcha-explanation {
    display: block;
    margin-bottom: 1em;
}

div.advfrm-mailform span.captcha {
    padding: 0 0.5em;
}

/* the submit and reset button */
div.advfrm-mailform div.buttons {
    margin-top: 1em;
}


/*
 * Back-end
 */

#advfrm-form-list {
    overflow: auto;
}

#advfrm-form-list a:link img,
#advfrm-form-list a:visited img {
    border: 0;
}

#advfrm-form-list form {
    display: inline-block;
}
#advfrm-form-list button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

#advfrm-form-list table {
    margin: 10px 0;
}

#advfrm-form-list a img {
    margin-right: 4px;
}

#advfrm-form-list td.name {
    padding: 0 10px;
}

#advfrm-form-list td.script {
    /*padding-left: 20px;*/
    font-size: xx-small;
    font-family: monospace;
}

#advfrm-editor {
    overflow: auto;
}

#advfrm-editor div.toolbar {
    margin: 10px 0;
}

#advfrm-editor div.toolbar a {
    padding: 5px;
}

#advfrm-editor a:hover {
    background: none;
    cursor: pointer;
}

#advfrm-form,
#advfrm-fields {
    margin: 10px 0;
}

#advfrm-select-props {
    overflow: auto;
    max-height: 300px;
}

#advfrm-text-props td {
    vertical-align: top;
}

#advfrm-editor tr.selected .highlightable,
#advfrm-prop-fields tr.selected .highlightable {
    background: navy;
    color:white;
}

img.advancedform_plugin_icon {display: block; float: left; margin: -10px 10px 10px 0}
p.advancedform_license {clear: both; text-align: justify}



/******************************************** ./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/fotorama/css/stylesheet.css */

/*
 * Plugin administration
 */
.fotorama_logo {
    float: left;
}
.fotorama_license {
    text-align: justify;
}
#fotorama_admin table {width: 100%; margin: 1em 0 2em 0;}
#fotorama_admin table input {vertical-align: middle;}
#fotorama_admin table input[type=text], #fotorama_admin table select {
  box-sizing: border-box;
  width: 99%;
  height: 25px;
  padding: 0 5px;
}
#fotorama_admin table td a {padding: 0 5px;}
#fotorama_admin table td {height: 30px;}
#fotorama_admin form {display: inline;}
#fotorama_admin table thead {
  background: #ddd;
  font-size: 11px;
  line-height: 2em;
  text-align: center;
}
#fotorama_admin button {
  background : -moz-linear-gradient(top, #5f6166 0%, #00060a 100%);
  background : -webkit-linear-gradient(top, #5f6166 0%, #00060a 100%);
  background : -o-linear-gradient(top, #5f6166 0%, #00060a 100%);
  background : -ms-linear-gradient(top, #5f6166 0%, #00060a 100%);
  background : linear-gradient(top, #5f6166 0%, #00060a 100%);
  filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f6166', endColorstr='#00060a',GradientType=0 );
  border: 1px solid #000000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  margin: 5px 2px;
  padding: 5px 10px;
}

#fotorama_popup {
  position: fixed;
  width: 200px;
}
#fotorama_popup > img {
  height: auto;
  width: 100%;
}

/* 
################################
       Fotorama Slider
################################ 
*/

.fotorama__wrap {}

.fotorama__stage {}

.fotorama__stage img {}

.fotorama__caption__wrap {
background: #000!important;
border: 1px solid #999;
border-radius: 0 0 5px 0;
opacity: 0.6!important;
}

.fotorama__caption {
color: #fff!important;
top:0;
}

.fotorama__nav {
padding: 3px 0!important;
}

.fotorama__video {
top:0!important;
margin: auto auto!important;
}

.fotoramaVideo {
max-width: 800px!important;
margin: 0 auto;
}

.fotoramaIframeContainer {
height: 96%; 
padding: 6px 16px 0 16px; 
margin: 0;
}

.fotoramaIframe {
width: 100%; 
height: 100%; 
border:0;
}

.fotoramaHtml {
height: 99%;
max-height: 99%; 
overflow: auto;
padding: 6px 20px;
}


/* 
################################
       Slider Classes
################################ 
*/

/* mmsl_dark */

.mmsl_dark_container {
max-width: 520px; 
background: #fff; 
border: 1px solid #999; 
border-radius: 5px; 
box-shadow: #666 6px 6px 6px;
padding: 6px;
margin: 16px auto 24px auto;
}

.mmsl_dark {
background: #222;
}

.mmsl_dark .fotorama__nav {
background: #111;
border-top: 1px solid #666;
padding: 3px 0!important;
}

.mmsl_dark .fotoramaIframeContainer {
height: 96%; 
padding: 6px 16px 0 16px; 
margin: 0;
}

.mmsl_dark .fotoramaIframe {
width: 100%; 
height: 100%; 
border:0;
}

.mmsl_dark .fotorama__thumb {
background: #111!important;
}

.mmsl_dark .fotorama__thumb img {
max-width: 96%!important;
max-height: 96%!important;
border: 1px solid #666!important;
}

.mmsl_dark .fotorama__thumb-border {
border-color: #999;
}


/* mmsl_light */

.mmsl_light_container {
max-width: 400px;
background: #eee;
border: 1px solid #999;
border-radius: 3px;
padding: 6px;
margin: 16px auto;
}

.mmsl_light {
margin: 16px 16px 0 16px;
}

.mmsl_light .fotoramaIframeContainer {
height: 96%; 
padding: 0; 
margin: 0;
}

.mmsl_light .fotoramaIframe {
width: 100%; 
height: 100%; 
border:0;
}

.mmsl_light .fotoramaHtml {
padding: 0;
}


/* 
################################
    MultiMediaSlider Backend
################################ 
*/

.mmsl_admin_no_slider_selected {
width: 100%;
float: left;
background: #900; 
color: #fff; 
text-align: center; 
padding: 8px 0;
margin: 12px 0 0 0;
}

.mmsl_admin_selected_slider {
width: 100%;
float: left;
background: #060; 
color: #fff; 
text-align: center; 
padding: 8px 0;
margin: 12px 0 0 0;
}

textarea.mmslBackendDatafile {
width:96%; 
height: 360px; 
background: #fff; 
color: #555;
font-family: courier new, monospace; 
font-size: 15px; 
border: 1px solid #999; 
padding: 3px 6px; 
}

#buttonbar {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
#buttonbar button {
    padding: 5px 10px;
}

.fullscreen { 
    position: fixed; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    z-index: -100; 
}




/******************************** ./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;
}



/**************************************** ./plugins/upload/css/stylesheet.css */

#fileupload {
  text-align: center;
  width: 80%;
  /*border: solid 1px #ccc;*/
}
#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;
    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);
    width:80%;
    padding:30px;
    border-radius:3px;

    /*margin:200px auto 100px;*/
    margin: 20px auto 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop{
    background-color: #2E3134;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../../plugins/upload/css/../assets/img/border-image.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#upload ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 52px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../../plugins/upload/css/../assets/img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}

#upload ul li.success p{
    color:green;
}

#upload_credits a:link a:visited {
  color: red;
}
#upload_credits a:hover {
  color:  red;
  font-size: 12px;
  font-weight: bold;
}
/*
PLEASE DO NOT CHANGE,
unless you have purchased the Remote Link license.

To remove the link add a line
dispaly: none; to #upload_credits css below
so it looks as follows
  
#upload_credits {
display: none;
font size: 10px;
.......
}
*/
#upload_credits {
	font-size: 10px;
	text-align: right;
	line-height: 11px;
  padding-top:2px;
	vertical-align: bottom;
}


/****************************************** ./plugins/wdir/css/stylesheet.css */

/*
 * Front-end
 */

.wdir_table {
  border-collapse: collapse;
  width: 100%;
}
.wdir_table thead {
  background: #a00065;
  color: #fff;
  line-height: 1.8em;
}
.wdir_table thead th {
  border: 1px solid #888;
  padding: 0 1.6em 0 0.3em;
}
.wdir_ascdesc {
  background: url("../../plugins/wdir/css/ascdesc_weis.gif") no-repeat right center;
  cursor: pointer;
}
.wdir_asc {
  background: url("../../plugins/wdir/css/asc_weis.gif") no-repeat right center;
  cursor: pointer;
}
.wdir_desc {
  background: url("../../plugins/wdir/css/desc_weis.gif") no-repeat right center;
  cursor: pointer;
}
.wdir_table tbody td {
  padding: 0.2em 0.5em;
}
.wdir_name {
  text-align: left;
}
.wdir_name img {
margin: 0 0 -4px;
}
.wdir_name a {
  line-height: 24px;
  padding-left: 1em;
}
.wdir_name label {
  background: #333;
  border-radius: 3px;
  padding: 3px 8px;
  color: #eee;
  font-size: 12px;
  cursor: pointer;
}
.wdir_size {
  text-align: right;
}
.wdir_changed {}

/*
 * Back-end
 */

.wdir_icon {
    float: left;
    margin: 0 16px 0 0;
}
.wdir_license {
    text-align: justify;
}
.wdir_table input[type="button"] {
  background: none;
  border: none;
  color: unset;
  line-height: 1.5em;
  margin: 0 0 0 15px;
  padding: 0
}

#wdir_admin {margin: 1em 0 2em 0;}
#wdir_admin input {vertical-align: middle;}
#wdir_admin input[type=text], #wdir_admin table select {
  width: 99%;height: 25px;padding: 0 5px;
}
#wdir_admin thead {
  font-size: 11px;
  line-height: 2.5em;
}