/*
 * Automatically created by CMSimple_XH. DO NOT MODIFY!
 * boilerplate,calendar,downloadcontrol,exchange,fa,filebrowser,fotorama,hi_fancybox,hi_updatecheck,jquery,meta_tags,news,pagemanager,page_params,pictures,realblog,register,smcal,tinymce4,uploader,video
 */


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

#boilerplate_admin table {width: 100%; margin: 1em 0}
#boilerplate_admin table input[type=text] {width: 95%}



/************************************** ./plugins/calendar/css/stylesheet.css */

/******************************************/
/*                                        */
/*           Display of Calendar          */
/*                                        */
/******************************************/
/*Codes like "c27" let the config utility
find the values to be changed. So don't
separate these values from their css-variables.
You may however change the css-values by hand
and move the variable together with the code. */

.calendar_main,
.bigcalendar_main {
    text-align: center;
    border-collapse: collapse;
    width:100%;
    table-layout: fixed;
}
.calendar_main td  {
    line-height:/*sc1*/2.2;
    font-family:/*sc2*/inherit;
    font-size:/*sc3*/8pt;
    width:14%;
}
.calendar_main td a,
.bigcalendar_main td a {
    text-decoration: none;
    display: block;
}
.calendar_main td a:hover,
.bigcalendar_main td a:hover {
    background-color: red !important;
    color: white !important;
    font-weight: bold !important;
}

/*Calendar headline of month and year*/
/* =================================== */
.calendar_monthyear {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
/* smallcalfontsize */
    font-size:/*sc3*/8pt;
    white-space: nowrap;
}
/*previous and next month button*/
.calendar_monthyear a {
    text-decoration: none;
    color: red;
    display: inline !important;
}
/*Calendar subheading with daynames*/
.calendar_daynames {
    color: #888;
    font-weight: bold;
}
/* columns? */
.months_in_columns {
    vertical-align: top;
    border:1px solid silver;
}
.calendarheadline  {
    text-align: center;
}
.calendarheadline a {
    text-decoration: none;
}

/* ============================================ */
/* Special settings for  B I G  C A L E N D A R */
/* ============================================ */

/* General settings */
/*==================*/
.bigcalendar_main {
    background-color:/*c2*/;
    background-image:/*c3*/;
    border-color:/*c4*/black;
    border-width:/*c5*/0px;
    border-style: solid;
    border-collapse:/*c37*/collapse;
    border-spacing:/*c6*/0px;
}
.bigcalendar_main td  {
    width:14%;
}
/*  Headline of big calendar  */
/*============================*/
.bigcalendar_monthyear {
    white-space: nowrap;
    margin-top:/*c14*/;
}
.bigcalendar_monthyear a {
    display: inline !important;
    color:red;
}
.bigcalendar_monthyear span {
/*these values are entered via config-program*/
/*c31*/

}
.bigcalendar_monthyear_color {
    color:/*c1*/;
}
.bigcalendar_monthyear span a,
.bigcalendar_monthyear span a:hover{
    font-weight: normal !important;
}
/*  weekday names big calendar  */
/*==============================*/
.bigcalendar_main tr.weekdaynames td {
    padding-top:/*c10*/;
    padding-bottom:/*c11*/1em;
}
.bigcalendar_main .calendar_daynames {
    text-align:center;
    font-size: 12px;
    color:/*c18*/;
}
/*weekday names additional css*/
.bigcalendar_main .calendar_daynames span {
/*these values are entered via config program*/
/*c32*/

}
/*today's weekday name in subhead big calendar*/
.bigcalendar_main .calendar_daynames span.today {
/*these values are entered via config program*/
/*c33*/
/*values for today‘s weekday*/
}

/*   Day fields big calendar   */
/*=============================*/
.bigcalendar_main tr.calendardays  {
    font-family:/*c34*/inherit;
    font-size:/*c35*/8pt;
}
span.no_event {
    padding-left: 3px;
}
.bigcalendar_main .eventday a {
    border-radius:/*c20*/;
    padding-left: 3px;
}
.bigcalendar_main td.calendar_weekend,
.bigcalendar_main td.calendar_workday {
    border:/*c36*/1px solid #000000;
    height:/*c13*/8em;
    vertical-align: top;
    text-align: left;
    line-height: 1.3;
    background:#fff;
    opacity:/*c22*/1;
    border-radius:/*c20*/;
    box-shadow:/*c21*/;
}
.bigcalendar_main td.eventday {
    opacity:1 !important;
}

/* Contents of big calendar day fields */
/* =================================== */
.big_holidayname  {
    white-space: nowrap;
    overflow:hidden;
    font-weight:normal;
    color:#444;
    font-size:80%
}
.big_entry  {
    white-space:/*c7*/normal;
    overflow:hidden;
    padding-left:/*c38*/1px;
    padding-bottom:/*c38*/1px;
}
.big_time  {
    font-weight:normal;
    font-style: italic;
    color:#04f;
}
.big_entry1  { 
    font-weight:normal;
    font-style: italic;
    color:#048;
}
.big_event  {
    font-weight:normal;
    font-style: normal;
    color:#620;
}
.bigcalendar_main .anniversary  {
    font-weight:normal;
    font-style: normal;
    color:#d20;
}
div.anniversary  {
    /* border-top:2px solid #bbb;
    border-bottom:2px solid #bbb; */
    background-color:/*c19*/#F5EDFF !important;
    /* padding-bottom:2px;
    margin: 2px 0 1px; */
    overflow: hidden;
}

p.hint_under_bigcalendar  {
    text-align:center;
    margin-top:0;
}

/* Styling of calendar days */
/* ======================== */
.calendar_noday {
/*empty fields in the beginning 
and end of month day numbers*/
}

/*normal day*/
.calendar_workday,
.calendar_workday a {
    color:/*a1*/#055;
    font-weight: normal;
}
/*weekends*/
.calendar_weekend,
.calendar_weekend a {
    color:/*a2*/#0033FF;
    font-weight: bold;
}
/*holidays*/
.calendar_holiday a {
    color:/*a3*/#FF0000;
    font-weight: bold;
}

.calendar_shortevent a,
.calendar_startevent a,
.calendar_startevent2 a,
.bigcalendar_main .calendar_midevent a,
.bigcalendar_main .calendar_endevent a,
.bigcalendar_main .calendar_startevent a,
.calendar_midevent2 a,
.calendar_endevent2 a {
    color:/*a4*/;
    background-color:/*a5*/#E3FFE4 !important;
    font-weight:/*a10*/;
}

