.content {
	min-height: 0;
}
 
.btn-fixed {
	position: fixed;
	bottom: 60px;
}

/* TABLE SATMA */

.table-satema > tbody > tr > td {
	margin: 0;
	padding: 5px;
}

.table-satema .form-group {
	margin: 0;
	padding: 0; 
}

.table-satema thead th {
	white-space: nowrap;
}

.table-satema [data-fieldtype="article"] {
}

.table-satema [data-fieldtype="checkbox"] {
}

.table-satema [data-fieldtype="dropdown"] {
	width: auto;
}

.table-satema [data-fieldtype="float"] {
	width: 90px;
}

.table-satema [data-fieldtype="image"] {
	width: 300px;
}

.table-satema [data-fieldtype="integer"] {
	width: 90px;
}

.table-satema [data-fieldtype="string"] {
	min-width: 300px;
}

.table-satema [data-fieldtype="textarea"] {
	min-width: 300px;
}

.table-satema [data-fieldtype="value"] {
	min-width: 150px;
}


/* TABLE COLUMNS */
.table-edit-column td {
	width: 50%;
}

/* TABLE VALUES */
.table-values td:nth-child(1) {
	width: 200px;
}

.table-values td:nth-child(2) {
	width: 100px;
}

.select2 {
    width: 100% !important;
}