/* Add here all your CSS customizations */
.readonly-white {
	background-color: white !important;
}

.sortable tr {
	cursor: pointer;
}

.tableImage {
	max-width: 100px;
	max-height: 100px;
}

.tableButton {
	float: right;
}

.table .actions {
	min-width: 50px;
}

.table .actions.verticalTop {
	vertical-align: top;
}

.table td {
	word-break: break-word;
}

.has-error {
	color: #b94a48 !important;
}

.hiddenColumn {
	width: 0px !important;
	padding: 0 !important;
}

.chart.chart-sm {
	height: 134px;
}

.header .logo-container span {
	font-size: 22px;
	position: absolute;
	left: 65px;
	top: 24px;
	color: black;
}

.date-field {
	max-width: 120px;
}

.transaction-model-filter {
	max-width: 150px;
}

.transaction-production-line-filter {
	max-width: 220px;
}

.transaction-user-filter {
	max-width: 180px;
}

table tbody tr td {
	max-width: 700px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.filter-first-row {
	margin-bottom: 5px;
}

.assembly-supervisor-approved {
	color: red !important;
}

.flag {
    height: 20px;
    border: 1px solid #c7c7c7;
    filter: grayscale(1);
}

.flag:hover {
    border: 1px solid #0088cc;
}