/*
 * Automatically created by CMSimple_XH 1.6.7. DO NOT MODIFY!
 * fb_slidein,filebrowser,hi_fancybox,jquery,memberpages,meta_tags,pagemanager,page_params,pluginloader,smooth,statistieken,tinymce,translator,uploader,utf8
 */


/************************************ ./plugins/fb_slidein/css/stylesheet.css */

/* facebook container */
/* slider shows in right side - start*/
#facebook_container{
	background:transparent;
	width:155px;
	height: 155px;
	right: 0%;
	position: fixed;
	z-index: 10000;
}

.facebook_btn{
	width: 45px;
	height:155px;
	margin-left: 110px;
	display: inline-block;
 	overflow: hidden;
	position: top;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
        z-index: 10000;
}

.facebook_btn:hover{
	height:155px;
	width:155px;
	margin-left: 0;
        z-index: 10000;
}
/* slider shows in right side - end*/

/* slider shows in left side - start*/

#facebook_container_left{
	background:transparent;
	width:155px;
	height: 155px;
	display: inline-block;
	position: fixed;
	left:0%
        z-index: 10000;
}

.facebook_btn_left{
	width: 45px;
	height:155px;
	margin-right: 110px;
	margin-left: -110px;
 	overflow: hidden;
	position: top;



	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
        z-index: 10000;
}

.facebook_btn_left:hover{
	height:155px;
	width:155px;
	margin-right: 0;
        margin-left: 0;
        z-index: 10000;
}

/* slider shows in right side - end*/

IMG{border: none}


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

#memberlist {
    font-weight:bold;
}

.membp_member,
input.membp_member,
input.membp_member[type="text"],
input.membp_member[type="text"]:focus
 {
    background-color: #f6f6f6;
    color: black;
    border: 1px solid #999;

}
.membp_memberspanel {
    margin:1em auto;
    color:black;
    font-weight:normal;
    text-align: left;
    width:100%;
    max-width: 40em;
    border-collapse: separate;
    border-spacing:5px;

}
.membp_memberspanel td {
    width:50%;
    padding:1em 0 0 0 ;
    vertical-align: middle;
    color:black;
}
.membp_memberspanel td input,
.membp_memberspanel td input:focus,
.membp_memberspanel td button,
.membp_message form input,
.membp_memberspanel textarea  {
    width:100%;
    padding:0;
}
#p_VIP_access input {
    width:auto;
}
p#p_VIP_access {
    margin:0;
}
.membp_memberspanel td input[type="submit"],
.membp_memberspanel td button {
    cursor: pointer;
    white-space:normal;
}
.membp_log {
    padding:3px;
    background:#fafafa;
    height:35em;
    width:100%;
}
.membp_changes  {
    background:#d99;
}

.membp_member_button {
    margin: .6em 0 0;
    cursor: pointer;
}
.membp_small {
/* for text: automatic login */
    font-size:85%;
}
.membp_pluginname {
    text-align:right;
    font-size:80%;
    margin:0;
    line-height:1;
}
.membp_pluginname2 {
    text-align:right;
    font-size:80%;
    margin:0;
}
.membp_small_button {
    border:none;
    background:none;
    font-size: 85%;
    color:inherit;
    cursor: pointer;
    padding:0;
}
.membp_small_button:hover {
    color:red;
}
.membp_buttonpressed,
input[type="submit"].membp_buttonpressed {
    background-color:#cff !important;
    border-style: inset;
    white-space:normal;
    color:black !important;
    cursor: pointer;
}
.membp_registerme {
    cursor: pointer;
    letter-spacing: .05em;
    padding:0 1em;
}
.membp_config,
.membp_config td select,
.membp_config td textarea,
.membp_config td input,
.membp_config td input:focus {
    width: 100%;
    padding:0;
}
.membp_configtable {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #999;
    padding: 0 6px 6px 6px;
}
.membp_configtable th {
    font-weight: bold;
    color:black;
    text-align:left;
    font-size:14px;
}
.membp_configtable td {
    color:black;
    padding-bottom:.5em;
    font-size:12px;
}
.membp_configtable input {
    margin:0;
    padding:0;
    font-size:14px;
}
.membp_configtable input:focus {
    font-size:14px;
}
.membp_admin td {
    padding-bottom:.5em;
}
.membp_admin td h5{
    margin:0;
    line-height:1;
}
.membp_admin tr>td {
    padding-right:.5em;
}

