@charset "utf-8";
.select2-container .select2-selection--single {
	height: 40px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px!important;
    right: 8px!important;
}

.label-box {
	position: relative;
	margin-bottom: 0;
}

.label-box-rght {
	position: absolute;
	right: 10px;
	top: 0px;
}

.label-box-rght button {
	padding: 3px 6px;
	font-size: 0.9em;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) {

}