@charset "UTF-8";

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.sortingTableText {
	opacity: 0.7;
	font-family: Roboto;
	font-size: 8px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.87);
	padding-left: 8px;
	width: max-content;
}

.gwt-ListBox {
	font-size: 12px;
	font-weight: 500;
	padding: 5px 4px;
	border-radius: 3px;
	font-family: 'Roboto';
	border: 1px solid #ccc;
	border-top: 1px solid #999;
}

.sortingTableColumnSelected {
	font-family: Roboto;
	font-size: 10px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.87);
	padding-left: 4px;
	padding-right: 4px;
	width: max-content;
}

.order_report_header {
	color: #5E686A;
	font-family: Roboto;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
}

.order_report_header_padding {
	color: #5E686A;
	font-family: Roboto;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 10px;
}

.order_report_header_padding_small {
	color: #5E686A;
	font-family: Roboto;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 4px;
}

.info_icon {
	height: 12px;
	width: 12px;
	background-image: url(images/info_po.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.filter_option_border_css {
	border: 1px solid #ccc;
}

.disable_botton_css {
	pointer-events: none;
	opacity: 0.6;
}

.disable_text_select {
	user-select: none;
}

.rotate_tile_by_180_degree {
	transform: rotateZ(180deg);
}