.rob-field-cont {
	font-size: 0;
}

.rob-field-cont > * {
	display: inline-block;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
}

.rob-field, .rob-field-label {
	padding: 5px 3px;
	position: relative;
}

.rob-field-label {
	text-align: right;
}

.rob-field-label:first-of-type {
	text-align: left;
}

.rob-field input:not([type=checkbox]):not([type=radio]), .rob-field select, .rob-field textarea {
	box-sizing: border-box;
	width: 100%;
}

.flex-fields, .flex-fields-wrap {
	display: flex;
}

.flex-fields-wrap {
	flex-wrap: wrap;
}

.flex-fields > *, .flex-fields-wrap > * {
	flex-grow: 1;
	padding: 5px 3px;
	position: relative;
	box-sizing: border-box;
	align-self: flex-start;
}

.flex-fields input:not([type=checkbox]):not([type=radio]), .flex-fields select, .flex-fields textarea, .flex-fields-wrap input:not([type=checkbox]):not([type=radio]), .flex-fields-wrap select, .flex-fields-wrap textarea {
	box-sizing: border-box;
	width: 100%;
}

.multilang-field-container {
	position: relative;
}

.multilang-field-lang-container {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	padding: 1px 3px;
	border: solid transparent 1px;
	background-color: transparent;
	opacity: 0.3;

	transition: opacity 0.4s ease-out, background-color 0.4s ease-out, border-color 0.4s ease-out;
}

.multilang-field-container:hover .multilang-field-lang-container {
	opacity: 1;
	z-index: 15;
}

.multilang-field-lang-container:hover {
	border-color: #333;
	background: #FFF;
	box-shadow: #777 2px 2px 2px;
}

.multilang-field-other-langs-container {
	transform: scale(0);
	transition: transform 0.2s ease-in;
}

.multilang-field-lang-container:hover .multilang-field-other-langs-container {
	transform: scale(1);
}

.multilang-field-lang-container img {
	display: block;
	height: 28px;
	margin-bottom: 2px;
}

.file-box-cont {
	border: solid #CCC 1px;
	padding: 5px;
	margin: 5px 0;
	cursor: pointer;
}

.file-box {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	font-size: 18px;
	color: #8AA5C2;
	margin: auto;
}

.file-box img {
	max-height: 40px;
}

.file-tools > a {
	white-space: nowrap;
	margin-right: 5px;
}

.file-tools img {
	height: 16px;
}

/*===== DRAG DROP FILE ===== */
.file-dd.file-dd-no-area.file-dd-highlight {
	background-color: #d1e7fb;
}

.file-dd .file-dd-area {
	width: 100%;
	height: 100px;
	border: 6px dashed #ccc;
	border-radius: 10px;
	text-align: center;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.file-dd.file-dd-highlight .file-dd-area {
	border-color: #5d8fdf;
	background-color: #dbe7f1;
	color: #285aab;
}

.file-dd .file-dd-area + .file-input-cnt {
	display: none;
}

.file-dd.has-file .file-dd-area {
	display: none;
}

.lang-switch-cont {

}

.lang-switch-cont img {
	height: 30px;
	margin-right: 5px;
	opacity: 0.5;
}

.lang-switch-cont img:hover {
	opacity: 0.7;
}

.lang-switch-cont img.selected {
	opacity: 1;
}

[data-fieldplaceholder] {
	width: 100%;
	display: inline-block;
}
