
.size-11{
  font-size:11.5px;
}

.size-13{
  font-size:13.5px;
}
.e-footer-bar{
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
}
.e-container-fluid{
     min-height: 100vh;
     /* will cover the 100% of viewport */
     overflow: hidden;
     display: block;
     padding-bottom: 15px;
      /* height of your footer */
    position: static;
    display: inline-block;
}

.e-container {
  table-layout: auto;
  display: inline-block;
}

.e-btn.width-40 {
    width: 40%;
    margin-left: 0!important;
    margin-right: 0!important;
}

.scrolling{
  overflow-x: auto;
}

.th, td { 
  overflow: hidden; 
  text-overflow: ellipsis; 
  word-wrap: break-word;
  table-layout: auto;
  /* display: inline-block; */
}

.width-100 {
    width: 100%;
  }

.midway-yellow {
  background: #ffc90e;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    .tor_header,.tor_header *{
      font-size: 11px;
      
    }
    .tor_content,.tor_content *{
      font-size: 10px;
      padding-right:12px;
    }
    .tor_footer,.tor_footer *{
      font-size: 9px;
      padding-right:4px;
    }
    
}