
/* componemt tabs*/
[component="tabs"]{
    min-height: 20px;
    border-bottom: 1px solid #DDD;
    height: 43px;
    width: 100%;
}

[component="tabs"] ul {
    padding: 0;
    margin: 0;
}

[component="tabs"] ul li {
    display: block;
    float: left;
    padding: 0 3px 0px 0;
}

[component="tabs"] ul li .button{
    margin: 0;
    padding:8px 15px;
    border: 1px solid #DDD;
    background-color: #DDD;
    color: black;
    font-size: 15px;
}

[component="tabs"] ul.menu li .button{
    padding:8px 10px;
}

[component="tabs"] ul li .button:hover{
    background-color: #ECECEC;
}

[component="tabs"] ul li .button:before,
[component="tabs"] ul li .button:after{
    content: none;
}

[component="tabs"] ul li .button.selected{
    background-color: white;
    border-bottom-width: 0px;
    height: 43px;
    color: black;
}

@media screen and (max-width: 1200px){
    [component="tabs"]{
        height: auto;
        border:none;
    }
    [component="tabs"] ul li {
        width: 50%;
        padding-bottom: 3px;
    }
    [component="tabs"] ul li .button{
        width: 100%;
    }
    [component="tabs"] ul li .button.selected{
        height: auto;
        border-bottom-width: 1px;
    }
}

@media screen and (max-width: 1400px) and (min-width:1201px){
    [component="tabs"]{
        height: auto;
        border:none;
    }
    [component="tabs"] ul li {
        width: 33%;
        padding-bottom: 3px;
    }
    [component="tabs"] ul li .button{
        width: 100%;
    }
    [component="tabs"] ul li .button.selected{
        height: auto;
        border-bottom-width: 1px;
    }
}

@media screen and (max-width: 1860px) and (min-width:1401px){
    [component="tabs"]{
        height: auto;
        border:none;
    }
    [component="tabs"] ul li {
        width: 25%;
        padding-bottom: 3px;
    }
    [component="tabs"] ul li .button{
        width: 100%;
    }
    [component="tabs"] ul li .button.selected{
        height: auto;
        border-bottom-width: 1px;
    }
}
    

/*********** DATEPICKER plugin ***********/
.ui-datepicker {
    text-align: center;
    padding: 0;
    z-index: 500 !important;
}

.ui-datepicker table{
    border: 0;
    padding: 0;
    margin: 0;
}

.ui-datepicker table TR:first-child TD,
.ui-datepicker table TH, table thead TD{
    background-color: #AAA;
}

.ui-datepicker .ui-widget-header{
    border: 0;
}
.ui-datepicker-next {
    margin-left: 10px;
}
.ui-datepicker-title {
    margin: 5px 0;
}

.ui-datepicker-calendar th {
    border-right: 1px solid #555;
    background: #222 !important;
}
.ui-datepicker-calendar th:last-child{
    border-right: 0px;
}
.ui-datepicker-calendar td {
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    background-color: #AAA;
    text-align: center;
    padding:0; 
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    background: #CB0044;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border-width: 0;
    border-color: #ccc;
    padding: 0.4em;
    text-align: center;
    line-height: 1.8;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border-color: #ccc;
    color: white;
    background: #222;
}

.ui-datepicker  .ui-state-hover{
}

.ui-datepicker a:hover::before {
    width: 100%;
}
.ui-datepicker a::before {
    margin-left: 0px;
}

.ui-datepicker .ui-datepicker-prev-hover{
    left: 2px;
    border: none;
}

