.select2-container--default .select2-selection--single{
	border-radius: 2px;
	border-color: #ccc;
}
.select2-container .select2-selection--single{
	height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 1.42857143;
	color:inherit;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-top: 9px;
	font-size: 13px;
	padding-bottom: 8px;
	padding-left: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:37px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
	border-color:#ccc;
}
.select2-container--default .select2-selection--multiple{
	border-color:#ccc;
}
.select2-container--default .select2-selection--multiple{
	border-radius:2px;
	min-height:38px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
	border-color:#e4e4e4;
	padding: 3px 8px;
	font-size: 13px;
}
.has-error .select2-container--default .select2-selection--single, .has-error .select2-container--default .select2-selection--multiple{
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.nav-btn{
	margin-top: 2px;
}

.ifer input:invalid{
	border:none;
	border-bottom:1px solid red;
	box-shadow: none;
}
.ifer input:valid{
	border:none;
	border-bottom:1px solid #e6e6e6;
}
.float-numb{
	font-weight:bold;
}
.hide{
	display:none;
}