/**
 * Project:
 * CONTENIDO Content Management System
 *
 * Description:
 * Backend styles
 *
 * @package    CONTENIDO Backend styles
 * @version    1.1.0
 * @author     Timo Hummel
 * @copyright  four for business AG <www.4fb.de>
 * @license    https://www.contenido.org/license/LIZENZ.txt
 * @link       https://www.4fb.de
 * @link       https://www.contenido.org
 */

@import "notifications.css"; /* @see CON-1992 */
@import "content_elements.css";

/*region RESET*/
/**
 * #############################################################################
 * @section Reset
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}
/*endregion RESET*/

/*region TAGS*/
/**
 * #############################################################################
 * @section Tags
 */

body {
    background-color: #fff;
    margin: 0;
    scrollbar-face-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-3dlight-color: #e2e2e2;
    scrollbar-darkshadow-color: #000;
    scrollbar-shadow-color: #334f77;
    scrollbar-arrow-color: #334f77;
    scrollbar-track-color: #c7c7d6;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    color: #000;
}

frameset,
frame {
    background-color: #fff;
    border-color: #fff;
}

p,
table,
tr,
td,
th {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
}

button,
[type="button"],
[type="file"],
[type="password"],
[type="reset"],
[type="submit"],
[type="text"],
input,
select,
textarea {
    padding: 0 3px;
    border: 1px solid #666;
    border-radius: 3px;
    height: 17px;
    line-height: 17px;
    vertical-align: middle;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
[type="file"] {
    margin: 0;
    padding: 0 3px 0 0;
    line-height: 11px;
}
select[multiple] {
    height: auto;
}
textarea {
    height: auto;
}
select {
    padding: 0 5px;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    border: 1px solid #999;
}


[type="checkbox"],
[type="radio"] {
    position: relative;
    margin-right: 7px;
    vertical-align: middle;
    bottom: 1px;
}

[type="checkbox"] + label,
[type="radio"] + label {
    line-height: 16px;
    position: relative;
    left: -3px;
}

.checkbox_wrapper [type="checkbox"],
.checkbox_wrapper [type="radio"] {
}

table {
    border-spacing: 0;
}
table th,
table td {
    vertical-align: top;
}
/*endregion TAGS*/


#head {
    background-color: #f1f1f1;
    width: 1000px;
    float: left;
    /*margin-right: -3px;*/
    position: relative;
}
.left_top_dist {
    padding-left: 17px;
}

#head_logo {
    float: left;
    height: 80px;
}
.right_content_box {
    margin-left: 240px;
    margin-top: 35px;
    width: 700px;
}
.left_dist {
    padding-left: 10px;
}
.left_menu_dist {
    margin-left: 250px;
}
.right_margin_menu {
    margin-right: 12px;
}
.contenido_background_gray {
    background-color: #f1f1f1;
}
#head_info {
    height: 30px;
    line-height: 30px;
    background-color: #f1f1f1;
}
#head_info .con_img_button {
}
#head_info + form#login {
    margin: 0;
    overflow: auto;
}
.head_nav,
.head_nav_login {
    line-height: 25px;
    width: 700px;
    margin-left: 250px;
    background-color: #fff;
    white-space: nowrap;
}
.head_nav_login {
    overflow: hidden;
    margin-left: 0;
}
.head_nav_login input,
.head_nav_login select  {
    border: 1px solid #999;
}
#request_layer {
    background-color: #f1f1f1;
    float: right;
    line-height: 26px;
    padding: 0 5px;
    width: 250px;
    position: absolute;
    right: 50px;
}
#request_layer p {
    margin: 0;
    padding: 0;
}
#request_layer > div > div {
    margin-bottom: 5px;
}
#request_layer form,
#request_layer .message {
    line-height: 16px;
}
#request_layer input {
    width: 212px;
}
#request_layer .message {
    margin: 0 0 5px 0;
    padding: 0;
}
#request_layer .message:empty {
    margin: 0;
}

#request_layer label {
    display: inline-block;
    padding-top: 7px;
}
#request_layer .con_img_button {
    margin-left: 7px;
    width: 16px;
}
#request_layer .last_row {
    padding-bottom: 7px;
}

hr.sep {
    border: 0;
    height: 1px;
    background-color: #b3b3b8;
    color: #b3b3b8;
}

span.sep {
    color: #b3b3b8;
}

div.login_title {
    float: left;
    width: 135px;
}

img.bordered {
    padding: 10px;
    background: white;
    border: 1px solid #b3b3b3;
}

input.image_button {
    margin-left: 5px;
}

/*region COLUMNS*/
/**
 * #############################################################################
 * @section Columns
 */

.col_xs {
    width: 400px;
}

.col_sm {
    width: 540px;
}

.col_md {
    width: 720px;
}

.col_lg {
    width: 960px;
}

.col_lx {
    width: 1140px;
}

.col_50p {
    width: 50%;
}

.col_flx_m_50p {
    min-width: 50%;
    max-width: 100%;
}

.col_100p {
    width: 100%;
}
/*endregion COLUMNS*/

/*region TABLES*/
/**
 * #############################################################################
 * @section Tables
 */

table.generic {
    border-left: 1px solid #b3b3b3;
}

table.fullborder {
    border: 1px solid #b3b3b3;
}

table.topborder {
    border-top: 1px solid #b3b3b3;
}
table.generic td:not(:empty) {
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    padding: 4px;
}

table.generic th:not(:empty) {
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    background-color: #e2e2e2;
    text-align: left;
    padding: 4px;
    font-weight: normal;
    color: #666;
}

table.strong_headline th:not(:empty) {
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    background-color: #e2e2e2;
    text-align: left;
    padding: 4px;
    font-weight: normal;
    color: #666;
}

table.generic th.center {
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    background-color: #e2e2e2;
    text-align: center;
    font-weight: normal;
    color: #666;
}

table.generic table.genericEscape th {
    padding: 0;
    border: 0;
}

table.generic table.genericEscape td {
    padding: 0;
    border: 0;
}

table.generic table.genericEscape tr {
    padding: 0;
    border: 0;
}

