label.required:after {
    content: " *";
    color: red;
}

[class^='select2'] {
	border-radius: 0px !important;
	border-color: #d2d6de !important;
	color: #606060 !important;
}

.select2-container {
	width: 100% !important;	
}

.input-error {
    border-color: red !important;
}

.form-group-sub {
	padding-left: 35px !important;
}

.form-group-sub-icon {
	position: absolute;
	left: 15px;
	top: 0;
}

/* UI SEGMENT */
.ui-segment{
	color: black;
	display: inline-block;
}
.ui-segment span.option.active{
	background-color: #007bff;
	color: white;
}
.ui-segment span.option{
	padding-left: 23px;
	padding-right: 23px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0px;
	float: left;
	cursor: pointer;
	border: 1px solid #007bff;
	border-left: none;
	font-size: 13px !important;
}
.ui-segment span.option:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left: 1px solid #007bff;
}
.ui-segment span.option:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.segment-select{
	width: 0px;
	height: 0px;
	background-color: transparent;
	border: none;
}