@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400italic,700|Roboto:400,400italic,700&subset=latin,cyrillic);

.douchart {
    --color-green-02: #06b9b133;
    --color-green-03: #06b9b14D;
    --color-green: #06b9b1;
    --color-green-dark: #1d7872;
    --color-red: #eb4247;
    --color-red-02: #eb424733;
    --color-red-03: #eb42474D;
    --color-red-dark: #762124;
}

.douchart { width: 100%; }

/*   TOOLTIP   */

#douchart-tooltip { 
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	pointer-events: none; 

	position: absolute;
	display: none;
	width: 100%;
	max-width: 150px;
	background: black;
	color: white;
	padding: 8px 15px 12px;
	box-shadow: 10px 10px 0 #00000044;
}

#douchart-tooltip .tt-period,
#douchart-tooltip .tt-title { 
	margin: 3px 0 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	line-height: 16px;
	color: #B0B0B0;
}
#douchart-tooltip .tt-title { word-wrap: break-word; }
#douchart-tooltip .tt-period.underlined { padding-bottom: 0; }

#douchart-tooltip .tt-value span { font-weight: bold; }
#douchart-tooltip .tt-note {
	font-size: 14px;
	color: #999;
	/* margin-bottom: 10px; */
	word-wrap: break-word;
}
#douchart-tooltip .tt-footer {
	font-size: 12px;
	font-style: italic;
	color: #999;
	border-top: 1px solid #333;
	padding-top: 3px;
	margin-top: 5px;
}
#douchart-tooltip .tt-point span { font-weight: bold; }
#douchart-tooltip .tt-point.tt-junior span { color: #89e5de; }
#douchart-tooltip .tt-point.tt-middle span { color: #06b9b1; }
#douchart-tooltip .tt-point.tt-senior span { color: #1d7872; }

#douchart-tooltip .underlined {
	padding-bottom: 5px;
	border-bottom: 1px solid #4d4d4d;
	margin-bottom: 7px;
}

#douchart-tooltip .tt-rows .option {
	margin-top: 5px;
	
}
#douchart-tooltip .tt-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 7px;
}
#douchart-tooltip .tt-row.spaced { justify-content: space-between; }
#douchart-tooltip .tt-row.column { flex-direction: column; align-items: start; gap: 0; }
#douchart-tooltip .tt-row-group {
	display: flex;
	align-items: center;
	gap: 5px;
}
#douchart-tooltip .tt-mark {
	width: 10px;
	height: 10px;
	border-radius: 8px;
}
#douchart-tooltip .tt-row-value { 
	font-weight: bold;
	white-space: nowrap;
}
#douchart-tooltip .tt-row-diff,
#douchart-tooltip .tt-diff {
	font-style: italic;
	font-size: 12px;
	margin: -5px 0 0 -3px;
	color: #cdcdcd;
}
#douchart-tooltip .tt-row-group .tt-diff {
	margin: -8px 0 0 -1px;
}
#douchart-tooltip .tt-row-diff.positive,
#douchart-tooltip .tt-row-diff.increase,
#douchart-tooltip .tt-diff.increase { color: #06b9b1; }
#douchart-tooltip .tt-row-diff.negative,
#douchart-tooltip .tt-row-diff.decrease,
#douchart-tooltip .tt-diff.decrease { color: #eb4247; }
#douchart-tooltip .tt-count,
#douchart-tooltip .tt-vacancies { 
	font-size: 12px;
	font-style: italic; 
	color: #b0b0b0; 
}


/*   CONTROLS   */
.douchart_toggler {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Roboto Condensed', sans-serif;
    gap: 5px 5px;
    margin-bottom: 10px;
}
.douchart_toggler .item {
	font-size: 15px;
	line-height: 18px;
    padding: 9px 15px 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    border: 1px solid #e8e8e8;
    color: #3d3d3d;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.douchart_toggler .item:hover {
    color: #0d0d0d;
    background-color: #e8e8e8;
	border-top: 2px solid #d2d2d2;
	padding-top: 8px;
}
.douchart_toggler .item:active {
	color: #3d3d3d;
    border-color: #ddd;
	background-color: #f0f0f0;
}
.douchart_toggler .item.active {
	color: #ffffff;
	background-color: #1d1d1d;
    border-color: #0d0d0d;
    pointer-events: none;
}

