{% block body %}
{% autoescape false %}
{% set primary_color = pumukit_info.primary_color %}
{% set font_color = pumukit_info.font_color %}
{% set default_contrast_background = default_contrast_background | default("#c05800") %}
{% set default_content_font = default_content_font | default("#111") %}
{% set page_background = page_background | default("#ffffff") %}
body {
background: {{ page_background }};
}
ul, ol {
list-style:none;
margin: 0;
padding: 0;
}
h1, h2, h3, h4 {
font-weight: bold;
color: {{ default_content_font }};
}
a, a:hover {
color: #000000;
}
.disabled {
color: #767676 !important;
}
.edit-pmk-icon {
font-size:17px;
color: {{ default_contrast_background }};
}
.date, .num_views {
text-align: right;
}
.main-content {
min-height: 625px;
}
.login-box-pmk .logout-button {
background-color: #b30000;
border-color: #b30000;
}
.search-form {
padding: 10px;
background: #EDEDED;
color: #000000;
}
.search-form .input-group.date {
width: 100%;
}
.search-form a {
color: #2d699e;
}
.input-group-addon {
background: white;
}
.video-duration {
position: absolute;
top: 8%;
left: 8%;
color: white;
font-size: 0.8em;
background:rgba(0,0,0,0.65);
padding: 1px 3px;
}
.order-by {
display: inline;
padding-left: 5px;
}
.order-by > li{
padding-left: 0;
padding-right: 0;
}
.btn-pmk {
background-color: {{ primary_color|raw }};
color: #ffffff;
}
.panel-pmk>.panel-heading {
background-color: {{ primary_color|raw }};
color: #ffffff;
font-weight: bold;
}
.panel-series .panel-body, .panel-related .panel-body{
overflow-x: hidden;
overflow-y: scroll;
max-height: 400px;
}
.total-search {
margin-top:10px;
color:black;
font-weight:bold;
font-size:1.2em;
}
.list-group-item-pmk {
background: transparent;
}
.block-media-pmk {
padding-top:10px;
}
.block-media-pmk h1, .block-media-pmk .h1, .block-media-pmk h2, .block-media-pmk .h2, .block-media-pmk h3, .block-media-pmk .h3 {
margin-top: 0;
}
.block-search-pmk {
margin-bottom:20px;
}
.show_more_link a, .show_more_link a:hover {
color: #000000;
font-size:14px;
}
.label-pmk a {
color: #ffffff;
}
.label-pmk a:hover {
color: #000000;
}
.label-pmk {
background-color: {{ primary_color|raw }};
margin-left:3px;
white-space: normal;
display: inline-block;
max-width: 100%;
overflow: hidden;
text-align: left;
}
.titlecookie {
font-weight: bold;
color: ·ffffff;
font-size: 30px;
}
.cookielaw {
display: block; position: fixed;
padding: 10px;
bottom: 0;
left: 0;
width: 100%;min-height: 60px;
background: rgb(0,0,0,0.7);
color: #efefef;
font-size: 100%;
text-align: center;
z-index: 1000000;
overflow: hidden;
}
/* Wall block */
.wall_block {
margin-bottom: 20px;
}
.wall-container {
padding-bottom: 10px;
}
.next_events_box_title {
font-size: 16px;
margin-top: 5px !important;
margin-bottom: 0;
font-weight: bold;
}
.next_events_box_data .title a {
font-size: 16px;
font-weight: 600;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.next_events_box_data {
margin-top: 10px;
}
.wall-container .no_events {
font-size: 15px;
}
.carousel-caption .background-title {
background-color: rgba(0,0,0,0.8);
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
{% include '@PumukitWebTV/Css/template_video.css.twig' %}
{% include '@PumukitWebTV/Css/template_series.css.twig' %}
{% include '@PumukitWebTV/Css/template_stats.css.twig' %}
{% include '@PumukitWebTV/Css/template_header.css.twig' %}
{% include '@PumukitWebTV/Css/template_horizontal_menu.css.twig' %}
{% include '@PumukitWebTV/Css/template_footer.css.twig' %}
{% include '@PumukitWebTV/Css/template_breadcrumb.css.twig' %}
{% include '@PumukitWebTV/Css/template_search_box.css.twig' %}
{% include '@PumukitWebTV/Css/template_event.css.twig' %}
{% include '@PumukitWebTV/Css/template_pagination.css.twig' %}
{% include '@PumukitWebTV/Css/template_live.css.twig' %}
{% include '@PumukitWebTV/Css/template_share.css.twig' %}
{% include '@PumukitWebTV/Css/template_live_chat.css.twig' %}
{% include '@PumukitWebTV/Css/template_wall.css.twig' %}
{% include '@PumukitWebTV/Css/template_error.css.twig' %}
{% include '@PumukitWebTV/Css/template_a11y.css.twig' %}
/* Legacy Menu CSS */
{#{% include '@PumukitWebTV/Css/template_legacy_menu.css.twig' %}#}
/* Legacy Categories CSS */
{#{% include '@PumukitWebTV/Css/template_legacy_categories.css.twig' %}#}
/* Legacy Misc video CSS */
{#{% include '@PumukitWebTV/Css/template_legacy_video.css.twig' %}#}
{% endautoescape %}
{% endblock %}