/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 4.5rem;
}


table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{
    cursor:pointer;
    position:relative;
    text-decoration: underline;
}

table tr.success {
    background-color:#afd99b !important;
}

.dataTables_filter {

    border:1px solid #CED4DB;
    background: #EEE;
    border-radius: 10px;
    padding:10px 20px;
    float:right;
    margin-bottom: 20px;
}
.dataTables_filter .form-control {
    width: 250px;
}

mark {
  padding: 0;
  background-color:#f1ae3d !important;
}


.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    background-color:#53a551;
  }
}
