

/* Ш-8044 Подсветка области при наведении - НАЧАЛО */
.sili_header_right_block_click {
  cursor: pointer;
  user-select: none;
  padding: 10px;
}
.sili_header_right_block_click:hover {
  background-color: #d0ecff;
  border-radius: 15px;
}
.sili_header_right_block__m__yellow {
    background-color: #ffffae;
    border-radius: 30px;
    font-weight: bold;
}
.sili_header_right_block__m__yellow_2 {
    background-color: #ffffae;
    border-radius: 30px;
}
.sili_header_right_block_click.sili_header_right_block__m__yellow:hover {
  background-color: #c4fcfd;
}
.sili_header_right_block_click.sili_header_right_block__m__yellow_2:hover {
  background-color: #c4fcfd;
}
/* Ш-8044 Подсветка области при наведении - КОНЕЦ */


/* Ш-7552 Полуссылка Версия 3 (подчеркнутая чертой, точками, dashed, dotted) - НАЧАЛО */
/* 06.06.2023 добавил коммент: старая версия класса имела имя evge_half_link_blue */
/* новая стала evge_half_link_blue_bg те же цвета */
/* так же есть evge_half_link_blue_nm это я так понимаю тоже синий но другой оттенок */
/* UPD 22.02.2024 улучшено форматирование кода тут, и добавлено светло-синий */
.evge_half_link_blue_bg{
    color: #3498db;
    border-bottom: 1px dashed #3498db;
    font-size: 21px;
    text-decoration: none;
    cursor: pointer;
}
.evge_half_link_blue_bg:hover,
.evge_half_link_blue_bg:focus,
.evge_half_link_blue_bg:focus:hover{
    text-decoration: none;
    color: #0961c6;
    border-bottom: 1px dashed #0961c6;
}
.evge_half_link_ltgrey{
    color: #b6b6b6;
    border-bottom: 1px dashed #b6b6b6;
    font-size: 21px;
    text-decoration: none;
    cursor: pointer;
}
.evge_half_link_ltgrey:hover,
.evge_half_link_ltgrey:focus,
.evge_half_link_ltgrey:focus:hover{
    text-decoration: none;
    color: #0961c6;
    border-bottom: 1px dashed #0961c6;
}
.evge_half_link_grey{
    color: #777777;
    border-bottom: 1px dashed #777777;
    font-size: 21px;
    text-decoration: none;
    cursor: pointer;
}
.evge_half_link_grey:hover,
.evge_half_link_grey:focus,
.evge_half_link_grey:focus:hover{
    text-decoration: none;
    color: #0961c6;
    border-bottom: 1px dashed #0961c6;
}
/* UPD 22.02.2024 новый стиль, удобно для неактинвой ссылки */
/*     например для lsa1 размер ковра на карточке заказа */
/*     пока не заданы размеры ковра, то ссылка неактивна */
.evge_half_link_grey_disabled,
.evge_half_link_grey_disabled:hover,
.evge_half_link_grey_disabled:focus,
.evge_half_link_grey_disabled:focus:hover{
    color: #777777;
    border-bottom: 1px dashed #777777;
    font-size: 21px;
    text-decoration: none;
    cursor: not-allowed;
}
.evge_half_link_blue_nm{
    color: #3498db;
    border-bottom: 1px dashed #3498db;
    text-decoration: none;
    cursor: pointer;
}
.evge_half_link_blue_nm:hover,
.evge_half_link_blue_nm:focus,
.evge_half_link_blue_nm:focus:hover{
    text-decoration: none;
    color: #0961c6;
    border-bottom: 1px dashed #0961c6;
}
.evge_half_link_red{
    border-bottom: 1px dashed #ff6666;
    color: #ff6666;
    font-size: 21px;
    text-decoration: none;
    cursor: pointer;
}
.evge_half_link_red:hover,
.evge_half_link_red:focus,
.evge_half_link_red:focus:hover{
    text-decoration: none;
    color: red;
    border-bottom: 1px dashed red;
}
.evge_half_link_orange{
    border-bottom: 1px dashed #d9b048;
    color: #d9b048;
    font-size: 21px;
    text-decoration: none;
    cursor: pointer;
}
.evge_half_link_orange:hover,
.evge_half_link_orange:focus,
.evge_half_link_orange:focus:hover{
    text-decoration: none;
    color: #dbac34;
    border-bottom: 1px dashed #dbac34;
}
.evge_half_link_green{
    text-decoration: none;
    color: #27962a;
    border-bottom: 1px dashed #27962a;
    font-size: 21px;
    cursor: pointer;
}
.evge_half_link_green:hover,
.evge_half_link_green:focus,
.evge_half_link_green:focus:hover{
    text-decoration: none;
    color: #2b542c;
    border-bottom: 1px dashed #2b542c;
}
.evge_half_link_purple{
    text-decoration: none;
    color: #cd00b5;
    border-bottom: 1px dashed #9C27B0;
    font-size: 21px;
    cursor: pointer;
}
.evge_half_link_purple:hover,
.evge_half_link_purple:focus,
.evge_half_link_purple:focus:hover{
    text-decoration: none;
    color: #a2008f;
    border-bottom: 1px dashed #5c0d6a;
}
.evge_half_link_lightblue{
    text-decoration: none;
    color: #00b7cd;
    border-bottom: 1px dashed #00b7cd;
    font-size: 21px;
    cursor: pointer;
}
.evge_half_link_lightblue:hover,
.evge_half_link_lightblue:focus,
.evge_half_link_lightblue:focus:hover{
    text-decoration: none;
    color: #1297a7;
    border-bottom: 1px dashed #1297a7;
}
/* Ш-7552 Полуссылка Версия 3 (подчеркнутая чертой, точками, dashed, dotted) - КОНЕЦ */