.calendar_shortevent3 {
    border-color:/*a8*/#3029FF;
    border-style:dotted;
    border-width:/*a9*/1px;
}
.calendar_startevent3 {
    border-left-color:/*a8*/#3029FF;
    border-left-style:dotted;
    border-left-width:/*a9*/1px;
    border-bottom-color:/*a8*/#3029FF;
    border-bottom-style:dotted;
    border-bottom-width:/*a9*/1px;
    border-top-color:/*a8*/#3029FF;
    border-top-style:dotted;
    border-top-width:/*a9*/1px;
}
.calendar_midevent3 {
    border-bottom-color:/*a8*/#3029FF;
    border-bottom-style:dotted;
    border-bottom-width:/*a9*/1px;
    border-top-color:/*a8*/#3029FF;
    border-top-style:dotted;
    border-top-width:/*a9*/1px;
}
.calendar_endevent3 {
    border-bottom-color:/*a8*/#3029FF;
    border-bottom-style:dotted;
    border-bottom-width:/*a9*/1px;
    border-top-color:/*a8*/#3029FF;
    border-top-style:dotted;
    border-top-width:/*a9*/1px;
    border-right-color:/*a8*/#3029FF;
    border-right-style:dotted;
    border-right-width:/*a9*/1px;
}

.calendar_startevent {
    border-left-color:/*a6*/#43E85F;
    border-left-style:dotted;
    border-left-width:/*a7*/2px;
    border-bottom-style:dotted;
    border-bottom-color:/*a6*/#43E85F;
    border-bottom-width:/*a7*/2px;
}
.calendar_midevent {
    border-bottom-style:dotted;
    border-bottom-color:/*a6*/#43E85F;
    border-bottom-width:/*a7*/2px;
}
.calendar_endevent {
    border-bottom-style:dotted;
    border-bottom-color:/*a6*/#43E85F;
    border-bottom-width:/*a7*/2px;
    border-right-color:/*a6*/#43E85F;
    border-right-style:dotted;
    border-right-width:/*a7*/2px;
}
.bigcalendar_main .calendar_shortevent3 a,
.bigcalendar_main .calendar_startevent3 a,
.bigcalendar_main .calendar_midevent3 a,
.bigcalendar_main .calendar_endevent3 a {
    border-bottom-color:/*a8*/#3029FF;
    border-bottom-style:dotted;
    border-bottom-width:/*a9*/1px;
}

.calendar_today, .calendar_today a {
    background-color:/*sc6*/#DAD9FF !important;
    color:/*sc5*/;
    font-weight:/*sc7*/;
}

