.mdl-data-table {
	margin-top: 1em;
	background-color: transparent;
    white-space: pre-wrap;
		color: inherit;
		border-color: #b9b9b9;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #ced4da;
    padding: 8px;
    position: relative;
    font-size: 16px;
    transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    background-color: transparent;
}
.dataTables_length > label > select {
    border: 1px solid #ced4da;
    position: relative;
    font-size: 12px;
    transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 4px;
    background-color: transparent;
    margin-top: 1em;
		color: inherit;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-bottom: 3em;
}
.paginate_button {
	padding: 7px 21px;
    font-size: 0.9375rem;
    color: #009688;
    border: 1px solid rgba(0, 150, 136, 0.5);
}
.paginate_button:hover, .paginate_button.current {
    border: 1px solid #009688;
    background-color: rgba(0, 150, 136, 0.08);
}
.mdl-data-table td, .mdl-data-table th {
    text-align: center;
		padding: 0;
		vertical-align: middle;
		color: inherit;
		border-color: inherit;
}
.btn{
    cursor: pointer;
}
.btn:hover{
   padding: 10px 15px;
   border-radius: 100%;
}
a{
	text-decoration: none;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
  background: rgba(185, 185, 185, 0.1);
}
::-webkit-scrollbar-thumb {
  background: rgba(158, 158, 158, 0.6);
}
.mdl-data-table tbody tr:hover {
    background-color: rgba(185, 185, 185, 0.1);
}
