/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

/*select 2*/
.select2-container {
	width: 100% !important;
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered {
	padding: 3px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
	border: 1px solid #ced4da;
	border-radius: 3px;
}

.select2-container .select2-selection--single {
	height: 45px !important;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 43px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 43px;
}
/*-----*/

/*badge*/

.badge.bg-primary,
.badge.badge-primary {
	background: #8075c4;
}

.badge.bg-success,
.badge.badge-success {
	background: #a9d86e;
}

.badge.bg-warning,
.badge.badge-warning {
	background: #fcb322;
}

.badge.bg-important,
.badge.badge-danger {
	background: #ff6c60;
	color: #fff !important;
}

.badge.bg-info,
.badge.badge-info {
	background: #41cac0;
}

.badge.bg-inverse,
.badge.badge-inverse {
	background: #2a3542;
}