table.borderless {
    border: 0;
}

table.borderless tr.active {
    background-color: #ecf1b2;
}

table.borderless tr {
}

table.borderless tr th:not(:empty),
table.borderless tr td:not(:empty) {
    padding: 4px;
}

table.borderless tr td {
    border: 0;
}

table.foldingrow {
    border: 0;
    border-bottom: 1px solid #b3b3b3;
    margin: 0;
    padding: 0;
    width: 100%;
    border-spacing: 0;
}

table.foldingrow td {
    margin: 0;
    padding: 0;
}

table.foldingrow th {
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    background-color: #e2e2e2;
    text-align: left;
    padding: 4px;
    font-weight: normal;
    color: #666;
}

table.menu_overview_list a,
table.menu_overview_list a:hover {
    line-height: 16px;
}
table.menu_overview_list tr th:not(:empty),
table.menu_overview_list tr td:not(:empty) {
    padding: 2px;
}

table.menu_overview_list .menu_overview_list_icon {
    text-align: left;
}
table.menu_overview_list .menu_overview_list_item {
    text-align: left;
    white-space: nowrap;
    width: 100%;
}
table.menu_overview_list .menu_overview_list_actions {
    text-align: right;
    white-space: nowrap;
}
table.menu_overview_list .menu_overview_list_actions .con_img_button,
table.menu_overview_list .menu_overview_list_actions .con_img_button_off {
    margin-left: 3px;
}

table.col_first_100 > tbody > tr > td:first-of-type {
    width: 100px;
}

table.col_first_20p > tbody > tr > td:first-of-type {
    width: 20%;
}

/** @deprecated [2023-03-03] Since CONTENIDO 4.10.2, Don't use `table.bordered`, use `fullborder` instead */
table.bordered {
    border: 1px solid #b3b3b3;
    border-right: none;
    border-bottom: none;
}

/** @deprecated [2023-03-03] Since CONTENIDO 4.10.2, Don't use `td.headerbordercell`, use `th` instead */
td.headerbordercell {
    border-right: 1px solid #b3b3b3;
    background: #e2e2e2;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #666;
}
td.bordercell {
    height: 23px;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: black;
}

table.art_overview th,
table.art_overview td {
    white-space: nowrap;
    vertical-align: middle;
}
/*endregion TABLES*/

/*region PAGE_GENERIC*/
/**
 * #############################################################################
 * @section Page_Generic
 */
.page_generic {
    margin: 10px;
}
/*endregion PAGE_GENERIC*/

/*region FRAME_TOP_LEFT*/
/**
 * #############################################################################
 * @section frame_top_left
 * @extends Page_Generic
 */
/** @deprecated [2023-03-17] Since CONTENIDO 4.10.2, Don't use `page_left_top`, use `page_top_left` instead */
.page_left_top,
.page_top_left {
    margin: 0;
}

/** @deprecated [2023-03-04] Since CONTENIDO 4.10.2, Don't use `leftTopAction`, use `top_left_action` instead */
.leftTopAction,
.top_left_action {
    min-height: 2em;
    border: 1px solid #b3b3b3;
    padding: 5px 0 5px 16px;
    margin-top: 1px;
}
/** @deprecated [2023-03-04] Since CONTENIDO 4.10.2, Don't use `leftTopAction`, use `top_left_action` instead */
.leftTopActionNext,
.top_left_action_next {
    border-top: none;
    padding: 5px 0 5px 16px;
    margin-top: 0;
}

/** @deprecated [2023-03-04] Since CONTENIDO 4.10.2, Don't use `leftTopAction`, use `top_left_action` instead */
.leftTopAction input[type=text],
.top_left_action input[type=text] {
    width: 170px;
}
/*endregion FRAME_TOP_LEFT*/

/*region FRAME_LEFT_DECO*/
/**
 * #############################################################################
 * @section Frame_Left_Deco
 */
.page_deco {
    background-color: #e2e2e2;
}
.page_deco .frame_handle {
    height: 28px;
    border-bottom: 1px solid #b3b3b3;
}
.page_deco .frame_handle img {
    border: none;
    float: right;
}
.page_deco .frame_handle img#toggleimage {
    cursor: pointer;
    float: none;
    margin:7px 0 0 17px;
}
/*endregion FRAME_LEFT_DECO*/

/*region FRAME_SUB_NAVIGATION*/
/**
 * #############################################################################
 * @section Sub_Navigation_Frame
 */
.page_subnav .frame_handle {
    float: left;
}
.page_subnav .frame_handle img {
    border: none;
    float: left;
}
.page_subnav .frame_handle img#toggleimage {
    cursor: pointer;
    float: none;
    margin: 7px 0 0 6px;
}
.page_subnav div.menuless {
    padding-left: 250px;
}
.page_subnav div.menuless .frame_handle {
    display: none;
}
/*endregion FRAME_SUB_NAVIGATION*/

/*region PAGE_LOGIN_FORM-PAGE_HEADER*/
/**
 * #############################################################################
 * @section Page_Login_Form, Page_Header
 */
#lblusername,
#lblpasswd {
    margin-left: 54px;
    width: 75px;
    display: block;
    float: left;
}
#username,
#passwd {
    height: 17px;
    line-height: 17px;
    margin-left: 13px;
    margin-top: 5px;
    padding: 0 2px;
    width: 150px;
}
#lang {
    margin-top: 5px;
    margin-right: 10px;
    float: right;
    width: 150px;
    vertical-align: middle;
}
#lbllang {
    float: right;
    width: 65px;
    height: 20px;
}
#okbutton {
    margin-top: 5px;
    margin-right: 10px;
    float: right;
}
.text_login_error {
    float: right;
    margin-right: 15px;
}

#operate {
    float: right;
    line-height: 30px;
}
#infobox {
    float: left;
}
/*endregion PAGE_LOGIN_FORM-PAGE_HEADER*/

/** @deprecated [2023-03-05] Since CONTENIDO 4.10.2, Is no longer used! */
.form_image {vertical-align: middle; margin-left: 10px; padding-top: 4px;}


