.cv-form-label {
	text-align: right;
}
.cv-form-group-header-label {
	border-width: 1px;
	border-style: solid;
	background: lightgrey;
	text-align: center;
	margin-bottom: 1px;
	padding: 1px;
}

.cv-input > .twitter-typeahead {
	width: 100%;
}

.cv-input .tt-menu {
	width: 100%;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.cv-input .tt-suggestion {
	background-color: #f5f5f5;
}

.cv-input .tt-cursor {
	background-color: lightgreen;
}

.cv_form_required_not_found {
	border: 1px solid red !important;
	background-color: #ffff6b !important;
}

.cv-form-checkbox {
	width:  20px;
	height: 20px;
}

.cv_table_dropdown_array > button {
	width:            100%;
	background-color: white;
	border:           solid black 1px;
	height:           18px;
	padding:          0 5px;

}
.cv_table_dropdown_array > button > div {
	overflow:      hidden;
	text-overflow: ellipsis;
	font-size:     12px;
	max-width: 500px;
}
.cv_table_dropdown_array > ul:before {
	border-bottom: solid black 8px !important;
}
.cv_table_dropdown_array > ul {
	border: solid black 1px;
	position: relative;
	overflow: scroll;
	width:    100%;
	height:   150px;
	white-space: nowrap;
}
.cv_table_dropdown_array > ul > li {
	font-size: 12px;
	padding:   6px;
}
.cv_table_dropdown_array > ul > li > input {
	margin-right: 3px;
}
.cv_table_dropdown_array > ul > li > div {
	width:         80%;
	display:       inline-block;
	overflow:      hidden;
	text-overflow: ellipsis;
	white-space:   nowrap;
}

.cv-row{
	display: inline-block;
	vertical-align: middle;
}