* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
}
.wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.site-content {
	flex: 1 0 auto;
}
.footer-v1 {
	flex: 0 0 auto;
}
.xcontainer {
	margin-left: 3%;
	margin-right: 3%;
	padding-bottom: 1em;

}
.alert-container {
	margin-left: 3%;
	margin-right: 3%;
}
iframe {
  width:100%;
}
.font-bold {
	font-weight: bold;
}
.text-red {
	color: red;
}

.gauge-header, .common-chart-header {
	text-align: center;
	color: black;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
}

.gauge-sub-header {
	text-align: center;
	color: black;
	font-size: 11px;
	font-family: Arial;
}
.gauge-footer{
	text-align: center;
	color: black;
	font-size: 11px;
	font-family: Arial;
}
.parser-date {
	background-color: rgba(82, 255, 68, 0.49);
}
.parser-number {
    background-color: #e5bc1742;
}
.parser-named-measure {
    background-color: rgb(243, 205, 173);
}
.parser-guid {
	background-color: rgba(247, 255, 71, 0.49);
}

.parser-kpi-item {
    background-color: rgba(255, 179, 240, 0.49);
}

.parser-kpi-item-muted {
    background-color: rgba(255, 179, 240, 0.49);
    color: #AAAAAA;
    font-style: italic;
}

.parser-header {
    background-color: #c4e3f3;
    font-weight: bold;
}

.parser-text {
	background-color: white;
}

.no-overflow-text {
	white-space: nowrap;
	overflow: scroll;
}

.no-overflow-text-textarea {
	white-space: pre;
	overflow: scroll;
}

.courier-font {
	font-family: courier;
}

.video-button {
	color: #23527c;
	font-size: large;
}

.video-button-in-tab {
	color: #23527c;
}

.video-button-simple {
	color: #23527c;
	font-size: 18px;
	top: 3px;
}

.scorecard-wizard-header {
	font-size: 24px;
	line-height: 33px;
	color: #555;
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
	font-family: "Open Sans", Arial, sans-serif;
	margin-bottom: 8px;
}
.va-middle {
	vertical-align: middle;
}


.kpi-tree-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.kpi-tree-tree {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.kpi-tree-calendar {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: none;
}

.kpi-tree-side-panel-fold-container {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    width: auto;
    max-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kpi-tree-bottom-panel-fold-container {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
    height: auto;
    max-height: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.languages-list {
    font-size: 11px;
    margin-top: 3em;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 4px; /* Значение полей */
    width: 100%;
	text-align: center;
}
ul.languages-list li {
	display: inline; /* Отображать как строчный элемент */
	margin-right: 2px; /* Отступ слева */
	padding: 0; /* Поля вокруг текста */
}

.datePickerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bsc-row {
    display: flex;
    align-items: center;
}

.img-inside-row {
    margin-right: 0.25em;
}

.bsc-col-main {
    flex-grow: 1;
}

.initiative-hint span {
    font-weight: bold;
    color: #555;
}

.initiative-hint li {
	margin-left: 1.5em;
}

.mr-small {
	margin-right: 0.5em;
}

.ml-small {
	margin-left: 0.5em;
}

.ml-xs {
	margin-left: 0.25em;
}


.mb-small {
	margin-bottom: 0.5em;
}

.mt-small {
	margin-top: 0.5em;
}

.mt-default {
	margin-top: 1em;
}

.label-container {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.label-text {
	flex-grow: 1;
	margin-bottom: 0;
}

.label-secondary-text {
	color: grey;
}

.label-secondary-image {
}

.striked-text {
	text-decoration: line-through;
}

.document-tree-container {
	display: flex;
}

.indicator-icon {
	width: 16px;
	height: 16px;
}

.document-tree-trees {
	width: 75%;
}

.document-tree-divider {
	width: 1em;
}

.document-tree-widgets {
	width: 25%;
}

@media (max-width: 600px) {
	.document-tree-container {
		display: flex;
		flex-direction: column;
	}

	.document-tree-trees {
		padding-right: 0;
		width: 100%;
	}

	.document-tree-divider {
		display: none;
	}

	.document-tree-widgets {
		width: 100%;
	}
}

.websocket-loading-panel {
    display: inline-block;

    padding: 6px;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-radius: 4px;
}

#global-dashboard-loader {
    margin-left: 1em;
    display: none;
}

.default-icon {
    margin-right: 0.2em;
}

.nav > li > a {
    color: #555;
}
.more-info {
	margin-left: 3px;
	margin-top: -2px;
}
.bsc-tree-toggle-button {
	color: #333;
}
.bsc-svg {
	margin-top: -2px;
	width: 16px;
	height: 16px;
}