@charset "utf-8";
/* CSS Document */

.invoices-header {
	padding: 10px 15px;
}

.invoices-line-header {
	border-bottom: 1px solid #ddd !important;
	overflow: auto;
	min-width: 5px;
}

.invoices-main {
	margin-top:15px;
}

.invoices-line {
	border-top:none !important;
	overflow: auto;
}
.weka-loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  display:none;
}

.resync-Weka-Advanced {
	float:right;
}
.resync-weka-li {
	overflow:hidden;
}
#weka_advanced_number {
	font-weight:bold;
}
.weka-bootstrap {
	float:left;
}
.weka-bootstrap label {
	font-weight:bold !important;
}
.print-only {
	display:none;
}