/*region SYSTEM_CONFIGURATION*/
/**
 * #############################################################################
 * @section system_configuration
 * @extends generic_table_form
 */
label.sys_config_txt_lbl {
    padding:3px;
    display:inline-block;
    white-space:normal;
    vertical-align:middle;
}
/*endregion SYSTEM_CONFIGURATION*/

/*region CALENDAR_TABLE*/
/**
 * #############################################################################
 * @section Calendar_Table
 */
table.calendar {
    border: 1px solid #e2e2e2;
    cursor: default;
}
table.calendar thead {
    background-color: #e2e2e2;
}
table.calendar thead td {
    padding: 2px 3px 2px 3px;
    text-align: center;
    border-bottom: 1px solid #b3b3b3;
}
table.calendar tbody td {
    padding: 1px 2px 1px 2px;
    border: 1px solid white;
    background: white;
    text-align: center;
}
table.calendar tbody td.over {
    padding: 1px 2px 1px 2px;
    background: #f4f4f7;
    border: 1px dashed black !important;
    text-align: center;
}
table.calendar tbody td.marked {
    padding: 1px 2px 1px 2px;
    background: #e2e2e2 !important;
    border: 1px solid black !important;
    text-align: center;
}
/*endregion CALENDAR_TABLE*/

/** @deprecated [2023-02-27] Since CONTENIDO 4.10.2, Don't use `overview_dist_left`, use `mgl5` instead */
.overview_dist_left {margin-left: 5px;}
/** @deprecated [2023-02-27] Since CONTENIDO 4.10.2, Don't use `overview_dist_right`, use `mgr5` instead */
.overview_dist_right {margin-right: 5px;}

#mhighlight {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 20px;
    z-index: 10;
    visibility: hidden;
}

#mhighlight #htext {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

#infoDIV {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #f00;
}

.help {
    text-align: right;
    width: 100%;
    background-color: #334f77;
}

td.nav {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}
td.sub {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

/*region LINK*/
/**
 * #############################################################################
 * @section Links
 */

/* Common links */
a:link,
a:visited,
a:active,
a:hover {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 11px
}
a:hover {
    color: #0060b1;
}

/* White links */
a.white:link,
a.white:visited,
a.white:active,
a.white:hover {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
    font-size: 11px
}
a.white:hover {
    color: #0060b1;
}

/* Black links */
a.black:link,
a.black:visited,
a.black:active,
a.black:hover {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 11px
}
a.black:hover {
    color: #0060b1;
}

/* Blue links */
a.blue:link,
a.blue:visited,
a.blue:active,
a.blue:hover {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #0060b1;
    text-decoration: none;
    font-size: 11px
}
a.blue:hover {
    text-decoration: underline;
}

/* Grey links */
a.gray:link,
a.gray:visited,
a.gray:active,
a.gray:hover {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    font-weight: normal;
    text-decoration: underline;
}
a.gray:hover {
    color: #0060b1;
}

/* Main links for menu */
a.main:link,
a.main:visited,
a.main:active,
a.main:hover {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
a.main:hover {
    color: #0060b1;
}

/* Sub-links for menu */
a.sub:link,
a.sub:visited,
a.sub:active,
a.sub:hover {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    margin-right: 10px;
    text-decoration: none;
}
a.sub:hover {
    color: #0060b1;
}

/* Submenu active */
a.activemenu:link,
a.activemenu:visited,
a.activemenu:active,
a.activemenu:hover {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #0060b1;
    margin-right: 10px;
    text-decoration: none;
}

a.nav:link {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
}

/* link style for adding anything */
.addfunction {
    background: transparent url(../images/folder_new.gif) no-repeat scroll 0 2px;
    display: block;
    height: 2em;
    line-height: 2em;
    padding-left: 20px;
}

/* link style for adding anything */
.addfunction_disabled {
    background: transparent url(../images/but_cancel.gif) no-repeat scroll 0 8px;
    display: block;
    height: 3em;
    line-height: 3em;
    padding-left: 20px;
}

/* link style for synchronization anything */
.syncronizefunction {
    background: transparent url(../images/but_refresh.gif) no-repeat scroll 0 2px;
    display: block;
    height: 2em;
    line-height: 2em;
    padding-left: 20px;
}

.syncronizefunction_disabled {
    background: transparent url(../images/but_cancel.gif) no-repeat scroll 0 10px;
    display: block;
    height: 3em;
    line-height: 1.5em;
    padding-left: 20px;
}

.deletefunction {
    display: block;
    background: transparent url(../images/delete.gif) no-repeat scroll 0 2px;
    height: 2em;
    line-height: 2em;
    padding-left: 20px;
}

.editfunction {
    background: transparent url(../images/but_edittext.gif) no-repeat scroll 0 2px;
    display: block;
    height: 2em;
    line-height: 2em;
    padding-left: 20px;
}

/* Links in overview lists (frame left_bottom) */
.menu_overview_list a.show_item {
    display: block;
    width: 100%;
    height: 100%;
}

a.scroll_list_sort_link {
    color: #666666;
}

a > img {
    vertical-align: middle;
}

/** @deprecated [2023-02-26] Since CONTENIDO 4.10.2, Don't use `infoButton`, use `con_info_button` instead */
a.infoButton,
.infoButton:hover {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../images/info.gif) no-repeat;
    margin-bottom: -3px;
}
a.con_info_button,
.con_info_button:hover {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../images/info.gif) no-repeat;
    vertical-align: inherit;
}

.align_top > a.con_info_button {
    vertical-align: top;
}

.align_bottom > a.con_info_button {
    vertical-align: bottom;
}

/*endregion LINK*/

/*region TEXT*/
/**
 * #############################################################################
 * @section Text
 */

/* Texts */
.text_small {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #000
}
.text_medium {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000
}
.text_medium_bold {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: bold;
}
.text_large {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #000
}

/* Blue text */
.textb_medium {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #334f77
}

/* White text */
.textw_small {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #fff
}
.textw_medium {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff
}
.textw_large {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #fff
}

