

/* Start:/bitrix/components/ch_new/show.railcommerce/templates/on_separate_page_new/style.css?16497653722969*/
div.statistic-table {
	color: #696C72;
	background-color:#EBECF3;
	border:1px solid #B7BCDB;
	padding:5px;
	width:85px;
	padding-bottom:15px;
	font-size: 10px;
}
div.statistic-table .container {
	position:relative;
	display:block;
	width:100%;
}
div.statistic-table .inner {
	display:block;
	width:100%;
}
div.statistic-table .inner-dots {
	display:block;
	width:100%;
	/* This is the way how browser should draw dotted border
	border-bottom:dotted 1px #696C72;
	But we have to use image in order to draw border correctly with IE*/
	padding-bottom: 1px;
	background: url(/bitrix/components/ch_new/show.railcommerce/templates/on_separate_page_new/images/dots.gif) repeat-x bottom;
}
div.statistic-table .left {
	float:left;
	position:relative;
	left:0px;
	top:2px;
	background-color:#EBECF3;
}
div.statistic-table .right {
	float:right;
	position:relative;
	right:0px;
	top:2px;
	background-color:#EBECF3;
}
div.statistic-table .clear {
	clear:both;
}
div.statistic-table  a {
	color: #696C72;
	text-decoration: none;
}
div.statistic-table  a:hover {
	text-decoration: underline;
}
div.statistic-table .today {
	color: #FF7979;
}
div.statistic-table .today a {
	color: #FF7979;
}



/*------------------------------------------svg--------------------------------*/

.ct-major-twelfth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.ct-grid {
    stroke: rgba(0,0,0,.2);
    stroke-width: 1px;
    stroke-dasharray: 2px;
}
.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: #f57f20;
}
.ct-line {
    fill: none;
    stroke-width: 4px;
}
.rex-index-large>.row .ct-label.ct-point-label {
    font-weight: 700;
}

.rex-index-large>.row .ct-label {
    font-size: 12px;
    text-align: center;
}
.ct-chart-bar .ct-point-label, .ct-label {
    /* stroke: none; */
    /* text-anchor: middle; */
    /* font-family: Open Sans,sans-serif; */
    /* font-style: normal; */
    color: #1f2022;
}
.ct-label {
    fill: #555;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    fill-opacity: 1;
    text-transform: uppercase;
    box-sizing: border-box;
}

.ct-label {
    fill: rgba(0,0,0,.4);
    color: rgba(0,0,0,.4);
    /*font-size: .75rem;*/
	font-size: 1.1rem;
    line-height: 1;
}
.rex-index-large>.row .ct-label.ct-horizontal.ct-end {
    font-size: 10px;
}

.ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.ct-label.ct-horizontal.ct-end, .ct-label.ct-horizontal.ct-start {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}

.ct-chart-bar .ct-label, .ct-chart-line .ct-label {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ct-point {
    stroke-width: 10px;
    stroke-linecap: round;
}

/* End */
/* /bitrix/components/ch_new/show.railcommerce/templates/on_separate_page_new/style.css?16497653722969 */