.membp_message {
    background: #eee;
    text-align: center;
    color: #900;
    font-weight: 600;
    padding: 1em;
    border: 3px solid #0f5580;
    margin: 5px 0;
}
.membp_message div {
    border: 3px solid #da5;
    margin: 1em 0;
    padding:1em;
    text-align:left;
    color:black;
    font-weight:normal;
    line-height:1.4;
    color:black;
}
.membp_message textarea {
    width:100%;
    box-sizing:border-box;
    background:white;
}

.membp_button_pressed  {
    color: #a00;
    border-style:inset;
    background:#eee;
}
a.membp_selected {
    font-weight:bold;
}
.membp_form {
    margin-bottom:30em;
}
.membp_form h1 {
    margin-top:0 !important;
    padding-top:0;
}
.membp_form h5 {
    margin:1em 0 .5em;
    padding-top:0;
}
#membp_saved, #membp_saved2 {
    visibility:hidden;
    font-size:14px;
    padding:0 .5em;
    margin-left: .5em;
    font-weight:normal;
    color:#060;
    letter-spacing:.05em;
    background:#dfd;
}
.membp_warning {
    background:yellow;
    color:black;
}
input.membp_readonly {
    border:none;
    background: #f6f6f6 !important;
}
.membp_justify {
    text-align:justify;
}
.membp_oneline {
    white-space: normal;
    margin-bottom:1em;
}
.membp_oneline div,
.membp_oneline form {
    display: inline-block;
}
.membp_oneline button {
    padding:0;
    line-height:1;
    cursor: pointer;
}
.membp_anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
@media screen and (max-width:780px) {
    .membp_registerme, .membp_member_button {
        padding:.5em;
        margin: 1em 0 0;
    }
}
/* ========== Font ============ */
.membp_member,
input.membp_member,
input.membp_member[type="text"],
input.membp_member[type="text"]:focus
 {
    font-family:Consolas, monospace;
}
.membp_memberspanel td input,
.membp_memberspanel td input:focus,
.membp_message form input,
.membp_memberspanel textarea ,
.membp_log,
.membp_config td input
 {
    font: 11pt/1.4 Consolas, monospace;
}



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

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


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

/*
 * 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.pagemanager-vertical {
    margin-left: 27px;
}

/*
 * Toolbar
 */

#pagemanager-toolbar {
    margin: 1px 0;
    border: 1px solid #999;
    background-color: #eee;
    padding: 0 8px;
    font-size: 14px;
    overflow: hidden;
}

#pagemanager-toolbar button,
#pagemanager-toolbar a {
    float: left;
    border: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background-image: url("../../plugins/pagemanager/css/../images/tools.png");
    background-color: #eee;
    cursor: pointer;
}

#pagemanager-expand {background-position: -16px 0}
#pagemanager-collapse {background-position: -32px 0}
#pagemanager-create {background-position: -48px 0}
#pagemanager-create_after {background-position: 0 -16px}
#pagemanager-rename {background-position: -16px -16px}
#pagemanager-delete {background-position: -32px -16px}
#pagemanager-cut {background-position: -48px -16px}
#pagemanager-copy {background-position: 0 -32px}
#pagemanager-paste {background-position: -16px -32px}
#pagemanager-paste_after {background-position: -32px -32px}
#pagemanager-help {background-position: -48px -32px}

/*
 * horizontal toolbar
 */

/* for floating horizontal toolbar: uncomment the following */
/*
#pagemanager-toolbar.pagemanager-horizontal {
    position: fixed;
    top: 150px;
    z-index: 1000;
}
*/

#pagemanager-toolbar.pagemanager-horizontal img {
    margin: 8px 0;
}

#pagemanager-toolbar.pagemanager-horizontal button,
#pagemanager-toolbar.pagemanager-horizontal a {
    margin: 6px 5px;
}

/*
 * vertical toolbar
 *
 * The style should be adjusted to your needs.
 * Change top and left accordingly.
 */

#pagemanager-toolbar.pagemanager-vertical {
    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 */
/*
#pagemanager-toolbar.pagemanager-vertical a.pl_tooltip:hover span {
    left: -320px;
}
*/

#pagemanager-toolbar.pagemanager-vertical img {
    margin: 0 8px;
}

#pagemanager-toolbar.pagemanager-vertical button,
#pagemanager-toolbar.pagemanager-vertical a {
    margin: 6px 2px;
}


/*
 * Context menu
 */

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

#vakata-contextmenu {
    width: 20em;
}



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

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



/************************************** ./plugins/uploader/css/stylesheet.css */

div.uploader_controls {margin: 16px 0 8px 8px}
div.uploader_controls select {}
iframe.uploader {width: 100%; height: 400px; border: none;}
div.uploader_toggle {}

img.uploader_plugin_icon {display: block; float: left; margin: -10px 10px 10px 0}
p.uploader_license {clear: both; text-align: justify}
