html,
body {
	background-color: #f8f9fa;
}

h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	h3 {
		margin-top: 10px;
		margin-bottom: 0px;
		display: inline-block;
	}
}

p.whiteText {
	color: white;
}

.mainBox {
	color: white;
	border: 1px solid #eee;
	padding: 20px;
	height: 110px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.rdist {
	margin-right: 8px;
}

.costContainer {
	padding: 0px;
	margin-bottom: 60px;
}

.costCol {
	padding: 0px 5px;
	margin-bottom: 10px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 70;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.rPartFloat {
	float: right;
	text-align: right;
}

.lPartFloat {
	float: left;
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

@media screen and (max-height: 450px) {
	.overlay a {
		font-size: 20px
	}

	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}


.strike {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	color: #9f9f9f;
	margin-bottom: 7px;
}

.strike > span {
	position: relative;
	display: inline-block;
}

.strike > span:before,
.strike > span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 0.4px;
    background: #ced4da;
}

.strike > span:before {
	right: 100%;
	margin-right: 15px;
}

.strike > span:after {
	left: 100%;
	margin-left: 15px;
}


ul.sbLink {
	margin: 0px;
	padding: 0px;
}

li.sbLink {
	text-decoration: none;
	list-style: none;
	display: block;
	border-bottom: 1px solid #eee;
}

a.sbLink {
	color: black;
	padding: 8px 15px;
	display: block;
	text-decoration: none;
	transition: 0.4s;
}

.activeLink {
	background-color: white;
}

a.sbLink:hover {
	background-color: #ededed;
	padding: 8px 15px;
	display: block;
	text-decoration: none;
	transition: 0.4s;
}

i.sbLink {
	font-size: 14px;
}

.gh {
	display: none;
}

.sideBar {
	border: 1px solid #eee;
	width: 20%;
	float: left;
	display: block;
	transition: 0.5s;
}

@media screen and (max-width: 991px) {
	.sideBar {
		border: 1px solid #eee;
		width: 0%;
		float: left;
		display: none;
		transition: 0.5s;
	}
	
	.gh {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	table.dataTable {
		font-size: 10px;
	}
}

.bizRow {
	background-color: #fff4a3!important;
}

.d-color {
	border-color: red;
}

.lPartFloat > i {
	font-size: 70px;
}

.boxTitle {
	display: block;
	font-size: 34px;
}

.underTitle {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

.underBox {
	padding: 5px 20px;
}

.borderFirst {
	border: 1px solid #20b7ff;
	color: #20b7ff;
	border-radius: 4px;
}

.borderSecond {
	border: 1px solid #20b7ff;
	color: #20b7ff;
	border-radius: 4px;
}

.borderThird {
	border: 1px solid #ffba3b;
	color: #ffba3b;
	border-radius: 4px;
}

.borderFourth {
	border: 1px solid #00f87a;
	color: #00f87a;
	border-radius: 4px;
}

.borderFifth {
	border: 1px solid #ff3b3b;
	color: #ff3b3b;
	border-radius: 4px;
}

.borderSixth {
	border: 1px solid #08ab58;
	color: #08ab58;
	border-radius: 4px;
}

.underBoxText {
	display: inline-block;
}

.infoTitle {
	color: grey;
	font-size: 10px;
}

.footer {
	text-align: center;
	font-size: 10px;
	color: grey;
	padding: 10px 0px;
}

.responsiveNav {
	display: none;
	float: right;
	margin-top: 23px;
	font-size: 30px;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.responsiveNav {
		display: block;
	}
}

#example_wrapper {
	margin-left: 0px;
	margin-right: 0px;
}

@media screen and (max-width: 768px) {
	#example_wrapper {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.MainPage {
	background-color: white;
	border: 1px solid #eee;
	width: 80%;
	float: right;
	padding: 5px 10px;
	transition: 0.5s;
}

@media screen and (max-width: 991px) {
	.MainPage {
		background-color: white;
		border: 1px solid #eee;
		width: 100%;
		float: right;
		padding: 5px 10px;
		transition: 0.5s;
	}
}

.container-load {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	overflow: hidden;
	animation-delay: 1s;
}

.item-1 {
	width: 20px;
	height: 20px;
	background: #f583a1;
	border-radius: 50%;
	background-color: #eed968;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@keyframes scale {
	0% {
		transform: scale(1);
	}

	50%,
	75% {
		transform: scale(2.5);
	}

	78%,
	100% {
		opacity: 0;
	}
}

.item-1:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #eed968;
	opacity: 0.7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 200ms;
	transition: 0.5s all ease;
	transform: scale(1);
}

.item-2 {
	width: 20px;
	height: 20px;
	background: #f583a1;
	border-radius: 50%;
	background-color: #eece68;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@keyframes scale {
	0% {
		transform: scale(1);
	}

	50%,
	75% {
		transform: scale(2.5);
	}

	78%,
	100% {
		opacity: 0;
	}
}

.item-2:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #eece68;
	opacity: 0.7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 400ms;
	transition: 0.5s all ease;
	transform: scale(1);
}

.item-3 {
	width: 20px;
	height: 20px;
	background: #f583a1;
	border-radius: 50%;
	background-color: #eec368;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@keyframes scale {
	0% {
		transform: scale(1);
	}

	50%,
	75% {
		transform: scale(2.5);
	}

	78%,
	100% {
		opacity: 0;
	}
}

.item-3:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #eec368;
	opacity: 0.7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 600ms;
	transition: 0.5s all ease;
	transform: scale(1);
}

