﻿/* LOADER */
.loader_container {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: .7;
  background: #fff url('../images/loader.gif') no-repeat 50% 50%;
}

/* DATATABLES */
.dataTables_paginate .pagination {
  float:right;
}