.ib-error {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    z-index: 99;
    min-height: 50px;
    overflow: auto;
}

.ib-error p {
    color: #948c8c;
    text-align: center;
    font-size: 1.5em;
}

.chart-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.chart-dates__item {
    margin-right: 20px;
}

.bar {
    cursor: pointer;
    transition: transform 0.25s ease-in-out;
}

.caption_hide {
    display: none;
}

/* Start style tick */
.tick text {
    font-weight: bold;
    font-size: 1.2em;
    font-family: "Exo 2", sans-serif;
}
/* End style tick */

/* Start Style Bootstrap tooltips */
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #fff;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #fff;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow  {
    border-bottom-color: #fff;
}

.ib-tooltip {
    font-size: 14px;
}

.ib-tooltip .tooltip-inner {
    max-width: 100%;
    text-align: left;
}

.ib-tooltip-hide {
    visibility: hidden;
}

/*!*ie tooltip fix *!*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tooltip {
        min-width: 320px;
        max-width: 500px;
        width: auto;
    }
}
@supports (-ms-ime-align:auto) {
    .tooltip {
        min-width: 320px;
        max-width: 500px;
        width: auto;
    }
}

@media (max-width: 576px) {
    .tooltip {
        min-width: 300px;
        max-width: 320px;
        width: auto;
    }
}

/* End Style Bootstrap tooltips */

/* Start style grid */
.grid-line {
    stroke: #000;
    stroke-opacity: 0.2;
}
/* End style grid */

/* Start style legend */
.legend {
    font-size: 14px;
    position: absolute;
}

.legend__col {
    float: left;
    margin-right: 15px;
}

.legend__item {
    cursor: pointer;
    display: flex;
}

