/**
 * This file is part of MetaModels/core.
 *
 * (c) 2012-2019 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>
 * @copyright  2012-2019 The MetaModels team.
 * @license    https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0-or-later
 * @filesource
 */

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

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

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

.dca_palette {
	color: #8ab858;
	margin: 6px 0;
	padding-left: 24px;
	background: url("../../../../themes/default/images/palOpen.gif") 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 label {
	padding-left: 20px;
	display: inline-block;
	background: url("../images/icons/locale.png") no-repeat left center;
}