.data-array-wrap { margin: 20px 0; }

.data-array-wrap .panel-body .row { border-bottom: 1px solid #ddd; }

.data-array-wrap .panel-body .row:last-child { border-bottom: none; }

.data-array-wrap .panel-body .text-right { text-align: left; }

@media (min-width: 768px) {
.data-array-wrap .panel-body .text-right { text-align: right; }
}

.bg-info { padding: 15px; }

/* ASSETS */

button.asset-remove {
	position: absolute;
    right: 2px;
    top: 2px;
}

.asset-captions p {
	margin: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    height: 20px;
}

.asset-buttons {
	margin-top: 6px;
}

.asset-buttons button {
    float: right;
    margin-left: 6px;
}

li.asset-item, ul>li.asset-item:first-child {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px;
	margin-right: 12px;
	margin-bottom: 12px;
	position: relative;
}

.asset-placeholder {
	border: 1px dotted #ccc;
	border-radius: 4px;
	width: 134px;
	height: 134px;
	margin: 12px;
}

.error-message {
	margin: 10px 0;
	padding: 10px;
	background-color: #ffe5e5;
	border: 1px solid #ff0000;
	color: #ff0000;
	}



/* Forms and Tables
-------------------------------------------------------------- */

/* Force a stacked label and input */
.form-group-block [class^="col-sm-"] {
	display: block;
	float: none;
	width: auto;
	text-align: left;
}

.form-group-block label {
	margin-bottom: 5px !important;
	text-align: left;
}

.compact-input-cell .form-group {
	margin: 0;
}

.compact-input-cell .form-group [class *="col"] {
	padding: 0;
}

.compact-input-cell .form-group .control-label {
	width: auto;
}