﻿.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

/*HIDE SUMEMRNOTE*/
div.note-view.btn-group {

display:none;
}

/*FOR DATATABLES PLUGIN*/

.dataTables_filter, .dataTables_paginate {
   width: 50%;
   float: right;
   text-align: right;
}




/*.table > thead > tr > th {
  border-bottom:none;
  vertical-align: bottom;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 0;
  padding: 8px;
  vertical-align: top;
}*/


.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom;
  text-align:center;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}


 
