.sidebar-header .logo {
	font-size: 0.8rem;
}

.modal-content {
	overflow-y: scroll;
	overflow-x: hidden;
}

.table td, .table th {
	padding: .5rem;
	font-size: 11px;
}

.btn:focus {
  outline: 1px solid #ebebeb !important;
}

.day:hover {
	background-color: #ff081d !important;
	color: #fff;
}

meter {
	/* Reset the default appearance */
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;

	margin: 0.5em 0;
	width: 50%;
	height: 0.5em;

	/* Applicable only to Firefox */
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
	display: none;
}
meter::-webkit-meter-bar {
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}

.row-edit {
	cursor: pointer;
}

.flexdatalist-results .item-code {
    font-weight: bold;
    font-size: 11px;
}

.flexdatalist-results .item-art_no {
    font-weight: bold;
    font-size: 11px;
}

.top-scroll-wrapper, .large-table-wrapper {
	width: 2500px;
	border: none;
	overflow-x: scroll;
	overflow-y: hidden;
}

.top-scroll-wrapper {
	height: 20px;
}

.top-scroll {
	width: 2500px; 
	height: 20px; 
}

.large-table {
	width: 2500px;
	overflow: visible;
}

.large-table th {
	position: sticky; 
	top: 60px; 
	background: #e0e0e0;
	text-align: center;
	white-space: nowrap;
}

.large-table td {
	white-space: nowrap;
}

label {
	margin-bottom: 0;
}

.input-group-addon {
	padding: 0 .75rem;
}

.sale-item-hidden, .invoice-item-hidden {
	display: none;
}

.base-loader {
	padding-bottom: 2em;
}

.kpi-table th, .kpi-table td {
	font-size: 12px;
	font-weight: bolder;
}