.legend__item__text {
    margin-left: 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

.legend__item__text_full {
    white-space: normal;
    overflow: initial;
    text-overflow: initial;
    line-height: normal;
    height: auto;
}

.legend .autosize{
    max-width: 250px;
    white-space: nowrap;
}

.legend .pagination-wrapper{
    padding: 0 8px;
}

.legend .legend__page td > svg {
    vertical-align: top;
}

.legend .table > tbody > tr > td {
    padding: 4px;
}

.legend .custom-legend > div{
    display: inline-block;
}

.legend .table {
    table-layout: auto;
}

.legend__full {
    overflow: auto;
}

.legend__fading::after {
    content:"";
    display:block;
    position:absolute;
    width: calc(100% - 17px);
    height: 50px;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    pointer-events: none;
    z-index: 1;
}

@media screen and (max-width: 576px) {
   /* .legend {
        width: 100%;
    }*/
}



/* класс отключения границ в талице */
table.borderless tbody tr td, table.borderless tbody tr th {
    border: none;
}
/* End style legend */

/* пагинация в легенде */
ul.counter-pagination {
    width: 100%;
    margin: 0;
}
ul.counter-pagination li {
    display: inline-block;
    vertical-align: middle;
}
ul.counter-pagination li.counter-block .inner {
    padding: 3px 7px;
    box-shadow: 0 10px 28px 0 rgba(0, 120, 255, 0.1);
    background: #fff;
    font-size: 1.3rem;
    margin: 0 2px;
}
ul.counter-pagination li a,
ul.counter-pagination li span {
    margin: 0;
    padding: 1px 7px;
    font-size: 1.6rem;
}
/* end пагинация в легенде */

/* Start style breadcrumbs */
.ib-asterplot .breadcrumb {
    margin-left: -15px;
    margin-right: -15px;
    background-color: transparent;
    padding: 8px 15px;
}

.ib-asterplot .breadcrumb>li {
    padding: 10px;
    cursor: pointer;
    color: #346fd3;
}

.ib-asterplot .breadcrumb > li+ li:before {
    content: "\003E";
    padding: 0 15px 0 0;
    color: #346fd3;
}

html:not(.blind) .ib-asterplot .breadcrumb >.active {
    color: #282828 !important;
}
/* End style breadcrumbs */

/* Start Ссылка скачать док */
.download-doc {
    white-space: nowrap;
}

.download-doc .fa-download {
    margin-right: 10px;
}
/*End Ссылка скачать док*/

/* Start style disabled */
.data-graph {
    margin-left: -0.385rem;
    margin-right: -0.385rem;
}

.data-graph__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.data-graph__item {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin: 0.385rem;
    padding: 1.154rem 0.769rem;
    border: 1px solid;
    cursor: pointer;
    font-size: 1.6rem;
}

.data-graph__title {
    margin: 1.5rem 0.385rem 0.6rem;
}

@media (max-width: 992px) {
    .data-graph__item {
        width: 100%;
    }
}
/* End style disabled */


/* Start style aster-plot */
.segment:hover,
.hoverClass {
    stroke: #000;
}

.solidArc, .segment {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.aster-score {
    line-height: 1;
    font-weight: bold;
    font-size: 40px;
}

@media screen and (max-width: 576px) {
    .aster-score {
        font-size: 20px;
    }
}

/* End style aster-plot */

/* Start style bar-charts */
.bar-chart {
    position: relative;
}
.ib-barchart .chart-wrapper svg { /*POPL-4071 если графику проставилась некорректная ширина, превент горизонтального скролла*/
    max-width: 100%;
}

.bar {
    cursor: pointer;
    transition: transform 0.25s ease-in-out;
}
/* End style bar-charts */


/* start границы инфоблока */
.ib-border {
    border-style: solid;
    border-color: #000;
    border-width: 0;
}

.ib-border__top {
    border-top-width: 1px;
}

.ib-border__right {
    border-right-width: 1px;
}

.ib-border__left {
    border-left-width: 1px;
}

.ib-border__bottom {
    border-bottom-width: 1px;
}

/* end границы инфоблока */

/* start стили для фильтров */
.f_wrapper__item {
    display: inline-block;
    float: none !important;
}
/* end стили для фильтров */

/* скрытие инфоблока на мобильных устройствах */

.ib-hide {
    display: none;
}

.ib-html-text {
    overflow: auto;
}

.ib-html-text.ib-border {
    padding: 10px;
}

.color-transparent {
    fill: rgba(255, 255,255, 0);
    background-color: rgba(255, 255,255, 0);
}

.link-export {
    color: #3c7ad8;
}

.link-export,
.link-process-save {
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.36px;
    line-height: 1em;
    margin: 6px 0;
}

.link-export.disabled,
.link-process-save,
.download-doc.disabled {
    color: #807777;
}

.ib-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    clear: both;
    flex-wrap: wrap;
}

.ib-info__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ib-info__item:first-of-type {
    text-align: left;
}

.ib-info__item:last-of-type {
    text-align: right;
}

.ib-info__item__el {
    margin: 6px 0;
}

.ib-info__item__el time {
    display: inline-block;
}


/* костыль - удалить после доработки */
.no-text-tick .axis--y .tick text{
   display: none;
}

/* загрузка данных */
.ib-barchart,
.svg_wrapper {
    position: relative;
    height: 100%;
}

.data-loading {
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(135deg, rgba(242, 243, 247, 0.8), rgba(242, 243, 247, 0.8) 10px, rgba(227, 228, 232, 0.8) 10px, rgba(227, 228, 232, 0.8) 20px);
}

.dot-shuttle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    width: 200px;
    height: 200px;
    filter: url(#spin);
}

.dot-shuttle__item {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #7b7b7b;
    display: inline-block;
    margin: 5px 15px;
}

.dot-shuttle__item_active {
    width: 45px;
    height: 45px;
    position: absolute;
    top: -7px;
    left: -7px;
    animation: dotShuttle 2s infinite linear;
}

@keyframes dotShuttle {
    0%,
    100% {
        transform: translateX(0);
    }
    25%, 75% {
        transform: translateX(45px);
    }
    50% {
        transform: translateX(135px);
    }
}

/* экспорт данных */
.svg2canvas {
    float: left;
}
