table.dataTable tbody tr {
    background-color: inherit !important;
}
.green{
    color: green!important;
}
.greent{
  color: #00ba00 !important;
}
.red{
    color: red!important;
}
.orange{
    color: #ff8a3e!important;
}
.brown{
    color: #84540b!important;
}
.vtable th{
  background-color: white !important;
  background: #337ab7 !important;
  color: white;
  font-size: 20px;
  border: 1px solid #337ab7 !important;
  font-weight: 100 !important;
}
.vtable {
    background-color: #3b3e45;
}
.vtable tr{
    height: 100px;
}
.table>tbody>tr>td {
    padding-top: 30px !important;
}
.table td img{
    margin: 0px!important;
}
.tr-header{
    height: 0px!important;
}
.btn-custom{
    width: auto!important;
}
.select-tag button{
  background-color: #fff !important;
  //border-radius: 5px !important;
  border-color: #fff !important;
}
.select-tag span{
    color: black !important;
}
.btn-tag{
  background-color: #337ab7!important;
}
.table a {
  text-decoration: none !important;
  color: inherit !important;
}
.table  .label {
  font-weight: 100;
  border-radius: 50px;
}
