.dataTables_wrapper { font-size: 13px }
table.dataTable thead th, table.dataTable thead td {
    padding: 5px 5px !important;
    border-bottom: 1px solid #111;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}





.div-table {
        
  width: auto;         
  background-color: #f5f8fa;         
  border: 0px solid #dee2e6;         
  border-spacing: 5px; /* cellspacing:poor IE support for  this */
}
.div-table .row {
    border: 1px solid #dee2e6;  
    margin-right: 0px;
    margin-left: 0px;
}
.div-table-col {
  float: left; /* fix for  buggy browsers */
  display: table-column;         
  width: 200px;         
  background-color: #ccc;  
}

.badge-light {
    color: #eef1f5;
    background-color: #4a4b4c;
    top: 12px;
    right: -10px;
}

.dropdown-menu{
    right:0;
    left:auto;
}

.div-table .btn-sm{
    padding: .15rem .15rem;
    font-size: .5875rem;
    line-height: 1;
    border-radius: .2rem;
}

.small-text{
    font-size: .6rem;
}

.inactiveLink {
   cursor: default;
}

table {
 /* When set to 'fixed', all columns that do not have a width applied will get the remaining space divided between them equally */
 table-layout: fixed;
}
.fixed-width {
  /*width: 100px;*/
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.666666667%;
}
.col-10 {
  width: 83.333333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.666666667%;
}
.col-7 {
  width: 58.333333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.666666667%;
}
.col-4 {
  width: 33.333333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.666666667%;
}
.col-1 {
  width: 8.3333333333%;
}

/* Stylistic improvements from here */

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
table {
  width: 100%;
}
table > tbody > tr > td,
table > thead > tr > th {
  border: 1px solid gray;
}
.table td{
    padding: .5rem .5rem .5rem .5rem;
    font-size: 12px;
}
form{
  display: inline;
}

svg{
  display:none;
}