.calendar_main .calendar_birthday a {
    background-image:/*sc4*/ url(../../plugins/calendar/css/../backgroundimages/yellow_lozange.gif) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


/* ==================================== */
/* ======== Calendar-Popups =========== */
/* ==================================== */
.calendar_main a.info_pop-up:hover span,
.bigcalendar_main a.info_pop-up:hover span {
    text-align:left;
    font-weight:normal;
    font-family:/*p4*/Verdana, Sans-Serif;
    font-size:/*p5*/8.5pt;
}
.holiday_name, .cal_separator  {
    padding-bottom:2px !important;
    margin-bottom:3px !important;
    border-bottom: 1px solid #999 !important;
    display:block !important;
}
.time_popup {
    color: #03a !important;
    font-style: italic;
    letter-spacing: 1px;
    display:block !important;
}
.endtime_popup {
    color: #037;
    font-style: italic;
    letter-spacing: 1px;
    padding-left:32px;
    display:block !important;
}
.date_popup, .entry1_popup {
    padding-left:32px !important;
    display:block !important;
}
.entry1_popup {
    font-style:italic;
    color:#037 !important;
}
.event_popup {
    font-weight:bold !important;
    padding-left:32px !important;
    color:black;
    display:block !important;
}
.entry3_popup {
    color: #940 !important;
    padding-left:32px !important;
    display:block !important;
}
span.anniversary  {
    background-color:/*c19*/#F5EDFF !important;
}
span.anniversary .big {
    background-color:/*c19*/#F5EDFF !important;
}
.calendar_main a.info_pop-up:hover span .anniversary,
.bigcalendar_main a.info_pop-up:hover span .anniversary {
    border:none;
}

.bigcalendar_main a.info_pop-up,
.calendar_main a.info_pop-up  {
    cursor: pointer;
}
/*location of the pop-up frames*/
/*there are different possibilites*/
.calendar_main a.info_pop-up:hover span.right {
    top:1em;
    left:200px;
}
a.info_pop-up:hover span.down0 {
    top:3em;
    left:160px;
}
a.info_pop-up:hover span.down1 {
    top:3em;
    left:150px;
}
a.info_pop-up:hover span.down2 {
    top:3em;
    left:140px;
}
a.info_pop-up:hover span.down3 {
    top:3em;
    left:90px;
}
a.info_pop-up:hover span.down4 {
    top:3em;
    left:40px;
}
a.info_pop-up:hover span.down5 {
    top:3em;
    left:30px;
}
a.info_pop-up:hover span.down6 {
    top:3em;
    left:20px;
}
.bigcalendar_main a.info_pop-up:hover span  {
    top:4.5em;
}
.bigcalendar_main a.info_pop-up:hover span.left  {
    left:3em;
}
.bigcalendar_main a.info_pop-up:hover span.right  {
    left:200px;
}


/******************************************/
/*                                        */
/*         Display of event list          */
/*                                        */
/******************************************/

table.eventlist,
table.crossout  {
    width:100%;
}
table.crossout .event_data_row td,
table.crossout .birthday_data_row td,
table.crossout .event_description {
    background:url(../../plugins/calendar/css/crossout.gif);
}
.eventfull td {
    background-image:url(../../plugins/calendar/css/stripes.gif);
}
.bookedout {
    position:absolute;
    margin:0 0 0 5em;
    color:#fbb;
    font-weight:normal;
    font-size:180%;
    letter-spacing:.7em;
    line-height:.5;
    /* opacity:.7; */
}
.event_data {
    font-family:/*b15*/inherit;
}

/* announcing text in event list */
.period_of_events {
    font-size: 110%;
    font-variant: small-caps;
    margin-bottom: .5em;
}
.period_of_events span {
    font-size: 91%;
    font-weight: bold;
    font-variant: normal;
}

/*Heading with month and year*/
.event_monthyear {
    font-weight: bold !important;
    font-size:/*b18*/110%;
    padding-top: 1.5em !important;
    padding-bottom: .2em;
}
/*sub heading*/
.event_heading_row td {
    background-color: #eee;
    line-height:1.25;
    color: #777 !important;
    font-weight: bold;
    font-style: italic;
    font-size:/*b17*/70%;
}
.event_heading {
    height:12px;
    padding-left:1px;
}

.event_data_row td,
.birthday_data_row td  {
/*definition here take precedence
 over definitions in fields*/
   /* color:black;*/
    font-size:/*b16*/95%;
    line-height:1.5;
    padding:.4em .15em;
}

/*different background-color for birthdays*/
.birthday_data_row td {
    background:/*b11*/#FFE8BF;
}

/*================================*/
/*show past events in grey*/
/*================================*/
.past_event td, .past_event a,
.past_event i, .past_event li,
.past_event u  {
    background: transparent;
    color:#999 !important;
}
.past_event span.big {
    color:#999 !important;
}
.past_event b, .past_event td b  {
    color:#aaa !important;
}
.past_event a.info_pop-up:hover span  {
    background: white;
    border:2px solid #ddd;
}
/*no description in past events*/
.past_event td.event_description  {
    display: none;
}
/*================================*/


/*this is for ALL data fields*/
.event_data {
    vertical-align: middle;
}

.event_date   {
    width:/*b1*/15%;
    background:/*b9*/#FFFBF0;
}
.event_time   {
    width:/*b2*/11%;
    background:/*b10*/#E6FFE8;
}
.event_entry1   {
    width:/*b13*/14%;
    background:/*b14*/#EBFFFC;
}
.event_main_entry   {
    width:/*b3*/17%;
    background:/*b4*/#EDEBFF;
    font-weight:/*b12*/normal;
}
.event_entry3   {
    width:/*b5*/17%;
    background:/*b6*/#FFF0FB;
}
.event_link   {
    width:/*b7*/8.5%;
    background:/*b8*/#eee;
    text-align:center;
}
/*description field*/
td.event_description {
    padding:0;
}
.event_description   {
    padding-bottom:2em !important;
}


/*====================================*/
/*settings for some reduced formatting in
fields, mainly additional description field*/


td.event_description span.big,
td.event_description big,
td.event_data span.big,
td.event_data big,
a.info_pop-up:hover span span.big,
a.info_pop-up:hover span big  {
    font-size:120%;
    font-weight:bold;
    color: #337;
}
td.event_data small,
td.event_description small,
a.info_pop-up:hover span small  {
    color:#444;
}
td.event_data i,
td.event_data em,
td.event_description i,
td.event_description em,
a.info_pop-up:hover span i,
a.info_pop-up:hover span em  {
    letter-spacing: 0.05em;
    color:#006;
}

td.event_description p span.red,
td.event_description span.red,
td.event_data .red,
a.info_pop-up:hover span .red,
.bigcalendar_main .red  {
    color:red;
}

.eventlist img.left,
.crossout img.left  {
    float:left;
    margin:0 10px 2px 0;
}
.eventlist img.left_under,
.crossout img.left_under  {
    clear:left;
    float:left;
    margin:0 10px 2px 0;
}
.eventlist img.left2,
.crossout img.left2  {
    float:left;
    margin:0 40px 2px 0;
}
.eventlist img.right,
.crossout img.right  {
    float:right;
    margin:0 0 2px 10px;
}
.eventlist img.right_under,
.crossout img.right_under  {
    clear:right;
    float:right;
    margin:0 0 2px 10px;
}



/*********************************************/
/*   pop-up with mouse over the info icon    */
/*********************************************/
td.event_link a img, a.info_pop-up img {
    border:none;
}
a.info_pop-up:hover img { /*IE8 Hack*/
    vertical-align:text-bottom\9;
}
a.info_pop-up {
    position:relative;
    cursor: help;
    text-decoration: none;
    background: transparent;
}
a.info_pop-up:hover  {
    background:#ffffff;
    text-decoration:none;
    z-index: 1;
}
a.info_pop-up span {
    display: none;
}
a.info_pop-up:hover span {
    font-family:/*p4*/Verdana, Sans-Serif;
    font-size:/*p5*/8.5pt;
    line-height:1.4;
    display:inline;
    position:absolute;
    top:-3em;
    left:-2em;
    width:15em;
    border-width:/*p2*/2px;
    border-style: solid;
    border-color:/*p1*/#f00;
    padding: 4px 5px;
    margin-left: -160px;
    width: 160px;
    background:/*p3*/#dfd;
    color:black;
    text-align:left;
}
a.info_pop-up.wider:hover span {
    width:35em;
    left:-25em;
}
a.info_pop-up:hover span span {
    position: static;
    width:auto;
    border:none;
    padding:0;
    margin:0;
}
a.info_pop-up span table td  {
    font-family:/*p4*/Verdana, Sans-Serif;
    font-size:/*p5*/8.5pt;
}


/*********************************************/
/*  marquee style announcement of next event */
/*********************************************/

.calendar_marquee  {
    width: 100%;
    /*height set in config!*/
    color: #777;
    margin: 10px 0;
    padding:0;
    border: 1px solid #aaf;

}
.calendar_marquee div  {
    width: 100%;

}
.nextevent_dateline  {
    width: 100%;
    color: #555;
    letter-spacing: 0.15em;
    font-size: 85%;
    font-weight: bold;
    text-align: center;
    padding:0 0 2px;
    margin:0;
    /*height set in config!*/
    background: #def;
}
.color1 {
    background:#efe;
}
.color2 {
    background:#fee;
}
.color3 {
    background:#eff;
}
.color4 {
    background:#fef;
}
.color5 {
    background:#ffe;
}
.color6 {
    background:#eef;
}
.color7 {
    background:#dee;
}
.color8 {
    background:#edf;
}
.color9 {
    background:#ede;
}
.nextevent_1stline {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    margin:0;
    text-align: center;
}
.nextevent_2ndline {
    font-size: 13px;
    font-style: italic;
    margin:0;
    text-align: center;
}


/*========================================*/
/*========================================*/
/*                                        */
/*             B A C K E N D              */
/*                                        */
/*========================================*/
/*========================================*/
/*               Admin menu               */
/******************************************/
.calendar_admin_menu a {
    font-size:80%;
}
.calendar_admin_menu a.selected{
    border-bottom: 2px solid red;
    text-decoration: none;
}

/******************************************/
/*             backend input              */
/******************************************/
.nowrap  {
    white-space: nowrap;
}

/* =============  config ================ */
.eventlistconfig div  {
    width:9em;
    float:left;
}
.eventlistconfig {
    line-height: 1.8;
    font-size: 12px;
    font-family: tahoma, verdana,arial, sans-serif;
}
.eventlistconfig input {
    vertical-align: baseline;
}
.calendar_config div div {
    float:left;
    height:2.3em;
    white-space: nowrap;
    margin-right:1em;
    font: normal normal 12px tahoma, verdana,arial, sans-serif;
}
.config_text, .config_text form {
    font: normal normal 12px tahoma, verdana,arial, sans-serif;
    margin:0;
    padding:0;
}
.calendar_config .cal_separator  {
    clear:both;
    width:100%;
    border-top:1px solid #999;
    border-bottom-style: none !important;
    height:4px;
    margin:2px 0 0 0;
    padding:0;
}
#eventlistconfig .cal_separator  {
    padding-top:3px;
    margin-bottom:8px;
}
.calendar_config textarea  {
    clear:both;
    padding:0;
    margin:0;
    font: normal normal 12px/1.4 verdana;
    background:white;
    color:black;
}
#headlineconfig, #daynameconfig  {
    clear:both;
    display:none;
    height:10em;
    width:25em;
}

