﻿html, body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.slider {
    margin: 10px auto;
}

.slick-slide {
    margin: 0px 15px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

@media (min-width: 768px) {
    #main-nav {
        line-height: 0;
        text-align: right;
    }

    #main-menu {
        display: inline-block;
    }

    .CssLoginStatus {
        padding-left: 0px !important;
    }
}

#mainPannel {
    width: 100%;
    background-color: #f0f2f3;
    border-radius: 4px;
    font-family: RobotoCondensed-Regular;
    display: inline-block;
    padding-right: 20px;
}

.myCalendar {
    background-color: #3f528d;
    width: 320px;
    height: 276px;
    border: 0px solid #3f528d !important;
    /*float: right;*/
    padding-right: 20px;
    border-radius: 3px;
}

    .myCalendar .myCalendarTitle {
        height: 40px;
        line-height: 40px;
        color: white;
        font-size: 22px;
        background-color: #3f528d;
        border: 0px solid #3f528d !important;
    }

        .myCalendar .myCalendarTitle td {
            font-size: 22px;
        }

    .myCalendar th.myCalendarDayHeader {
        color: white;
        background-color: #36477d;
        font-weight: normal;
        height: 25px;
        border: 0px solid #3f528d !important;
        text-align: center;
    }

    .myCalendar td.myCalendarDay {
        color: white !important;
        border: outset 1px white;
    }

        .myCalendar td.myCalendarDay a {
            color: white !important;
        }

        .myCalendar td.myCalendarDay:nth-child(7) a {
            color: white !important;
        }

    .myCalendar td.myCalendarDayOccupied {
        color: black !important;
        background-color: #9098B0;
        border: outset 1px white;
    }

        .myCalendar td.myCalendarDayOccupied a {
            color: black !important;
        }

        .myCalendar td.myCalendarDayOccupied:nth-child(7) a {
            color: black !important;
        }

    .myCalendar td.myCalendarNextMonth {
        color: lightgray !important;
        background-color: gray;
        border: outset 1px white;
    }

    .myCalendar .myCalendarNextPrev {
        text-align: center;
    }

        .myCalendar .myCalendarNextPrev a {
            color: #3f528d !important;
        }

        .myCalendar .myCalendarNextPrev:nth-child(1) a {
            color: #3f528d !important;
            font-size: 0px;
            background: url("images/CalLeft.png") no-repeat center center;
        }

            .myCalendar .myCalendarNextPrev:nth-child(1) a:hover, .myCalendar .myCalendarNextPrev:nth-child(3) a:hover {
                background-color: transparent;
            }

        .myCalendar .myCalendarNextPrev:nth-child(3) a {
            color: #3f528d !important;
            font-size: 0px;
            background: url("images/CalRight.png") no-repeat center center;
        }

    .myCalendar td.myCalendarSelector {
        background-color: red !important;
        border: outset 1px white;
    }

    .myCalendar .myCalendarDayHeader a,
    .myCalendar .myCalendarDay a,
    .myCalendar .myCalendarSelector a,
    .myCalendar .myCalendarNextPrev a {
        color: white !important;
        display: block;
    }

    .myCalendar .myCalendarToday {
        background-color: #28355d;
        border: outset 1px white;
        -webkit-box-shadow: 0 0 7px 3px #3f528d;
        box-shadow: 0 0 7px 3px #3f528d;
    }

        .myCalendar .myCalendarToday a {
            color: white !important;
        }

    .myCalendar .myCalendarDay a:hover,
    .myCalendar .myCalendarDayOccupied a:hover,
    .myCalendar .myCalendarSelector a:hover {
        background-color: #3f528d;
    }

    .myCalendar a {
        text-decoration: none;
        display: block;
        height: 100%;
        width: 100%;
    }

.programCalendar {
    float: left;
    width: 30%;
    text-align: center;
    text-align: -webkit-center;
}

    .programCalendar td {
        border-right: none;
    }

.programLista {
    float: left;
    width: 70%;
    color: white;
    background-color: #3f528d;
    font-weight: normal;
    min-height: 275px;
}

.ProgramLucruGrid {
    width: 100%;
    color: white;
    background-color: #3f528d;
    font-weight: normal;
    padding: 8px;
}

    .ProgramLucruGrid a {
        width: 100%;
        color: white;
        background-color: #3f528d;
        text-decoration: none !important;
        font-weight: normal;
    }

    .ProgramLucruGrid table tr table tr {
        border-bottom: 1px solid white;
    }

    .ProgramLucruGrid td {
        border-right: none;
    }

.buttonLeft {
    width: 50%;
    float: left;
    text-align: center;
}

.buttonRight {
    width: 50%;
    float: right;
    text-align: center;
}

section {
    padding: 25px 0;
}

.card-title {
    max-height: 180px !important;
    overflow: auto !important;
}

.card-text {
    max-height: 300px;
    overflow: auto;
}

.ProgramLucruGridRow {
    border-bottom: 1px solid white !important;
}

.ProgramLucruGridRowAlternate {
    border-bottom: 1px solid white;
}

.blink {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 65px;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
    font-size: 12px;
    padding: 1em;
    display: none;
}

    .back-to-top:hover {
        background-color: rgba(135, 135, 135, 0.50);
    }

.highlight {
    background-color: gold;
}

caption {
    caption-side: top;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.60;
}

.updateProgress {
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
}

.updateProgressMessage {
    margin: 3px;
    font-size: small;
    vertical-align: middle;
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223, 1);
    border-left: .8em solid rgba(58, 166, 165, 1);
    animation: spin 1.1s infinite linear;
}

    .loader, .loader:after {
        border-radius: 50%;
        width: 8em;
        height: 8em;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -4.05em;
    }

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.containerYTB {
    position: relative;
    width: 100%;
    height: 0;
    max-width: 727px;
    max-height: 409px;
    padding-bottom: 30%;
    text-align: center;
}

.videoYTB {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 727px;
    max-height: 409px;
}

@media only screen and (max-width: 768px) {
    .containerYTB {
        padding-bottom: 56.25%;
    }
}

@media print {
    .k {
        display: none;
        visibility: hidden;
    }

    @page {
        size: landscape;
    }
}
