.dashboard-outer-wrapper,.manage-menu-outer-wrapper{
	width:100%;
	margin:auto;
	margin-top:50px;
}

.dashboard-column-wrapper{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-right:20px;
}

.dashboard-column-menu-wrapper{
	float:left;
	width:100%;
	padding:10px 12px;
	border-bottom:1px solid #e4e4e4;
	box-sizing:border-box;
}
.div-clear{clear:both;}

.manage-menu-inner-wrapper{
    float:left;
    width:100%;
    border-bottom:1px solid #e4e4e4;
}	

.manage-menu-column-wrapper{
        float:left;
        width:33%;
        padding:10px 12px;
        box-sizing:border-box;
}

#field-sftp-import-configurations-values,
#field-sftp-export-configurations-values{
	border: 1px solid var(--color-gray-200) !important;
}

#edit-field-temperature{
	display: flex !important;
}

#edit-field-temperature .form-item{
	padding-right: 10px !important;
}

.form-item--field-phone-0-mobile,
.form-item--field-telephone-0-mobile{
	border: 1px solid;
	width: 72%;
}

.field--name-field-address,
.field--name-field-address-1,
.field--name-field-address-2,
.form-item--field-lab .form-select {
	width: 82%;
}

.node-lab-form .entity-meta,
.node-order-form .entity-meta{
	display: none !important;
}