

.table_block {
	/*position: relative;*/
	/*display: flex;*/
	/*border: 1px solid #aaa;*/
}
.user_filter_block {
	height:70px;
	padding-top: 20px;
}
.table_block .filter_block {
	display: block;
	position: relative;
	width: 0px;
	/*height:0px;*/
	margin: 0;
	transition: height 0.5s linear; 
}
.table_block .filter_block .filter_list {
	overflow-y: hidden;
	width: 100%;
	height:100%;
	box-sizing: border-box;
}
.table_block .filter_block .filter_list > div {
	/*border-bottom: 1px solid #aaa;*/
	padding: 10px 0 0 0;
	float:left;
	box-sizing: border-box;
	width:100%;
}
.table_block .filter_block .filter_list label {
	/*width: 210px;*/
	margin: 0 5px 5px 15px;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	float: left;
	display: block;
}
.table_block .filter_block .filter_list label span, .table_block .filter_block .filter_list label input[type="text"] {
	/*display: block;*/
	/*width: 50%;*/
	
/*	float: left;*/
}
.table_block .filter_block .filter_list label span {
	line-height: 20px;
	white-space: nowrap;
	width:70px;
}
.table_block .filter_block .filter_list label input[type="text"] 
, .table_block .filter_block .filter_list label select {
	box-sizing: border-box;
	height: 20px;
	font-size: 14px;
	border: 1px solid #aaa;
	padding: 0 4px;
	line-height: 20px;
	width:110px;
	margin-left:3px;
}
.table_block .filter_block .filter_list label select {
	padding: 0 2px;
}
.table_block .filter_block .filter_list .find {
	box-sizing: border-box;
	display: block;
	cursor: pointer;
	
	margin: 0px 5px 5px 5px;
	padding: 5px 10px;
	border: 1px solid #aaa;
	background-color: #003a65;
	color: #fff;
	/*height: 35px;
	line-height: 30px;*/
	text-align: center;
	text-transform: uppercase;
	float:right;
}
.table_block .filter_block .filter_hider {
	position: absolute;
	display: block;
	width: 120px;
	height: 24px;
	line-height: 24px;
	/*right: -120px;*/
	/*transition: right 0.2s linear;*/
	top: 1px;
	left:1px;
	box-sizing: border-box;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	text-align: center;
	cursor: pointer;
	z-index: 1;
	background-color: #fff; 
	font-size: 14px;
	font-weight: bold;
}
.table_block .filter_block .filter_hider:after {
	content: 'Filters';
	display: block;
	/*transition: transform 0.2s linear;*/
}
.table_block .filter_block.visible {
	width: 100%;
	/*height: 70px;*/
	transition: height 0.5s linear;
	border: 1px solid #aaa;
	border-bottom:none;
	box-sizing: border-box;
}
.table_block .filter_block.visible .filter_hider {
	/*right: 0px;*/
	left:0;
	top:0px;
	/*transition: right 0.2s linear;*/ 
}
.table_block .filter_block.visible .filter_hider:after {
	/*transform: rotate(180deg);*/
	/*transition: transform 0.2s linear;*/ 
}
.table_block .table_box {
	width: 100%;
	font-size:15px;
}
.table_block .table_box .pager {
	display: flex;
	/*justify-content: flex-end;*/
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin: 0px;
	padding: 5px;
	font-weight: bold;
}
.table_block .table_box .pager > .info {
	width: 100%;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
}
.table_block .table_box .pager > .links {
	display: flex;
	/*width:240px;*/
}
.table_block .table_box .pager > .links > span {
	box-sizing: border-box;
	display: block;
	height: 20px;
	margin: 0 0 0 10px;
	border: 1px solid #aaa;
	padding: 0 5px;
	/*background-color: #003a65;*/
	background-color: #808080;
	
	color: #fff;
	line-height: 18px;
	text-align: center;
	text-decoration: none; 
}
.table_block .table_box .pager > .links > span.link {
	cursor: pointer;
	background-color: #003a65;
}
.table_block .table_box .pager > .options select {
	box-sizing: border-box;
	display: block;
	height: 20px;
	margin: 0 0 0 10px;
	border: 1px solid #aaa;
	line-height: 18px;
	text-align: center;
	width:50px;
}
.table_block .table_box .pager > .options select option:checked {
	font-weight:bold;
}
.table_block table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
.table_block table td, .table_block table th {
	padding: 2px 3px;
	border: 1px solid #aaa;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
.table_block table thead.table_header th {
	/*position: relative;*/
	background-color: #003a65;
	color: #fff;
	font-weight: bold;

}
.table_block table thead.table_header th div {
	position: relative;
	width:100%;
	height:100%;
	padding-right:20px;
	box-sizing: border-box;
	white-space:nowrap;
	text-transform: uppercase;
}
.table_block table thead.table_header th.sortable {
	cursor: pointer;
}
.table_block table thead.table_header th.sortable.asc div:after,
.table_block table thead.table_header th.sortable.desc div:after {
	/*content: '\2193';*/
	content: '\21E7';
	display: block;
	position: absolute;
	right: 1px;
	top: 1px;
	font-weight: bold;
	font-size:20px;
}
.table_block table thead.table_header th.sortable.desc div:after {
	/*content: '\2191';*/
	content: '\21E9';
	font-size:20px;
}
.table_block table tbody.rows tr:hover, .table_block table tbody.rows tr:hover td
{
	background-color: #eaeaea !important;
}
.table_block table tbody.rows tr.quarantine, .table_block table tbody.rows tr.quarantine td, .table_legend .quarantine 
{ 
	background-color:#bbefab;
}

.table_block table tbody.rows tr.row_inspection_border_force, .table_block table tbody.rows tr.row_inspection_border_force td, .table_legend .row_inspection_border_force {
	background-color: #efbc91;
}

.table_block table tbody.rows tr td, .table_block table tbody.rows tr th {
	background-color: #fafafa;
}
.table_block table tbody.rows tr td, .table_block table tbody.rows tr th {
	background-color: #fcfcfc;
}

.blocker {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.blocker:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.1;
}
.blocker:after {
	content: '';
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	/*margin: -32px 0 0 -32px;*/
	background-image: url("images/loader.gif");
}

.table-top-buttons {
	margin: 5px 0px;
}

.fn_box .btn {
	cursor: pointer;
	width:16px;
	height: 16px;
	color:#003a65;
	font-size:12px;
	font-weight: bold;
	margin-right: 8px;
}
.fn_box .btn:hover {
	text-decoration: underline;
	color:#003a95;
}
.fn_box .btn.edit {
	
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .25;
	z-index: 50;
	height: 100%;
	width: 100%;
	display: block;
}
.popup {
	position: absolute;
	z-index: 51;
	top: 200px;
	left: 200px;
}

.rdg-selected {
	opacity: 0;
}

.react-grid-Canvas { overflow: hidden;}
.react-grid-Container .form-control { height:30px;}
.react-grid-Container .form-control { height:30px;}
/*.react-grid-Grid { min-height: calc( 100vh - 403px ) !important; }*/

.table_legend > div {
	margin: 10px;
}
.table_legend .div_color {
	width:20px;
	height: 18px;
	float:left;
	margin: 0 10px;
	border: 1px solid #aaa;
}

.transport_status_rolls, .transport_status_rolls td {
	background: #b8bbb8 !important;
}
.transport_status_requires_forklift, .transport_status_requires_forklift td {
	background: #f3655d !important;
}
.printer {
	background: url("images/printer.png") no-repeat;
	width:31px;height:31px;
	display:block;
	float:right;
}
.table_block .filter_block .filter_list label select.yes_no_select {
	width: 60px;
}
/*.run_sheets_func{
	width:280px;
}*/
.delivery_item {
	width:120px;
}
.delivery_item input[type=checkbox] {
	margin: 0 5px 0 0;
}
.run-sheet-section .table_box .pager {
	border-left: none;
	border-right:none;
}
.no_records_found {
	padding:3px 10px;
}

.flag_documents_color .datagrid_func_class, .flag_documents_color td.datagrid_func_class , .flag_documents_color {
	background: #5be4cb !important;
}
.blue-button.small.details_icon , .table_legend * .details_icon{
	width:22px;
	height:19px;
	padding: 2px 2px 2px;
	font-size: 20px;
	line-height: 20px;
}
.gate_out_icon {
	background: url("images/gateout-48.png") 0 0 no-repeat;
	background-size: 24px 24px;
	display: block;	
	width: 24px;
	height: 19px;
	border:0;
	float:left;
}
.func_link_nowrap a {
	float:left;
}
.width_110px {
	width:110px;
}
.word-break-all
{
	word-break: break-all;
}
.max_width_break div {
	width: 15em;
	word-break: break-word;	
}

.table_block table tbody.rows tr.row_inspection_quarantine_clean, .table_block table tbody.rows tr.row_inspection_quarantine_clean td, .table_legend .row_inspection_quarantine_clean
{
	background: #f7c5f7;
}
.table_block table tbody.rows tr.row_inspection_quarantine_ins, .table_block table tbody.rows tr.row_inspection_quarantine_ins td, .table_legend .row_inspection_quarantine_ins
{
	background: #5bce5b;
}

td div.warehouse_in_transit, .table_legend .warehouse_in_transit {
	background-color: #1c78d8;
}

.has_inspection_complete {
	background: #47ad47;
}
.has_inspection_fail {
	background: #f00;
}
.has_inspection_applicable {
	background: #aaa;
}


tr.tr_additional td > div.details {
	border: 2px solid #003a65;
}

th.sort div {
	position: relative;
}

th.sort.asc div:after,
th.sort.desc div:after {
	/*content: '\2193';*/
	content: '\21E7';
	display: block;
	position: absolute;
	right: 1px;
	top: 1px;
	font-size:20px;
	line-height: 14px;
	color: #0bcb9a;
}
th.sort.desc div:after {
	/*content: '\2191';*/
	content: '\21E9';
}