@charset "utf-8";
/* CSS Document */
*, ::after, ::before {
 box-sizing: border-box;
}
.mt-4, .my-4 {
	margin-top: 1.5rem!important;
}
.mb-2, .my-2 {
 margin-bottom: .5rem!important;
}
.lh-3 {
	line-height: 3;
}
.btn:not(:disabled):not(.disabled) {
 cursor: pointer;
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid  transparent;
	border-radius: 4px;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.btn-light {
	color: #212529;
	background-color:#f8f9fa;
	border-color:#f8f9fa;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color:    #1b8e7e;
	border-radius: 10px;
}
.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}
.badge-danger {
	color: #fff;
	background-color: #dc3545;
}
.badge-warning {
	color: #212529;
	background-color: #ffc107;
}
.float-right {
	float: right!important;
}
.d-none {
	display: none!important;
}
.d-inline {
	display: inline!important;
}
 @media (min-width: 768px) {
.d-md-inline {
 display: inline!important;
}
.d-md-none {
 display: none!important;
}
}
