
  /* ---------- DataTable cells ---------- */
  .table td {
  padding-bottom: 0;
  font-size: 14px;
  }
  /*----Print copy csv ---------------*/
  .dataTables_wrapper>div {
	 float: left;
	 margin: 0 0 0px 0px
   }
   /*----Tabale search ---------------*/
  .dataTables_wrapper>div+div {
	 float: right;
	 margin: 0 15px 5px 0
   }
    /* ---------- Pagination container ---------- */
   div.dataTables_wrapper div.dataTables_paginate {
   margin: 5px 0 20px;
   white-space: nowrap;
   }
    /* ---------- Previous / Next ---------- */
    .pagination > li.previous > a,
    .pagination > li.next > a {
    font-size: 14px;
    cursor: pointer;
    }

    /* ---------- Active page ---------- */
    .pagination li.active a {
    background-color: #2196F3; 
    }
 
   /* ---------- Pagination buttons (general) ---------- */
   .pagination > li > a,
   .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
   line-height: 1.42857143;
   color: #555;
   text-decoration: none;
   background-color: #fff;
   border: 1px solid #ddd;
   font-weight: bold;
   }
   /*-----------pagination--button-preivious------------*/
   .paginate_button, .previous .disabled{
    border-color: gray;
    color: gray;
    font-size: 14px;
    }
   /* ---------- Disabled buttons ---------- */
   .pagination > .disabled > a,
   .pagination > .disabled > span {
   color: gray;
   cursor: not-allowed;
   background-color: #fff;
   border-color: #ddd;
  }