/* Grey text */
.textg_small {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    font-weight: normal;
}
.textg_medium {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #666;
    font-weight: normal;
}
.textg_large {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

/* Error messages */
.text_error {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #f00
}
/*endregion TEXT*/

/* Code areas */
.code {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 500px;
    height: 300px
}
.text_fullwidth {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 100%;
    height: 300px
}
.text_fullwidth_120 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 100%;
    height: 80px
}
.code_fullwidth {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 100%;
    height: 300px
}
.code_sfullwidth {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 100%;
    height: 150px
}
.code_input {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 100%;
}

/* Form elements */
input.bb {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    border: 1px solid #000
}
input.txt {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    border: 1px solid #000;
    width: 250px;
}

input.textbox {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: white;
    border: 1px solid #a7a6aa;
    padding: 1px 1px 3px 1px;
}
input.textbox_readonly {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: #d6d5d9;
    border: 1px solid #a7a6aa;
    padding: 1px 1px 3px 1px;
}

textarea.con_code {
    font-family: monospace;
    width: 100%;
}

.con_form_action_control {
    line-height: 17px;
}
.con_form_action_control .con_img_button,
.con_form_action_control .con_img_button_off,
.con_form_action_control.text_right .con_img_button,
.con_form_action_control.text_right .con_img_button_off {
    margin-left: 10px;
}
.con_form_action_control.text_left .con_img_button,
.con_form_action_control.text_left .con_img_button_off {
    margin-left: 0;
    margin-right: 10px;
}

/*region FOLDING_ROW*/
/**
 * #############################################################################
 * @section Foldingrow
 */

td.foldingrow {
    background-color: #e2e2e2;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    padding: 2px 2px 2px 2px;
}
td.foldingrow_content {
    background-color: #e2e2e2;
    border: 1px solid #b3b3b3;
    border-bottom: none;
    padding: 2px;
}
a.foldingrow {
    background-color: #e2e2e2;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
a.foldingrow img {
    margin: 0 4px 0 12px;
}

/* Animated folding rows */
tr.foldingrow_hidden:not(.display) {
    border: none;
}
tr.foldingrow_hidden:not(.display) > td {
    box-sizing: border-box;
    padding: 0 !important;
}
tr.foldingrow_hidden:not(.display) > td > div {
    box-sizing: border-box;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.6s ease, opacity 0.6s;
}
tr.foldingrow_hidden.display > td > div {
    max-height: 1000px;
    opacity: 1;
    transition: max-height 0.6s ease, opacity 0.6s;
}

/* Animated folding elements */
.folding_element_hidden {
    max-height: 0;
    padding: 0;
    margin: 0;
}
.folding_element_hidden.display {
    max-height: none;
}
.folding_element_hidden > div {
    box-sizing: border-box;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.6s ease, opacity 0.6s;
}
.folding_element_hidden.display > div {
    max-height: 1000px;
    opacity: 1;
    overflow: auto;
    transition: max-height 0.6s ease, opacity 0.6s;
}
/*endregion FOLDING_ROW*/

span.cpager_currentitem {
    color: #000;
    font-weight: bold;
}

/*region SUB_NAVIGATION*/
/**
 * #############################################################################
 * @section Subnavigation
 */
div.navcontainer {
    height: 28px;
    background-color: #e2e2e2;
    border-bottom: 1px solid #b3b3b3;
    border-top: 1px solid #666;
    clear: left;
    text-align: left;
}

div.navcontainer ul#navlist {
    background-color: #e2e2e2;
    padding: 8px 0 3px 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

div.navcontainer ul#navlist li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
    border: none;
}

div.navcontainer ul#navlist li a {
    padding: 3px .6em 4px .5em;
    margin-left: 3px;
    text-decoration: none;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-bottom: none;
    cursor: pointer;
}

div.navcontainer ul#navlist li a:hover {
    color: #0060b1;
}

div.navcontainer ul#navlist li a.current,
div.navcontainer ul#navlist li a:link.current,
div.navcontainer ul#navlist li a:visited.current {
    background-color: white;
    border: 1px solid #b3b3b3;
    border-bottom-color: transparent;
    color: #0060b1;
    outline: none;
    cursor: pointer;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
* html div.navcontainer ul#navlist li a.current {
    position: relative;
}

div.navcontainer ul#navlist li a:link,
div.navcontainer ul#navlist li a:visited {
    color: black;
}
/*endregion SUB_NAVIGATION*/

/* Category breadcrumb */
.categorypath {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    margin-bottom: 10px;
    color: #999;
}

/*region HOVER_BOX*/
/**
 * #############################################################################
 * @section Hoverbox
 */
.hoverbox {
    cursor: default;
    list-style: none;
}

.hoverbox a .preview {
    display: none;
}

.hoverbox a:hover .preview {
    display: block;
    position: absolute;
    top: -33px;
    left: -45px;
    z-index: 1;
}

.hoverbox .hover {
    background: #fff;
    border-color: #aaa #ccc #ddd #bbb;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    padding: 2px;
    vertical-align: top;
    width: 26px;
    height: 26px;
}

.hover_none {
    background: #fff;
    border-color: #aaa #ccc #ddd #bbb;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    padding: 2px;
    vertical-align: top;
    width: 26px;
    height: 26px;
}

.hoverbox li {
    background: #eee;
    border-color: #ddd #bbb #aaa #ccc;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    display: inline;
    float: left;
    margin: 3px;
    padding: 5px;
    position: relative;
}

.hoverbox .preview {
    border: 1px solid black;
    background-color: white;
}
/*endregion HOVER_BOX*/

/*region RIGHTS_TABLE`*/
.td_rights0 {
    vertical-align: top;
    border: 0 solid #b3b3b3;
    border-right-width: 1px;
    border-bottom-width: 1px;
    text-align: left;
    white-space: nowrap;
}

.td_rights1 {
    vertical-align: middle;
    border: 0 solid #b3b3b3;
    border-right-width: 1px;
    border-bottom-width: 1px;
    text-align: left;
    white-space: nowrap;
}

