@CHARSET "UTF-8";

.labels_container {
	position: relative;
	margin: 0;
	height: 40px;
	
	word-spacing: -4px;
	
	z-index: 100;
	
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start
}

.labels_container .label {
	position: relative;
	margin: 0;
	
	width: 150px;
	height: inherit;
	
	border-right: solid 2px;
	
	cursor: pointer;
	
	z-index: 20;
}

/*.labels_container .label input {
	display: none;
}*/

.labels_container .label div {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.labels_container .label .img_container {
	margin-top: 2px;
	width: 50px;
	height: 40px;
}

.labels_container .label .hidden_label_companion {
	margin-top: 2px;
	line-height: 40px;
	font-weight: bold;
}

.labels_container .hidden_label {
	position: absolute;
	top: 38px;
	right: 0px;
	left: 0px;
	
	height: 0;
	/*line-height: 40px;*/
	
	z-index: 10;
	overflow: hidden;
	
	border-bottom: solid 2px;
}

.labels_container .hidden_label form select {
	width: calc(100% - 170px);
}

.labels_container .hidden_label {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}