.ui-datepicker .ui-datepicker-next-hover{
    right: 2px;
    border: none;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover{
    top: 2px;
}


a.no{
    display: inline !important;
}
/*----- footer ------*/
.footer .content{
    color: #A1A1A1;
    padding: 0 50px;
}
.footer .social-links {
    margin-right: 14%;
}
.footer i {
    color: #fff;
    width: 15px;
}
.footer-links {
    background: url(../../images/footer_background1.jpg) 0 0 repeat;
    border-bottom: 1px solid #424242;
    padding: 20px 0 50px 0;;
}
.footer-copy {
    background: url(../../images/footer_background2.png) 0 0 repeat;
    padding: 10px 0;
}
/*----- platba ------*/
.row.platba {
    background: url(../../images/platba_background.jpg) 100% 100% / cover;
    margin-top: -1px;
}
.platba h3, .platba p {
    color: #fff;
}
.platba h3 {
    margin: 10px 0 20px;
    font-size: 28px;
}
.platba p {
    margin-bottom: 25px;
    font-size: 16px;
}
.platba a.button {
    margin-bottom: 15px;
}
/*------ iframes ------*/
.iframeRow iframe {
    overflow: auto;
}
.iframe .block, .login .block {
    height: 100%;
}
.iframe .row:not(.topheader){
    height: 100%;
}
.iframe .row:not(.topheader) .content {
    height: 100%;
}
.iframe .row:not(.topheader) .content .cell {
    height: 100%;
}

.iframe .cell.slice-24 {
    /*padding-right: 0;*/
}

@media only screen and (max-width: 960px) {
    @media only screen and (max-width: 960px) {
        #introFeatures .slice-14, #introFeatures .slice-34{
            width: 100%;
        }
    }

    .iframe .slice-14.fright{
        display: none;
    }

    .iframe .slice-24,
    .iframe .slice-34  {
        width: 75%;
    }

    .iframe .slice-14{
        width: 25%;
    }

    .iframe .slice-14.cell {
        padding-left: 0;
    }

    .iframe .slice-14 .menu.fast-links{
        padding:0;
    }
}

@media only screen and (max-width: 768px) {

    .iframe .slice-14.fright{
        display: block;
        width: 25%;
    }
    .iframe .slice-34  {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {

    .iframe .slice-14.fright{
       display: none;
    }

    .iframe .slice-24 {
        width: 100%;
    }
}

/*---- podciarknutie nadpisou viacerymi farbami -----*/
h3.text.underline::after {
    content: " ";
    position: absolute;
    width: 60px;
    height: 4px;
    bottom: -2px;
    left: 0;
}
h3.text.underline::after {
    background-color: #CB0044;
}
.bg-red h3.text.underline::after {
    background-color: #FFFFFF;
}
.bg-red h3.text.underline {
    border-bottom: 1px solid #d53369;
}
/**** RTVS only ****/
@media only screen and (max-width: 1200px){
    .topheader .topmenu li{
        width: 25%;
    }
}
@media only screen and (max-width: 960px){
    .footer.footer-links ul {
        width: 18%;
    }
    .footer-links ul.social-links {
        margin-right: 5px;
    }
    .row.is-fixed.fixed:not(.mobile) .top.menu svg {
        display: block;
        margin: 0 auto 10px auto;
    }
}
@media only screen and (max-width: 767px){
    .footer.footer-links ul {
        width: 30%;
    }
    .footer.footer-links ul.social-links ~ ul {
        width: 45%;
    }
    .menu img {
        display: none;
    }
    .topheader .topmenu li{
        width: 100%;
    }
    ul.topmenu {
        float: none;
    }
    .sidebar {
        display: none !important;
    }
    .login {
        width: 100%;
    }
    .login .slice-34 {
        width: 100%;
    }
    .sidebar + .slice-14{
        width: 100%;
    }
    .topheader .slice-14, .topheader .slice-34 {
        width: 50% !important;
    }
    .topheader img {
        width: 100%;
    }
    .custom .cell {
        width: 100% !important;
    }
}
@media only screen and (min-width: 768px){
    .topheader .topmenu li ul {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .topmenu.mobile .dropdown li:nth-child(4n) {
        border-right: none;
    }
}
@media only screen and (max-width: 480px){
    .footer.footer-links ul {
        width: 45%;
    }

    .topmenu.mobile .dropdown li {
        width: 33.33%
    }

    .features{
        text-align: left;
    }

    .features .img, .features svg{
        width: 40%;
        float: left;
        padding-left: 0;
    }
    .footer.footer-links ul {
        width: 45%;
    }

    .topmenu.mobile .dropdown li {
        width: 33.33%
    }

    .topmenu.mobile > li > a {
        height: 80px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px){
    .topmenu.mobile .dropdown li:nth-child(3n) {
        border-right: none;
    }
}
@media only screen and (max-width: 320px){
    .topmenu.mobile .dropdown li {
        width: 50%;
    }
    .topmenu.mobile .dropdown li:nth-child(2n) {
        border-right: none;
    }

    .topmenu.mobile:not(.dropdown) li a svg{
        height: 50px;
    }
}