.td_rights2 {
    border: 0 solid #b3b3b3;
    border-right-width: 1px;
    border-bottom-width: 1px;
    text-align: center;
    white-space: nowrap;
}

.td_rights3 {
    vertical-align: top;
    border: 0 solid #b3b3b3;
    border-right-width: 1px;
    border-bottom-width: 1px;
    text-align: center;
    white-space: nowrap;
}
/*endregion RIGHTS_TABLE`*/

/*region STATS_TABLE`*/
.td_stats1 {
    border: 0 solid #b3b3b3;
    border-right-width: 1px;
    border-bottom-width: 1px;
    vertical-align: middle;
    line-height: 17px;
}

.td_stats2 {
    border: 0 solid #b3b3b3;
    border-right-width: 1px;
    border-bottom-width: 1px;
    text-align: center;
}

.td_stats3 {
    border: 0 solid #b3b3b3;
    border-right-width: 1px;
    border-bottom-width: 1px;
    text-align: right;
}
/*endregion STATS_TABLE`*/

/*region WORKFLOW_PLUGIN*/
/**
 * #############################################################################
 * @section WORKFLOW PLUGIN
 */
tr td div.grey {
    margin-bottom: 10px;
    border: 1px solid #b3b3b3;
    background-color: #e2e2e2;
    min-width: 400px;
    max-width: 500px;
}

tr td div.grey a:hover,
tr td div.grey a:active {
    color: #0060b1;
}

tr td div.grey img {
    background-color: #e2e2e2;
}

div.left_list {
    margin-bottom: 10px;
    border: 1px solid #b3b3b3;
    background-color: #e2e2e2;
    min-width: 400px;
    max-width: 500px;
}

.mg10 .workflow_tasks {
    border: 1px solid #b3b3b3;
    background: #e2e2e2;
    margin: 0 0 10px 0;
    padding: 2px;
    vertical-align: middle;
    line-height: 20px;
}

/*endregion WORKFLOW_PLUGIN*/

.message_box_head {
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #000
}

.message_box_text {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000
}

/*region ARTICLE_SEARCH*/
/**
 * #############################################################################
 * @section Article_Search
 */
div.artikel_search {
    padding-top: 10px;
    padding-left: 10px;
    margin: 0;
}

ul.artikel_search {
    padding-top: 0;
    padding-left: 0;
    margin: 0;
    list-style: none;
}
/*endregion ARTICLE_SEARCH*/

/* Where is this used? */
#scroll * *,
#scroll *,
#scroll {
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    background-color: #b3b3b3;
    cursor: n-resize;
    border-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/*Styles for associating groups and users in Administration backend*/
select.memberselect {
    width: 350px;
    height: 270px;
    vertical-align: middle;
}
input.filterBox {
    width: 280px;
    margin-bottom: 3px;
    vertical-align: middle;
}
div.memberselect {
    width: 350px;
    float: left;
    vertical-align: middle;
}
img.submit_image {
    vertical-align: top;
    margin-top: 1px;
}
div.memberselect_button {
    width: 50px;
    float: left;
    vertical-align: middle;
    padding-top: 140px;
    padding-left: 5px;
    padding-right: 5px;
}
div.memberselect_button input {
    width: 50px;
}
div.clear {
    clear: both;
}
p.column_header {
    padding: 0;
    font-weight: bold;
}

/*region IM_USE*/
/**
 * #############################################################################
 * @section Inuse
 */
.inuse_info {
    height: 200px;
    overflow: auto;
}
.inuse_info td,
.inuse_info th {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: left;
}
.inuse_info table {
    border: 1px solid #ccc;
    border-left: 0;
    border-top: 0;
}
.inuse_info th {
    background-color: #e2e2e2;
    font-weight: normal;
}
.inuse_info .inuse_id {
    width: 40px;
}
.inuse_info .inuse_lang {
    width: 40px;
}
.inuse_info .inuse_name {
    width: 245px;
}

table.inuse_lay_mod td,
table.inuse_lay_mod th {
    border: none;
}

table.inuse_lay_mod {
    border: 1px solid #ccc;
}

table.inuse_lay_mod td.grey {
    background-color: #eee;
}

table.inuse_tpl {
    margin-bottom: 10px;
    margin-top: 5px;
}
/*endregion IM_USE*/

/*region JQUERY_UI*/
/**
 * #############################################################################
 * @section jQuery_UI
 */

/** Set box sizing back to default value for jQuery UI Dialog */
.ui-dialog,
.ui-dialog *,
.ui-dialog *::before,
.ui-dialog *::after {
    box-sizing: content-box;
}

#ui-dialog-title-single_dialog {
    font-size: 12px;
    font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0;
    top: 0;
}

.ui-dialog {
    position: relative;
    z-index: 2000;
    border-radius: 0;
}

.ui-widget {
    font-size: 11px !important;
}

.ui-widget button,
.ui-widget input,
.ui-widget optgroup,
.ui-widget select,
.ui-widget textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit !important;
    height: inherit;
    margin: 0;
}

.ui-datepicker {
    width: 24em !important;
}
.ui-datepicker-trigger {
    vertical-align: top;
    margin-left: 3px;
}

.ui-widget-header {
    border: none;
    background: none;
    margin-top: 10px;
    font-size: 11px;
    font-weight: normal;
}

.ui-widget-header .ui-state-hover {
    border: none;
    background: none;
}

.ui-widget-header .ui-state-hover span {
    background-position: -97px -127px;
}

.ui-widget-header .ui-datepicker-prev.ui-state-hover span {
    background-position: -80px -192px;
}

.ui-widget-header .ui-datepicker-next.ui-state-hover span {
    background-position: -48px -192px;
}

.ui-widget-overlay {
    background: #333 none;
}
/*endregion JQUERY_UI*/

/*region MARGIN_PADDING*/
/**
 * #############################################################################
 * @section Margin_Padding
 */