.douchart_controls {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Roboto Condensed', sans-serif;
    gap: 2px;
    margin-bottom: 15px;
}
.douchart_controls.mobile {
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.douchart_controls.grouped {
    flex-direction: column;
}
.douchart .douchart_controls .items-group {
    display: flex; 
    flex-wrap: wrap;
    gap: 2px;
}
.douchart .douchart_controls .item { 
    font-size: 13px;
	line-height: 15px;
    padding: 7px 10px 8px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    color: #3d3d3d;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.douchart .douchart_controls .item.just-text {
    pointer-events: none;
    border: none;
    padding: 7px 5px 8px 0;
}
.douchart_controls .item:hover {
    color: #0d0d0d;
    background-color: #f4f4f4;
}
.douchart_controls .item:active {
    border-color: #ddd;
	background-color: #f0f0f0;
}
.douchart_controls .item.active {
	color: var(--color-green-dark);
	background-color: var(--color-green-02);
    border-color: var(--color-green-03);
    pointer-events: none;
}
.douchart_controls.experience .item.active { 
	color: #8a37b5; 
	background-color: #8A37B533;
	border-color: #8A37B54D;
}
.douchart_controls .item.disabled {
	pointer-events: none;
	opacity: .3;
}

.douchart .chart-controls {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Roboto Condensed', sans-serif;
    gap: 2px;
    margin-bottom: 10px;
}
.douchart .chart-controls .chart-filter-button {
    font-size: 13px;
    line-height: 15px;
    padding: 7px 10px 8px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    color: #3d3d3d;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.douchart .chart-controls .chart-filter-button.active {
    color: var(--color-green-dark);
    background-color: var(--color-green-02);
    border-color: var(--color-green-03);
    pointer-events: none;
}
.douchart .chart-controls.experience .chart-filter-button.active {
    color: #8A37B5;
    background-color: #8A37B533;
    border-color: #8A37B54D;
}
.douchart .chart-controls.position .chart-filter-button.active {
    color: #376294;
    background-color: #4982C533;
    border-color: #4982C54D;
}
.douchart .chart-controls.specialisation .chart-filter-button.active {
    color: #AE8F27;
    background-color: #E8BE344D;
    border-color: #E8BE3480;
}


.douchart .chart-filter-button:hover {
    color: #0d0d0d;
    background-color: #f4f4f4;
}
.douchart .chart-filter-button:active {
    border-color: #ddd;
	background-color: #f0f0f0;
}
.douchart .chart-filter-button.active {
	color: var(--color-green-dark);
	background-color: var(--color-green-02);
    border-color: var(--color-green-03);
    pointer-events: none;
}

.douchart .chart-controls.positions { margin-bottom: 7px; }
.douchart .chart-controls.specialisations, .douchart_controls.cities { margin-bottom: 12px; }
.douchart .chart-controls.specialisations .chart-filter-button.active span { color: #8a37b5; border-color: #e2cded; }
.douchart .chart-controls.cities .chart-filter-button.active span { color: #4982c5; border-color: #c2e1ff; }
.widget .douchart .chart-controls { margin-bottom: 3px; }
.widget .douchart .chart-controls.experience .chart-filter-button.active span { color: #8a37b5; border-color: #e2cded; }
.widget .douchart .chart-controls.position .chart-filter-button.active span { color: #4982c5; border-color: #c2e1ff; }
.widget .douchart .chart-controls.specialisation .chart-filter-button.active span { color: #e8be34; border-color: #ffe6a1; }

.douchart .chart-filter-button.disabled {
	pointer-events: none;
	opacity: .3;
}


/*   INFOLINE   */
.douchart_infoline {
    display: flex;
    justify-content: space-between;

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #3d3d3d;
    
    padding: 0 0 5px;
    border-bottom: 1px solid #eee;
    margin: 10px 0 15px;
}

.douchart_infoline.right { justify-content: end; }

.douchart_color-legend { 
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #3d3d3d;
	display: inline-block;
}
.douchart_color-legend .item { 
	display: inline-block; 
	margin: 0 15px 0 0;
	line-height: 14px;
}
.douchart_color-legend .item.hidden { display: none; }
.douchart_color-legend .item-mark { 
	display: inline-block;
	margin: 2px 5px 0 0;
	width: 10px;
	height: 10px;
	border-radius: 10px;
}
.douchart_color-legend .tr .item-mark { background-color: #C2E8E5; }
.douchart_color-legend .q1 .item-mark,
.douchart_color-legend .jse .item-mark { background-color: #89e5de; }
.douchart_color-legend .q2 .item-mark,
.douchart_color-legend .se .item-mark { background-color: #06b9b1; }
.douchart_color-legend .q3 .item-mark,
.douchart_color-legend .sse .item-mark { background-color: #1d7872; }
.douchart_color-legend .tl .item-mark { background-color: #e8be34; }
.douchart_color-legend .sa .item-mark { background-color: #8a37b5; }
.douchart_color-legend .item-name { display: inline-block; }



/*   CHART   */
.douchart .row a text {
	text-decoration: underline;
	cursor: pointer;
}
.douchart .row a:hover text,
.douchart .row a:active text { fill: var(--color-red); }
.douchart .label-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    line-height: 18px;
    fill: #303030;
}
.douchart .label-value {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 18px;
    fill: #303030;
	stroke: #fff;
	paint-order: stroke;
	stroke-width: 4px;
	stroke-opacity: .85;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.douchart .label-diff { 
	text-anchor: start; 
	font-size: 12px;
	font-style: italic;
}
.douchart.stacked .label-name { text-anchor: end; }
.douchart.stacked .label-value {
	fill: white;
	stroke: none;
}

.douchart .row { cursor: help; }
.douchart .row .row-back,
.douchart .row-back { fill: #f2f2f2; opacity: 0; }

.douchart .row.total line.bottomline { fill: none; stroke: #ccc; }
.douchart .row.total .label-name { font-weight: bold; }
/* .douchart .row.total .row-back  { fill: rgba(0,0,0,.06); } */

.douchart .row:hover .row-back,
.douchart .row.highlighted .row-back { opacity: 1; }
.douchart .row:hover .label-name,
.douchart .row.highlighted .label-name { font-weight: bold; }
.douchart .row:hover .label-value { 
	font-weight: bold;
	stroke: #f2f2f2;
}


.douchart.histogram .row.fade { pointer-events: none; }
.douchart.histogram .row.fade .label-name,
.douchart.histogram .row.fade .label-value {
	font-style: italic;
	fill: #c8c8c8;
}
.douchart.histogram .row.fade rect.bar {
	fill: #e2e2e2!important;
}

.douchart .axis.y line {
	shape-rendering: crispEdges;
    stroke-width: 1;
    stroke-opacity: .1;
}
.douchart .axis.y line.baseline,
.douchart .axis.y .baseline line {
	stroke: #303030; 
	stroke-opacity: 1; 
}
.douchart .axis.y .domain { display: none; }
.douchart .axis.x .tick line,
.douchart .axis.x path { 
	shape-rendering: crispEdges;
	stroke: #303030; 
    stroke-opacity: .1;
}

.douchart.dual-axis .axis text.label {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
	font-size: 14px;
	fill: #808080;
	stroke: #fff;
	paint-order: stroke;
	stroke-width: 3px;
	stroke-opacity: .85;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.douchart.dual-axis .axis.feedback text {
	fill: #06b9b1;
    font-weight: bold;
}
.douchart.dual-axis .axis.feedback text.label { text-anchor: start; }
.douchart.dual-axis .axis.vacancy text.label { text-anchor: end; }

.douchart .tick text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
	font-size: 14px;
	fill: #808080;
}
.douchart .axis-title {
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
	font-size: 14px;
	fill: #808080;
	text-anchor: end;
}
.douchart .row-guideline {
	shape-rendering: crispEdges;
	stroke: #303030; 
    stroke-opacity: .1;
}

.linechart .line path.tm-area {
	stroke: none;
}
.linechart .line path.tm-line {
	fill: none;
	stroke: #06b9b1;
	stroke-width: 3px;
}
.linechart .mark circle {
	fill: #06b9b1;
	stroke: #06b9b1;
	stroke-opacity: .3;
	stroke-width: 10px;
}
#chart-fop_women.linechart .line path.tm-line { stroke: #8A37B5; }
#chart-fop_women.linechart .mark circle { fill: #8A37B5; stroke: #8A37B5; }
.linechart .mark text.label-name {
    font-family: 'Roboto Condensed', sans-serif;
	fill: #303030;
	stroke: #fff;
	paint-order: stroke;
	stroke-width: 3px;
	stroke-opacity: .85;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.linechart .mark text.label-name {
    font-size: 16px;
    font-weight: bold;
}
.linechart .mark text.label-value {
    font-size: 12px;
    font-style: italic;
}
.areachart .answers path { stroke: white; }

.linechart .refline,
.areachart .refline {
	shape-rendering: crispEdges;
	fill: none;
	stroke: #0d0d0d;
    stroke-dasharray: 3 2;
    stroke-linecap: round;
}

.douchart .overlay {
	opacity: 0;
	cursor: help;
}

.linechart-gradient .stop1 { stop-color: rgba(6,185,177,.05); }
.linechart-gradient .stop2 { stop-color: rgba(6,185,177,.4); }

.rangechart .grid .domain,
.lolipopchart .grid .domain,
.dumbbell-plot .grid .domain,
.boxplot .grid .domain { display: none; }

.rangechart .axis.x .tick line.baseline {
	stroke: #303030; 
	stroke-opacity: 1; 
}

.boxplot .median { fill: none; stroke-width: 2; stroke: #fff; }

.rangechart .point,
.lolipopchart .point,
.dumbbell-plot .point { 
	stroke: #ffffff;
	stroke-width: 1.5;
}
.dumbbell-plot .point-junior { fill: #89E5DE; }
.dumbbell-plot .point-middle { fill: #06B9B1; }
.dumbbell-plot .point-senior { fill: #1D7872; }
.dumbbell-plot .range {
	fill: none;
	stroke: #0d0d0d;
	stroke-opacity: .2;
	stroke-width: 4px;
	shape-rendering: crispEdges;
}
.rangechart .range,
.lolipopchart .range {
	fill: none;
	/* stroke-opacity: .2; */
	stroke-width: 4px;
	shape-rendering: crispEdges;
}
.rangechart .median {
	fill: none;
	stroke: #0d0d0d;
	stroke-opacity: .2;
	stroke-width: 3px;
	stroke-linecap: round;
}

.multilines .chart-note {
	color: #999;
	font-style: italic;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 30px;
}
.areachart .time-block,
.multilines .time-block {
	opacity: 0;
	cursor: help;
	pointer-events: all;
}
.areachart line.area-chart-reference,
.multilines line.area-chart-reference {
	pointer-events: none;
	shape-rendering: crispEdges;
	fill: none;
	stroke: #0d0d0d;
    stroke-dasharray: 3 2;
    stroke-linecap: round;
}
.multilines line.area-chart-date-borders {
	fill: none;
	stroke: #0d0d0d;
	stroke-width: .5;
	stroke-opacity: .2;
	shape-rendering: geometricPrecision;
	pointer-events: none;
}
.areachart .y .domain,
.multilines .y .domain { display: none; }
.multilines .line path {
	fill: none;
	stroke-width: 2;
	pointer-events: none;
}

.chart-salary-area-details {
	position: absolute;
	top: 5px; left: 0;
	width: 180px;
}
.chart-salary-ad-date {
	font-weight: bold;
	border-bottom: 1px #ccc solid;
	margin-bottom: 5px;
}
.chart-salary-ad-row { display: flex; }
.chart-salary-ad-row-value { 
	font-weight: bold; 
	min-width: 50px; 
	text-align: right; 
	margin-right: 7px; 
}

.last-answers {
	font-family: 'Roboto Condensed', sans-serif;
}

.last-answers .date-label { fill: #3d3d3d; font-weight: bold; }
.last-answers .ankety-label { fill: #999; font-size: 14px; font-style: italic; }
.last-answers line.header-line { 
	stroke: #3d3d3d; 
	shape-rendering: crispEdges;
	stroke-width: .5;
}
.last-answers line { stroke: #ccc; }

.areachart .grid { pointer-events: none; }
.answer-info .name-label { font-size: 14px; }
.answer-info .value-label { 
	font-weight: normal; 	
}

.douchart .small-chart .back { 
	fill: #f2f2f2;
	opacity: 0; 
}
.douchart .small-chart:hover .back { opacity: 1; }

.douchart.linechart .frame-name {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
	fill: #333;
}

.douchart.linechart .small-multiplies .line path,
.douchart.linechart .small-multiplies .line path.tm-line {
	fill: none;
}
.douchart.linechart .small-multiplies path.fade {
	fill: none;
	stroke-width: .75px;
	stroke: black;
	stroke-opacity: .2;
}
.douchart.linechart .small-multiplies .line path:not(.highlighted, .highlighted-outline) {
	stroke-width: .5;
	stroke: rgba(0,0,0,.2);
}
.douchart.linechart .small-multiplies .line path.highlighted {
	stroke-width: 2px;
}
.douchart.linechart .small-multiplies .line path.highlighted-outline {
	stroke: white;
	stroke-opacity: .8;
	stroke-width: 5px;
    stroke-linecap: round;
}
.douchart.linechart .small-multiplies .small-chart:hover .line path.highlighted-outline {
	stroke: #f2f2f2; }
.douchart.linechart .small-multiplies .refline {
	stroke-dasharray: none;
}
.douchart.linechart .small-multiplies .axis text {
    font-size: 14px;
    font-family: 'Roboto Condensed', 'Roboto', 'sans-serif';
    fill: gray;
}
.douchart.linechart .small-multiplies circle.marker { fill: #06b9b1; }
.douchart.linechart .small-multiplies .label-value {
	paint-order: stroke;
	stroke: white;
	stroke-width: 4px;
	stroke-opacity: .9;
	stroke-linejoin: round;
	stroke-linecap: round;
}
.douchart.linechart .small-multiplies  .small-chart:hover .label-value { stroke: #f2f2f2; }
.douchart.linechart .small-multiplies .label-value.middle { 
	font-size: 12px; 
	text-anchor: middle;
}
.douchart.linechart .small-multiplies .label-value.first { text-anchor: start; font-size: 12px; }
.douchart.linechart .small-multiplies .label-value.last { 
	text-anchor: end; 
	font-weight: bold;
}
.douchart.linechart .small-multiplies .up .line path.highlighted { stroke: #eb4247; }
.douchart.linechart .small-multiplies .up circle.marker,
.douchart.linechart .small-multiplies .up .label-value.last { fill: #eb4247; }
.douchart.linechart .small-multiplies .down .line path.highlighted { stroke: #06b9b1; }
.douchart.linechart .small-multiplies .down circle.marker,
.douchart.linechart .small-multiplies .down .label-value.last { fill: #06b9b1; }
.douchart.linechart .small-multiplies .default .line path.highlighted { stroke: #404040; }
.douchart.linechart .small-multiplies .default circle.marker,
.douchart.linechart .small-multiplies .default .label-value.last { fill: #404040; }

.douchart.linechart .small-multiplies .down .labels circle.marker { fill: #06b9b1; }
.douchart.linechart .small-multiplies .up .labels circle.marker { fill: #eb4247; }
.douchart.linechart .small-multiplies .default .labels circle.marker { fill: #404040; }

.douchart table { 
	font-family: 'Roboto Condensed', 'Roboto', 'sans-serif';
	width: unset;
	border-spacing: 0;
	border-collapse: separate;
	word-break: normal;
}
.douchart table th { 
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #4d4d4d;
	padding: 8px 5px 6px;
	vertical-align: bottom;
	position: sticky;
	top: -1px;
	background: white;
	z-index: 100;
	border-bottom: 1px solid #3d3d3d;
}
.douchart table th .diff-cell { text-align: center; }

.douchart table td { 
	font-family: 'Roboto Condensed', 'Roboto', 'sans-serif';
	font-size: 15px;
	padding: 8px 8px 10px;
}
.douchart table tr td { border-bottom: 1px solid #3d3d3d12; }
.douchart table tr td:first-child { width: 65px; }
.douchart table tr:first-child td { padding-top: 5px; }
.douchart table th:nth-child(2), .douchart table td:nth-child(2) {
	text-align: right; 
}
/* .douchart table tbody tr:nth-child(even) { background: #fff; } */
/* .douchart table tbody tr:nth-child(odd) { background: #f8f8f8; } */
/* .douchart table tbody tr:nth-child(even):hover { background: #ececec; } */
/* .douchart table tbody tr:nth-child(odd):hover { background: #ececec; } */
/* .douchart table tbody tr:hover td { font-weight: bold; } */
.douchart table tbody tr { background: #fff; }
.douchart table tbody tr:hover { background: #f8f8f8; }

.douchart table tbody tr.row-total {
	pointer-events: none;
	background: #fff;
	font-weight: bold;
}
.douchart table tr.row-total td {
    border-top: 1px solid #3d3d3d;
    border-bottom: none;
}

.douchart table .company {
	width: 100%;
    min-width: 200px;
}
.douchart table .company a.company-name,
.douchart table .company a.company-name:visited {
	color: #3d3d3d;
    text-decoration: none;
	font-weight: bold;
}
.douchart table .company a.company-name:hover { color: #eb4247; }

.douchart table .company .company-region {
	font-size: 12px;
    line-height: 14px;
    color: #808080;
}

.douchart table .tech, .douchart table .channel { 
	width: 100%; 
	display: flex;
	flex-wrap: wrap;
	margin-left: -2px;
	gap: 2px;
}
.douchart table .tech-item, .douchart table .channel-item {
	display: inline-block;
	padding: 3px 5px;
	border-radius: 3px;
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
	text-align: left;
}
.douchart table .tech-item { border: 1px solid #c1d0cf66; }
.douchart table .channel-item { border: 1px solid #c8c0ce66; }
.douchart table .tech-item.active {
	background: #06b9b1;
	border-color: #06b9b1;
	color: white;
}
.douchart table .tech-count {
	margin-left: 3px;
	opacity: .8;
	font-size: 9px;
	position: relative;
	top: -2px;
}
.douchart table .channel-item.active {
	background: #8a37b5;
	color: white;
}
.douchart table .tech-item:hover {
	border-color: #c1d0cf;
	background-color: #3d99921A;
	color: #2e736e;
}
.douchart table .channel-item:hover {
	border-color: #c8c0ce;
	background-color: #7947b21A;
	color: #7947b2;
}
.douchart table .tech-item.active:hover { background: #129992; color: #fff; }
.douchart table .channel-item.active:hover { background: #662c8c; color: #fff; }

.douchart table .dou-note {
	font-style: italic;
	opacity: .7;
}

.douchart table td.nowrap { white-space:nowrap; }
.douchart table .align-right { text-align: right; }

.douchart table .positive { color: #06b9b1; }
.douchart table .negative { color: #eb4247; }
.douchart table .neutral { color: #c0c0c0; }
.douchart table div.rate { display: flex; justify-content: flex-end; }
.douchart table .rate span { display: inline-block; }
.douchart table .rate-num {
	text-align: right;
	width: 50px;
	margin-right: 3px;
}
.douchart table .rate-mark {
	width: 16px;
	text-align: center;
	font-size: 12px;
	margin-top: 1px;
}

.douchart table .row-chart {
	display: flex;
	justify-content: end;
	gap: 5px;
}
.douchart table .value-label {
	text-align: right;
	width: 35px;
}

.douchart table .domen {
	height: 12px;
	background-color: rgba(0,0,0,.1);
	position: relative;
	margin-top: 3px;
}
.douchart table .satisfaction .value-label { width: 45px; }
.douchart table .bar {
	margin-top: 3px;
	height: 12px;
	background-color: #06b9b1;
}
.douchart table .domen .bar { margin-top: 0; }

#chart-juniors_cities { margin: 10px 0 30px; }
#chart-juniors_cities .city:not(.inactive) { cursor: help; }
#chart-juniors_cities .city circle { fill: #06b9b1; stroke: #e0e0e0; }
#chart-juniors_cities .city.inactive circle { fill: #e0e0e0; }
#chart-juniors_cities .city.chart-highlighted circle { fill: orange; stroke: none; }
#chart-juniors_cities .label {
	font-family: 'Roboto Condensed', 'Roboto', Arial, sans-serif;
	fill: white;
	font-size: 14px;
	font-weight: 400;
	text-anchor: middle;
}
#chart-juniors_cities .chart-tooltip .label { text-anchor: start; }
#chart-juniors_cities .chart-tooltip .label-city { font-size: 17px; }
#chart-juniors_cities .share-label {
	font-size: 20px;
	font-weight: 700;
}
#chart-juniors_cities .not-so-big .label {
	text-anchor: start;
	font-size: 14px;
	fill: #404040;
	stroke: white;
	fill-opacity: .8;
	paint-order: stroke;
    stroke-width: 3px;
    stroke-opacity: .6;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}
#chart-juniors_cities .not-so-big .share-label {
	font-weight: 700;
	font-size: 18px;
}
#chart-juniors_cities .city.inactive .label { 
	fill: #808080; 
	text-anchor: start;
}
#chart-juniors_cities .label-city-temp .label {
	fill: #404040;
	stroke: white;
	fill-opacity: .8;
	paint-order: stroke;
    stroke-width: 3px;
    stroke-opacity: .6;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}
#chart-juniors_cities .label-city-temp .label.value {
	font-size: 16px;
	font-weight: bold;
}

#chart-juniors_cities #pie-chart .share {
	font-weight: bold;
	font-size: 42px;
	fill: #06b9b1;
}
#chart-juniors_cities #pie-chart .annotation { font-size: 14px; }
#chart-juniors_cities .city circle, #chart-juniors_cities .slice path, #chart-juniors_cities .slice-top3 path { transition: fill .25s; }
#chart-juniors_cities .city.chart-highlighted circle, #chart-juniors_cities .slice.chart-highlighted path, #chart-juniors_cities .slice-top3.chart-highlighted path { fill: orange !important; }
#chart-juniors_cities .chart-city-tooltip {
	position: relative;
	z-index: 9999;
}
#chart-juniors_cities #city-bar .city { margin-bottom: 10px; }
#chart-juniors_cities #city-bar .city-name {
	font-family: 'Roboto Condensed', 'Roboto', Arial, sans-serif; 
	font-size: 18px;
	margin-bottom: 2px;
}
#chart-juniors_cities #city-bar .label-share { margin-left: 5px; }
#chart-juniors_cities #city-bar .city-bar {
	height: 8px;
}

@media screen and (max-width:760px) {

	.douchart table .company { min-width: unset; }

	.douchart table { min-width: auto; }
	.douchart table tr { line-height: 14px; }

	.douchart table .bar, .douchart table .domen, .douchart table .desc { display: none; }
	.douchart table .satisfaction .value-label { width: 100%; }

	.douchart table th { 
		word-wrap: normal!important; 
		word-break: normal!important; 
	}

}

#chart-newbies_portrait {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
#chart-newbies_portrait img {
	width: 100%;
	max-width: 400px;
}
@media screen and (max-width: 1260px) {
	#chart-newbies_portrait img { max-width: 310px; }
}
@media screen and (max-width: 740px) {
	#chart-newbies_portrait img { 
		max-width: 600px; 
		margin-left: auto;
		margin-right: auto; 
	}
}
@media screen and (max-width: 620px) {
	#chart-newbies_portrait img {
		margin-right: 0 !important;
		margin-left: 0 !important;
		max-width: unset !important;
	}
}


