


	
	
	


   .atel {
    margin-bottom: 57px; 
   }
   

.tables {
margin-top: 20px;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #020202;
	border-collapse: collapse; 
}
.tables th {
margin-top: 20px;
	font-weight: bold;
	padding: 2px;
	background: #efefef;
	border: 1px solid #020202;
}
.tables td {
	border: 1px solid #020202;
	padding: 2px;
}


.dt-buttons {
	    margin-bottom: 30px;
	    
}

/*-- Button Colors --*/
.button-primary, .swal-modal .swal-footer .button-primary, #toast-container .toast .toast-message .btn.btn-primary, .dataTables_wrapper .dt-buttons .dt-button, .footable.table thead tr th .footable-filtering-search .input-group .input-group-btn .btn, .footable.table thead tr th .footable-filtering-search .input-group .input-group-btn .btn.btn-primary, .footable.table tbody tr td.footable-editing .btn-group .btn.footable-edit, .footable.table tfoot tr.footable-editing td .btn.btn-primary, .smart-wizard .sw-toolbar .sw-btn-group .btn {
  background-color: #428bfa;
  border-color: #428bfa;
  color: #ffffff;
   display: inline-block;
  background-color: #eff8fe;
  border-color: #eff8fe;
  color: #666666;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 24px;
  padding: 7px 20px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 5px;
  margin-right: 2px;
}