body { font-family: 'Montserrat', sans-serif;}
a {  text-decoration: none!important; }
a.nav-link { font-weight:500; }
a.nav-link:hover {color:#22c1e4!important; }

a.navbar-brand {
	border-right: 1px solid #efefef;
	padding-right:30px;
}


hr.titlehr {
	width: 5%;
	border-color: #22c1e4;
}
.no-caret::after {
	display: none !important;
}

.bg-body-tertiary {
	background-color: rgba(248,249,250, 0.5);
}

.badge-wrap {
	position: relative;
	display: inline-block;
}

.badge-with-number {
	position: absolute;
	color: #fff;
	background-color: #4BB543;
	font-size: 11px;
	padding: 3px 10px;
	border-radius: 8px;
	top: -5px;
	right: -5px;
}

.badge-without-number {
	position: absolute;
	background-color: #4BB543;
	font-size: 11px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top:5px;
	right: 0;
}

.badge-without-number.with-wave {
	animation-name: wave;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.badge-without-number.changing-shape {
	animation-name: changingShape;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	border-radius: 0;
}

@keyframes wave {
	0% {box-shadow: 0 0 0px 0px rgba(75, 181, 67, 0.5);}
	100% {box-shadow: 0 0 0px 10px rgba(75, 181, 67, 0);}
}

@keyframes changingShape {
	0% {transform:rotate(0);border-radius: 0;}
	50% {transform:rotate(360deg);border-radius: 50%;}
	100% {transform:rotate(720deg);border-radius: 0;}
}


.table > tbody > tr > td {
	vertical-align: middle;
}




.select2-container .select2-selection--single { height:38px!important;}
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height:36px!important; font-size:14px!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow b { display:none; }
.select2-dropdown { border: 1px solid #eee; font-size:13px!important }
.select2-container--default .select2-results>.select2-results__options { max-height: 400px; }
