@font-face {
    font-family: 'icons-tvprogramm-widget-bootstrap';
    src:    url('fonts/icons-tvprogramm-widget-bootstrap.eot?bfu44j');
    src:    url('fonts/icons-tvprogramm-widget-bootstrap.eot?bfu44j#iefix') format('embedded-opentype'),
        url('fonts/icons-tvprogramm-widget-bootstrap.ttf?bfu44j') format('truetype'),
        url('fonts/icons-tvprogramm-widget-bootstrap.woff?bfu44j') format('woff'),
        url('fonts/icons-tvprogramm-widget-bootstrap.svg?bfu44j#icons-tvprogramm-widget-bootstrap') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icons-tvprogramm-widget-bootstrap {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons-tvprogramm-widget-bootstrap' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icons-tvprogramm-widget-bootstrap-book:before {
    content: "\e600";
}
.icons-tvprogramm-widget-bootstrap-bag:before {
    content: "\e601";
}
.icons-tvprogramm-widget-bootstrap-chat:before {
    content: "\e602";
}
.icons-tvprogramm-widget-bootstrap-calendar:before {
    content: "\e603";
}
.icons-tvprogramm-widget-bootstrap-clock:before {
    content: "\e604";
}
.icons-tvprogramm-widget-bootstrap-crown:before {
    content: "\e605";
}
.icons-tvprogramm-widget-bootstrap-globe:before {
    content: "\e606";
}
.icons-tvprogramm-widget-bootstrap-letter:before {
    content: "\e607";
}
.icons-tvprogramm-widget-bootstrap-fire:before {
    content: "\e608";
}
.icons-tvprogramm-widget-bootstrap-heart:before {
    content: "\e609";
}
.icons-tvprogramm-widget-bootstrap-thumb-up:before {
    content: "\e60a";
}
.icons-tvprogramm-widget-bootstrap-cancel:before {
    content: "\e60b";
}
.icons-tvprogramm-widget-bootstrap-megaphone:before {
    content: "\e60c";
}
.icons-tvprogramm-widget-bootstrap-music:before {
    content: "\e60d";
}
.icons-tvprogramm-widget-bootstrap-roulette:before {
    content: "\e60e";
}
.icons-tvprogramm-widget-bootstrap-star:before {
    content: "\e60f";
}
.icons-tvprogramm-widget-bootstrap-tv:before {
    content: "\e610";
}
.icons-tvprogramm-widget-bootstrap-wreath:before {
    content: "\e611";
}

.no-icon:before {
    content: 'none';
}

.constructor-tvprogramm-widget-bootstrap-admin-icons label {
    width: 100%;
    font-size: 28px;
}

.wp-admin .constructor-tvprogramm-widget-bootstrap-admin-icons label input[type=radio] {
    position: absolute;
    left: -9999px;
}

input:checked + i {
    color: #0073aa;
}

.wp-admin .constructor-tvprogramm-widget-bootstrap-form-wrapper .ui-accordion {
    margin: 10px 0;
}

.widget-schedule-inner .nav-tabs {
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.widget-schedule-inner .nav-tabs li {
    width: 14.28571428571429%;
}

.widget-schedule-inner .nav-tabs > li > a {
    text-align: center;
    font-size: 40px;
    padding: 17px 0;
    margin: 0;
    color: #777;
    border-right: 1px solid rgba(0,0,0,0.1);
    background: #EDE7E1;
    line-height: 1;
}

.widget-schedule-inner .nav-tabs > li > a:hover {
    background: #e6e0da;
}

.widget-schedule-inner .nav-tabs > li:last-child > a {
    border-right: none;
}

.widget-schedule-inner .nav-tabs > li > a span {
    font-size: 11px;
    display: block;
    margin: 5px 0 0;
}

.widget-schedule-inner .d-programm > a {
    display: block;
    font-size: 18px;
    color: #000;
}

.widget-schedule-inner .d-programm:hover > a {
    color: #cf151f;
}

.widget-schedule-inner .d-programm .programm-time,
.widget-schedule-inner .d-programm .programm-name {
    padding-top: 18px;
    padding-bottom: 18px;
    }

.widget-schedule-inner .d-programm .programm-time {
    text-align: center;
}

.widget-schedule-inner .programm-thumb {
    padding-left: 0;
}

.widget-schedule-inner .tab-pane {
background: #fff;
}

.widget-schedule-inner .tv-popup {
    display: none;
}

.right-sidebar .widget-schedule-inner .d-programm .programm-time,
.right-sidebar .widget-schedule-inner .d-programm .programm-name {
    padding-top: 11px;
    padding-bottom: 11px;
}

.right-sidebar .widget-schedule-inner .d-programm > a {
    font-size: 16px;
}

.widget-schedule-inner .d-programm:hover > a .programm-name {
    overflow: visible;
}

.right-sidebar .programm-time,
.right-sidebar .programm-thumb {
    width: 25% !important;
}

.right-sidebar .programm-name {
    width: 50% !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 25px;
    overflow: hidden;
}

.right-sidebar .widget-schedule-inner .nav-tabs > li > a {
    font-size: 18px;
}

.right-sidebar .widget-schedule-inner .nav-tabs > li > a span {
    display: none;
}

.schedule-switcher-wrapper {
    text-align: right;
    display: none;
}

.schedule-switcher {
    color: #fff;
    padding: 0 20px;
    border-radius: 4px;
    background: #b5121b;
    text-decoration: none;
    line-height: 28px;
    display: inline-block;
}

.schedule-switcher:hover{
    color: #fff;
    text-decoration: none;
}

.widget-schedule-inner.widget-schedule-inner-hidden {
    display: none;
}

@media (min-width: 768px) {
    .widget-schedule-inner .d-programm .tv-popup {
        padding: 25px;
        position: absolute;
        left: 80%;
        top: -95px;
        width: 55%;
        background: #fff;
        z-index: 5;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }
    .widget-schedule-inner .d-programm .tv-popup .popup-programm-thumb img {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .widget-schedule-inner .d-programm .tv-popup .popup-programm-title {
        margin: 10px 0 0;
        padding: 0 20px 0 0;
    }

    .widget-schedule-inner .d-programm .tv-popup .popup-programm-title h3 {
        font-size: 21px;
    }

    .widget-schedule-inner .d-programm .tv-popup .popup-programm-desc {
        margin: 0 0 15px;
    }

    .widget-schedule-inner .d-programm .tv-popup .popup-programm-meta {
        padding: 0 0 15px;
        margin: 0 0 15px;
        border-bottom: 1px solid #DDD9E6;
        color: #666;
    }

    .widget-schedule-inner .d-programm .tv-popup .popup-programm-watch {
        display: inline-block;
        padding: 5px 10px;
        background: #E4E4E4;
        text-decoration: none;
        color: #666;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .widget-schedule-inner .d-programm:hover .tv-popup {
        display: block;
    }

    .right-sidebar .widget-schedule-inner .d-programm .tv-popup {
        left: auto;
        right: 100%;
        top: -95px;
        width: 90%;
    }


}