.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;
}

.card-counter{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
  }

  .card-counter:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  .card-counter.primary{
    background-color: #007bff;
    color: #FFF;
  }

  .card-counter.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter i{
    font-size: 5em;
    opacity: 0.2;
  }

  .card-counter .count-numbers{
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 32px;
    display: block;
  }

  .card-counter .count-name{
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
  }


  .card-counter-top{
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 180px;
    width: 180px;
    border-radius: 5px;
    transition: .3s linear all;
  }

  .card-counter-top:hover{
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
  }

  .card-counter-top.primary{
    background-color: #007bff;
    color: #FFF;
  }

  .card-counter-top.danger{
    background-color: #ef5350;
    color: #FFF;
  }  

  .card-counter-top.success{
    background-color: #66bb6a;
    color: #FFF;
  }  

  .card-counter-top.info{
    background-color: #26c6da;
    color: #FFF;
  }  

  .card-counter-top i{
    font-size: 5em;
    opacity: 0.2;
  }

  .card-counter-top .count-numbers-top{
    position: absolute;
    right: 35px;
    top: 10px;
    font-size: 12px;
    display: block;
  }

  .card-counter-top .count-name-top{
    position: absolute;
    right: 35px;
    top: 15px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
  }

  .bg-c-green {
    background: linear-gradient(45deg,#55bb6a,#33bb697a);
    color: #FFF;

}

.bg-c-red {
    background: linear-gradient(45deg,#ef5350,#9952508e);
    color: #FFF;

}

.noborder-button {
    border: none;
    padding: 0;
    background: none;
  }
  

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 25px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

@media screen {
  div.hidden-screen {
    display:none;
  }
}

@media print {
  div.hidden-print {
    display:none;
  }
  .pagebreak { page-break-before: always; } /* page-break-after works, as well */


}

