﻿.parameter-check {
	max-height: 25px !important;
}
.ctr-Date.gj-textbox-md {
	border: 1px solid #ced4da;
	padding-left: 11px;
	font-size: 16px !important;
	color: #495057 !important;
}

	.ctr-Date.gj-textbox-md + .gj-icon {
		padding-top: inherit;
		padding-right: inherit;
	}

.dx-treeview-item-without-checkbox.dx-state-selected > .dx-treeview-item {
	background-color: #0E79FD !important;
	color: #FFF !important;
}

.dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item {
	background-color: #0E79FD !important;
	color: #FFF !important;
}

.searcher-group {
	margin-bottom: 0 !important;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.searcher-group:hover{
	margin-bottom: 0 !important;
	border:1px solid #0E79FD;
	border-radius:4px;
}

.dx-treelist-headers.dx-treelist-nowrap {
	background-color: #0E79FD !important;
	color: #FFF !important;
}

.fieldReq {
	border-color: red !important;
}

.dx-toolbar.dx-widget.dx-visibility-change-handler.dx-collection {
	margin-bottom: 1px;
}

tr.dx-row.dx-data-row.dx-row-lines[aria-expanded=true] > td {
	font-weight: bold !important;
}

.content-parents {
	border-right: 1px solid #d2d0d0 !important;
}

.dx-treeview-node.dx-treeview-item-without-checkbox[aria-expanded=true] .dx-item-content.dx-treeview-item-content {
	font-weight: bold;
}

.dx-treeview-node.dx-treeview-item-without-checkbox.dx-treeview-node-is-leaf[aria-expanded=true] .dx-item-content.dx-treeview-item-content {
	font-weight: normal !important;
}

.no-editable-param {
	pointer-events: none;
}

.no-active-param > .form-control, .no-active-param > .gj-datepicker.gj-datepicker-md > .form-control {
	pointer-events: none;
	background-color: #cccccc;
	border: 1px solid #888787;
}

.no-active-param {
	cursor: not-allowed;
	pointer-events: none;
}

.fieldCondError {
	border-color: #FF6D00 !important;
}

.info-param {
	font-size: 20px;
}

.dx-overlay-content.dx-popup-normal.dx-popup-draggable.dx-resizable.dx-popup-fullscreen-width {
	max-width: 500px;
}