body {
	padding:0px;
	margin: 0;
}
#wrapper {
	overflow:hidden;
}
table {
	border-collapse:collapse;
}
input[type="checkbox"]{
	width: 16px;
	height: 16px;
}
.btn {
	background: #679863;
	color: #fff;
	text-transform: uppercase;
	margin: 20px 10px;
	display: inline-block;
	text-align: center;
	padding: 15px;
	text-decoration: none;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 40%);
}
.btn.cron {
	background:#FFB902;
	cursor: pointer;
    border: none;
}
.btn.active {
	pointer-events:none;
	opacity:0.5;
}
.update-mod {
	background: #f2f0e7;
    padding: 50px;
    text-align: center;
    width: 750px;
    left: 50%;
    top: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
}
.update-mod .btn-holder {
	overflow: hidden;
    margin-top: 30px;
}
.btns-holder ul {
	list-style:none;
}
.btns-holder ul li {
	display:inline-block;
	margin-right: 20px;
}
.btns-holder ul li a {
	text-decoration:none;
}
.filter-results {
	background: #dedede;
	width: 400px;
	padding: 30px 15px;
}
.filter-results button {
	padding:10px;
}
#filters label {
	font-size:16px;
}
#filters input {
	height: 30px;
	width: 50px;
}
#filters .col {
	display:inline-block;
	margin-right:20px;
}
thead td {
	font-weight:bold;
}
table td {
	padding:10px 10px;
	text-align:left;
	border:1px solid;
}
tr.active {
	background-color:#c1c1c1;
}
.invoice-list {
	width: 100%;
    box-sizing: border-box;
	text-align: left;
	font-family: 'Lato', sans-serif !important;
	border: 1px solid rgba(34, 37, 41, 0.08);
}
.invoice-list th,
.invoice-list td {
    padding: 15px 18px;
    text-align: left;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
    border-bottom: 1px solid rgba(34, 37, 41, 0.08);
	font-size: 13px;
	font-weight:400;
}
.invoice-list th {
	padding: 15px 20px;
    letter-spacing: .07rem;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.invoice-list th:last-child,
.invoice-list td:last-child {
	text-align:right;
}
.invoice-list td .button {
	background: #222529;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 7px 10px;
    text-decoration: none;
}
.invoice-list td .button:hover {
	background-color: #006580;
}