.checkbox{
	display:inline;
}
.table-wrapper {
  max-height: 455px;
  overflow: auto;
  display: inline-block;
  width: 100%;
  min-height: 40px;
}

.table-scroll {
  height:150px;
  overflow:auto;  
  margin-top:20px;
}

.table-wrapper table {
  width:100%;
}

.table-wrapper table th {
  background:#2F2F2F;
}

.table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
  height:20px;
  width:35%;
  border:1px solid red;
}

.table-wrapper::-webkit-scrollbar {
  width: 10px;
  height:10px;
}

.table-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 5px;
}

.table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.legend {
	color: #ccc;
	font-weight: bold;
	margin-left: 3px;
	margin-top: 5px;
	float: left;
}

tbody{
	border: none;
	border-style: none;
}
.portal{
	margin-left:-201px;
}
.no-border td {
    border-top: 0 !important ;
    border-bottom: 0;   
}
.no-border>:not(:first-child) {
    border-top: 0px solid currentColor;
}       
.noborder:last-child {
  border: 2px solid orange;
@media (max-width: 480px) {
  .span-show {
   display: none;
  }
  .mini {
  display: inline-flex;
  }
.loader{
margin-left: 30vw;
}
        
}