.title  {
    border-bottom:1px dashed #888;
}
.color, #master-picker  {
    width:5em;
}
#eventlistconfig input  {
    font-size:12px;
}
.config_button  {
    width:1.5em;
    padding:0;
    border-style:outset;
    background:#ccc;
}
.config_button_pressed  {
    width:1.5em;
    padding:0;
    border-style:inset;
    background:#eee;
}
/* ===========  input table  ============= */
.error  {
    color:red;
    font-weight: bold;
}
.success  {
    color:green;
    font-weight: bold;
}
.calendar_input td.eventfile_notice  {
    font: normal normal 10pt/1.3 Arial, sans-serif;
    color:black;
}
.calendar_input {
    border: 2px solid #777;
    padding:0 3px 3px;
    background: #eee;
    width:100%;
    margin-bottom: .5em;
    /*table-layout: fixed;*/
}
.calendar_input .column1 {
    min-width:86px;
}
.calendar_input .column2 {
    min-width:40px;
}
.calendar_input .column3 {
    min-width:40px;
}
.calendar_input .column4 {
    min-width:86px;
}

.calendar_input td  {
    font-family: arial, sans-serif;
    margin:0;
    padding:0;
}

.calendar_input input,
.calendar_input textarea,
.calendar_input select  {
    font-family: tahoma, verdana, arial, sans-serif;
    font-size:8.5pt;
    text-indent:0;
    vertical-align: middle;
}
.calendar_input textarea  {
    padding:0;
    margin:0;
    background:white;
}
.calendar_input textarea.calendar_input_event  {
    height:5em;
}

.calendar_input textarea.description  {
    font: normal normal 12px/1.4 Consolas,monospace;
    width:100%;
}
.calendar_input_caption,
.calendar_input_caption td {
    vertical-align: bottom;
    font-size: 11px;
    line-height:1.3;
    color:black;
}
.calendar_input_caption_rightaligned,
.calendar_input_caption_leftaligned {
    text-align: right;
    font-size: 11px;
    line-height:1.3;
    padding-right:3px;
    vertical-align: middle;
    color:black;
}
.calendar_input_caption_leftaligned {
    text-align: left;
    color:black;
}

.calendar_input_date  {
    width:60px;
}
.calendar_input_time  {
    width:34px;
}
.moredates  {
    width:100%;
}
.calendar_input_event  {
/*controls main_entry and entry3*/
    min-width:200px;
    width: 100%;
}
input.calendar_input_links  {
    font-family:consolas,'Courier New', 'Andale Mono',monospace !important;
}
.input_highlighting  {
    color:#c00;
}
.calendar_edit_off,
.calendar_edit_on  {
    width:16px;
    margin-left:-16px;
    background:white;
    border:1px solid grey;
    color:black;
}
.calendar_edit_off:hover,
.calendar_edit_on:hover  {
    border:1px solid red;
    color:red;
}
.toggle  {
    width:16px;
    background:white;
    border:1px solid grey;
    color:black;
}
.toggle:hover  {
    border:1px solid red;
    color:red;
}


/******************************************/
/* backup admininistration and file view  */
/******************************************/
table.source_view  {
    border: 2px solid #777;
    padding:0 3px 3px;
    background: #eee;
    margin-bottom: 2em;
    position: absolute;
    width:900px;
    margin-left:-450px;
    left: 50%;
}
.source_view input.submit {
    min-width: 100px;
    letter-spacing: .2em;
    font-weight: bold;
}
table.source_view textarea  {
    height:30em;
    padding:0;
    margin:0;
    background:white;
    font: normal normal 13px/1.4 Consolas, monospace;
}
table.source_view td.filestructure  {
    font: bold normal 11px/1.5 Consolas, monospace;
    letter-spacing: 0.01em;
    color:black;
}
table.source_view input  {
    width: 15em;
}
table.source_view td.filestructure span.comma  {
    color: red;
    font-weight:bold;
    font-size: 140%;
    line-height: 60%;
    background:#bfb;
}
#hidden_merge_menu,
#hidden_delete_menu,
#hidden_source_view_links,
#hidden_preset_links {
    display: none;
}

.filelist td{
    margin:0;
    font-family:verdana;
    font-size:12px;
    line-height:1.4;
    color:black;
}

.filename  {
    font-size:15px !important;
    font-family: Consolas,monospace !important;
    height:3ex !important;
    width:14em;
}
.calendar_button  {
    color:black;
    border-style:outset;
    background: #dedede;
    letter-spacing: 1px;
    padding:1px 0;
}
.calendar_button_pressed  {
    color: #a00;
    border-style:inset;
    background:#eee;
    letter-spacing: 1px;
    padding:1px 0;
}




/******************************* ./plugins/downloadcontrol/css/stylesheet.css */

.downloadcontrol {
/* If you don't want centered buttons
deleate the following line */
    text-align:center;
}

