.font-9{
	font-size: 9px !important;
}

.font-10{
	font-size: 10px !important;
}

.width-50{
	width:50px !important;
}

.scroll-x{
	overflow-x: scroll;
}

.scroll-y{
	overflow-y: scroll;
}

.fz-1rem{
	font-size: 1rem;
}

.max-width-274{
	max-width: 274px;
}


.mx-width-100{
	max-width: 100px;
}

.mwidth-900{
	min-width: 900px;
}

.bg-soft-dark{
	background-color: #95afc0;
}

.mwidth-90-percent{
	min-width: 90%;
}

.mwidth-80-percent{
	min-width: 80%;
}

.mwidth-946{
	min-width: 946px;
}

.mwidth-1000{
	min-width: 1000px;
}

.fz-zero-point-rem{
	font-size: 0.9rem;
}

.fz-1-5rem{
	font-size: 1.5rem;
}

.fz-2rem{
	font-size: 2rem !important;
}

.fz-3rem{
	font-size: 3rem !important;
}

.clickable{
	cursor: pointer;
}

.default-color{
	color:#28313b;
}

.g-white{
  color:#fafafa;
}

li.queue .metric-bordered{
  border:none;
  padding: 5px 10px 10px 10px;
}

.mt-min-20{
	margin-top:-20px;
}

.bc-azure{
	background-color: azure;
}

.m-min-50{
	margin:-50px;
}

.p-zero-point-1-rem{
	padding:0.1rem;
}