/**
 * This file is part of MetaModels/core.
 *
 * (c) 2012-2024 The MetaModels team.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * This project is provided in good faith and hope to be usable by anyone.
 *
 * @package    MetaModels
 * @subpackage Core
 * @author     Andreas Isaak <info@andreas-isaak.de>
 * @author     Ingolf Steinhardt <info@e-spin.de>
 * @author     Sven Baumann <baumann.sv@gmail.com>
 * @author     Carolina Koehn <ck@kikmedia.de>
 * @author     Cliff Parnitzky <github@cliff-parnitzky.de>
 * @author     Christian Schiffler <c.schiffler@cyberspectrum.de>
 * @copyright  2012-2024 The MetaModels team.
 * @license    https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0-or-later
 * @filesource
 */

.header_css_fields {
    padding: 3px 0 3px 21px;
    background-image: url("../images/icons/fields.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.header_add_all {
    padding: 3px 0 3px 21px;
    background-image: url("../images/icons/dca_add.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.rendersetting_add_all {
    background-image: url("../images/icons/rendersettings_add.png");
}

.dca_palette {
    color: #8ab858;
    margin: 6px 0;
    padding-left: 24px;
    background: url("/system/themes/flexible/icons/navcol.svg") 3px center no-repeat;
}

.mm_problem_display {
    margin-bottom: 30px;
}

.mm_problem_display ul {
    padding: 0;
    list-style: none;
}

.tl_subdca > legend {
    margin: 0;
    padding: 10px 0 10px 23px;
    background: url("../images/icons/filter_settings.png") no-repeat left center;
}

.tl_subdca legend label {
    font-weight: bold;
}

.list_view li:first-child .tl_content {
    border-top: 1px solid #ebebe4;
}

.list_view .tl_content > div:first-child {
    float: left;
}

.tl_class {
    color: #c6c6c6;
}

.tl_formbody {
    position: relative;
}

input[readonly] {
    background-color: #ebebe4;
}

input[readonly]:focus {
    background-color: #ebebe4;
}

textarea[readonly] {
    background-color: #ebebe4;
}

textarea[readonly]:focus {
    background-color: #ebebe4;
}

.wc_info {
    margin: 0;
}

.wc_label {
    width: 31px;
    display: inline-block;
}

.clx {
    overflow: visible;
}

.w50x {
    height: auto;
}

#table_tl_metamodel_dcasetting_ tr.odd td {
    background-color: transparent;
}

.dca_combine.widget td:empty {
    display: none;
}

form[id*="tl_metamodel_"] .wizard a[data-lightbox] img {
    margin-top: 3px;
}

form[id*="tl_metamodel_"] .wizard a[onclick] img {
    margin-top: 3px;
}

div[class*="table_tl_metamodel_"] .tl_file_list {
    padding: 4px 0 6px;
}

fieldset.tl_subdca {
    padding: 0;
    margin: 0;
    border: none;
}

.multicolumnwizard .fallback_language span {
    font-weight: bold;
}

form[id^=mm_] .sort_hint {
    display: none;
}

.long .chzn-container {
    width: 100%;
}

.widget.translat-attr > h3 > label,
.widget.translat-attr > fieldset > legend,
.widget.translat-attr > .tl_checkbox_single_container label {
  padding-left: 20px;
  display: inline-block;
  background: url("../images/icons/locale.png") no-repeat left center;
}

.tl_formbody_edit .settings {
  margin: 0 0 10px 12px;
}

#tl_metamodel_rendersettings .jumpTo_language {
  width: 15%;
}
#tl_metamodel_rendersettings .jumpTo_type {
  width: 15%;
}
#tl_metamodel_rendersettings .jumpTo_type select {
  width: 100%;
}
#tl_metamodel_rendersettings .jumpTo_page {
  width: 15%;
}
#tl_metamodel_rendersettings .jumpTo_page input {
  width: 83%;
}
#tl_metamodel_rendersettings .jumpTo_filter {
  width: 55%;
}
#tl_metamodel_rendersettings .jumpTo_filter select,
#tl_metamodel_rendersettings .jumpTo_filter div.tl_select {
  width: 100%;
}
#tl_metamodel_rendersettings .operations {
  display: none;
}
