@charset "UTF-8";

.not {
	/* border: 3px solid red; */
	width: 20px;
	color: #a94442;
	text-align: center;
	padding: 8px 6px;
}

.tree {
	/* border: 3px solid cyan; */
	width: 34px;
	text-align: center;
	min-height: 34px;
}

.element {
	/* border: 3px solid blue; */
	
}

.element-line {
	/* border: 3px solid brown; */
	display: flex;
}

.custom-raport-filters>.element>.element-line>.tree {
	width: 0;
}

.heading-body {
	display: table;
	width: 100%;
}

.title-box {
	display: table-cell;
}

.box-buttons {
	display: table-cell;
	width: 1px;
}

.button-remove-from-scope {
	padding-left: 12px;
	cursor: pointer;
}

.custom-raport-scope {
	display: flex;
	flex-wrap: wrap;
}

.custom-raport-scope>div {
	margin-right: 15px;
}

.header {
	display: flex;
	margin-bottom: 6px;
	/* border: 3px solid pink; */
}

.header>select, .header>input, .header>div {
	margin-left: 6px;
	display: flex;
	width: auto;
	padding: 6px;
}

.header>div {
	padding: 0;
}

.scope-body-data {
	display: flex;
	white-space: nowrap;
}

.scope-body-data>select {
	display: inline-block;
	width: auto;
}

.property-checkbox>input {
	display: inline;
	margin-right: 6px;
}

.buttons-panel {
	display: inline-block;
	margin-left: 6px;
	/* background: violet; */
}

.raport-element, .element-property {
	/* min-width: 200px; */
	
}

.operator {
	/* min-width: 150px; */
	
}

.tree-inter {
	background-image: url("../images/intermediate.png");
}

.tree-last {
	background-image: url("../images/last.png");
}

.tree-to-next {
	background-image: url("../images/to-next.png");
}
.header button{
	width: 32px;
	padding:6px;
}
.condition-button {
	width: 30px;
	height: 34px;
	padding: 6px;
	text-align: 'center';
}

div.panel-heading-bar {
	display: table;
	width: 100%;
}

div.panel-heading-bar>div {
	display: table-row;
}

div.panel-heading-bar>div>div {
	display: table-cell;
}

.section-title {
	font-size: 14px;
	font-weight: bold;
}

.section-buttons, .body-data-wrapper {
	width: 1px;
	white-space: nowrap;
	padding-left: 15px;
}

.body-data-wrapper>* {
	margin: 0;
}

button.button-collapse {
	border: none;
	background: none;
	padding: 0;
}

.raport-title {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.raport-body-section>div.grid-container {
	overflow-x: auto;
	margin-top: 15px;
}

.button-add-to-scope {
	height: 34px;
	width:34px;
	padding: 6px;
	margin-left:4px;
}

.grid-view th {
	white-space: normal;
}

input.operand {
	display: inline-block;
	width: 'auto';
}
.raport-view-element >.panel-heading {
	padding-right:10px;
}
.available-raport-elements {
	min-width: 100px;
}
element {
}
input.operand.has-error {
    border-color: #a94442;
    background-color: #a944420d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.custom-raport-filters {
	overflow: scroll;
}