.container-fluid {

}

.alpaca-field-object {
	padding: 0px;
}

.alpaca-field-object {
	    padding: 5px;
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    height: 30px;
    padding: 6px 6px;
    font-size: 14px;
}

label {
	font-size: 12px;
}

.cm_choose_selectors_list {
	max-height: 300px;
    overflow-y: scroll;
	margin-top: 5px;
}

.cm_choose_selectors_list li {
	cursor: pointer;
}

.editable-input {
    width: 100%;
}

.editableform .form-control {
    width: 100%;
}

.editable-container.editable-inline {
    width: 100%;
}

.editable-buttons.editable-buttons-bottom {
	float: right;
}

.editable-submit {
	width: 50px;
}

.field_info {
	font-size: 10px;
    margin-top: 5px;
}

.description_full {
	font-size: 11px;
}

.field_desc {
	font-size: 12px;
	font-weight: bold;
}

.field_row {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dashed #ccc;
}