.cursor-pointer {
	cursor: pointer;
}

.text-bold {
	font-weight: bold !important;
}

.text-10 {
	font-size: 10px !important;
}

.no-wrap {
	white-space: nowrap;
}

.ci-rotate-180 {
	transform: rotate(180deg);
}

.mt-n11 {
	margin-top: -6.5rem !important;
}

.left-thick-border {
	border-left: 2px solid #777;
}

.right-thick-border{
	border-right: 2px solid #777;
}

#mainMap .leaflet-div-icon {
	width: 0;
	height: 0;
	border: 0;
	padding: 0;
}

#mainMap .leaflet-div-icon b {
	display: inline-block;
	background: #dddddd;
	padding: 3px;
	border: 1px solid #888888;
	border-radius: 5px;
	font-weight: bold;
	opacity: 0.7;
	transform: translate(-50%, -50%);
}

.leaflet-marker {
	display: inline-block;
	background: transparent;
}

.marker-badge {
	top: 15px;
	left: 12px;
}

.not-rounded {
	border-radius: 0;
}

.ul-no-dot {
	list-style-type: none;
}

.no-decoration {
	text-decoration: none !important;
}

.droppable {
	cursor: grab;
}

.fs-10 {
	font-size: 10px;
}

.fs-11 {
	font-size: 11px;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.nav-link-icon {
	width: 1.3rem !important;
}

.label-divider {
	margin-top: 0.3em;
}

.form-check-label {
	margin-left: 1rem;
}

/* SWITCH BUTTON */
.switch-btn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch-btn input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c20808;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-btn:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-btn {
  background-color: #00930a;
}

input:focus + .slider-btn {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-btn:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider-btn.round {
  border-radius: 34px;
}

.slider-btn.round:before {
  border-radius: 50%;
}

/* BOOTSTRAP felülírás */
.card {
	overflow: visible;
}

/* TIMELINE felülírás */
.timeline.timeline-sm .timeline-item .timeline-item-marker .timeline-item-marker-text {
	width: 4.6rem !important;
}