.mg0 {
    margin: 0 !important;
}
.mg10 {
    margin: 10px;
}
.mgt1m {
    margin-top: -1px;
}
.mgt1 {
    margin-top: 1px;
}
.mgt3 {
    margin-top: 3px !important;
}
.mgt5 {
    margin-top: 5px;
}
.mgt7 {
    margin-top: 7px;
}
.mgt10 {
    margin-top: 10px;
}
.mgt20 {
    margin-top: 20px;
}
.mgl3 {
    margin-left: 3px;
}
.mgl5 {
    margin-left: 5px;
}
.mgl10 {
    margin-left: 10px;
}
.mgl15 {
    margin-left: 15px;
}
.mgl17 {
    margin-left: 17px;
}
.mgl20 {
    margin-left: 20px;
}
.mgl25 {
    margin-left: 25px;
}
.mgr0 {
    margin-right: 0 !important;
}
.mgr3 {
    margin-right: 3px;
}
.mgr5 {
    margin-right: 5px !important;
}
.mgr15 {
    margin-right: 15px !important;
}
.mgr30 {
    margin-right: 30px;
}
.mgb2 {
    margin-bottom: 2px;
}
.mgb3 {
    margin-bottom: 3px !important;
}
.mgb5 {
    margin-bottom: 5px;
}
.mgb10 {
    margin-bottom: 10px;
}
.mgb20 {
    margin-bottom: 20px;
}
.pd0 {
    padding: 0 !important;
}
.pd2 {
    padding: 2px;
}
.pd5 {
    padding: 5px !important;
}
.pdt0 {
    padding-top: 0 !important;
}
.pdt3 {
    padding-top: 3px;
}
.pdt5 {
    padding-top: 5px;
}
.pdt7 {
    padding-top: 7px;
}
.pdt10 {
    padding-top: 10px;
}
.pdl0 {
    padding-left: 0;
}
.pdl2 {
    padding-left: 2px;
}
.pdl5 {
    padding-left: 5px;
}
.pdl10 {
    padding-left: 10px !important;
}
.pdl15 {
    padding-left: 15px !important;
}
.pdl17 {
    padding-left: 17px;
}
.pdl250 {
    padding-left: 250px;
}
.pdr2 {
    padding-right: 2px;
}
.pdr5 {
    padding-right: 5px;
}
.pdr10 {
    padding-right: 10px;
}
.pdr15 {
    padding-right: 15px;
}
.pdr20 {
    padding-right: 20px;
}
.pdb0 {
    padding-bottom: 0 !important;
}
.pdb5 {
    padding-bottom: 5px;
}
.pdb15 {
    padding-bottom: 15px;
}
/*endregion MARGIN_PADDING*/

/*region FONT*/
/**
 * #############################################################################
 * @section Font
 */

.bold {
    font-weight: bold !important;
}
.color6 {
    color: #666;
}
.colorF0 {
    color: #f00;
}
.red {
    color: red;
}
/*endregion FONT*/

/*region WIDTH_HEIGHT*/
/**
 * #############################################################################
 * @section Width_Height
 */

.width1 {
    width: 1%;
}
.width10 {
    width: 10%;
}
.width15 {
    width: 15%;
}
.width20 {
    width: 20%;
}
.width25 {
    width: 25%;
}
.width30 {
    width: 30%;
}
.width40 {
    width: 40%;
}
.width49 {
    width: 49%;
}
.width50 {
    width: 50%;
}
.width70 {
    width: 70%;
}
.width75 {
    width: 75%;
}
.width80 {
    width: 80%;
}
.width87 {
    width: 87%;
}
.width99 {
    width: 99%;
}
.width100 {
    width: 100%;
}
.maxw100 {
    max-width: 100%;
}
.widthpx1 {
    width: 1px;
}
.widthpx3 {
    width: 3px;
}
.widthpx5 {
    width: 5px;
}
.widthpx10 {
    width: 10px;
}
.widthpx16 {
    width: 16px;
}
.widthpx20 {
    width: 20px;
}
.widthpx22 {
    width: 22px;
}
.widthpx25 {
    width: 25px;
}
.widthpx30 {
    width: 30px;
}
.widthpx35 {
    width: 35px;
}
.widthpx40 {
    width: 40px;
}
.widthpx50 {
    width: 50px;
}
.widthpx65 {
    width: 65px;
}
.widthpx200 {
    width: 200px;
}
.minwpx200 {
    min-width: 200px;
}
.widthpx250 {
    width: 250px;
}
.widthpx300 {
    width: 300px;
}
.widthpx381 {
    width: 381px;
}
.widthpx400 {
    width: 400px;
}
.widthpx450 {
    width: 450px;
}
.widthpx486 {
    width: 486px;
}
.widthpx500 {
    width: 500px;
}
.widthpx600 {
    width: 600px;
}
.widthpx800 {
    width: 800px;
}
.height100 {
    height: 100%;
}
.heightpx6 {
    height: 6px;
}
.heightpx8 {
    height: 8px;
}
.heightpx9 {
    height: 9px;
}
.heightpx10 {
    height: 10px;
}
.heightpx15 {
    height: 15px;
}
.heightpx16 {
    height: 16px;
}
.heightpx18 {
    height: 18px;
}
.heightpx19 {
    height: 19px;
}
.heightpx20 {
    height: 20px;
}
.heightpx23 {
    height: 23px;
}
.heightpx24 {
    height: 24px;
}
.heightpx25 {
    height: 25px;
}
.heightpx28 {
    height: 28px;
}
.heightpx30 {
    height: 30px;
}
.heightpx35 {
    height: 35px;
}
.heightpx38 {
    height: 38px;
}
.heightpx80 {
    height: 80px;
}
.heightpx100 {
    height: 100px;
}
.lheightpx20 {
    line-height: 20px;
}
.lheightpx25 {
    line-height: 25px;
}
/*endregion WIDTH_HEIGHT*/

/*region BACKGROUND_COLOR*/
/**
 * #############################################################################
 * @section Background_Color
 */

