/*
Generic Backbone Views (GBV) styles
Copyright 2020, Captricity Inc. dba Vidado, All Rights Reserved.
*/

.gbv-attribute-display-view label, .gbv-attribute-edit-view label {
	color: #000;
	padding-right: 0.5em;
}

.gbv-attribute-display-view label:first-letter, .gbv-attribute-edit-view label:first-letter {
	text-transform: uppercase;
}

.gbv-attribute-edit-view {
	position: relative;
	margin: 0.5em 0;
}

.gbv-attribute-edit-view .edit-checkbox, .gbv-attribute-edit-view .edit-radio {
	margin-right: 0.4em;
}

.gbv-collection-view .loading-message {
	width: 100%;
	text-align: center;
	margin: 2em;
	font-size: 2em;
}

.gbv-select-one-attribute-edit-view, .gbv-select-many-attribute-edit-view, .gbv-select-one-or-text-attribute-edit-view, .gbv-yes-no-attribute-edit-view {
	margin-bottom: 1.1em;
}

.gbv-select-one-attribute-edit-view .gbv-attribute-label, .gbv-select-many-attribute-edit-view .gbv-attribute-label, .gbv-select-one-or-text-attribute-edit-view .gbv-attribute-label, .gbv-yes-no-attribute-edit-view .gbv-attribute-label {
	display: none;
}
.gbv-select-one-attribute-edit-view label input, .gbv-select-many-attribute-edit-view label input, .gbv-select-one-or-text-attribute-edit-view label input {
	margin-right: 0.4em;
}
.gbv-select-one-attribute-edit-view label, .gbv-select-many-attribute-edit-view label, .gbv-select-one-or-text-attribute-edit-view label {
	margin-right: 1em;
}
