Clean
This commit is contained in:
		| @ -1,691 +0,0 @@ | ||||
| /* | ||||
| Product Name: dhtmlxSuite  | ||||
| Version: 5.2.0  | ||||
| Edition: Professional  | ||||
| License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com | ||||
| Copyright UAB Dinamenta http://www.dhtmlx.com | ||||
| */ | ||||
|  | ||||
| /* | ||||
| 	skin detected: dhx_skyblue | ||||
| 	include extra file: skins/dhx_skyblue.less | ||||
| */ | ||||
|  | ||||
| div.gridbox { | ||||
| 	overflow: hidden; | ||||
| 	text-align: left; | ||||
| } | ||||
| .dhx_sub_row { | ||||
| 	background-color: #ffffff; | ||||
| } | ||||
| div.gridbox table.obj { | ||||
| 	height: 1px; | ||||
| } | ||||
| div.gridbox table.hdr td { | ||||
| 	line-height: normal; | ||||
| 	border: 1px solid; | ||||
| 	border-color: #ffffff Gray Gray #ffffff; | ||||
| 	text-align: center; | ||||
| 	margin: 0px; | ||||
| 	padding: 7px 0px 7px 0px; | ||||
| 	font-weight: normal; | ||||
| 	overflow: hidden; | ||||
| 	empty-cells: show; | ||||
| 	-webkit-user-select: none; | ||||
| 	-khtml-user-select: none; | ||||
| 	-moz-user-select: none; | ||||
| 	-ms-user-select: none; | ||||
| 	-o-user-select: none; | ||||
| 	user-select: none; | ||||
| } | ||||
| div.gridbox table.hdr td div.hdrcell { | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox table.obj td { | ||||
| 	overflow: hidden; | ||||
| 	padding-top: 0px; | ||||
| 	padding-bottom: 0px; | ||||
| 	empty-cells: show; | ||||
| 	white-space: normal; | ||||
| 	-webkit-user-select: none; | ||||
| 	-khtml-user-select: none; | ||||
| 	-moz-user-select: none; | ||||
| 	-ms-user-select: none; | ||||
| 	-o-user-select: none; | ||||
| 	user-select: none; | ||||
| } | ||||
| div.gridbox table.obj th, | ||||
| div.gridbox table.hdr th { | ||||
| 	padding: 0px; | ||||
| 	margin: 0px; | ||||
| } | ||||
| div.gridbox table.row20px tr td { | ||||
| 	height: 20px; | ||||
| 	white-space: nowrap; | ||||
| 	padding: 0px; | ||||
| } | ||||
| div.gridbox .objbox { | ||||
| 	background-color: #ffffff; | ||||
| 	position: relative; | ||||
| 	-webkit-overflow-scrolling: touch; | ||||
| } | ||||
| div.gridbox table.obj td span.space, | ||||
| div.gridbox table.obj td img.space { | ||||
| 	width: 18px; | ||||
| } | ||||
| div.gridbox table.obj td.editable { | ||||
| 	-webkit-user-select: text; | ||||
| 	-khtml-user-select: text; | ||||
| 	-moz-user-select: text; | ||||
| 	-ms-user-select: text; | ||||
| 	-o-user-select: text; | ||||
| 	user-select: text; | ||||
| } | ||||
| div.gridbox table.obj td.group_row { | ||||
| 	vertical-align: middle; | ||||
| 	font-family: Tahoma; | ||||
| 	font-size: 10pt; | ||||
| 	font-weight: bold; | ||||
| 	height: 30px; | ||||
| 	border: 0px; | ||||
| 	border-bottom: 2px solid navy; | ||||
| } | ||||
| .dragSpanDiv { | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	border: 1px gray solid; | ||||
| 	background-color: #ffffff; | ||||
| 	z-index: 999; | ||||
| } | ||||
| .dhx_combo_select { | ||||
| 	border: 1px solid; | ||||
| 	border-color: black silver silver black; | ||||
| 	background-color: #ffffff; | ||||
| 	overflow: auto; | ||||
| 	cursor: default; | ||||
| 	position: absolute; | ||||
| 	height: auto; | ||||
| 	z-index: 600; | ||||
| } | ||||
| .dhx_combo_edit { | ||||
| 	width: 100%; | ||||
| 	border: 0px; | ||||
| 	padding: 0px; | ||||
| 	padding-right: 1px !ie; | ||||
| 	margin: 0px; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| .gridbox_dhx_skyblue.gridbox .dhx_combo_edit { | ||||
| 	display: block; | ||||
| } | ||||
| .dhx_textarea { | ||||
| 	border: 1px solid; | ||||
| 	border-color: black silver silver black; | ||||
| 	position: absolute; | ||||
| 	height: 100px; | ||||
| 	z-index: 600; | ||||
| } | ||||
| .dhx_clist { | ||||
| 	background-color: #ffffff; | ||||
| 	border: 1px solid black; | ||||
| 	padding: 2px 2px 2px 2px; | ||||
| 	z-index: 300; | ||||
| } | ||||
| .gridDragLine { | ||||
| 	position: absolute; | ||||
| 	top: 10px; | ||||
| 	left: 0px; | ||||
| 	width: 100%; | ||||
| 	height: 2px; | ||||
| 	background-color: black; | ||||
| 	overflow: hidden; | ||||
| 	pointer-events: none; | ||||
| } | ||||
| div.pagingBlock .pagingCurrentPage { | ||||
| 	font-weight: bold; | ||||
| 	cursor: default; | ||||
| } | ||||
| div.pagingBlock .pagingPage { | ||||
| 	cursor: pointer; | ||||
| 	text-decoration: underline; | ||||
| } | ||||
| 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; | ||||
| } | ||||
| .dhtmlxGrid_selection { | ||||
| 	opacity: 0.5; | ||||
| 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); | ||||
| 	background-color: yellow; | ||||
| 	border: 1px dotted black; | ||||
| } | ||||
| div.gridbox div.ftr { | ||||
| 	position: absolute; | ||||
| 	left: 0px; | ||||
| 	bottom: 1px; | ||||
| 	width: 100%; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox div.ftr td { | ||||
| 	padding: 0px; | ||||
| 	padding-left: 10px; | ||||
| 	padding-right: 5px; | ||||
| 	border-top: 1px solid gray; | ||||
| 	border-right: 1px solid gray; | ||||
| 	background-color: #ffffcc; | ||||
| 	font-style: italic; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox table.hdr td.columnTargetR div.hdrcell { | ||||
| 	border-right: 3px double #FF6600; | ||||
| 	border-left: 3px solid #D4D0C8; | ||||
| } | ||||
| div.gridbox table.hdr td.columnTargetL div.hdrcell { | ||||
| 	border-right: 3px solid #D4D0C8; | ||||
| 	border-left: 3px double #FF6600; | ||||
| } | ||||
| .dhx_dragColDiv { | ||||
| 	background-color: #D4D0C8; | ||||
| 	border: 1px solid; | ||||
| 	border-color: #ffffff Gray Gray #ffffff; | ||||
| 	text-align: center; | ||||
| 	margin: 0px; | ||||
| 	padding: 5px 20px 5px 20px; | ||||
| 	font-weight: normal; | ||||
| 	opacity: 0.75; | ||||
| 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); | ||||
| 	z-index: 100; | ||||
| } | ||||
| .dhtmlx_live_validation_error { | ||||
| 	background-color: #FFE0E0 !important; | ||||
| } | ||||
| .dhtmlx_validation_error { | ||||
| 	border-bottom: 2px solid red !important; | ||||
| } | ||||
| .dhx_header_cmenu { | ||||
| 	background-color: #ffffff; | ||||
| 	border: 2px outset silver; | ||||
| 	z-index: 2; | ||||
| } | ||||
| .dhx_header_cmenu_item { | ||||
| 	white-space: nowrap; | ||||
| } | ||||
| div.gridboxgridbox_dhx_skyblue div.ftr td { | ||||
| 	text-align: right; | ||||
| 	color: black; | ||||
| 	background-color: #e2efff; | ||||
| 	background: linear-gradient(#e2efff,#d3e7ff); | ||||
| 	background: -webkit-linear-gradient(#e2efff,#d3e7ff); | ||||
| 	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e2efff,endColorStr=#d3e7ff) progid:DXImageTransform.Microsoft.Alpha(opacity=100); | ||||
| 	border-color: #a4bed4; | ||||
| } | ||||
| div.gridbox td.filter input, | ||||
| div.gridbox td.filter select { | ||||
| 	width: 90%; | ||||
| 	font-size: 8pt; | ||||
| 	font-family: Tahoma; | ||||
| 	-webkit-user-select: text; | ||||
| 	-khtml-user-select: text; | ||||
| 	-moz-user-select: text; | ||||
| 	-ms-user-select: text; | ||||
| 	-o-user-select: text; | ||||
| 	user-select: text; | ||||
| } | ||||
| div.gridbox .filter input::-ms-clear { | ||||
| 	display: none; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox .ftr, | ||||
| div.gridbox_dhx_skyblue.gridbox .xhdr { | ||||
| 	color: black; | ||||
| 	background-color: #e2efff; | ||||
| 	background: linear-gradient(#e2efff,#d3e7ff); | ||||
| 	background: -webkit-linear-gradient(#e2efff,#d3e7ff); | ||||
| 	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e2efff,endColorStr=#d3e7ff) progid:DXImageTransform.Microsoft.Alpha(opacity=100); | ||||
| } | ||||
| div.gridbox_dhx_skyblue.isModern table.hdr tr td { | ||||
| 	color: black; | ||||
| 	background-color: #e2efff; | ||||
| 	background: linear-gradient(#e2efff,#d3e7ff); | ||||
| 	background: -webkit-linear-gradient(#e2efff,#d3e7ff); | ||||
| 	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e2efff,endColorStr=#d3e7ff) progid:DXImageTransform.Microsoft.Alpha(opacity=100); | ||||
| } | ||||
| div.gridbox_dhx_skyblue.isIE table.hdr tr { | ||||
| 	color: black; | ||||
| 	background-color: #e2efff; | ||||
| 	background: linear-gradient(#e2efff,#d3e7ff); | ||||
| 	background: -webkit-linear-gradient(#e2efff,#d3e7ff); | ||||
| 	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e2efff,endColorStr=#d3e7ff) progid:DXImageTransform.Microsoft.Alpha(opacity=100); | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj tr td { | ||||
| 	border-width: 0px 0px 0px 0px; | ||||
| 	padding-right: 4px; | ||||
| 	padding-left: 4px; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.hdr td div.hdrcell { | ||||
| 	padding-left: 10px; | ||||
| 	width: auto; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.hdr td { | ||||
| 	border-width: 1px 1px 1px 1px; | ||||
| 	border-color: #e7f1ff #a4bed4 #a4bed4 #e7f1ff; | ||||
| 	background-color: transparent; | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: black; | ||||
| 	vertical-align: top; | ||||
| 	text-align: left; | ||||
| 	position: relative; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox { | ||||
| 	border: 1px solid #a4bed4; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj, | ||||
| .dhx_grid_adjust { | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: black; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj tr td { | ||||
| 	padding-top: 3px; | ||||
| 	padding-bottom: 3.2px; | ||||
| } | ||||
| * html .gridbox_dhx_skyblue.gridbox .obj td { | ||||
| 	height: auto; | ||||
| 	padding-top: 3px; | ||||
| 	padding-bottom: 3px; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj.row20px tr td { | ||||
| 	height: 23px; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj tr td { | ||||
| 	padding-top: 1px; | ||||
| 	padding-bottom: 1px; | ||||
| 	border-right: 1px solid #ffffff; | ||||
| 	border-top: 1px solid #ffffff; | ||||
| 	border-bottom: 1px solid #ffffff; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.isModern table.obj.row20px tr td { | ||||
| 	line-height: 23px; | ||||
| } | ||||
| div.gridbox_dhx_skyblue table.obj.row20px tr td.editable { | ||||
| 	height: 21px; | ||||
| 	line-height: 21px; | ||||
| } | ||||
| div.gridbox_dhx_skyblue table.obj.row20px tr td.editable .treegrid_cell { | ||||
| 	margin-top: -2px; | ||||
| 	height: 21px; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj tr td.editable div.treegrid_cell { | ||||
| 	padding: 1px 4px !important; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected { | ||||
| 	background-color: #b5deff; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td { | ||||
| 	background-color: #b5deff; | ||||
| 	color: black; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td, | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj tr.odd_dhx_skyblue.rowselected td { | ||||
| 	background-color: #b5deff; | ||||
| 	border-top: 1px solid #a1ceed; | ||||
| 	border-bottom: 1px solid #a1ceed; | ||||
| 	border-right: 1px solid #b5deff; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj tr td.cellselected { | ||||
| 	background-color: #b5deff; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj tr.odd_dhx_skyblue { | ||||
| 	background: #ebf3ff; | ||||
| 	border-top: 1px solid #ebf3ff; | ||||
| 	border-bottom: 1px solid #ebf3ff; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj tr.odd_dhx_skyblue { | ||||
| 	background: #ebf3ff; | ||||
| } | ||||
| .dhx_combo_select, | ||||
| .gridbox_dhx_skyblue.gridbox .dhx_combo_edit, | ||||
| .gridbox_dhx_skyblue.gridbox .dhx_textarea, | ||||
| dhx_dragColDiv, | ||||
| div.gridbox div.ftr td, | ||||
| div.pagingBlock, | ||||
| span.recordsInfoBlock { | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	-webkit-box-sizing: border-box; | ||||
| 	-moz-box-sizing: border-box; | ||||
| } | ||||
| .gridbox_dhx_skyblue .dhx_combo_edit { | ||||
| 	padding: 1px 0px 1px 1px; | ||||
| } | ||||
| .gridbox_dhx_skyblue.isIE .dhx_combo_edit { | ||||
| 	padding: 0px 0px 0px 1px; | ||||
| } | ||||
| .gridbox_dhx_skyblue.gridbox .dhx_sub_row { | ||||
| 	background-color: transparent; | ||||
| } | ||||
| .dhx_header_cmenu { | ||||
| 	background-color: #ffffff; | ||||
| 	border: 2px outset silver; | ||||
| 	z-index: 2; | ||||
| } | ||||
| .dhx_header_cmenu_item { | ||||
| 	white-space: nowrap; | ||||
| } | ||||
| .dhx_pbox { | ||||
| 	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-family: tahoma; | ||||
| 	font-size: 12px; | ||||
| 	float: left; | ||||
| 	cursor: pointer; | ||||
| 	color: black; | ||||
| 	background-color: gray; | ||||
| 	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-family: tahoma; | ||||
| 	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-family: tahoma; | ||||
| 	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; | ||||
| } | ||||
| .dhx_pbox_skyblue { | ||||
| 	margin-top: 3px; | ||||
| 	border: 1px solid #C2D5DC; | ||||
| 	border-top: 0px; | ||||
| 	font-size: 10px; | ||||
| } | ||||
| .dhx_pline_skyblue { | ||||
| 	background-color: white; | ||||
| 	margin: -15px 10px 10px 10px; | ||||
| 	padding: 0px 5px 0px 5px; | ||||
| 	float: left; | ||||
| } | ||||
| .dhx_page_skyblue, | ||||
| .dhx_pager_info_skyblue { | ||||
| 	margin: 3px; | ||||
| 	text-align: center; | ||||
| 	font-family: tahoma; | ||||
| 	font-size: 12px; | ||||
| 	float: left; | ||||
| 	cursor: pointer; | ||||
| 	color: #055A78; | ||||
| 	background-color: #93AFBA; | ||||
| 	padding: 1px; | ||||
| } | ||||
| .dhx_pager_info_skyblue { | ||||
| 	white-space: nowrap; | ||||
| 	background-color: white; | ||||
| 	margin: -8px 10px 10px 10px; | ||||
| 	padding: 0px 5px 0px 5px; | ||||
| 	cursor: default; | ||||
| } | ||||
| .dhx_page_skyblue div { | ||||
| 	background-color: white; | ||||
| 	width: 16px; | ||||
| 	height: 17px; | ||||
| 	vertical-align: middle; | ||||
| } | ||||
| div.dhx_page_active_skyblue { | ||||
| 	font-weight: bold; | ||||
| 	color: black; | ||||
| 	background-color: #e2efff; | ||||
| 	background: linear-gradient(#e2efff,#d3e7ff); | ||||
| 	background: -webkit-linear-gradient(#e2efff,#d3e7ff); | ||||
| 	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#e2efff,endColorStr=#d3e7ff) progid:DXImageTransform.Microsoft.Alpha(opacity=100); | ||||
| 	border: 1px solid #a4bed4; | ||||
| 	padding: 0px; | ||||
| 	cursor: default; | ||||
| } | ||||
| div.dhx_page_active_skyblue div.dhx_page_active_skyblue { | ||||
| 	border: 0px solid #a4bed4; | ||||
| } | ||||
| .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; | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| } | ||||
| .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: 9px; | ||||
| 	height: 8px; | ||||
| 	background-image: url("../imgs/dhxgrid_skyblue/sort_desc.gif"); | ||||
| 	background-repeat: no-repeat; | ||||
| 	z-index: 10; | ||||
| } | ||||
| .dhxgrid_sort_asc { | ||||
| 	background-image: url("../imgs/dhxgrid_skyblue/sort_asc.gif"); | ||||
| 	background-repeat: no-repeat; | ||||
| } | ||||
| .dhxgrid_rh_dhx_skyblue { | ||||
| 	position: absolute; | ||||
| 	top: -20px; | ||||
| 	left: -24px; | ||||
| 	width: 23px; | ||||
| 	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: 10px; | ||||
| 	height: 10px; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj.row20px tr td img { | ||||
| 	display: block; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj.row20px tr td.group_row img, | ||||
| div.gridbox_dhx_skyblue.gridbox table.obj.row20px tr td .treegrid_cell img { | ||||
| 	display: inline; | ||||
| } | ||||
| .dhx_grid_icon { | ||||
| 	text-align: center; | ||||
| 	color: #777; | ||||
| 	font-size: 18px; | ||||
| } | ||||
| .dhx_treegrid_icon { | ||||
| 	text-align: center; | ||||
| 	color: #777; | ||||
| 	font-size: 16px; | ||||
| 	margin-right: 4px; | ||||
| 	position: relative; | ||||
| 	top: 1px; | ||||
| } | ||||
| .grid_cell_dyn { | ||||
| 	position: relative; | ||||
| 	padding-right: 2px; | ||||
| 	width: 100%; | ||||
| 	overflow: hidden; | ||||
| 	white-space: nowrap; | ||||
| } | ||||
| .grid_cell_dyn img { | ||||
| 	position: absolute; | ||||
| 	top: 0px; | ||||
| 	left: 0px; | ||||
| 	height: 15px; | ||||
| } | ||||
| .grid_cell_dyn span { | ||||
| 	padding-left: 20px; | ||||
| 	width: 100%; | ||||
| } | ||||
| .grid_collapse_icon { | ||||
| 	margin-top: -2px; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox .obj.row20px td[excell] { | ||||
| 	vertical-align: top !important; | ||||
| } | ||||
| div.gridbox_dhx_skyblue.gridbox .obj.row20px td[excell] img { | ||||
| 	margin-top: 3px; | ||||
| } | ||||
| .dhx_row_drag_active { | ||||
| 	background: #eee !important; | ||||
| } | ||||
| @ -1,630 +0,0 @@ | ||||
| /* | ||||
| Product Name: dhtmlxSuite  | ||||
| Version: 5.2.0  | ||||
| Edition: Professional  | ||||
| License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com | ||||
| Copyright UAB Dinamenta http://www.dhtmlx.com | ||||
| */ | ||||
|  | ||||
| /* | ||||
| 	skin detected: dhx_terrace | ||||
| 	include extra file: skins/dhx_terrace.less | ||||
| */ | ||||
|  | ||||
| div.gridbox { | ||||
| 	overflow: hidden; | ||||
| 	text-align: left; | ||||
| } | ||||
| .dhx_sub_row { | ||||
| 	background-color: #ffffff; | ||||
| } | ||||
| div.gridbox table.obj { | ||||
| 	height: 1px; | ||||
| } | ||||
| div.gridbox table.hdr td { | ||||
| 	line-height: normal; | ||||
| 	border: 1px solid; | ||||
| 	border-color: #ffffff Gray Gray #ffffff; | ||||
| 	text-align: center; | ||||
| 	margin: 0px; | ||||
| 	padding: 5px 0px 4px 0px; | ||||
| 	font-weight: normal; | ||||
| 	-webkit-user-select: none; | ||||
| 	-khtml-user-select: none; | ||||
| 	-moz-user-select: none; | ||||
| 	-ms-user-select: none; | ||||
| 	-o-user-select: none; | ||||
| 	user-select: none; | ||||
| 	overflow: hidden; | ||||
| 	empty-cells: show; | ||||
| } | ||||
| div.gridbox table.hdr td div.hdrcell { | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox table.obj td { | ||||
| 	overflow: hidden; | ||||
| 	padding-top: 0px; | ||||
| 	padding-bottom: 0px; | ||||
| 	empty-cells: show; | ||||
| 	white-space: normal; | ||||
| 	-webkit-user-select: none; | ||||
| 	-khtml-user-select: none; | ||||
| 	-moz-user-select: none; | ||||
| 	-ms-user-select: none; | ||||
| 	-o-user-select: none; | ||||
| 	user-select: none; | ||||
| } | ||||
| div.gridbox table.obj th, | ||||
| div.gridbox table.hdr th { | ||||
| 	padding: 0px; | ||||
| 	margin: 0px; | ||||
| } | ||||
| div.gridbox table.row20px tr  td { | ||||
| 	height: 20px; | ||||
| 	white-space: nowrap; | ||||
| 	padding: 0px; | ||||
| } | ||||
| div.gridbox .objbox { | ||||
| 	background-color: #ffffff; | ||||
| 	position: relative; | ||||
| 	-webkit-overflow-scrolling: touch; | ||||
| } | ||||
| div.gridbox table.obj td span.space, | ||||
| div.gridbox table.obj td img.space { | ||||
| 	width: 18px; | ||||
| } | ||||
| div.gridbox table.obj td.editable { | ||||
| 	-webkit-user-select: text; | ||||
| 	-khtml-user-select: text; | ||||
| 	-moz-user-select: text; | ||||
| 	-ms-user-select: text; | ||||
| 	-o-user-select: text; | ||||
| 	user-select: text; | ||||
| } | ||||
| div.gridbox table.obj td.group_row { | ||||
| 	vertical-align: middle; | ||||
| 	font-family: Tahoma; | ||||
| 	font-size: 10pt; | ||||
| 	font-weight: bold; | ||||
| 	height: 30px; | ||||
| 	border: 0px; | ||||
| 	border-bottom: 2px solid navy; | ||||
| } | ||||
| .dragSpanDiv { | ||||
| 	font-family: Arial, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	border: 1px gray solid; | ||||
| 	background-color: #ffffff; | ||||
| 	z-index: 999; | ||||
| } | ||||
| .dhx_combo_select { | ||||
| 	border: 1px solid; | ||||
| 	border-color: black silver silver black; | ||||
| 	background-color: #ffffff; | ||||
| 	overflow: auto; | ||||
| 	cursor: default; | ||||
| 	position: absolute; | ||||
| 	height: auto; | ||||
| 	z-index: 600; | ||||
| } | ||||
| .dhx_combo_edit { | ||||
| 	width: 100%; | ||||
| 	border: 0px; | ||||
| 	padding: 0px; | ||||
| 	padding-right: 1px !ie; | ||||
| 	margin: 0px; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| .dhx_textarea { | ||||
| 	border: 1px solid; | ||||
| 	border-color: black silver silver black; | ||||
| 	position: absolute; | ||||
| 	height: 100px; | ||||
| 	z-index: 600; | ||||
| } | ||||
| .dhx_clist { | ||||
| 	background-color: #ffffff; | ||||
| 	border: 1px solid black; | ||||
| 	padding: 2px 2px 2px 2px; | ||||
| 	z-index: 300; | ||||
| } | ||||
| .gridDragLine { | ||||
| 	position: absolute; | ||||
| 	top: 10px; | ||||
| 	left: 0px; | ||||
| 	width: 100%; | ||||
| 	height: 2px; | ||||
| 	background-color: black; | ||||
| 	overflow: hidden; | ||||
| 	pointer-events: none; | ||||
| } | ||||
| div.pagingBlock .pagingCurrentPage { | ||||
| 	font-weight: bold; | ||||
| 	cursor: default; | ||||
| } | ||||
| div.pagingBlock .pagingPage { | ||||
| 	cursor: pointer; | ||||
| 	text-decoration: underline; | ||||
| } | ||||
| 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; | ||||
| } | ||||
| .dhtmlxGrid_selection { | ||||
| 	opacity: 0.5; | ||||
| 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); | ||||
| 	background-color: yellow; | ||||
| 	border: 1px dotted black; | ||||
| } | ||||
| div.gridbox div.ftr { | ||||
| 	position: absolute; | ||||
| 	left: 0px; | ||||
| 	bottom: 1px; | ||||
| 	width: 100%; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox div.ftr td { | ||||
| 	padding: 0px; | ||||
| 	padding-left: 10px; | ||||
| 	padding-right: 5px; | ||||
| 	border-top: 1px solid gray; | ||||
| 	border-right: 1px solid gray; | ||||
| 	background-color: #ffffcc; | ||||
| 	font-style: italic; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox table.hdr td.columnTargetR div.hdrcell { | ||||
| 	border-right: 3px double #FF6600; | ||||
| 	border-left: 3px solid #D4D0C8; | ||||
| } | ||||
| div.gridbox table.hdr td.columnTargetL div.hdrcell { | ||||
| 	border-right: 3px solid #D4D0C8; | ||||
| 	border-left: 3px double #FF6600; | ||||
| } | ||||
| .dhx_dragColDiv { | ||||
| 	background-color: #D4D0C8; | ||||
| 	border: 1px solid; | ||||
| 	border-color: #ffffff Gray Gray #ffffff; | ||||
| 	text-align: center; | ||||
| 	margin: 0px; | ||||
| 	padding: 5px 20px 5px 20px; | ||||
| 	font-weight: normal; | ||||
| 	opacity: 0.75; | ||||
| 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); | ||||
| 	z-index: 100; | ||||
| } | ||||
| .dhtmlx_live_validation_error { | ||||
| 	background-color: #FFE0E0 !important; | ||||
| } | ||||
| .dhtmlx_validation_error { | ||||
| 	border-bottom: 2px solid red !important; | ||||
| } | ||||
| .dhx_header_cmenu { | ||||
| 	background-color: #ffffff; | ||||
| 	border: 2px outset silver; | ||||
| 	z-index: 2; | ||||
| } | ||||
| .dhx_header_cmenu_item { | ||||
| 	white-space: nowrap; | ||||
| } | ||||
| div.gridbox td.filter input, | ||||
| div.gridbox td.filter select { | ||||
| 	width: 90%; | ||||
| 	font-size: 8pt; | ||||
| 	font-family: Tahoma; | ||||
| 	-webkit-user-select: text; | ||||
| 	-khtml-user-select: text; | ||||
| 	-moz-user-select: text; | ||||
| 	-ms-user-select: text; | ||||
| 	-o-user-select: text; | ||||
| 	user-select: text; | ||||
| } | ||||
| div.gridbox .filter input::-ms-clear { | ||||
| 	display: none; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox .xhdr { | ||||
| 	background-color: #ffffff; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.hdr tr { | ||||
| 	background-color: #f5f5f5; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox .ftr tr { | ||||
| 	background-color: #f5f5f5; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.obj, | ||||
| .dhx_combo_select, | ||||
| .gridbox_dhx_skyblue.gridbox | ||||
| .dhx_combo_edit, | ||||
| .gridbox_dhx_skyblue.gridbox .dhx_textarea, | ||||
| dhx_dragColDiv, | ||||
| div.gridbox div.ftr td, | ||||
| div.pagingBlock, | ||||
| span.recordsInfoBlock, | ||||
| .dhx_grid_adjust { | ||||
| 	font-family: Arial, Helvetica; | ||||
| 	font-size: 13px; | ||||
| 	color: #333333; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.obj tr td { | ||||
| 	border-color: #cccccc; | ||||
| 	border-width: 0px 0px 1px 0px; | ||||
| 	padding-right: 20px; | ||||
| 	padding-left: 20px; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox .xhdr { | ||||
| 	border-bottom: 1px solid #cccccc; | ||||
| 	background-color: #f5f5f5; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.hdr td div.hdrcell { | ||||
| 	width: auto; | ||||
| 	padding-left: 20px; | ||||
| 	line-height: 36px; | ||||
| 	text-transform: uppercase; | ||||
| 	width: 100% !ie; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox .ftr table td { | ||||
| 	width: auto; | ||||
| 	background-color: #ffffff; | ||||
| 	border-width: 1px 0px 0px 0px; | ||||
| 	font-style: normal; | ||||
| 	color: #333; | ||||
| 	border-color: #cccccc; | ||||
| 	padding-left: 20px; | ||||
| 	line-height: 41px; | ||||
| 	width: 100% !ie; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.hdr td { | ||||
| 	border: 1px solid #cccccc; | ||||
| 	border-width: 0px 0px 0px 0px; | ||||
| 	padding: 0px 0px 0px 0px; | ||||
| 	background-color: #f5f5f5; | ||||
| 	font-family: Arial, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #333333; | ||||
| 	vertical-align: top; | ||||
| 	text-align: left; | ||||
| 	position: relative; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox { | ||||
| 	border: 1px solid #cccccc; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.obj tr td { | ||||
| 	padding-top: 10px; | ||||
| 	padding-bottom: 10px; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.obj.row20px tr td { | ||||
| 	padding-top: 0px; | ||||
| 	padding-bottom: 0px; | ||||
| 	height: 32px; | ||||
| 	line-height: 32px; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.obj tr td.editable { | ||||
| 	padding-left: 20px; | ||||
| 	padding-right: 0px; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.obj tr td.editable div.treegrid_cell { | ||||
| 	padding: 1px 4px; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.obj tr.rowselected { | ||||
| 	background-color: #fff3a1; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.obj tr.rowselected td { | ||||
| 	background-color: #fff3a1; | ||||
| 	color: black; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.obj.row20px tr.rowselected td { | ||||
| 	background-color: #fff3a1; | ||||
| 	color: black; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.obj tr td.cellselected { | ||||
| 	background-color: #fff3a1; | ||||
| 	color: black; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox .odd_dhx_terrace { | ||||
| 	background-color: #f7f7f7; | ||||
| } | ||||
| .gridbox_dhx_terrace.gridbox .dhx_combo_edit { | ||||
| 	font-family: Arial, Helvetica; | ||||
| 	font-size: 13px; | ||||
| 	line-height: 32px; | ||||
| } | ||||
| .dhx_combo_select, | ||||
| .dhx_textarea { | ||||
| 	margin-left: 20px; | ||||
| 	line-height: 20px; | ||||
| 	font-family: Arial, Helvetica; | ||||
| 	font-size: 13px; | ||||
| } | ||||
| .gridbox_dhx_terrace.gridbox .dhx_combo_edit { | ||||
| 	padding: 1px 0px 1px 1px; | ||||
| } | ||||
| .gridbox_dhx_terrace.gridbox .dhx_sub_row { | ||||
| 	background-color: transparent; | ||||
| } | ||||
| .gridbox_dhx_terrace.gridbox table.hdr  td.filter { | ||||
| 	padding-left: 20px; | ||||
| 	line-height: 41px; | ||||
| 	height: 30px; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox td.filter input, | ||||
| div.gridbox_dhx_terrace.gridbox td.filter select { | ||||
| 	font-size: 13px !important; | ||||
| 	font-family: Arial, Helvetica !important; | ||||
| 	height: 22px; | ||||
| 	border-radius: 3px; | ||||
| 	border: 1px solid #cccccc; | ||||
| 	background: #ffffff; | ||||
| 	box-shadow: none; | ||||
| } | ||||
| .gridbox_dhx_terrace.gridbox .dhx_combo_box.dhx_terrace { | ||||
| 	height: 30px !important; | ||||
| 	margin-left: -20px; | ||||
| } | ||||
| .dhx_header_cmenu { | ||||
| 	background-color: #ffffff; | ||||
| 	border: 2px outset silver; | ||||
| 	z-index: 2; | ||||
| } | ||||
| .dhx_header_cmenu_item { | ||||
| 	white-space: nowrap; | ||||
| } | ||||
| .dhx_pbox { | ||||
| 	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-family: tahoma; | ||||
| 	font-size: 12px; | ||||
| 	float: left; | ||||
| 	cursor: pointer; | ||||
| 	color: black; | ||||
| 	background-color: gray; | ||||
| 	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-family: tahoma; | ||||
| 	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-family: tahoma; | ||||
| 	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; | ||||
| 	font-family: tahoma, arial; | ||||
| } | ||||
| .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: 9px; | ||||
| 	height: 8px; | ||||
| 	background-image: url("../imgs/dhxgrid_terrace/sort_desc.gif"); | ||||
| 	background-repeat: no-repeat; | ||||
| 	z-index: 10; | ||||
| } | ||||
| .dhxgrid_sort_asc { | ||||
| 	background-image: url("../imgs/dhxgrid_terrace/sort_asc.gif"); | ||||
| 	background-repeat: no-repeat; | ||||
| } | ||||
| .dhxgrid_rh_dhx_terrace { | ||||
| 	position: absolute; | ||||
| 	top: -20px; | ||||
| 	left: -33px; | ||||
| 	width: 32px; | ||||
| 	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: 30px; | ||||
| 	height: 10px; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.obj.row20px tr td img { | ||||
| 	display: block; | ||||
| } | ||||
| div.gridbox_dhx_terrace.gridbox table.obj.row20px tr td.group_row img, | ||||
| div.gridbox_dhx_terrace.gridbox table.obj.row20px tr td .treegrid_cell img { | ||||
| 	display: inline; | ||||
| } | ||||
| .dhx_grid_icon { | ||||
| 	text-align: center; | ||||
| 	color: #777; | ||||
| 	font-size: 18px; | ||||
| } | ||||
| .dhx_treegrid_icon { | ||||
| 	text-align: center; | ||||
| 	color: #777; | ||||
| 	font-size: 16px; | ||||
| 	margin-right: 4px; | ||||
| 	position: relative; | ||||
| 	top: 1px; | ||||
| } | ||||
| .grid_cell_dyn { | ||||
| 	position: relative; | ||||
| 	padding-right: 2px; | ||||
| 	width: 100%; | ||||
| 	overflow: hidden; | ||||
| 	white-space: nowrap; | ||||
| } | ||||
| .grid_cell_dyn img { | ||||
| 	position: absolute; | ||||
| 	top: 0px; | ||||
| 	left: 0px; | ||||
| 	height: 15px; | ||||
| } | ||||
| .grid_cell_dyn span { | ||||
| 	padding-left: 20px; | ||||
| 	width: 100%; | ||||
| } | ||||
| .grid_collapse_icon { | ||||
| 	margin-top: -2px; | ||||
| } | ||||
| .dhx_row_drag_active { | ||||
| 	background: #eee !important; | ||||
| } | ||||
| @ -1,671 +0,0 @@ | ||||
| /* | ||||
| Product Name: dhtmlxSuite  | ||||
| Version: 5.2.0  | ||||
| Edition: Professional  | ||||
| License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com | ||||
| Copyright UAB Dinamenta http://www.dhtmlx.com | ||||
| */ | ||||
|  | ||||
| /* | ||||
| 	skin detected: dhx_web | ||||
| 	include extra file: skins/dhx_web.less | ||||
| */ | ||||
|  | ||||
| div.gridbox { | ||||
| 	overflow: hidden; | ||||
| 	text-align: left; | ||||
| } | ||||
| .dhx_sub_row { | ||||
| 	background-color: #ffffff; | ||||
| } | ||||
| div.gridbox .xhdr { | ||||
| 	background-color: #D4D0C8; | ||||
| } | ||||
| div.gridbox table.obj { | ||||
| 	height: 1px; | ||||
| } | ||||
| div.gridbox table.hdr td { | ||||
| 	line-height: normal; | ||||
| 	font-family: arial; | ||||
| 	font-size: 12px; | ||||
| 	background-color: #D4D0C8; | ||||
| 	border: 1px solid; | ||||
| 	border-color: #ffffff Gray Gray #ffffff; | ||||
| 	text-align: center; | ||||
| 	margin: 0px; | ||||
| 	padding: 5px 0px 5px 0px; | ||||
| 	font-weight: normal; | ||||
| 	overflow: hidden; | ||||
| 	empty-cells: show; | ||||
| 	-webkit-user-select: none; | ||||
| 	-khtml-user-select: none; | ||||
| 	-moz-user-select: none; | ||||
| 	-ms-user-select: none; | ||||
| 	-o-user-select: none; | ||||
| 	user-select: none; | ||||
| } | ||||
| div.gridbox table.hdr td div.hdrcell { | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox table.obj td { | ||||
| 	overflow: hidden; | ||||
| 	padding-top: 0px; | ||||
| 	padding-bottom: 0px; | ||||
| 	empty-cells: show; | ||||
| 	white-space: normal; | ||||
| 	-webkit-user-select: none; | ||||
| 	-khtml-user-select: none; | ||||
| 	-moz-user-select: none; | ||||
| 	-ms-user-select: none; | ||||
| 	-o-user-select: none; | ||||
| 	user-select: none; | ||||
| } | ||||
| div.gridbox table.obj th, | ||||
| div.gridbox table.hdr th { | ||||
| 	padding: 0px; | ||||
| 	margin: 0px; | ||||
| } | ||||
| div.gridbox table.row20px tr td { | ||||
| 	height: 20px; | ||||
| 	white-space: nowrap; | ||||
| 	padding: 0px; | ||||
| } | ||||
| div.gridbox .objbox { | ||||
| 	background-color: #ffffff; | ||||
| 	position: relative; | ||||
| 	-webkit-overflow-scrolling: touch; | ||||
| } | ||||
| div.gridbox table.obj td span.space, | ||||
| div.gridbox table.obj td img.space { | ||||
| 	width: 18px; | ||||
| } | ||||
| div.gridbox table.obj td.editable { | ||||
| 	-webkit-user-select: text; | ||||
| 	-khtml-user-select: text; | ||||
| 	-moz-user-select: text; | ||||
| 	-ms-user-select: text; | ||||
| 	-o-user-select: text; | ||||
| 	user-select: text; | ||||
| } | ||||
| div.gridbox table.obj td.group_row { | ||||
| 	vertical-align: middle; | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| 	font-weight: bold; | ||||
| 	height: 30px; | ||||
| 	border: 0px; | ||||
| 	border-bottom: 2px solid navy; | ||||
| } | ||||
| .dragSpanDiv { | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| 	border: 1px gray solid; | ||||
| 	background-color: white; | ||||
| 	z-index: 999; | ||||
| } | ||||
| .dhx_combo_select { | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| 	border: 1px solid; | ||||
| 	border-color: black silver silver black; | ||||
| 	background-color: #ffffff; | ||||
| 	overflow: auto; | ||||
| 	cursor: default; | ||||
| 	position: absolute; | ||||
| 	height: auto; | ||||
| 	z-index: 600; | ||||
| } | ||||
| .dhx_combo_edit { | ||||
| 	width: 100%; | ||||
| 	border: 0px; | ||||
| 	padding: 0px; | ||||
| 	padding-right: 1px !ie; | ||||
| 	margin: 0px; | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| .dhx_textarea { | ||||
| 	border: 1px solid; | ||||
| 	border-color: black silver silver black; | ||||
| 	position: absolute; | ||||
| 	height: 100px; | ||||
| 	z-index: 600; | ||||
| } | ||||
| .dhx_clist { | ||||
| 	background-color: white; | ||||
| 	border: 1px solid black; | ||||
| 	padding: 2px 2px 2px 2px; | ||||
| 	z-index: 300; | ||||
| } | ||||
| .gridDragLine { | ||||
| 	position: absolute; | ||||
| 	top: 10px; | ||||
| 	left: 0px; | ||||
| 	width: 100%; | ||||
| 	height: 2px; | ||||
| 	background-color: black; | ||||
| 	overflow: hidden; | ||||
| 	pointer-events: none; | ||||
| } | ||||
| div.pagingBlock { | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| } | ||||
| div.pagingBlock .pagingCurrentPage { | ||||
| 	font-weight: bold; | ||||
| 	cursor: default; | ||||
| } | ||||
| div.pagingBlock .pagingPage { | ||||
| 	cursor: pointer; | ||||
| 	text-decoration: underline; | ||||
| } | ||||
| span.recordsInfoBlock { | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| } | ||||
| 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; | ||||
| } | ||||
| .dhtmlxGrid_selection { | ||||
| 	opacity: 0.5; | ||||
| 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); | ||||
| 	background-color: yellow; | ||||
| 	border: 1px dotted black; | ||||
| } | ||||
| div.gridbox div.ftr { | ||||
| 	position: absolute; | ||||
| 	left: 0px; | ||||
| 	bottom: 1px; | ||||
| 	width: 100%; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox div.ftr td { | ||||
| 	padding: 0px; | ||||
| 	padding-left: 10px; | ||||
| 	padding-right: 5px; | ||||
| 	border-top: 1px solid gray; | ||||
| 	border-right: 1px solid gray; | ||||
| 	background-color: #ffffcc; | ||||
| 	font-style: italic; | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox table.hdr td.columnTargetR div.hdrcell { | ||||
| 	border-right: 3px double #FF6600; | ||||
| 	border-left: 3px solid #D4D0C8; | ||||
| } | ||||
| div.gridbox table.hdr td.columnTargetL div.hdrcell { | ||||
| 	border-right: 3px solid #D4D0C8; | ||||
| 	border-left: 3px double #FF6600; | ||||
| } | ||||
| .dhx_dragColDiv { | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| 	background-color: #D4D0C8; | ||||
| 	border: 1px solid; | ||||
| 	border-color: white Gray Gray white; | ||||
| 	text-align: center; | ||||
| 	margin: 0px; | ||||
| 	padding: 5px 20px 5px 20px; | ||||
| 	font-weight: normal; | ||||
| 	opacity: 0.75; | ||||
| 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); | ||||
| 	z-index: 100; | ||||
| } | ||||
| .dhtmlx_live_validation_error { | ||||
| 	background-color: #FFE0E0 !important; | ||||
| } | ||||
| .dhtmlx_validation_error { | ||||
| 	border-bottom: 2px solid red !important; | ||||
| } | ||||
| .dhx_header_cmenu { | ||||
| 	background-color: #ffffff; | ||||
| 	border: 2px outset silver; | ||||
| 	z-index: 2; | ||||
| } | ||||
| .dhx_header_cmenu_item { | ||||
| 	white-space: nowrap; | ||||
| } | ||||
| div.gridbox td.filter input, | ||||
| div.gridbox td.filter select { | ||||
| 	width: 90%; | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| 	-webkit-user-select: text; | ||||
| 	-khtml-user-select: text; | ||||
| 	-moz-user-select: text; | ||||
| 	-ms-user-select: text; | ||||
| 	-o-user-select: text; | ||||
| 	user-select: text; | ||||
| } | ||||
| div.gridbox .filter input::-ms-clear { | ||||
| 	display: none; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox .xhdr { | ||||
| 	background-color: #f4f4f4; | ||||
| 	border-bottom: 2px solid #53abe6; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.hdr tr { | ||||
| 	background-color: #f4f4f4; | ||||
| } | ||||
| div.gridbox_dhx_web.grid table.obj { | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.obj tr td { | ||||
| 	border-bottom: 1px solid #ededed; | ||||
| 	border-right: 1px solid #ededed; | ||||
| 	padding-right: 4px; | ||||
| 	padding-left: 4px; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.hdr td div.hdrcell { | ||||
| 	width: auto; | ||||
| 	padding-left: 10px; | ||||
| 	width: 100% !ie; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.hdr td { | ||||
| 	border-width: 0px 1px 0px 0px; | ||||
| 	border-top: 1px solid #dbdbdb; | ||||
| 	border-right-color: #dbdbdb; | ||||
| 	padding: 7px 0px 8px 0px; | ||||
| 	background-color: #f4f4f4; | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| 	vertical-align: top; | ||||
| 	text-align: left; | ||||
| 	position: relative; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.hdr tr:nth-child(2) td { | ||||
| 	border-top: 1px solid #f4f4f4; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox { | ||||
| 	border: 1px solid #c7c7c7; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.obj tr td, | ||||
| .dhx_grid_adjust { | ||||
| 	padding-top: 3px; | ||||
| 	padding-bottom: 4px; | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.obj.row20px tr td { | ||||
| 	padding-top: 0px; | ||||
| 	padding-bottom: 0px; | ||||
| 	height: 29px; | ||||
| 	line-height: 29px; | ||||
| 	border-bottom: 1px solid #ededed; | ||||
| 	border-right: 1px solid #ededed; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.obj.row20px tr td:last-child { | ||||
| 	border-right: 1px solid #ffffff; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.obj tr td.editable { | ||||
| 	padding: 0px; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.obj tr td.editable div.treegrid_cell { | ||||
| 	padding: 1px 4px; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.obj tr.rowselected { | ||||
| 	background-color: #85d3ff; | ||||
| 	color: #000000; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.obj tr.rowselected td { | ||||
| 	background-color: #85d3ff; | ||||
| 	color: #000000; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.obj.row20px tr.rowselected td { | ||||
| 	background-color: #85d3ff; | ||||
| 	border-right-color: #85d3ff; | ||||
| 	color: #000000; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox table.obj tr td.cellselected { | ||||
| 	background-color: #85d3ff; | ||||
| 	color: #000000; | ||||
| } | ||||
| div.gridbox_dhx_web.gridbox .odd_dhx_web { | ||||
| 	background-color: #f9f9f9; | ||||
| 	color: #000000; | ||||
| } | ||||
| .dhx_combo_select, | ||||
| .gridbox_dhx_web.gridbox .dhx_combo_edit, | ||||
| .gridbox_dhx_web.gridbox .dhx_textarea { | ||||
| 	font-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| } | ||||
| .gridbox_dhx_web.gridbox .dhx_combo_edit { | ||||
| 	padding: 1px 0px 0px 1px; | ||||
| } | ||||
| .gridbox_dhx_web.gridbox .dhx_sub_row { | ||||
| 	background-color: transparent; | ||||
| } | ||||
| .dhx_header_cmenu { | ||||
| 	background-color: #ffffff; | ||||
| 	border: 2px outset silver; | ||||
| 	z-index: 2; | ||||
| } | ||||
| .dhx_header_cmenu_item { | ||||
| 	white-space: nowrap; | ||||
| } | ||||
| .dhx_pbox { | ||||
| 	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-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| 	float: left; | ||||
| 	cursor: pointer; | ||||
| 	color: black; | ||||
| 	background-color: gray; | ||||
| 	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-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| 	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-family: Tahoma, Helvetica; | ||||
| 	font-size: 12px; | ||||
| 	color: #000000; | ||||
| 	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; | ||||
| 	font-family: tahoma, arial; | ||||
| } | ||||
| .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; | ||||
| 	font-family: tahoma, arial; | ||||
| } | ||||
| .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: 9px; | ||||
| 	height: 8px; | ||||
| 	background-image: url("../imgs/dhxgrid_web/sort_desc.gif"); | ||||
| 	background-repeat: no-repeat; | ||||
| 	z-index: 10; | ||||
| } | ||||
| .dhxgrid_sort_asc { | ||||
| 	background-image: url("../imgs/dhxgrid_web/sort_asc.gif"); | ||||
| 	background-repeat: no-repeat; | ||||
| } | ||||
| .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; | ||||
| } | ||||
| .dhx_grid_icon { | ||||
| 	text-align: center; | ||||
| 	color: #777; | ||||
| 	font-size: 18px; | ||||
| } | ||||
| .dhx_treegrid_icon { | ||||
| 	text-align: center; | ||||
| 	color: #777; | ||||
| 	font-size: 16px; | ||||
| 	margin-right: 4px; | ||||
| 	position: relative; | ||||
| 	top: 1px; | ||||
| } | ||||
| .grid_cell_dyn { | ||||
| 	position: relative; | ||||
| 	padding-right: 2px; | ||||
| 	width: 100%; | ||||
| 	overflow: hidden; | ||||
| 	white-space: nowrap; | ||||
| } | ||||
| .grid_cell_dyn img { | ||||
| 	position: absolute; | ||||
| 	top: 0px; | ||||
| 	left: 0px; | ||||
| 	height: 15px; | ||||
| } | ||||
| .grid_cell_dyn span { | ||||
| 	padding-left: 20px; | ||||
| 	width: 100%; | ||||
| } | ||||
| .grid_collapse_icon { | ||||
| 	margin-top: -2px; | ||||
| } | ||||
| .dhx_row_drag_active { | ||||
| 	background: #eee !important; | ||||
| } | ||||
| @ -1,715 +0,0 @@ | ||||
| /* | ||||
| Product Name: dhtmlxSuite  | ||||
| Version: 5.2.0  | ||||
| Edition: Professional  | ||||
| License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com | ||||
| Copyright UAB Dinamenta http://www.dhtmlx.com | ||||
| */ | ||||
|  | ||||
| /* | ||||
| 	skin detected: material | ||||
| 	include extra file: skins/material.less | ||||
| */ | ||||
|  | ||||
| @keyframes dhx_loader_rotate { | ||||
| 	100% { | ||||
| 		transform: rotate(360deg); | ||||
| 	} | ||||
| } | ||||
| @keyframes dhx_loader_dash { | ||||
| 	0% { | ||||
| 		stroke-dasharray: 1, 200; | ||||
| 		stroke-dashoffset: 0; | ||||
| 	} | ||||
| 	50% { | ||||
| 		stroke-dasharray: 89, 200; | ||||
| 		stroke-dashoffset: -35px; | ||||
| 	} | ||||
| 	100% { | ||||
| 		stroke-dasharray: 89, 200; | ||||
| 		stroke-dashoffset: -124px; | ||||
| 	} | ||||
| } | ||||
| div.gridbox { | ||||
| 	overflow: hidden; | ||||
| 	text-align: left; | ||||
| } | ||||
| .dhx_sub_row { | ||||
| 	background-color: white; | ||||
| } | ||||
| div.gridbox .xhdr { | ||||
| 	background-color: #D4D0C8; | ||||
| } | ||||
| div.gridbox table.obj { | ||||
| 	height: 1px; | ||||
| } | ||||
| div.gridbox table.hdr td { | ||||
| 	line-height: normal; | ||||
| 	font-size: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: red; | ||||
| 	background-color: #D4D0C8; | ||||
| 	border: px solid; | ||||
| 	border-color: white; | ||||
| 	text-align: center; | ||||
| 	margin: 0px; | ||||
| 	padding: 5px 0px 5px 0px; | ||||
| 	font-weight: normal; | ||||
| 	overflow: hidden; | ||||
| 	empty-cells: show; | ||||
| 	-webkit-user-select: none; | ||||
| 	-khtml-user-select: none; | ||||
| 	-moz-user-select: none; | ||||
| 	-ms-user-select: none; | ||||
| 	-o-user-select: none; | ||||
| 	user-select: none; | ||||
| } | ||||
| div.gridbox table.obj td { | ||||
| 	overflow: hidden; | ||||
| 	padding-top: 0px; | ||||
| 	padding-bottom: 0px; | ||||
| 	empty-cells: show; | ||||
| 	white-space: normal; | ||||
| 	-webkit-user-select: none; | ||||
| 	-khtml-user-select: none; | ||||
| 	-moz-user-select: none; | ||||
| 	-ms-user-select: none; | ||||
| 	-o-user-select: none; | ||||
| 	user-select: none; | ||||
| } | ||||
| div.gridbox table.obj th, | ||||
| div.gridbox table.hdr th { | ||||
| 	padding: 0px; | ||||
| 	margin: 0px; | ||||
| } | ||||
| div.gridbox table.row20px tr td { | ||||
| 	height: 20px; | ||||
| 	white-space: nowrap; | ||||
| 	padding: 0px; | ||||
| } | ||||
| div.gridbox .objbox { | ||||
| 	background-color: white; | ||||
| 	position: relative; | ||||
| 	-webkit-overflow-scrolling: touch; | ||||
| } | ||||
| div.gridbox table.obj td span.space, | ||||
| div.gridbox table.obj td img.space { | ||||
| 	width: 18px; | ||||
| } | ||||
| div.gridbox table.obj td.editable { | ||||
| 	-webkit-user-select: text; | ||||
| 	-khtml-user-select: text; | ||||
| 	-moz-user-select: text; | ||||
| 	-ms-user-select: text; | ||||
| 	-o-user-select: text; | ||||
| 	user-select: text; | ||||
| } | ||||
| div.gridbox table.obj td.group_row { | ||||
| 	vertical-align: middle; | ||||
| 	font-size: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| 	font-weight: bold; | ||||
| 	height: 30px; | ||||
| 	border: 0px; | ||||
| 	border-bottom: 2px solid navy; | ||||
| } | ||||
| .dragSpanDiv { | ||||
| 	font-size: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| 	border: 1px gray solid; | ||||
| 	background-color: white; | ||||
| 	z-index: 999; | ||||
| } | ||||
| .dhx_combo_select { | ||||
| 	font-size: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| 	border: 1px solid; | ||||
| 	border-color: black silver silver black; | ||||
| 	background-color: white; | ||||
| 	overflow: auto; | ||||
| 	cursor: default; | ||||
| 	position: absolute; | ||||
| 	height: auto; | ||||
| 	z-index: 600; | ||||
| } | ||||
| .dhx_combo_edit { | ||||
| 	width: 100%; | ||||
| 	border: 0px; | ||||
| 	padding: 0px; | ||||
| 	padding-right: 1px !ie; | ||||
| 	margin: 0px; | ||||
| 	font-size: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| 	overflow: hidden; | ||||
| 	display: block; | ||||
| } | ||||
| table.obj.row20px .dhx_combo_edit { | ||||
| 	line-height: 28px; | ||||
| } | ||||
| .dhx_textarea { | ||||
| 	border: 1px solid; | ||||
| 	border-color: black silver silver black; | ||||
| 	position: absolute; | ||||
| 	height: 100px; | ||||
| 	z-index: 600; | ||||
| } | ||||
| .dhx_clist { | ||||
| 	background-color: white; | ||||
| 	border: 1px solid black; | ||||
| 	padding: 2px 2px 2px 2px; | ||||
| 	z-index: 300; | ||||
| } | ||||
| .gridDragLine { | ||||
| 	position: absolute; | ||||
| 	top: 10px; | ||||
| 	left: 0px; | ||||
| 	width: 100%; | ||||
| 	height: 2px; | ||||
| 	background-color: black; | ||||
| 	overflow: hidden; | ||||
| 	pointer-events: none; | ||||
| } | ||||
| div.pagingBlock { | ||||
| 	font-size: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| } | ||||
| div.pagingBlock .pagingCurrentPage { | ||||
| 	font-weight: bold; | ||||
| 	cursor: default; | ||||
| } | ||||
| div.pagingBlock .pagingPage { | ||||
| 	cursor: pointer; | ||||
| 	text-decoration: underline; | ||||
| } | ||||
| span.recordsInfoBlock { | ||||
| 	font-size: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| } | ||||
| 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; | ||||
| } | ||||
| .dhtmlxGrid_selection { | ||||
| 	opacity: 0.5; | ||||
| 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); | ||||
| 	background-color: yellow; | ||||
| 	border: 1px dotted black; | ||||
| } | ||||
| div.gridbox div.ftr { | ||||
| 	position: absolute; | ||||
| 	left: 0px; | ||||
| 	bottom: 1px; | ||||
| 	width: 100%; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox div.ftr td { | ||||
| 	padding: 5px 5px 5px 10px; | ||||
| 	border-top: 1px solid gray; | ||||
| 	border-right: 1px solid white; | ||||
| 	background-color: white; | ||||
| 	font-size: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox table.hdr td.columnTargetR div.hdrcell { | ||||
| 	border-right: 3px double #FF6600; | ||||
| 	border-left: 3px solid #D4D0C8; | ||||
| } | ||||
| div.gridbox table.hdr td.columnTargetL div.hdrcell { | ||||
| 	border-right: 3px solid #D4D0C8; | ||||
| 	border-left: 3px double #FF6600; | ||||
| } | ||||
| .dhx_dragColDiv { | ||||
| 	font-size: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| 	background-color: #D4D0C8; | ||||
| 	border: 1px solid; | ||||
| 	border-color: white Gray Gray white; | ||||
| 	text-align: center; | ||||
| 	margin: 0px; | ||||
| 	padding: 5px 20px 5px 20px; | ||||
| 	font-weight: normal; | ||||
| 	opacity: 0.75; | ||||
| 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); | ||||
| 	z-index: 100; | ||||
| } | ||||
| .dhtmlx_live_validation_error { | ||||
| 	background-color: #FFE0E0 !important; | ||||
| } | ||||
| .dhtmlx_validation_error { | ||||
| 	border-bottom: 2px solid red !important; | ||||
| } | ||||
| .dhx_header_cmenu { | ||||
| 	background-color: #ffffff; | ||||
| 	border: 2px outset silver; | ||||
| 	z-index: 2; | ||||
| } | ||||
| .dhx_header_cmenu_item { | ||||
| 	white-space: nowrap; | ||||
| } | ||||
| div.gridbox .filter input, | ||||
| div.gridbox .filter select { | ||||
| 	width: 100%; | ||||
| 	font-size: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| 	-webkit-user-select: text; | ||||
| 	-khtml-user-select: text; | ||||
| 	-moz-user-select: text; | ||||
| 	-ms-user-select: text; | ||||
| 	-o-user-select: text; | ||||
| 	user-select: text; | ||||
| 	padding: 2px; | ||||
| 	box-sizing: border-box; | ||||
| } | ||||
| div.gridbox .filter input::-ms-clear { | ||||
| 	display: none; | ||||
| } | ||||
| div.gridbox_material.gridbox .xhdr { | ||||
| 	background-color: white; | ||||
| 	border-bottom: 1px solid #dfdfdf; | ||||
| } | ||||
| div.gridbox_material.gridbox table.hdr tr { | ||||
| 	background-color: white; | ||||
| } | ||||
| div.gridbox_material.grid table.obj { | ||||
| 	font-size: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj tr td { | ||||
| 	border-bottom: 1px solid #ffffff; | ||||
| 	border-right: 1px solid #ffffff; | ||||
| 	padding-right: 4px; | ||||
| 	padding-left: 4px; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox_material.gridbox table.hdr td div.hdrcell { | ||||
| 	overflow: hidden; | ||||
| 	width: auto; | ||||
| 	padding-left: 4px; | ||||
| 	width: 100% !ie; | ||||
| } | ||||
| div.gridbox_material.gridbox table.hdr td { | ||||
| 	border-width: 0px 1px 0px 0px; | ||||
| 	border: 1px solid white; | ||||
| 	overflow: hidden; | ||||
| 	empty-cells: show; | ||||
| 	white-space: normal; | ||||
| 	-webkit-user-select: none; | ||||
| 	-khtml-user-select: none; | ||||
| 	-moz-user-select: none; | ||||
| 	-ms-user-select: none; | ||||
| 	-o-user-select: none; | ||||
| 	user-select: none; | ||||
| 	padding: 9px 0px 8px 0px; | ||||
| 	background-color: white; | ||||
| 	font-size: 12px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #9f9f9f; | ||||
| 	font-weight: 500; | ||||
| 	vertical-align: top; | ||||
| 	text-align: left; | ||||
| 	position: relative; | ||||
| } | ||||
| div.gridbox_material.gridbox table.hdr tr:nth-child(2) td { | ||||
| 	border-top: 1px solid white; | ||||
| } | ||||
| div.gridbox_material.gridbox { | ||||
| 	border: 1px solid #dfdfdf; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj tr td, | ||||
| .dhx_grid_adjust { | ||||
| 	padding-top: 3px; | ||||
| 	padding-bottom: 4px; | ||||
| 	font-size: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj.row20px tr td { | ||||
| 	padding-top: 0px; | ||||
| 	padding-bottom: 0px; | ||||
| 	height: 32px; | ||||
| 	line-height: 32px; | ||||
| 	border-bottom: 1px solid #dfdfdf; | ||||
| 	border-right: 1px solid white; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj.row20px tr td:last-child { | ||||
| 	border-right: 1px solid white; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj tr td.editable .dhx_combo_edit { | ||||
| 	margin-left: -3px; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj tr td.editable .dhxcombo_in_grid_parent { | ||||
| 	margin-left: -3px !important; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj tr td.editable:first-child { | ||||
| 	border: 0px solid white !important; | ||||
| 	padding-left: 4px !important; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj tr td.editable div.treegrid_cell { | ||||
| 	padding: 1px 4px; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj tr.rowselected { | ||||
| 	background-color: #eeeeee; | ||||
| 	color: #404040; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj tr.rowselected td { | ||||
| 	background-color: #eeeeee; | ||||
| 	color: #404040; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj tr td:first-child { | ||||
| 	padding-left: 10px; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj tr.rowselected td:first-child { | ||||
| 	border-left: 2px solid #3399cc; | ||||
| 	padding-left: 8px; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj.row20px tr.rowselected td { | ||||
| 	background-color: #eeeeee; | ||||
| 	border-right-color: #eeeeee; | ||||
| 	color: #404040; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj tr td.cellselected { | ||||
| 	background-color: #eeeeee; | ||||
| 	color: #404040; | ||||
| } | ||||
| div.gridbox_material.gridbox .odd_material { | ||||
| 	background-color: #ffffff; | ||||
| 	color: #404040; | ||||
| } | ||||
| .dhx_combo_select, | ||||
| .gridbox_material.gridbox .dhx_combo_edit, | ||||
| .gridbox_material.gridbox .dhx_textarea { | ||||
| 	font-size: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| } | ||||
| .gridbox_material.gridbox .dhx_combo_edit { | ||||
| 	padding: 1px 0px 0px 4px; | ||||
| } | ||||
| .gridbox_material.gridbox .dhx_sub_row { | ||||
| 	background-color: transparent; | ||||
| } | ||||
| .dhx_header_cmenu { | ||||
| 	background-color: #ffffff; | ||||
| 	border: 2px outset silver; | ||||
| 	z-index: 2; | ||||
| } | ||||
| .dhx_header_cmenu_item { | ||||
| 	white-space: nowrap; | ||||
| } | ||||
| .dhx_pbox { | ||||
| 	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: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| 	float: left; | ||||
| 	cursor: pointer; | ||||
| 	color: black; | ||||
| 	background-color: gray; | ||||
| 	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: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| 	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: 14px; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| 	color: #404040; | ||||
| 	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; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| } | ||||
| .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; | ||||
| 	font-family: Roboto, Arial, Helvetica; | ||||
| } | ||||
| .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: 0px; | ||||
| 	height: 0px; | ||||
| } | ||||
| div.gridbox_material.gridbox table.hdr td.dhxgrid_sort_desc_col, | ||||
| div.gridbox_material.gridbox table.hdr td.dhxgrid_sort_asc_col { | ||||
| 	background-image: url("../imgs/dhxgrid_material/sort_desc.gif"); | ||||
| 	background-position: 3px 7px; | ||||
| 	background-repeat: no-repeat; | ||||
| } | ||||
| div.gridbox_material.gridbox table.hdr td.dhxgrid_sort_desc_col div, | ||||
| div.gridbox_material.gridbox table.hdr td.dhxgrid_sort_asc_col div { | ||||
| 	padding-left: 18px; | ||||
| 	padding-right: 14px; | ||||
| } | ||||
| div.gridbox_material.gridbox table.hdr td.dhxgrid_sort_asc_col { | ||||
| 	background-image: url("../imgs/dhxgrid_material/sort_asc.gif"); | ||||
| } | ||||
| .dhxgrid_rh_material { | ||||
| 	position: absolute; | ||||
| 	top: -20px; | ||||
| 	left: -33px; | ||||
| 	width: 29px; | ||||
| 	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: 40px; | ||||
| 	height: 10px; | ||||
| 	overflow: hidden; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj.row20px tr td img { | ||||
| 	display: block; | ||||
| } | ||||
| div.gridbox_material.gridbox table.obj.row20px tr td.group_row img, | ||||
| div.gridbox_material.gridbox table.obj.row20px tr td .treegrid_cell img { | ||||
| 	display: inline; | ||||
| } | ||||
| .grid_cell_dyn { | ||||
| 	position: relative; | ||||
| 	padding-right: 2px; | ||||
| 	width: 100%; | ||||
| 	overflow: hidden; | ||||
| 	white-space: nowrap; | ||||
| } | ||||
| .grid_cell_dyn img { | ||||
| 	position: absolute; | ||||
| 	top: 7px; | ||||
| 	left: 0px; | ||||
| 	height: 15px; | ||||
| } | ||||
| .grid_cell_dyn span { | ||||
| 	padding-left: 20px; | ||||
| 	width: 100%; | ||||
| } | ||||
| .grid_collapse_icon { | ||||
| 	margin-top: 1px; | ||||
| } | ||||
| .treegrid_cell > i { | ||||
| 	padding-right: 5px; | ||||
| 	padding-left: 3px; | ||||
| 	font-size: 16px; | ||||
| } | ||||
| .dhx_row_drag_active { | ||||
| 	background: #eee !important; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user