#admin-section .card {
	border-radius: 0px;
	border: none;
	margin-bottom: 1rem;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

#admin-section .container {
	margin-top: 1rem;
	/* margin-bottom: 1rem; */
}

/* Скриване на оригиналните checkbox елементи */
input[type="checkbox"] {
  display: none;
}

/* Стил на label елемента */
label.checkbox-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 10px;
  margin-right: 5px;
  background-color: #eee;
  color: #333;
  border-radius: 5px;
}

/* Стил на label елемента, когато checkbox елементът е отметнат */
input[type="checkbox"]:checked + label.checkbox-btn {
  background-color: #333;
  color: #fff;
}

fieldset {
	position: relative;
	border-radius: 10px;
}

legend {
	position: absolute;
	font-size: 12px;
	top: -10px;
	background: #fff;
	padding: 0 10px;
	font-weight: bold;
}

#orders-list .text-muted{
	color: #cfd1d2 !important;
}

.bs-0 {
	border-left: 8px solid #fff !important;
}

.bs-1 {
	border-left: 8px solid green !important;
}

.bs-2 {
	border-left: 8px solid orange !important;
}

.bs-3 {
	border-left: 8px solid red !important;
}

.bs-4 {
	border-left: 8px solid #6A0DAD !important;
}

.bs-5 {
	border-left: 8px solid #000 !important;
}

.bg-0 {
	background: #fff;
}

.bg-1 {
	background: green;
	color: #fff;
}

.bg-2 {
	background: orange;
	color: #000;
}

.bg-3 {
	background: red;
	color: #fff;
}

.bg-4 {
	background: #6A0DAD;
	color: #fff;
}

.bg-5 {
	background: #000;
	color: #fff;
}

.bgrow-0 {
	background: #FFFFFF !important;	
}

.bgrow-1 {
	background: #C7E6E8 !important;	
}

.bgrow-2 {
	background: #C1FFC1 !important;	
}

.bgrow-3 {
	background: #FFDFE3 !important;	
}

.bgrow-4 {
	background: #DDD5F3 !important;	
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da !important;
  padding: 7px !important;
}

.select2-container .select2-selection--single {
  height: 37px !important;
  border: 1px solid #ced4da !important;
  border-radius: 3px !important;
  
}

.select2-container {
	z-index: 9999 !important;
}