.header-s {
    font-family:gill-sans, sans-serif;
	color:#666;
        font-weight: 600;
        font-size: 12px;
        margin-top: 3px;
  }

  .header-ns {
    font-family:gill-sans, sans-serif;
	color:#666;
        font-weight: 400;
        font-size: 12px;
        margin-top: 3px;
  }

  .body-s {
    font-family:gill-sans, sans-serif;
	color:#333;
	line-height: 1.0;
        font-weight: 400;
        font-size: 12px;
        margin-top: 7px;
        margin-bottom: 15px;
  }  

  .body-xs {
    font-family:gill-sans, sans-serif;
	color:#333;
	line-height: 0.8;
        font-weight: 400;
        font-size: 10px;
        margin-top: 7px;
        margin-bottom: 15px;
  }

  .pad-2 {
    padding-top: 2;
    padding-bottom: 2;
    margin-top: 0;
    margin-bottom: 0;
  }

.progress-bg-grey {
    background-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table-condensed-14{
  font-size: 14px;
}

.table-condensed-14-bold{
  font-size: 4;
  font-weight: 600;
}

.table-condensed-12{
  font-size: 12px;
}

.table-condensed-10{
  font-size: 10px;
}

.table-border-black tr td{
  border: 1px solid black;
}
.customer {
  font-weight: 600;
  text-decoration-line: underline;
}

.text-large {
  font-weight: 300;
  font-size: 18px;
}

.active {
   background:#4FA9DC; color:#000;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 80px;
  padding: 10px;
  width: auto;
}

.card-symbol {
  font-size: 6.2rem;
  font-weight: 800;
  line-height: 0.0;
  color:rgb(128, 128, 128);
}

.chart {
  width: 100%;
  min-height: 400px;
}
.space50 {
  width: 100%;
  min-height: 50px;
}

.chart400 {
  width: 100%;
  min-height: 300px;
}

.chartrow {
  margin:0 !important;
}

.card-large {
  font-size: 96px;
  font-weight: 500;
  line-height: 1.0;
}

.card-1 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.0;
}

.card-2 {
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 0.5;
}

.card-3 {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.0;
}

.card-pre-3 {
  font-size: 15px;
  font-family: courier;
  font-weight: 600;
  line-height: 1.0;
}

.card-4 {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.0;
}

.centerdiv {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixit {
	border: 1px solid #555555;
	width: 85mm;
	max-width: 85mm;
	margin: auto;
	height:55mm;
	overflow:hidden;		
	cursor:pointer";
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media print {
  div.hidden-print {
    display:none;
  }
}

@media screen {
  div.hidden-screen {
    display:none;
  }
  .pagebreak { page-break-before: always; } /* page-break-after works, as well */


}

