/*
Product Name: dhtmlxGrid
Version: 4.1.2
Edition: Standard
License: content of this file is covered by GPL. Usage outside GPL terms is prohibited. To obtain Commercial or Enterprise license contact sales@dhtmlx.com
Copyright UAB Dinamenta http://www.dhtmlx.com
*/

/* skin detected, extra file: skins/dhx_web.less */

div.gridbox {
	overflow: hidden;
	display: contents;
}
div.split.gridbox {
	display: inherit;
}
div.objbox {
	display: contents;
}
div.split .objbox {
	display: block;
}
.dhx_sub_row {
	background-color: #ffffff; /* CHECK */
}
div.gridbox table.hdr td {
	empty-cells: show;
	user-select: none;
}
div.gridbox table.obj td {
	overflow: hidden;
	empty-cells: show;
	white-space: normal;
	user-select: none;
}
div.split.gridbox table.obj td {
	white-space: nowrap;
}
div.gridbox .objbox {
	background-color: #ffffff; /* CHECK */
	position: relative;
	-webkit-overflow-scrolling: auto;
}
div.gridbox table.obj td span.space,
div.gridbox table.obj td img.space {
	width: 18px;
}
div.gridbox table.obj td.editable {
	user-select: text;
}
.dragSpanDiv {
	font-size: 12px; /* CHECK */
	z-index: 999;
}
.dhx_combo_select {
	font-size: 12px; /* CHECK */
	overflow: auto;
	cursor: default;
	position: absolute;
	height: auto;
	z-index: 600;
}
.dhx_combo_edit {
	width: 100%;
	padding: 0px;
	margin: 0px; /* CHECK */
	font-size: 12px; /* CHECK */
	overflow: hidden;
}
.dhx_textarea {
	position: absolute;
	height: 100px;
	z-index: 600;
}
.dhx_clist {
	z-index: 300;
}
.gridDragLine {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 2px;
	overflow: hidden;
}
div.pagingBlock {
	font-size: 12px; /* CHECK */
}
div.pagingBlock .pagingCurrentPage {
	font-weight: bold; /* CHECK */
	cursor: default;
}
div.pagingBlock .pagingPage {
	cursor: pointer;
	text-decoration: underline;
}
span.recordsInfoBlock {
	font-size: 12px; /* CHECK */
}
div.pagingBlock a {
	text-decoration: none;
	padding-right: 2px;
	color: black;
	cursor: pointer;
}
div.pagingBlock a.dhx_not_active {
	text-decoration: none;
	cursor: default;
}
.toolbar_select {
	font-size: 10px; /* CHECK */
}
.dhtmlxGrid_selection { /* CHECK */
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	background-color: yellow;
	border: 1px dotted black;
}
div.gridbox div.ftr {
	position: relative;
	left: 0px;
	bottom: 1px;
	width: 100%;
	overflow: hidden;
}
div.gridbox div.ftr td {
	overflow: hidden;
}
.dhx_dragColDiv {
	font-size: 12px; /* CHECK */
	text-align: center;
	font-weight: normal;
	opacity: 0.75;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
}
.dhtmlx_live_validation_error {
	background-color: #FFE0E0 !important;
}
.dhtmlx_validation_error {
	border-bottom: 2px solid red !important;
}
.dhx_header_cmenu {
	z-index: 2;
}
.dhx_header_cmenu_item {
	white-space: nowrap;
}
div.gridbox td.filter input,
div.gridbox td.filter select {
	width: 90%;
	user-select: text;
}
.dhx_header_cmenu {
	z-index: 2;
}
.dhx_header_cmenu_item {
	white-space: nowrap;
}
.dhx_pbox { /* CHECK */
	margin-top: 3px;
	border: 1px solid #D4D0C8;
	border-top: 0px;
	font-size: 10px;
}
.dhx_pline {
	background-color: white;
	margin: -15px 10px 10px 10px;
	padding: 0px 5px 0px 5px;
	float: left;
}
.dhx_page,
.dhx_pager_info {
	margin: 3px;
	text-align: center;
	font-size: 12px; /* CHECK */
	float: left;
	cursor: pointer;
	padding: 1px;
}
.dhx_pager_info {
	white-space: nowrap;
	background-color: white;
	margin: -8px 10px 10px 10px;
	padding: 0px 5px 0px 5px;
	cursor: default;
}
.dhx_page div {
	background-color: white;
	width: 16px;
	height: 17px;
	vertical-align: middle;
}
div.dhx_page_active {
	font-weight: bold;
	background-color: lightgrey;
	cursor: default;
	color: white;
}
.dhx_pbox_modern {
	margin-top: 3px;
	border: 1px solid #D6D6D6;
	border-top: 0px;
	font-size: 10px;
}
.dhx_pline_modern {
	background-color: white;
	margin: -15px 10px 10px 10px;
	padding: 0px 5px 0px 5px;
	float: left;
}
.dhx_page_modern,
.dhx_pager_info_modern {
	margin: 3px;
	text-align: center;
	font-size: 12px;
	float: left;
	cursor: pointer;
	color: #055A78;
	background-color: #D6D6D6;
	padding: 1px;
}
.dhx_pager_info_modern {
	white-space: nowrap;
	background-color: white;
	margin: -8px 10px 10px 10px;
	padding: 0px 5px 0px 5px;
	cursor: default;
}
.dhx_page_modern div {
	background-color: white;
	width: 16px;
	height: 17px;
	vertical-align: middle;
}
div.dhx_page_active_modern {
	font-weight: bold;
	background-color: #055A78;
	cursor: default;
	color: white;
}
.dhx_pbox_light {
	margin-top: 3px;
	border: 1px solid #C2D5DC;
	border-top: 0px;
	font-size: 10px;
}
.dhx_pline_light {
	background-color: white;
	margin: -15px 10px 10px 10px;
	padding: 0px 5px 0px 5px;
	float: left;
}
.dhx_page_light,
.dhx_pager_info_light {
	margin: 3px;
	text-align: center;
	font-size: 12px;
	float: left;
	cursor: pointer;
	color: #055A78;
	background-color: #93AFBA;
	padding: 1px;
}
.dhx_pager_info_light {
	white-space: nowrap;
	background-color: white;
	margin: -8px 10px 10px 10px;
	padding: 0px 5px 0px 5px;
	cursor: default;
}
.dhx_page_light div {
	background-color: white;
	width: 16px;
	height: 17px;
	vertical-align: middle;
}
div.dhx_page_active_light {
	font-weight: bold;
	background-color: #D1DFE3;
	cursor: default;
	color: white;
}
.calcTable {
	width: 100px;
	background-color: silver;
	border: 1px black solid;
}
.calcButton {
	height: 20px;
	cursor: pointer;
	text-align: center;
	background-color: gray;
	color: white;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
}
.calcPressed {
	height: 20px;
	cursor: pointer;
	text-align: center;
	background-color: gray;
	color: white;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid black;
	border-right: 1px solid black;
}
.calcInput {
	background-color: white;
	font-size: 10px;
	font-weight: bold;
}
.calkSubmit {
	padding: 2px;
	cursor: pointer;
	text-align: center;
	background-color: silver;
	color: white;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid white;
	border-right: 1px solid white;
}
.calcTable {
	width: 100px;
	background-color: silver;
	border: 1px black solid;
}
.calcButton {
	height: 20px;
	cursor: pointer;
	text-align: center;
	background-color: gray;
	color: white;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
}
.calcPressed {
	height: 20px;
	cursor: pointer;
	text-align: center;
	background-color: gray;
	color: white;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid black;
	border-right: 1px solid black;
}
.calcInput {
	background-color: white;
	font-size: 10px;
	font-weight: bold;
}
.calkSubmit {
	padding: 2px;
	cursor: pointer;
	text-align: center;
	background-color: silver;
	color: white;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid white;
	border-right: 1px solid white;
}
.dhxgrid_sort_desc,
.dhxgrid_sort_asc {
	width: 14px;
	height: 9px;
	background-image: url("../Images/sortdsc.png");
	background-repeat: no-repeat;
}
.dhxgrid_sort_asc {
	background-image: url("../Images/sortasc.png");
}
.dhxgrid_rh_dhx_web {
	position: absolute;
	top: -20px;
	left: -30px;
	width: 26px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	font-size: 1px;
	overflow: hidden;
}
.dhxgrid_skin_detect {
	position: absolute;
	left: 0px;
	top: -100px;
	margin: 0;
	padding: 0;
	border: 0px solid white;
	width: 20px;
	height: 10px;
	overflow: hidden;
}
div.gridbox_dhx_web.gridbox table.obj.row20px tr td img {
	display: block;
}
div.gridbox_dhx_web.gridbox table.obj.row20px tr td.group_row img,
div.gridbox_dhx_web.gridbox table.obj.row20px tr td .treegrid_cell img {
	display: inline;
}

.xhdr th:empty:before, .xhdr td:empty:before, .objbox th:empty:before, .objbox td:empty:before {content: "";}
.xhdr .hdrcell { /* Copy of clubwise.css .GridHeader :: color, font, padding */
    color: #656d78;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    /* padding: 8px 14px; */
    /* */
    background: transparent;
}
.xhdr th, .xhdr td {
    background-color: #f5f7fa;
    border-right: 1px solid #d5dae0;
}

td.filter input[type="text"]{
    margin: 0px;
    padding: 2px;
}

.obj tr:first-child th, .ftr table tr:first-child th {border-right: 1px solid #d5dae0;}

@media (max-width:1500px){
    .xhdr .hdrcell {
        font-size: 13px;
        padding: 2px;
    }
}