.item-4 {
	width: 20px;
	height: 20px;
	background: #f583a1;
	border-radius: 50%;
	background-color: #eead68;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@keyframes scale {
	0% {
		transform: scale(1);
	}

	50%,
	75% {
		transform: scale(2.5);
	}

	78%,
	100% {
		opacity: 0;
	}
}

.item-4:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #eead68;
	opacity: 0.7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 800ms;
	transition: 0.5s all ease;
	transform: scale(1);
}

.item-5 {
	width: 20px;
	height: 20px;
	background: #f583a1;
	border-radius: 50%;
	background-color: #ee8c68;
	margin: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@keyframes scale {
	0% {
		transform: scale(1);
	}

	50%,
	75% {
		transform: scale(2.5);
	}

	78%,
	100% {
		opacity: 0;
	}
}

.item-5:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ee8c68;
	opacity: 0.7;
	animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
	animation-delay: 1000ms;
	transition: 0.5s all ease;
	transform: scale(1);
}

.contentGeneralSearch {
	display: none;
	margin-top: -1rem;
	position: absolute;
    font-family: Calibri;
    font-weight: bold;
    color: #868686;
	background-color: white;
    border-right: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	z-index: 1;
}

.clientsList {
	background-color: white;
	padding: 2px 6px;
	cursor: pointer;
}

.clientsList:hover {
	background-color: #c4e1ff;
	color: black;
}

div.motImg {
	border-radius: 0.25rem;
	background-image: linear-gradient(to bottom, rgba(174, 143, 37, 0.7), rgba(38, 29, 0, 0.6)), url(../img/motivation.jpg);
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1.25rem;
	margin: -1.25rem -1.25rem 30px -1.25rem
}

a#tePranuara {
	color: #20b7ff;
}

a#neTransport {
	color: #ffba3b;
}

a#neRegjistrim {
	color: #3ba5ff;
}

a#tePerfunduara {
	color: #00f87a;
}

a#teBarazuara {
	color: #08ab58;
}

a#teAnuluara {
	color: #ff3b3b;
}

#canHide {
	display: table-cell;
}

@media screen and (max-width: 768px) {
	#canHide {
		display: none;
	}
}

.poponinput {
	display: none;
	cursor: pointer;
	background-color: #ffc107;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
	border-radius: 2px;
}

.colScan {
	padding: 30px;
	text-align: center;
	cursor: pointer;
}

.colScan-dergo {
	background-color: #3ba5ff;
}

.colScan-prano {
	background-color: #ffba3b;
}

.colScan-text {
	color: white;
	margin-top: 15px;
}

.reFaDesing {
	font-size: 60px;
    color: white;
}

@media screen and (max-width: 768px) {
	.scanResponsiveText {
		font-size: 16px;
	}
}