/* Ш-7552 Цветные ссылки (задача 4) */
/* UPD 23.08.2024 тут добавлено состояние hover */
/* чтобы оформить ссылку в div (все товары) p_svm проект */
.lsa_link_green{
    color: #02870d;
}
.lsa_link_green:hover{
    color: #02670d;
}
.lsa_link_korich{
    color: #c2720c;
}
.lsa_link_blue{
    color: #3498db;
}
.lsa_link_red{
    color: red;
}
.lsa_link_grey{
    color: #999999;
}

/* UPD 18.03.2024 добавлено для меню niki */
.lsa_link_light_purple{
    color: #976db6;
}


/* Ш-7360 навигация на карточке заказа - меню и стрелка вверх */
.lsa_go_to_top_panel{
    position: fixed;
    right: 35px;

    /* Тут было 30 я сделал 100 чтоб не было такого перекрытия */
    /* http://pvoytko.ru/jx/NRnQGV6PMF на странице создания заказа */
    /* Было 100 сделал 120 иначе вот закрваем кнопку http://pvoytko.ru/jx/p7RR65iICq */
    bottom: 130px;
    z-index: 999;
}
.lsa_go_to_top_but{
    box-shadow: 2px 3px 4px rgb(0 0 0 / 15%);
    background-color: rgb(197, 234, 255);
    border: 2px solid #b6d4ff;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    margin-top: 5px;
}
.lsa_go_to_top_panel a{
    font-size: 17px;
}
.lsa_go_to_top_but:hover{
    background-color: #b0dffa;
}

/* используется для niki модификатор положения кнопок */
/* вверх-вниз на странице документов, ближе к краю, и цвет */
/* под стиль других цветов странцы более светло-синий */
.lsa_go_to_top_panel_m_light_blue{
    right: 5px;
    bottom: 40px;
}
.lsa_go_to_top_panel_m_light_blue .lsa_go_to_top_but{
    background-color: rgb(236 246 255);
}
.lsa_go_to_top_panel_m_cornered{
    right: 10px;
    bottom: 10px;
}

/* Аналог bs5 ссылки только везде работает */
/* UPD 06.03.2024 добавлена для lsa1_B впервые */
.pvl_stretched_link{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}