

/* Start:/local/templates/odkb/components/bitrix/news/video/bitrix/news.detail/.default/style.css?17764247131571*/
    /* Скрываем панель управления до начала воспроизведения */
    .video-js:not(.vjs-has-started) .vjs-control-bar {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
/*    .video-js.vjs-paused .vjs-control-bar {
    display: none !important;
}*/
    /* Обеспечиваем корректное отображение большой кнопки Play */
    .video-js.vjs-big-play-centered .vjs-big-play-button {
        display: block !important;
        visibility: visible !important;
        opacity: 0.7 !important;
    }
	.video-js.vjs-playing .vjs-big-play-button {
   display: none !important;
}
.video-js .vjs-big-play-button {
	background-color: rgba(131, 161, 208, 0.6) !important;
    font-size: 6em !important;
    border: none !important;; 
	border-radius: 23% !important;
  	width: 95px !important;
  	height: 69px !important;
  	line-height: 70px !important;
  	margin-left: -40px !important;
  	margin-top: -40px !important;
}
.video-js .vjs-big-play-button:hover {
	background-color: rgba(153,178,216,0.60) !important;

}
/* Определяем анимацию */
@keyframes softPulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.video-js .vjs-big-play-button {
    animation: softPulse 2s infinite ease-in-out !important;
}

/* End */


/* Start:/local/templates/odkb/components/bitrix/player/.default/style.min.css?1682083931122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */
/* /local/templates/odkb/components/bitrix/news/video/bitrix/news.detail/.default/style.css?17764247131571 */
/* /local/templates/odkb/components/bitrix/player/.default/style.min.css?1682083931122 */