/* If you want to change the color
of the sandard downloadbutton, do it here, e.g.
background-image: linear-gradient(to bottom, white 0%, crimson 100%); */
.downloadcontrol button,
.downloadcontrol div {
    color:black;
    background:#eee;
    background-image: linear-gradient(to bottom, #fff 0%, #bbb 100%);
    font-weight:bold;
    padding:.4em 1em .6em;
    border:2px outset #bbb;
    border-radius: .7em;
}
.downloadcontrol button:hover,
.downloadcontrol_small button:hover {
    color:black;
    background:#cef;
    border-style:inset;
}

/* the color of the alternative button [button2] */
.downloadcontrol.alt button {
    color:white;
    background:#465;
    background-image: linear-gradient(to bottom, #8c9 0%, #241 100%);
}
.downloadcontrol.alt button:hover {
    color:black;
    background:#cfd;
    border-style:inset;
}


.downloadcontrol button,
.downloadcontrol_small button,
.downloadcontrol div button {
    cursor:pointer;
}
.downloadcontrol div {
    display:inline-block;
}
.downloadcontrol_dl {
    letter-spacing:.2em;
}
.downloadcontrol_dl:before {
    content: "Download: \00a0";
}
.downloadcontrol_pw {
    letter-spacing:0;
}
.downloadcontrol_pw button {
    letter-spacing:.1em;
    padding:.1em;
}

.downloadcontrol_askpw:focus ~ .downloadcontrol_pw {
    display:block;
}
.downloadcontrol_size {
    letter-spacing:0;
    white-space: nowrap;
}

/* for links in a text line;
text must be formatted as <div> */
.downloadcontrol_inline {
    display:inline;
}
.downloadcontrol_inline button,
.downloadcontrol_table button {
    cursor:pointer;
    padding:0;
    margin:0;
    border:none;
    background:none;
    border-bottom:2px solid #aaf;
    color:#00c;
}
.downloadcontrol_inline button:hover,
.downloadcontrol_table button:hover {
    border-color:red;
    color:#a00;
}
.downloadcontrol_table {
    display:inline-block;
}
@media screen and (max-width: 500px) {
    .downloadcontrol_table {
        width:100%;
        overflow-y: auto;
    }
}
.downloadcontrol_table p {
    margin-bottom:2px;
    font-weight:bold;
}
.downloadcontrol_table .dlc_table,
.downloadcontrol_filecount {
    border-collapse: collapse;
    border:1px solid black;
    margin-bottom:1em;
}
.downloadcontrol_table .dlc_table .dlc_th,
.downloadcontrol_filecount th {
    color:black;
    background:#eee;
    font-weight:normal;
    border:1px solid black;
}
.downloadcontrol_table .dlc_table .dlc_td button {
    max-width:21em;
    text-align:left;
    overflow:hidden;
    text-overflow:ellipsis;
}
.downloadcontrol_table .dlc_table .dlc_td,
.downloadcontrol_table .dlc_table .dlc_th {
    max-width:21em;
    overflow:hidden;
    text-overflow:ellipsis;
    padding:.1em 1em .2em;
    text-align: left;
}

.downloadcontrol_anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.dlc_table {
    display: table;
}
.dlc_tr {
    display: table-row;
}
.dlc_td,
.dlc_th{
    display: table-cell;
    font-size: 0.8em;
}
/* the responsiveness of the tables
which are set as div-s */
@media screen and (max-width:399px) {
    .dlc_table {
        display: block;
    }
    .dlc_tr {
        display: block;
        border:1px solid #888;
        text-align: left;
    }
    .dlc_td,
    .dlc_th{
        display: inline-block;
        border-right:1px solid #888;
    }
}

/* backend only */
.downloadcontrol_filecount td,
.downloadcontrol_filecount th {
    padding:.1em 1em .2em;
    text-align: left;
}
.downloadcontrol_stats {
    border-collapse: collapse;
}
.downloadcontrol_on {
    border-style: inset ;
    background:#eef;
    color:black;
}
.downloadcontrol_shortcut {
    border: 1px solid #888;
    padding: .5em;
    margin-bottom: 1em;
    background:#fafafa;
    color:black;
}
.downloadcontrol_shortcut input[type="text"],
.downloadcontrol_shortcut select {
    width:7em;
    box-sizing:border-box;
}
.downloadcontrol_spacer {
    margin-bottom:1em;
}


/************************************** ./plugins/exchange/css/stylesheet.css */

/*
 *Back-end
 */
.exchange_logo {
    float: left;
    margin: 0 1em 0 0;
}
.exchange_license {
    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;
}



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

/**
 * @file css/stylesheet.css
 * @brief Containing frontend and backend style.
 * 
 * @author David Stutz
 * @version 1.1.0
 * @license GPLv3
 * @package news
 * @see http://sourceforge.net/projects/cmsimplenews/
 * 
 *  This file is part of the news plugin for CMSimple.
 *
 *  The plugin is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  The plugin is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 *  GNU General Public License for more details.
 *
 *  @see <http://www.gnu.org/licenses/>.
 */
 /*
 * Frontend style.
 */
/* Entry div. */
.news-entry {
	margin: 1em auto 2em;
  display: inline-block;
}
/* Entry's title div. */
.news-entry-title {
	font-weight: bold;
	font-size: 12pt;
	padding: 5px 0;
	margin-bottom: .5em;
	border-bottom: 1px solid #777;
}
.newsXH-link {
  color: blue;
  cursor: pointer;
}
/* Entry's date span (in title). */
.news-entry-title-date {
	float: right;
	font-style: italic;
	font-weight: normal;
	font-size: 10pt;
}
/* Entry's short description div. */
.news-entry-short {
	
}
/* Entry's description div. */
.news-entry-description {
	
}
/* Entry's link div. */
.news-entry-link {
	display: block;
}

/* News archive div. */
.news-archive {
	width: 100%;
	padding: 15px 0;
}
/* News archive header. */
.news-archive-header {
	font-size: 16pt;
	margin-bottom: 1em;
	font-weight: bold;
}

.news-archive-navi {
  background: #eee;
  font-size: 11pt;
  margin-bottom: 1em;
  text-align: center;
  padding: 4px 0;
}

.news-archive-navi > span {
    background: #ffffff;
    border: 1px solid #999;
}

/* News archive footer. */
table.news-archive-footer {
	width: 100%;
}

/**
 * 	Newsticker.
 */
.newsticker {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.newsticker > figure {
  box-sizing: border-box;
  background: #eee;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  width:100%;
  height:auto;
  z-index:-1;
}
.newsticker-entry-date {
  display: block;
  padding: 0px 0px 5px 0;
}

/* Newsslider driver. */
/* Main window containing the ul (not the controls and pager). */
.bx-window {
	
}

/* Main li with entry content. */
.newsslider li::before {content: inherit !important;}
.newsslider-entry, .bx-window li {
	padding: 10px;
}

.newsslider-entry-title {
	font-weight: bold;
	font-size: 12pt;
}

.newsslider-entry-title-date {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin-left: 2em;
}

.newsslider-entry-description {
	
}

.newsslider-entry-date {
	
}

/**
 * 	Blockquotes.
 */
.newsblock-entry {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
	background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  margin: 0 0 1.2em;
  overflow: hidden;
  text-align: left;
}
.newsblock-flexin {
  padding: 5px 20px;
}
.newsblock-flexin:nth-child(1) {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.newsblock-flexin:nth-child(2) {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.newsblock-flexin .newsblockbtn {
  background-color: #0094de;
  cursor: pointer;
  border: medium none;
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
  display: block;
  font-size: 1.2em;
  margin: 0 auto;
  max-width: 280px;
  text-align: center;
  text-transform: uppercase;
}
.newsblock-flexin .newsblockbtn:hover {
    background-color: red;
    color: white;
}
.newsblock-entry-short {
	margin: 0;
}
.newsblock-entry-title {
  color: #0094de;
  font-size: 14pt;
}
.newsblock-entry-short p {
	font-size: 12px;
}
.newsblock-entry-date {
  float: right;
	font-style: italic;
	font-weight: normal;
	font-size: 10pt;
  padding: 0 0 0 10px;
}

/**
 * Newsscroller.
 */
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.newsscroller {
  overflow: hidden;
  width: 100%;
}
.newsscroller-wrap {
  box-sizing: unset;
  margin: 0; 
  padding: 0;
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
}
.newsscroller-wrapin {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.newsscroller_item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1.2rem;
}
.newsscroller-wrapin:hover { animation-play-state: paused }

/*
 * Backend style.
 * No changes needed.
 */

.news-head {
	margin-bottom: .5em;
}

.news-submit {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px !important;
	height:32px !important;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.news-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.news-submit:active {
	position:relative;
	top:1px;
}
.news-small {
	font-size: 80%;
}
.news-error, .news-success, .news-help, .news-notice {
	padding: .8em .8em .8em 2.6em;
	margin-top: .5em;
	margin-bottom: .5em;
	border: 2px solid #ddd;
}
.news-error {
	color:#8a1f11;
	border-color:#FBC2C4;
	background: #FBE3E4 url('../../plugins/news/css/../images/error.png') scroll no-repeat .8em .8em;
}
.news-success {
	color:#264409;
	border-color:#C6D880;
	background: #E6EFC2 url('../../plugins/news/css/../images/success.png') scroll no-repeat .8em .8em;
}
.news-help {
	color: #3E6DB1;
	border-color: #3E6DB1;
	background: #BDCDE3 url('../../plugins/news/css/../images/help.png') scroll no-repeat .8em .8em;
}
.news-notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
table.news-help {
	color: #3E6DB1;
	border-color: #3E6DB1;
	background-image: none;
}
.news-select {
	width: 30%;
	min-width: 80px;
}
.news-editor-short {
	max-height: 120px;
}
.news-collapsed {
	background-image: url(../../plugins/news/css/../images/collapsed.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.news-shown {
	background-image: url(../../plugins/news/css/../images/shown.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.news-input-title {
	max-width: 90%;
	width: 90%;
}
.newscase-entry {
	/*line-height: 10px;*/
	margin: 8px 0 0;
	padding: 5px 10px;
}
.newscase-entry-title {
	
}
.newscase-entry-title-date {
	float: right;
}
.newscase-entry-short {
	font-size: 10px;
}
.newscase-entry-short p {
	margin: 3px 0;
}
table.edit textarea {
  min-width: 90%;
}


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

/**
 * @file css/stylesheet.css
 * @brief Cotnaining backend and frontend style
 *
 * Pictures plugin css/stylesheet.css
 * 
 * @author David Stutz
 * @license GPLv3
 * @package pictures
 * @see http://sourceforge.net/projects/cmsimplepctrs/
 * 
 *  This file is part of the pictures plugin for CMSimple.
 *
 *  The plugin is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  The plugin is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 *  GNU General Public License for more details.
 *
 *  @see <http://www.gnu.org/licenses/>.
 */
 /*
 * Frontend style.
 */
/* Pictures frontend div. */
.pictures-frontent {
	
}

/* Table driver. */
.pictures-frontend .pictures-table-driver td{
	padding: 5px;
}

.pictures-frontend .pictures-table-driver td a img{
	padding: 4px;
	border: 1px solid #777777;
}

.pictures-frontend .pictures-table-driver td a img:hover {
	
}

/* List driver. */
.pictures-frontend .pictures-list-driver {
	
}

/* Coinslider driver. */
.pictures-frontend .pictures-coinslider-driver {
	margin: auto;
}

.pictures-frontend .pictures-coinslider-driver a{
	
}

/* Bxslider driver. */
/* Important: No marign and padding on bxslider ul and li. */
.pictures-frontend .pictures-bxslider-driver {
	
}

/* Main window containing the ul (not the controls and pager). */
.pictures-frontend .pictures-bxslider-driver .bx-window {
	
}

/* Main li. */
.pictures-frontend .pictures-bxslider-driver .bx-window li {
	
}

/* Previous control. */
.pictures-frontend .pictures-bxslider-driver .bx-prev {
	float: left;
	position: absolute;
	left: -40px;
	top: 60px;
}

/* Next control. */
.pictures-frontend .pictures-bxslider-driver .bx-next {
	float: right;
	position: absolute;
	right: -40px;
	top: 60px;
}

/* Pager div. */
.pictures-frontend .pictures-bxslider-driver .bx-pager {
	margin: .5em auto;
	text-align: center;
}

/* Anchors of the pager. */
.pictures-frontend .pictures-bxslider-driver .bx-pager .pager-link {
	margin: .5em;
}

/* Active pager link. */
.pictures-frontend .pictures-bxslider-driver .bx-pager .pager-active {
	
}

/* Auto controls. */
.pictures-frontend .pictures-bxslider-driver .bx-auto {
	
}

/* The start control anchor. */
/* Additionally the anchor has the class "start" or "stop" dependant on the current state. */
.pictures-frontend .pictures-bxslider-driver .bx-auto .bx-start {
	
}

/* Bxslider 4 driver. */
/* Main div containing the slider. */
.pictures-frontend .pictures-bxslider4-driver {
	
}

/* Controls for navigation. */
.pictures-frontend .pictures-bxslider4-driver-controls {
	
}

/* Innerfade driver. */
/* This is the ul element containing the images. */
.picutres-frontend .pictures-innerfade-driver {
	height: 500px;
}

.pictures-frontend .pictures-innerfade-driver li {
	
}

/*
 * Backend style.
 * No changes needed.
 */

.pictures-head {
	margin-bottom: .5em;
}
.pictures-table {
	width: 100%;
}
.pictures-preview img {
	margin: 1em auto;
}
.pictures-submit {
	cursor: pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px !important;
	height:32px !important;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.pictures-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.pictures-submit:active {
	position:relative;
	top:1px;
}
.pictures-textarea {
	font-size: 80%;
}
.pictures-error, .pictures-success, .pictures-help, .pictures-notice {
	padding: .8em .8em .8em 2.6em;
	margin-top: .5em;
	margin-bottom: .5em;
	border: 2px solid #ddd;
}
.pictures-error {
	color:#8a1f11;
	border-color:#FBC2C4;
	background: #FBE3E4 url('../../plugins/pictures/css/../images/error.png') scroll no-repeat .8em .8em;
}
.pictures-success {
	color:#264409;
	border-color:#C6D880;
	background: #E6EFC2 url('../../plugins/pictures/css/../images/success.png') scroll no-repeat .8em .8em;
}
.pictures-help {
	color: #3E6DB1;
	border-color: #3E6DB1;
	background: #BDCDE3 url('../../plugins/pictures/css/../images/help.png') scroll no-repeat .8em .8em;
}
.pictures-notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.pictures-help-icon {
	
}
.pictures-select {
	width: 30%;
	min-width: 80px;
}


/************************************** ./plugins/realblog/css/stylesheet.css */

.realblog_search_form {
    text-align: right;
}

/* Textareas */

.realblog_headline_field {
    width: 99%;
    height: 200px;
}
.realblog_story_field {
    width: 99%;
    height: 500px;
}

/* buttons */

.realblog_buttons {
padding: 6px 0;
}

.realblog_button {
    display: inline-block;
    border: 1px solid #888;
    padding: 0.1em 0.5em;
    text-decoration: none;
    cursor: pointer;
}

.realblog_fields_block #date1 {
margin-bottom: 12px;
}
.realblog_fields_block table {
    width: 100%;
}

.realblog_label {
    font-weight: bold;
}

.realblog_entry_footer {
    overflow: auto;
}

.realblog_read_more {
float: right;
padding-bottom: 12px;
}

/* BACKEND select entry table */

.realblog_table {
    width: 100%;
    table-layout: auto;
    border: 1px solid;
    border-collapse: collapse;
}
.realblog_table tr:nth-child(odd) {
    border: 1px solid;
    border-bottom: none;
}
.realblog_table thead th, .realblog_table tfoot td {
    background: #555;
    color: #fff;
    padding: 0.5em 0;
    font-weight: bold;
    text-align: center;
}
.realblog_table thead th button, .realblog_table tfoot td button {
    background: none;
    border: none;
    cursor: pointer;
}

.realblog_table_details {
border: 1px solid #075FB9;
}

.realblog_table tbody td {
    padding: 0.3em;
    text-align: center;
}
.realblog_table tbody td:nth-child(4), .realblog_table tbody td:nth-child(6),
.realblog_table tbody td:nth-child(7), .realblog_table tbody td:nth-child(8) {
    font-weight: bold;
}

.realblog_table tbody td.realblog_table_title {
    padding: 0.3em 1em;
    text-align: left;
}
.realblog_table tbody td.realblog_table_categories {
    padding: 0.3em 1em;
    text-align: right;
}
.realblog_table tbody td img, .realblog_table thead th img {
border: 0;
}

.realblog_pagination {
    font-size: small;
    text-align: right;
}

.realblog_table_paging {
    text-align: center;
}
.realblog_table_paging a {
    text-decoration: none;
}

/* entries overwiew */

.realblog_entries_preview {
border-top: 1px solid;
margin: 10px 0 0 0;
}

/**
 * Multi column overwiew
 *
 * Uncomment the following two rules to enable a tabular blog overview.
 * Also uncomment the rules for the desired number of columns below.
 */
/*
.realblog_entry_preview {
    box-sizing: border-box;
    padding: 0 1em;
    float: left;
}
.realblog_entries_preview:after {
    content: "";
    display: table;
    clear: both;
}
*/

/* 2 colums
.realblog_entry_preview {width: 50%}
.realblog_entry_preview:nth-child(2n+1) {clear: both}
*/
/* 3 columns
.realblog_entry_preview {width: 33%}
.realblog_entry_preview:nth-child(3n+1) {clear: both}
*/
/* 4 colums
.realblog_entry_preview {width: 25%}
.realblog_entry_preview:nth-child(4n+1) {clear: both}
*/
/* 5 colums
.realblog_entry_preview {width: 20%}
.realblog_entry_preview:nth-child(5n+1) {clear: both}
*/

.realblog_show_date {
font-size: 94%;
font-weight: 700;
font-style: italic;
margin: 6px 0 10px 0;
}

.realblog_show_story {
width: 100%;
border-bottom: 1px solid;
}
.realblog_show_story:after {
    content: "";
    display: table;
    clear: both;
}
.realblog_article_meta {
    font-size: 0.7em;
    font-style: italic;
    text-align: right;

}
.realblog_show_story_entry {
width: 100%;
border-bottom: 0;
}

.realblog_show_box {
margin: 10px 0;
width:100%;
overflow: hidden;
}

/* tpl_classes for function realbloglink */

.realblog_tpl_show_date {
font-style: italic;
border-top: 1px solid;
padding: 5px 0 0 0;
margin: 6px 0 0 0;
}

.realblog_tpl_show_story {}

.realblog_tpl_read_more {
    text-align: right;
}

.realblog_tpl_show_box {
border-bottom: 1px solid;
padding: 0 0 8px 0;
}

.realblog_most_popular a, .realblog_most_popular span {
    display: block;
}

.realblog_admin {
height:24px;
background-color: #075FB9;
color: White;
display: block;
}

.realblog_date_selector {
    margin: 0 0 -3px 1px;
}

.realblog_archive_title {
    font-weight: bold;
}
.realblog_archive {
    padding-left: 0;
}
.realblog_archive li {
    list-style: none;
}

.realblog_search_input {
border: 1px solid #999;
padding: 2px 5px;
}

.realblog_searchresult_head {
    font-weight: bold;
}

/*
 * Back-end.
 */
.realblog_logo {
    float: left;
    margin-right: 16px;
}
.realblog_license {
    text-align: justify;
}
.realblog_systemcheck {
    list-style: none;
    padding-left: 0;
}
.realblog_systemcheck img {
    padding-right: 0.5em;
}

.realblog_filter {
    margin: 1em 0;
}
.realblog_filter label {
    margin-right: 1em;
}

.realblog_data_exchange form {
    margin: 1em 0;
}



/************************************** ./plugins/register/css/stylesheet.css */

/* registration form styles */

div.regi_register {background: #eee; text-align: center; border: 1px solid #999; padding: 15px;}
.regi_register td {color: black; text-align: left; font-weight: normal;}
.regi_register td .text {background: #fff; text-align:left; border: 1px solid #999; margin: 2px 6px;}
.regi_register td .submit {border: 3px solid #ccc; background-color: #678; color: #eee; padding: 0px; padding: 0 6px 0 6px; margin: 8px 0;}


/* settings form styles */

div.regi_settings {background: #eee; text-align: center; border: 1px solid #999; padding: 15px;}
.regi_settings td {color: black; text-align: left; font-weight: normal;}
.regi_settings td .text {background: #fff; text-align:left; border: 1px solid #999; margin: 2px 6px;}
.regi_settings td .submit {border: 3px solid #ccc; background-color: #678; color: #eee; padding: 0px; padding: 0 6px 0 6px; margin: 8px 0;}


/* login form for horizontal register- and login-area */

div.regi_regloginarea_hor {font-size: 94%; text-align: left;}
div.regi_user_hor {float: left; padding: 0 10px 0 0;}
div.regi_userfield_hor {float: left; margin: 0 16px 0 0;}
div.regi_userfield_hor input {float: left; width: 120px;}
div.regi_password_hor {float: left; margin: 0 8px 0 0;}
div.regi_forgotpw_hor {float: left; margin: 3px 8px 0 0;}
div.regi_passwordfield_hor {float: left; margin: 0 10px 0 0;}
div.regi_passwordfield_hor input {float: left; width: 120px;}
div.regi_loginbutton_hor {float: left; margin: 2px 10px 0 0;}
div.regi_loginbutton_hor input {border: 0;}
div.regi_remember_hor {float: left; text-align: left; line-height: 1.2em; margin: 0 6px 0 0;}
div.regi_remember_hor input {float: left; text-align: left; margin: 3px 8px 0 0;}
div.regi_register_hor {float: left;}
/*
.regi_regloginarea_hor a,.registerlogin a:link,.registerlogin a:visited,
.regi_regloginarea_hor a:active {color: #555555; font-size: 8pt; text-decoration: none; font-weight: normal;}
.regi_regloginarea_hor a:hover { color: white; font-size: 8pt; text-decoration: none;}
 */


/* login form for vertical register- and login-area */

.regi_regloginarea_ver {font-family: arial, sans-serif; font-size: 94%; color: #333; text-align: left;}
div.regi_user_ver {text-align: left;}
div.regi_userfield_ver {clear: both; width: 100%; float: left; width: 98%; margin: 0;}
div.regi_userfield_ver input {float: left; width: 100%; margin: 0;}
div.regi_password_ver {clear: both; width: 120px; float: left; margin: 4px 8px 0 0;}
div.regi_forgotpw_ver {float: right; margin: 2px 0 0 20px; /*border: 1px solid #ccc;*/}
div.regi_passwordfield_ver {clear: both; float: left; width: 98%; margin: 0;}
div.regi_passwordfield_ver input {float: left; width: 100%; margin: 0;}
div.regi_loginbutton_ver {clear: both; float: left; margin: 3px 10px 10px 0;}
div.regi_loginbutton_ver input {border: 0;}
div.regi_remember_ver {clear: both; width: 100%; float: left; text-align: left; line-height: 1em; margin: 4px 0;}
div.regi_remember_ver input {float: left; margin: 2px 6px 6px 0;}
div.regi_register_ver {clear: left; float: left; text-align: right; margin: 2px 0 0 0;}
/*
.regi_regloginarea_ver a,.registerlogin a:link,.registerlogin a:visited,
.regi_regloginarea_ver a:active {color: #555555; font-size: 8pt; text-decoration: none; font-weight: normal;}
.regi_regloginarea_ver a:hover { color: white; font-size: 8pt; text-decoration: none;}
 */

/* loggedin form images */

.regi_forgotpwimage {float: left; border: 0;}

/* loggedin form for horizontal loggedin-area */

div.regi_loggedin_loggedinarea_hor {background: #eee url(../../plugins/register/css/../images/loginhorizontal.jpg); font-size: 94%; text-align: left; border: 1px solid #aba; padding: 6px 12px; margin: 0 10px;}
div.regi_loggedin_user_hor {float: left; }
div.regi_loggedin_loggedin_hor {float: left; font-family: arial, sans-serif; font-weight: 600; color: #930; padding: 0 20px 0 0;}
div.regi_loggedin_settings_hor {float: left; padding: 0 12px 0 0;}
div.regi_loggedin_logout_hor {float: right;}
/*
.regi_loggedin_loggedinarea_hor a,.registerlogin a:link,.registerlogin a:visited,
.regi_loggedin_loggedinarea_hor a:active {color: #555555; font-size: 8pt; text-decoration: none; font-weight: normal;}
.regi_loggedin_loggedinarea_hor a:hover { color: white; font-size: 8pt; text-decoration: none;}
 */


/* loggedin form for vertical loggedin-area */

div.regi_loggedin_loggedinarea_ver {font-family: arial, sans-serif; font-size: 94%; color: #333; text-align: left; margin: 10px auto 0 auto;}
div.regi_loggedin_user_ver {float: left; width: 100%;}
div.regi_loggedin_loggedin_ver {float: left; width: 100%; font-family: arial, sans-serif; font-weight: 600; color: #930; padding: 6px 0;}
div.regi_loggedin_settings_ver {float: left; width: 100%; padding: 0;}
div.regi_loggedin_logout_ver {float: left; width: 100%; padding: 2px 0;}
/*
.regi_loggedin_loggedinarea_ver a,.registerlogin a:link,.registerlogin a:visited,
.regi_loggedin_loggedinarea_ver a:active {color: #555555; font-size: 8pt; text-decoration: none; font-weight: normal;}
.regi_loggedin_loggedinarea_ver a:hover { color: white; font-size: 8pt; text-decoration: none;}
 */

/* Admin area */

.register_admin_main {margin-bottom: 1em}

#register_toggle_details {margin: 0 0.2em 0 1em}
#register_group_selectbox {margin-left: 1em}

div.register_admin_main table {margin-bottom: 1em}
div.register_admin_main table th {text-align: center; font-weight: bold}
div.register_admin_main table input {width: 20em}
div.register_admin_main table img {width: 16px; height: 16px; cursor: pointer}

div.register_admin_main a img {border: none}

#register_user_table {margin: 1em 0; width:100%}
#register_user_table th.register_sort:after {content: "\f0dc"; font-family: FontAwesome; padding-left: 1em}
#register_user_table th.register_sort_asc:after {content: "\f0de"; font-family: FontAwesome; padding-left: 1em}
#register_user_table th.register_sort_desc:after {content: "\f0dd"; font-family: FontAwesome; padding-left: 1em}
#register_user_table input[type="text"], #register_user_table select, #register_user_table button {width: 95%} /* if necessary, adjust the width to your template */

img.register_plugin_icon {display: block; float: left; margin: 0 20px 0 0}
p.register_license {clear: both; text-align: justify}



/***************************************** ./plugins/smcal/css/stylesheet.css */

.smcTableHeader {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}


.smcTable {
    background: #CC9999;
    width: 100%;
}



.smcMonthcell {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}


.smcWeekend {
    background: #E5D6CF;
}


.smcWeekday {
    background: #f4e8e0;
}


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

/**
 * Uploader widget
 */
.uploader_widget {
    margin: 1em 0;
}
.uploader_controls {}
.uploader_filelist {}
.uploader_row_template {
    display: none !important;
}
.uploader_row {}
.uploader_filename, .uploader_size, .uploader_progress {
    padding-right: 1em;
}
.uploader_size, .uploader_progress {
    text-align: right;
}
.uploader_buttons {}
.uploader_pickfiles {}
.uploader_uploadfiles {}

/**
 * Plugin info
 */
.uploader_logo {
    float: left;
    margin: 0.5em 1.5em 0.5em 0;
}
.uploader_license {
    text-align: justify;
}
.uploader_syscheck {}



/***************************************** ./plugins/video/css/stylesheet.css */

/*
 * Notice, if JavaScript is disabled.
 */
.video_noscript {
    background: #e9f5fb;
    color: #16597a;
    border: 1px solid #84c7e9;
    padding: 0.7em;
    padding-left: 36px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

/*
 * Plugin info.
 */
img.video_plugin_icon {
    float: left;
    margin: 0 16px -16px 0;
}
p.video_license {
    clear: both;
    text-align: justify;
}

/*
 * The call builder.
 */
#video_call_builder {
    padding: 1em 0;
}
#video_call_builder p {
    margin: 0.4em 0;
}
#video_call_builder label span {
    display: inline-block; width: 20%;
}
#video_call_builder select,
#video_call_builder input[type=text] {
    width: 79%;
}
#video_call_builder hr {
    margin: 1em 0;
}
#video_call_builder textarea {
    width: 99%;
    height: 5em;
}
