.container {
  max-width: 960px;
}

.resultTitle {
	color : #1a0dab;
	display: block;
}

.resultLink {
	color : #006621;
	display: block;
	white-space: normal;
}

.resultRank {
	vertical-align: middle !important;
	float: left;
	width: 52px;
	height: 48px;
}

.resultRank .badge {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	margin-left: 3px;
	margin-top: 4px;
	font-size: 16px;
	line-height: 30px;
}

.d-none, .hide {display: none;}

.cursor-pointer {cursor:pointer;}

.text-limit-1-row{
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media only screen and (min-width: 1789px) {
	.min-1790-block {display:inline-block;}
}

.spinner-container {
	background: #f8f9fa;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999999;
}

.spinner {
	position: relative;
	top: 160px;
	height:60px;
	width:60px;
	margin:0px auto;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left:6px solid rgba(0, 123, 255, .1);
	border-right:6px solid rgba(0, 123, 255, .1);
	border-bottom:6px solid rgba(0, 123, 255, .1);
	border-top:6px solid #007bff;
	border-radius:100%;
}

@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}

.vh-100 {
	height: calc(100vh - 50px);
}

.img-barcode {
	border: 1px solid rgba(0,0,0,.125);
}

.max-length-limit {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}