.mapid{
  	position:relative;
  	z-index:10;
}

#gateway_id.gateway_id{
  overflow-x: visible !important;
  overflow-y: visible !important;
}


.mt-100 {
    	margin-top: 00px;
    	margin-bottom: 10px;
  	position:relative;
  	z-index:90
}

.leaflet-tile-pane {
  -webkit-filter: grayscale(100%) contrast(0.6) brightness(1.2);
  filter: grayscale(100%) contrast(0.6) brightness(1.2);
}

.active {
   background:#4FA9DC; color:#000;3
}

.white-glass{
	color: rgb(169,169,169);
}

.green-glass{
	color: rgb(60, 179, 113);
}

.brown-glass{
	color: rgb(160, 82, 45);
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 80px;
  padding: 10px;
  width: auto;
}

.table-condensed{
  font-size: 10px;
}


.table-condensed-14{
  font-size: 14px;
}

.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;
}

.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 {

.fixit {
	border: 1px solid #555555;
	width: 85mm;
	max-width: 85mm;
	margin: auto;
	height:55mm;
	overflow:hidden;		
	cursor:pointer";
}

@page {
  size: 85mm 55mm;
  
  .print-color-red {
        color: red !important;
    }
}
}



