.minWidth {
	width: 85px !important;
	

}


.maxWidth {
	width: 270px !important;
	
}

.midWidth{
	width: 200px !important;
}

.midMaxWidth{
	width: 230px !important;
}

.minMidWidth{
	width: 150px !important;
}

.middleWidth {
	width: 100px !important;
	
}
.fullWidth {
	width: 300px !important;
	
}
.tabTable {
	border-collapse: collapse !important;
}

.orders-list-font-color{
	color: white;
}

.tr-controller-group-header
{
    background: rgb(235, 237, 242);
    cursor: pointer;
}
    
.aGroupControllerHeader
{
  font-weight: bold;
  cursor: pointer; 
}

.order-lastlog-overflow{
    color: white;
    font-weight: normal;
    // font-size: 20px;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-lastlog-overflow > span{
    font-weight: 900 !important;
    color: white !important;
    // font-size: 14px;
    border-radius: 20px;

}