

/* Start:/local/templates/bvshd_2019/components/machaon/next_trends/.default/style.css?17748599053197*/
.facultySelector{
    float: right;
    margin-bottom: 2rem;
    margin-top: 3rem;
}
.graph{
    position: relative;
    height: 1000px;
    margin: 40px 20px 120px 20px;
font-family:'Myriad Pro', Arial, sans-serif;
}
.graph .h{
    position: absolute;
    left:0;
    top: 50%;
    height: 1px;
    background: #000;
    width: 100%;
}
.graph .v{
    position: absolute;
    left:50%;
    top: 0;
    width: 1px;
    background: #000;
    height: 100%;
}
.graph .blind{
    color: #c4c4c4;
}
.graph .yTopLeftLbl, .graph .yTopRightLbl, .graph .yBottomLeftLbl, .graph .yBottomRightLbl{
    position: absolute;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
}
.graph .yTopLeftLbl{
    left: 0;
    top: -40px;
    color: #ff8900;
}
.graph .yTopRightLbl{
    right: 0;
    top: -40px;
    color: #5497d5;
}
.graph .yBottomLeftLbl{
    left: 0;
    bottom: -40px;
    color: #ff00ff;
}
.graph .yBottomRightLbl{
    right: 0;
    bottom: -40px;
    color: #15ff15;
}
.graph .competence{
    position: absolute;
    -webkit-transform: translate(-50%,0);
    -ms-transform:translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 13px;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.4s ease-in-out, left 0.4s ease-in-out, bottom 0.4s ease-in-out;
}
.graph .competence.selected{
    opacity: 1;
}
.graph .competence .point{
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #63f21a;
    transition: background-color 0.4s ease-in-out;
}
.graph .competence.orange .point{
    background-color: #fd9700;
}
.graph .competence.blue .point{
    background-color: #00ffff;
}
.graph .competence.purple .point{
    background-color: #ff00ff;
}
.graph .competence .title{
    position: absolute;
    white-space: nowrap;
    /*transition: transform 0.4s ease-in-out,  left 0.4s ease-in-out, right 0.4s ease-in-out, top 0.4s ease-in-out, bottom 0.4s ease-in-out;*/
}
.graph .competence.top .title{
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%,-100%);
    -ms-transform:translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
.graph .competence.bottom .title{
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,100%);
    -ms-transform:translate(-50%, 100%);
    transform: translate(-50%, 100%);
}
.graph .competence.left .title{
    right: 100%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform:translate(0, -50%);
    transform: translate(0, -50%);
    text-align: right;
}
.graph .competence.right .title{
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform:translate(0, -50%);
    transform: translate(0, -50%);
    text-align: left;
}
.facultySelector .jqTransformSelectWrapper{
    height: 34px;
}
.trendsText{
    display: none;
}
.trendsText.selected{
    display: block;
}
.trend-item{
    margin-bottom: 40px;
}
.quoteItem{
    margin-bottom: 20px;
}
.quoteItem .author{
    line-height: 1.2em;
}
.quoteItem .position{
    line-height: 1.2em;
    margin-bottom: 10px;
}
.clear{
    clear: both;
}
.facultySelector .choices{
    max-width: initial;
}
/* End */
/* /local/templates/bvshd_2019/components/machaon/next_trends/.default/style.css?17748599053197 */
