.form-control.left {
    text-align: left;
}

.loadinggifx {
    background: url('../../img/ajax-loader-input.gif') no-repeat left center;
    background-position-x: 10px;
  }
  
.loadinggif2 {
    background: url('../../img/loadingx2.svg') no-repeat left center;
    background-position-x: 0px;
    background-size: 8%;
  }

  
.loadinggif {
    background: url('../../img/loadingx3.svg') no-repeat left center;
    background-position-x: 6px;
    background-size: 30px;
}
 
.loadinggifbg {
  background: url('../../img/loadingx3.svg') no-repeat center center;
  background-size: 100px 100px !important;
}

  table.dataTable tbody tr > * {
    cursor: pointer;
}
 
  table.dataTable tbody tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgba(112, 255, 195, 0.14);
    colorx: white;
  }
 
.card-datatable {
  min-height: 600px;
}
.hidden{
  display: none !important;
}
.nopadding{
  padding: 0px !important;
}
.notvalid{
  border: solid 1px red !important;
  margin-right: 3px !important;
}
.top-left {
  position: absolute;
  top: 5px;
  left: 4px;
  cursor: pointer;
}