/** @deprecated [2023-02-26] Since CONTENIDO 4.10.2, Don't use `bgcA9`, use `bg_c_a9` instead */
.bgcA9 {background-color: #a9aec2}
/** @deprecated [2023-02-26] Since CONTENIDO 4.10.2, Don't use `bgcF4`, use `bg_c_f4` instead */
.bgcF4 {background-color: #f4f4f7;}
/** @deprecated [2023-02-26] Since CONTENIDO 4.10.2, Don't use `bgcE2`, use `bg_c_f1` instead */
.bgcE2 {background-color: #e2e2e2;}
/** @deprecated [2023-02-26] Since CONTENIDO 4.10.2, Don't use `bgcF1`, use `bg_c_e2` instead */
.bgcF1 {background-color: #f1f1f1;}
/** @deprecated [2023-02-26] Since CONTENIDO 4.10.2, Don't use `bgcCC`, use `bg_c_cc` instead */
.bgcCC {background-color: #ccc;}
/** @deprecated [2023-02-26] Since CONTENIDO 4.10.2, Don't use `bgcwhite`, use `bg_c_ff` instead */
.bgcwhite {background-color: #fff;}
/** @deprecated [2023-02-26] Since CONTENIDO 4.10.2, Don't use `bgct`, use `bg_c_t` instead */
.bgct {background-color: transparent;}

.bg_c_a9 {
    background-color: #a9aec2
}

.bg_c_f4 {
    background-color: #f4f4f7;
}

.bg_c_e2 {
    background-color: #e2e2e2;
}

.bg_c_f1 {
    background-color: #f1f1f1;
}

.bg_c_cc {
    background-color: #ccc;
}

.bg_c_ff {
    background-color: #fff;
}

.bg_c_t {
    background-color: transparent;
}
/*endregion BACKGROUND_COLOR*/

/*region BORDER*/
/**
 * #############################################################################
 * @section Border
 */

/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `noborder`, use `no_border` instead */
.noborder {border: 0;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `borderB5`, use `border_b5` instead */
.borderB5 {border: 1px solid #b5b5b5;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `bordertB5`, use `border_t_b5` instead */
.bordertB5 {border-top: 1px solid #b5b5b5;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `borderlB5`, use `border_l_b5` instead */
.borderlB5 {border-left: 1px solid #b5b5b5;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `borderrB5`, use `border_r_b5` instead */
.borderrB5 {border-right: 1px solid #b5b5b5;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `borderB3`, use `border_b3` instead */
.borderB3 {border: 1px solid #b3b3b3;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `borderrB3`, use `border_r_b3` instead */
.borderrB3 {border-right: 1px solid #b3b3b3;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `border74`, use `border_74` instead */
.border74 {border: 1px solid #747488;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `bordert06`, use `border_t_06` instead */
.bordert06 {border-top: 1px solid #0060b1;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `border169`, use `border_169` instead */
.border169 {border: 0 solid rgb(169, 174, 194); border-top-width: 1px;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `nobordert`, use `no_border_t` instead */
.nobordert {border-top: 0;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `noborderr`, use `no_border_r` instead */
.noborderr {border-right: 0;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `noborderb`, use `no_border_b` instead */
.noborderb {border-bottom: 0;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `noborderl`, use `no_border_l` instead */
.noborderl {border-left: 0;}

.no_border {
    border: 0 !important;
}
.no_border_t {
    border-top: 0 !important;
}
.no_border_r {
    border-right: 0 !important;
}
.no_border_b {
    border-bottom: 0 !important;
}
.no_border_l {
    border-left: 0 !important;
}

.border_b5 {
    border: 1px solid #b5b5b5 !important;
}
.border_t_b5 {
    border-top: 1px solid #b5b5b5 !important;
}
.border_l_b5 {
    border-left: 1px solid #b5b5b5 !important;
}
.border_r_b5 {
    border-right: 1px solid #b5b5b5 !important;
}

.border_b3 {
    border: 1px solid #b3b3b3 !important;
}
.border_r_b3 {
    border-right: 1px solid #b3b3b3 !important;
}
.border_t_b3 {
    border-top: 1px solid #b3b3b3 !important;
}

.border_74 {
    border: 1px solid #747488 !important;
}

.border_t_06 {
    border-top: 1px solid #0060b1 !important;
}

.border_169 {
    border: 0 solid rgb(169, 174, 194) !important;
    border-top-width: 1px !important;
}
/*endregion BORDER*/

/*region DIRECTION*/
/**
 * #############################################################################
 * @section Direction
 */

.left {
    float: left;
}
.right {
    float: right;
}
.clearb {
    clear: both;
}
.clearl {
    clear: left;
}
.clearr {
    clear: right;
}
/*endregion DIRECTION*/

/*region TEXT_ALIGN*/
/**
 * #############################################################################
 * @section Text_align
 */

/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `vgmiddle`, use `align_middle` instead */
.vgmiddle {vertical-align: middle;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `vgtop`, use `align_top` instead */
.vgtop {vertical-align: top;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `text_center`, use `text_left` instead */
.tgcenter {text-align: center;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `tgleft`, use `text_left` instead */
.tgleft {text-align: left;}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `tgright`, use `text_right` instead */
.tgright {text-align: right;}

.align_top {
    vertical-align: top !important;
}
.align_middle {
    vertical-align: middle !important;
}
.align_bottom {
    vertical-align: bottom !important;
}

.text_left {
    text-align: left !important;
}
.text_center {
    text-align: center !important;
}
.text_right {
    text-align: right !important;
}
/*endregion TEXT_ALIGN*/

/*region MISC*/
/**
 * #############################################################################
 * @section Misc
 */

/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `nodisplay`, use `no_display` instead */
.nodisplay {display: none !important;}
.no_display {
    display: none !important;
}

/* Only for screen reader */
.sr_only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

.block {
    display: block !important;
}
/** @deprecated [2023-02-24] Since CONTENIDO 4.10.2, Don't use `nowrap`, use `no_wrap` instead */
.nowrap {white-space: nowrap;}
.no_wrap {
    white-space: nowrap !important;
}
.noresize {
    resize: none;
}
img.spacer {
    width: 1px;
    height: 10px;
}
img.collapsed {
    width: 10px;
    height: 9px;
}
a.h1e {
    height: 1em;
    line-height: 1em;
}
.ofauto {
    overflow: auto;
}

.con_block:not(:empty) {
    margin-bottom: 10px !important;
}
/*endregion MISC*/

/*region ID*/
/**
 * #############################################################################
 * @section ID
 */
#debug_msg {
    min-width: 200px;
    height: 80px;
    max-width: 100%;
    overflow: auto;
}
div#top_left_container.lang_left_top {
    border: 1px solid #b3b3b3;
    padding: 5px 0 5px 16px;
    margin-top: 1px
}
div#top_left_container.grouprights_left_top {
    border: 1px solid #b3b3b3;
    height: 2.5em;
    padding: 7px 0 0 16px;
    margin-top: 1px
}
div#top_left_container.html_tpl_left_top {
    border: 1px solid #b3b3b3;
    height: 2em;
    padding: 7px 0 5px 16px;
    margin-top: 1px
}
div#top_left_container.js_left_top {
    border: 1px solid #b3b3b3;
    height: 2em;
    padding: 5px 0 0 15px;
    margin-top: 1px
}
div#top_left_container.generic_left_top,
div#top_left_container.client_left_top {
    border: 1px solid #b3b3b3;
    height: 2em;
    padding: 5px 0 5px 16px;
    margin-top: 1px
}
div#top_left_container.rights_left_top {
    border: 1px solid rgb(179, 179, 179);
    margin: 1px 0 0;
    padding-top: 7px;
}
div#top_left_container.style_left_top {
    border: 1px solid #b3b3b3;
    height: 2em;
    padding: 7px 0 0 15px;
    margin-top: 1px
}

div#legend {
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
}
div#legend table * {
    border: none;
}
div#legend table.article {
    padding-bottom: 10px;
}

/* Module edit styles */
#mod_edit .inputok,
#mod_edit .outputok {
    float: right;
}


#setupBody,
div.errorlist {
    background-color: #fff;
}

.contenttest {
    margin: 0.3em 0;
}

/* CodeMirror Styles */
.CodeMirror-wrap pre {
    line-height: 1.2em;
}

/* Bulk Editing Functions on Article Overview and Mail Logging Page */
a.invert_selection {
    margin-right: 25px;
}

a.invert_selection img {
    vertical-align: middle;
}

div.bulk_editing_functions {
    display: inline-block;
}

div.bulk_editing_functions a img {
    margin-left: 7px;
    vertical-align: middle;
}

/** @deprecated [2023-03-16] Since CONTENIDO 4.10.2, Don't use `vAlignMiddle`, use `align_middle` instead */
.vAlignMiddle {
    vertical-align: middle;
    margin-bottom: 0.25em;
}

/* I have no idea why this is needed but it looks better for image inputs */
/** @deprecated [2023-03-16] Since CONTENIDO 4.10.2, Don't use `vAlignMiddle`, there is no replacement */
input[type=image].vAlignMiddle {
    margin-bottom: 0.1em;
}

/** @deprecated [2023-03-06] Since CONTENIDO 4.10.2, Don't use `vAlignTop`, use `align_top` instead */
.vAlignTop {
    vertical-align: top;
    margin-top: 0.25em;
}

/**
 * Applies a small margin so that the elements in a row of a table (like buttons to edit, publish, ...) look a bit nicer
 */
.tableElement {
    margin-left: 3px;
}

#cont_groups {
    padding-left: 15px;
    border-top: 1px solid #b3b3b3;
    padding-top: 5px;
}

#cont_groups span {
    margin-left: 15px;
}

/** @deprecated [2023-03-16] Since CONTENIDO 4.10.2, Don't use `moduleError`, use `con_module_error` instead */
.moduleError,
.con_module_error {
    color: #B1AC58;
}

/** @deprecated [2023-03-16] Since CONTENIDO 4.10.2, Don't use `moduleCriticalError`, use `con_module_critical_error` instead */
.moduleCriticalError,
.con_module_critical_error {
    color: red;
}

/** @deprecated [2023-02-28] Since CONTENIDO 4.10.2, Don't use `inactiveUser`, use `is_inactive` instead */
.inactiveUser,
.is_inactive {
    color: #b3b3b8;
}

/** @deprecated [2023-03-16] Since CONTENIDO 4.10.2, Don't use `emptyCell`, use `con_empty_cell` instead */
.emptyCell,
.con_empty_cell {
    border-bottom: 0 !important;
}

.systemSetting {
    vertical-align: middle;
    margin-bottom: 0.25em;
    padding: 2px;
}

.unhighlighted {
    color: grey;
}

.settingFine {
    color: green;
}

.settingWrong {
    color: red;
}

#dbfsTimecontrol {
    width: 100%;
    margin-left: 20px;
}

/*region NAV_BAR*/
/**
 * #############################################################################
 * @section Navbar
 */
/** @deprecated [2023-03-01] Since CONTENIDO 4.10.2, Don't use `cat_navbar`, use `con_navbar` instead */
#cat_navbar,
td.con_navbar,
.con_navbar {
    height: 25px;
    line-height: 16px;
    vertical-align: middle;
    border: 1px solid #B3B3B3 !important;
    background-color: #E2E2E2 !important;
    padding: 4px 5px 3px 5px !important;
}

.con_navbar > table {
    border: 0;
}
.con_navbar > table td {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
.con_navbar > table td > span {
    display: inline-block;
}
/*endregion NAV_BAR*/

#todoList {
    margin-bottom: 10px;
}

#cont_users select,
#cont_users input[type="text"] {
    width: 110px;
}

/* Disabled links */
.is_disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
a[aria-disabled="true"],
input[aria-disabled="true"],
button[aria-disabled="true"] {
    /* NOTE: Disabling pointer events works on modern clients, we still
       need a JS fallback to block clicks on elements like a, button, etc. */
    pointer-events: none;
    text-decoration: none;
}

/* User and group rights selection box */
.con_rights_selection_box {
    border: 1px solid #b3b3b3;
    display: inline-block;
    padding: 4px 5px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.con_rights_selection_box > span {
    margin-right: 5px;
}
.con_rights_selection_box > span:last-of-type {
    margin-right: 0;
}