
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}



#DataTable{
    text-align: right;
}
#DataTable tr th{
    background: var(--platform-white-color);
    text-align: left;
    width: auto !important;
    min-width: 80px;
}

#DataTable_filter{
    float: right;
    text-align: right;
}

#DataTable_filter label input{
    min-width: 275px;
    margin-left: -14px;
}

tr.even{
    background: var(--platform-white-color);
}

.bs-select select {
    display: inline-block !important;
}

#DataTable_paginate{
    float:right;
}

.md-form label {
    padding-left: 0px !important;
    transform: translateY(-14px) scale(.8) !important;
}

.card-title{
    font-size: 16px !important;
}

.card .card-body .card-text {
  font-size: 14px;
}

.link-document{
    font-size: 11px;
    background: #ddd;
    padding: 3px 8px;
    color: #777;
    margin: 2px;
    border-radius: 3px;
    display: inline-block;
}

.loaders {
    border: 3px solid var(--platform-white-color);
    border-radius: 50%;
    border-top: 3px solid transparent;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin-bottom: -1px;
    margin-right: 8px;
    display: inline-block;
  }

  #detailsBody img{
      max-width: 100%;
  }