<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
  font-family: SolHeavy;
  src: url('/fonts/Sol_Heavy_Regular.ttf');
}

@font-face{
  font-family: SolRegular;
  src: url('/fonts/Sol_Regular.ttf');
}

.RegularBrandFont{
	font-family: SolRegular;
}

.HeavyBrandFont{
	font-family: SolHeavy;
}

.brand {
  /*font-weight: bold;*/
  color: white;
  font-size: 18px;
}

.logo-lg , .logo-mini, .TechLab{
  font-family: SolHeavy;
}

.FirstName{
	color: #367fa9;
}

.LastName{
	color: #444;
}

.Logo{
	font-size: 30px;	
}

.checkbox{
	height: 20px;
	width: 20px;
	cursor: pointer;
}

.small-box{
	color: white;
	/*margin-bottom: px;*/
}

h4{
	text-align:center;
}

/*.content-wrapper, .main-footer{
	margin-left: 0px;
}*/



.main-sidebar{
	background-color: #222d32;
}

.with-background{
	background-image: url('/img/app/iStock-500663898.jpg');
	/*background-image: url('/img/app/point-of-sale-system.jpg');*/
	background-size: cover;
	background-repeat: no-repeat;
}

#login-footer{
	background: #fff;
	padding: 15px;
}

.modal-fullscreen-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.modal-fullscreen-content {
	height: auto;
	min-height: 100%;
	border-radius: 0;
}</pre></body></html>