
.table-responsive {
    max-height:650px;
}

table.dataTable td { font-size: 13px; } 
		.newRow{background-color:rgba(208,19,55, 0.2) !important;}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: rgba(0, 190, 214, 0.1) !important;
}
		div.dt-container div.dt-paging ul.pagination{margin:0 0 40px 0;}
		div.dt-length{margin-bottom:10px;}
		div.dt-search{display:none;}
#myRecords{min-height:116px;}
.mtitle{font-size:12px; color:#555; font-weight:bold;}
.iconCellWidth{width:55px !important;}
.manageCellWidth{min-width:75px !important; }
	.modal .modal-body {    
    overflow-y: auto;
    max-height: 500px;
  }
		.form-control{font-size:14px !important;}
		MARK{padding:3px;}
		#sessExpirDiv {
        margin: 0px;
        position: fixed;
        width: 100%;
        z-index: -999999;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
      }