@charset "utf-8";
/* *********** LCS DB GRID ************** */
div.lcs_dbg_wrapper {
	box-sizing:border-box;
	max-width:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	overflow-x:auto;
}
table.lcs_dbg_header_section {
	box-sizing:border-box;
	/*
	overflow-y:hidden;
	*/
	overflow-x:hidden;
	table-layout:fixed;
	border-spacing:2px;
	border-collapse:separate;
}
div.lcs_dbg_data_section {
	box-sizing:border-box;
	overflow-y:scroll;
	max-height:65vh;
	display:inline-block;
}
table.lcs_dbg_data {
	box-sizing:border-box;
	table-layout:fixed;
	border-spacing:2px;
	border-collapse:separate;
}
div.tab_content div.lcs_dbg_data_section {
	max-height:50vh!important;
}
tr.lcs_dbg_header {
	box-sizing:border-box;
	margin-bottom:2px;
	white-space:nowrap;
}
div.lcs_dbg_header_filter {
	box-sizing:border-box;
	margin-bottom:2px;
	white-space:nowrap;
	display:inline-block;
	background-color:#ECEDEF;
}
td.lcs_dbg_header_cell {
	box-sizing:border-box;
	padding:0;
	font-size: 12px!important;
	color:#FFFFFF;
	cursor:auto;
	font-weight:normal;
	text-align:center;
	background-color: #4b5e81;
}
td.lcs_dbg_header_cell div.lcs_dbg_header_cell_label {
	box-sizing:border-box;
	padding:4px 2px;
	max-width:50vw;
	white-space:nowrap;
	/*
	overflow:hidden;
	*/
	text-overflow:ellipsis;
	position:relative;
}
td.lcs_dbg_sub_header_cell {
	box-sizing:border-box;
	font-size: 12px!important;
	color:#FFFFFF;
	padding:0px;
	cursor:auto;
	font-weight:normal;
	text-align:center;
	background-color: #4b5e81;
	max-width:none;
	z-index:999;
}
td.lcs_dbg_sub_header_cell div {
	box-sizing:border-box;
	padding:2px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	position:relative;
}
td.lcs_dbg_filter_cell {
	box-sizing:border-box;
	font-size: 12px!important;
	color:#000000;
	padding:0px;
	cursor:auto;
	font-weight:normal;
	text-align:center;
	background-color: #ECEDEF;
	vertical-align:top;
	max-width:50vw;
	text-overflow:ellipsis;
	position: relative;
}
td.lcs_dbg_filter_cell div {
	box-sizing:border-box;
	padding:2px;
	white-space:nowrap;
	overflow:hidden;
	max-width:50vw;
	text-overflow:ellipsis;
}
td.lcs_dbg_filter_cell img {
	border:2px outset #4b5e81;
	cursor:pointer;
}
td.lcs_dbg_filter_cell img.filtered {
	border:2px inset #4b5e81;
	background-color:#cccccc;
}
td.lcs_dbg_filter_cell div.popup {
	display: none;
	box-sizing:border-box;
	padding:5px;
	max-width:90vw;
	max-height: 85vh;
	/* position: absolute; */
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	box-shadow: 5px 10px 8px #888888;
	border: 1px solid #444444;
	background-color: #e8f0fc;
	text-align: left;
}
td.lcs_dbg_filter_cell div.popup label {
	all: unset;
}
td.lcs_dbg_filter_cell div.popup div.popup_scrollable {
	max-height: 75vh;
	overflow: auto;
}
tr.lcs_dbg_row {
	box-sizing:border-box;
	white-space:nowrap;
	margin-bottom:2px;
	overflow:hidden;
}
td.lcs_dbg_data_cell {
	box-sizing:border-box;
	padding:0;
	font-size: 12px;
	color:#000000;
	background-color: #ECEDEF;
	vertical-align:top;
	position: relative;
}
td.lcs_dbg_data_cell div {
	box-sizing:border-box;
	padding:2px;
	white-space:nowrap;
	overflow:hidden;
	max-width:50vw;
	text-overflow:ellipsis;
}
td.lcs_dbg_data_cell div.hover_expand:hover {
	white-space:nowrap;
	overflow:visible;
	height: auto;
	width: auto;
	background-color: #ECEDEF;
	z-index: 999;
	position: absolute;
	padding-right: 5px;
	/*
	box-shadow: 5px 10px 8px #888888;
	border: 1px solid #444444;
	*/
}
div.lcs_dbg_cell_spacer {
	display:inline-block;
	box-sizing:border-box;
	width:2px;
	background-color:#ffffff;
	position:relative;
	height:10px;
}
div.lcs_dbg_resizer {
	position:absolute;
	right:-7px;
	top:0;
	bottom:0;
	height:100%;
	width:12px;
	box-sizing:border-box;
	cursor:e-resize;
	z-index:99999;
}
div.lcs_dbg_resizer_guide {
	position:fixed;
	display:none;
	height:100vh;
	top:0px;
	width:2px;
	box-sizing:border-box;
	cursor:e-resize;
	z-index:999999;
	border-left:2px dashed #000000;
	/*
	background-color:#0000ff;
	*/
}
td.lcs_dbg_sorting_asc {
	background-image:url(../img/sort_asc.png);
	background-position:center right;
	background-repeat:no-repeat;
}

td.lcs_dbg_sorting_desc {
	background-image:url(../img/sort_desc.png);
	background-position:center right;
	background-repeat:no-repeat;
}

td.lcs_dbg_sortable {
	cursor:pointer;
}
td.lcs_dbg_sortable:hover {
	background-color: #6e83ab;
}
td.lcs_dbg_data_cell INPUT[type="text"], td.lcs_dbg_data_cell SELECT
{
	font-size:12px;
	margin:0px;
	padding:0px 2px;
	border-width:1px;
	border-radius:2px;
}
td.lcs_dbg_data_cell INPUT[type="checkbox"]
{
	margin:1px;
}
.lcs_resize_cursor {
	cursor:e-resize!important;
	-moz-user-select:none!important;
	-khtml-user-select:none!important;
	-webkit-user-select:none!important;
	-ms-user-select:none!important;
	user-select:none!important;
}
body.lcs_resize_unselectable, body.lcs_resize_unselectable * {
}
div#lcs_db_loading {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	min-height:50px;
	display:none;
	z-index:999999;
	/*
	background-color:rgba(255,255,255,0.5);
	*/
	background-image:url(../img/loading2.gif);
	background-repeat:no-repeat;
	background-position:center;
}
