
.align-right-lg-device {
    text-align: right;
    }
 
/* grid */
[class*="row-"] {
  margin-bottom: 20px;
}
[class*="row-"]:last-child {
  margin-bottom: 0;
}
[class*="col-"] {
}


*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 65px;   
}



@media screen and (max-width: 780px){
    .align-right-lg-device
    {
        text-align: left;
    }
  
    /* all cols margin */
  [class*="col-"] {
    margin-right: 20px;
  }
  [class*="col-"]:last-child {
    margin-right: 0;
  }

  /* make the columns responsive */
  .col-1-2 {
    float: left;
    width: 50%;
  }


}