.border {
	border:solid thin rgba(0,0,0,0.12) !important;
}
.border-b {
	border-bottom:solid thin rgba(0,0,0,0.12) !important;
}
.border-t {
	border-top:solid thin rgba(0,0,0,0.12) !important;
}
.border-y {
	border-top:solid thin rgba(0,0,0,0.12) !important;
	border-bottom:solid thin rgba(0,0,0,0.12) !important;
}

/* Style The Dropdown Button */
.action-dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 10px;
	font-size: 10px;
	border: none;
	cursor: pointer;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .action-dropdown {
	position: relative;
	display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .action-dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* Links inside the dropdown */
  .action-dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  /* Change color of dropdown links on hover */
  .action-dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu on hover */
  .action-dropdown:hover .action-dropdown-content {
	display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .action-dropdown:hover .action-dropbtn {
	background-color: #3e8e41;
  }

  .tabulator-page-counter{
	margin-left: 15px;
    font-size: 14px;
    font-family: 'Roboto';
  }