.form-horizontal {
	padding: 10px
}

#table .list-id {
	text-align: center;
	width: 50px!important;
}

#table .list-icon {
	text-align: left;
	width: 64px!important;
	padding: 10px;
}

#table .list-name {
	text-align: left;
	width: auto;
}

#table .list-action {
	text-align: right;
	width: 120px!important;
}

#table .list-thumb {
	text-align: left;
	width: 120px;
}

#table .table-row-title-off {
	background-color: #ffffee;
	font-weight: bold;
}

#table .table-row-title-on {
	background-color: #eee;
	font-weight: bold;
}

#table .reorderable {
	/* Rows that accept reorder*/
}

.block_translation {
	text-align: right;
	padding-right: 20px;
}

.form-group-translation {
	display: none;
}

.form-row-reference-key label{
	color: #aaa!important;
	font-weight: initial!important;
}

.form-row-reference-key INPUT{
	color: #aaa!important;
	border: #eee 1px solid!important;
}

.form_disabled {
	pointer-events: none;
}

.datatable-disabled-row {
	color: #ccc;
}

.build-html-image-thumb {
	width: 134px;
	padding: 2px;
	border: #ddd 1px solid;
	border-radius: 10px;
	box-shadow: #ccc 3px 3px 8px;
}

.build-html-image-thumb IMG {
	border-radius: 8px;
}

.build-html-image-name {
	vertical-align: middle;
	font-size: 18px;
	padding-left: 5px;
}

.cardSettings {
	cursor: pointer;
	min-width: 100%!important;
}
.cardSettings:hover {
	font-weight: bold;
	background-color: #eee!important;
}

.format-checkbox-label input[type=checkbox], .form-group-translation input[type=radio] {
	height: 20px;
	width: 20px;
	vertical-align: middle;
	position: relative;
	bottom: .08em;
}

.show-form-box-option {
	display: inline-block;
	margin: 5px;
	padding: 8px;
	padding-bottom: 0px;
	padding-left: 30px;
	border: #ccc 1px solid;
	border-radius: 5px;
}

.show-form-box-option > LABEL:hover {
	color: #007BFF;
	cursor: pointer;
}

.show-form-box-option INPUT[type="checkbox"] {
	position: absolute;
	border: #000 1px solid;
	width: 20px;
	height: 20px;
	margin-left: -22px;
}

.card-header .card-message {
	text-align: left;
}

.card-header .layout-form-card-message {
	width: 100%;
	margin-top: 5px;
	border-radius: 2px;
	box-shadow: #888 0px 0px 2px 2px;
}
.card-header .layout-form-card-message-title {
	width: 100%;
	background-color: #e90000;
	border-radius: 2px;
	padding: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.card-header .layout-form-card-message-row {
	width: 100%;
	padding: 5px;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

@media screen and (max-width: 767px) {
	.dataTables_wrapper > DIV:first-child > DIV:nth-child(1) {
		width: 65px;
	}

	.dataTables_wrapper > DIV:first-child > DIV:nth-child(2) {
		width: 200px;
	}
}

@media screen and (max-width: 414px) {
	.dataTables_wrapper > DIV:first-child > DIV:nth-child(2) {
		width: 295px;
	}
}

@media screen and (max-width: 411px) {
	.dataTables_wrapper > DIV:first-child > DIV:nth-child(2) {
		width: 291px;
	}
}

@media screen and (max-width: 375px) {
	.dataTables_wrapper > DIV:first-child > DIV:nth-child(2) {
		width: 256px;
	}
}

@media screen and (max-width: 360px) {
	.dataTables_wrapper > DIV:first-child > DIV:nth-child(2) {
		width: 240px;
	}
}

@media screen and (max-width: 320px) {
	.dataTables_wrapper > DIV:first-child > DIV:nth-child(2) {
		width: 200px;
	}
}

.custom-switch {
	padding-left: 2.25rem;
	padding-bottom: 1rem;
}

.custom-control-label {
	padding-top: 0.5rem;
	padding-left: 2rem;
	padding-bottom: 0.1rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	height: 2rem;
	width: 3.5rem;
	pointer-events: all;
	border-radius: 1rem;
}

.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(2rem - 4px);
	height: calc(2rem - 4px);
	background-color: #adb5bd;
	border-radius: 2rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(1.5rem);
	transform: translateX(1.5rem);
}
