﻿/* UXmain.css v0 */
.colors {
    color: #25AFB8;
    color: #3C3C3B;
    color: #005CA9;
    color: #A83D08;
    color: #00A4F7; /* modra */
    color: #C0EBFF; /*  - slabomodra */
    color: #005da8; /*  - tmavomodra - */
    color: #00427d; /*  - tmavomodra - tmavsia */
    color: #172983; /*  - tmavomodra - este tmavsia */
    color: #292C90; /* - fialova */
    color: #143E6E;
    color: #e63a57; /*  -cervena */
    color: #eb6179; /*  - slabsia cervena */
    color: #FF0089; /*  - ruzova */
    color: #EEF9FF; /*  - slabunko modra- pozadie */
    /*-- zakladne farby */
    color: #003366; /*  - tmavomodra - text nadpis_01, text nadpis_02 */
    color: #C90000; /*  - cervena */
    color: #CDE6F8; /*  - svetlomodra */
    color: #B5CDDC; /*  - stredomodra */
    color: #F76F21; /*  - oranzova */
    color: #006600; /*  - zelena */
    color: #000000; /*  - cierna */
    color: #CCCCCC; /*  - siva */
    color: #E5E5E5; /* 	- svetlosiva */
    color: #FFFFFF; /* 	- biela - pozadie main_containter */
    /*-- odtiene */
    color: #335C85; /*  - tmavomodra 80% */
    color: #6685A3; /*  - tmavomodra 60% */
    color: #8099B3; /*  - tmavomodra 50% */
    color: #99AEC2; /*  - tmavomodra 40% */
    color: #B5C3D1; /*  - tmavomodra 30% - oramovanie main_container */
    color: #CCD7E1; /*  - tmavomodra 20% */
    color: #E6EBF0; /*  - tmavomodra 100% */
    color: #E1F0FB; /*  - svetlomodra 60% */
    color: #F5F8FA; /*  - svetlomodra 20% - pozadie stranky(body) */
    /* --- new in Portal */
    color: #005CA9;
    color: #01ACEC;
}

/* STICKY FOOTER LAYOUT */
body,
html,
form {
    height: 100%;
}

body {
    overflow-y: scroll;
}

.STICKYFOOTERLAYOUT {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: table;
}

    .STICKYFOOTERLAYOUT .MAINHEADER {
        height: 1px;
        display: table-row;
        /* DEBUG /background-color: #F00;/* END DEBUG */
    }

        .STICKYFOOTERLAYOUT .MAINHEADER .CONTENT {
            display: table-cell;
        }

    .STICKYFOOTERLAYOUT .MAINCONTENT {
        display: table-row;
        /* DEBUG /background-color: #0F0;/* END DEBUG */
    }

        .STICKYFOOTERLAYOUT .MAINCONTENT .CONTENT {
            display: table-cell;
        }

    .STICKYFOOTERLAYOUT .MAINFOOTER {
        height: 1px;
        display: table-row;
        /* DEBUG /background-color: #00F;/* END DEBUG */
    }

        .STICKYFOOTERLAYOUT .MAINFOOTER .CONTENT {
            display: table-cell;
        }

/* END STICKY FOOTER LAYOUT */
.MAX_WIDTH_A {
    position: relative;
}

@media only screen and (max-width: 500px) {
    .MAX_WIDTH_A {
        position: absolute;
    }
}

.MAX_WIDTH_B {
    position: relative;
}

@media only screen and (max-width: 800px) {
    .MAX_WIDTH_B {
        position: absolute;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    background-color: #f8f7f1;
}

.table {
    display: table;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
    /* DEBUG /border:#F00 solid 1px;/* END DEBUG */
}

    .cell.tightwidth {
        width: 1px;
    }

    .cell.tightheight {
        height: 1px;
    }

.fullwidth {
    width: 100%;
}

.fullheight {
    height: 100%;
}

.haLeft {
    text-align: left;
}

.haCenter {
    text-align: center;
}

.haRight {
    text-align: right;
}

.glue {
    white-space: nowrap;
}

h1 {
    color: #005CA9;
    font-weight: normal;
}

h2 {
    color: #005CA9;
    font-weight: normal;
    margin: 1em 0;
}

h3 {
    color: #005CA9;
    font-weight: normal;
    margin: 1em 0;
}

.link {
    color: #005CA9;
    text-decoration: none;
    font-weight: bold;
}

.buttons {
    text-align: right;
    padding: 1em 0;
}

.button {
    position: relative;
    color: #FFF;
    font-size: 1em;
    /*text-transform: uppercase;*/
    border: none;
    border: #005CA9 solid 1px;
    background-color: #005CA9;
    text-decoration: none;
    padding: 0.5em 2em 0.5em 2em;
    margin: 0.5em 0;
    cursor: pointer;
    outline: none;
}

    .button:disabled {
        border: #CCC solid 1px;
        background-color: #CCC;
        cursor: default;
        outline: none;
    }

    .button:hover {
        color: #FFF;
        font-size: 1em;
        /*text-transform: uppercase;*/
        border: none;
        border: #005CA9 solid 1px;
        background-color: #005CA9;
    }

    .button:disabled {
        border: #CCC solid 1px;
        background-color: #CCC;
        cursor: default;
        outline: none;
    }

.HIDDEN {
    display: none;
}

.HIDDENImp {
    display: none !important;
}

.PRELOADERPIVOT {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    z-index: 999999;
}

    .PRELOADERPIVOT img {
        position: absolute;
        top: -20px;
        left: -20px;
    }

/* MAIN HEADER */
#MainHeader {
    position: relative;
    width: 100%;
    max-width: 1000px;
    background-color: #FFF;
    border-top: #CCC solid 1px;
    border-right: #CCC solid 1px;
    border-bottom: #005CA9 solid 0px;
    border-left: #CCC solid 1px;
    margin: 1em auto 0 auto;
    display: table;
    box-sizing: border-box;
}

    #MainHeader .content {
        display: table-row;
    }

.MainMenu {
    position: relative;
    width: 100px;
    padding-right: 0px; /* because of .Logo 50px */
    vertical-align: top;
    display: table-cell;
}

    .MainMenu.NEW {
    }

    .MainMenu .MenuOpener {
        height: 4.5em;
        color: #FFF;
        font-size: 1.2em;
        padding: 2em 1em 1.25em 3em;
        text-transform: uppercase;
        background-image: url(../Images/uxImages/menuLines.png);
        background-repeat: no-repeat;
        background-position: left 0.5em top 1.5em;
        background-size: auto 2em;
        background-color: #005CA9; /* #00A4F7;*/
        border: #FFF solid 2px;
        border-bottom: none;
        margin: 0em 2.5em 0em 5px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .MainMenu.NEW .MenuOpener {
        background-color: #005CA9; /* #00A4F7;*/
        border: #FFF solid 1px;
        border-bottom: none;
    }

    .MainMenu.opened .MenuOpener {
        /*-webkit-box-shadow: 6px 5px 5px 2px rgba(1,172,236,0.4);
    box-shadow: 6px 5px 5px 2px rgba(1,172,236,0.4);*/
    }

@media only screen and (max-width: 500px) {
    .MainMenu .MenuOpener {
        padding: 1.25em 0em 1.25em 0em;
        background-position: center center;
        background-size: auto 3em;
    }

        .MainMenu .MenuOpener .Label {
            display: none;
        }
}

.MainMenu .MainMenuItems {
    position: absolute;
    width: 240px;
    left: 5px;
    font-size: 16px;
    background-color: #005CA9; /* #00A4F7;*/
    z-index: 1000;
    display: none;
    -webkit-box-shadow: 3px 3px 3px 2px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px 2px rgba(0,0,0,0.2);
}

.MainMenu.NEW .MainMenuItems {
    width: 200px;
    font-size: 14px;
    background-color: #005CA9; /* #00A4F7;*/
    padding: 0.5em 1em;
    border-right: #FFF solid 1px;
    border-bottom: #FFF solid 1px;
    border-left: #FFF solid 1px;
}

ul.MainMenuItems {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.MainMenuItems > li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    ul.MainMenuItems .MenuItem a,
    ul.MainMenuItems .MenuItem .noLink {
        position: relative;
        color: #FFF;
        text-decoration: none;
        padding: 0.75em;
        background-color: #005CA9; /* #00A4F7;*/
        border-top: none;
        border-right: #FFF solid 2px;
        border-left: #FFF solid 2px;
        border-bottom: #FFF solid 2px;
        display: block;
    }

.MainMenu.NEW ul.MainMenuItems .MenuItem a,
.MainMenu.NEW ul.MainMenuItems .MenuItem .noLink {
    background-color: #005CA9; /* #00A4F7;*/
    padding: 1em 0.75em 0.75em 2.5em;
    border-right: none;
    border-left: none;
    border-bottom: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 60%;
}

.MainMenu.NEW ul.MainMenuItems .MenuItem .HOME {
    text-transform: uppercase;
    background-image: url(../images/uxImages/ico_home.png);
}

.MainMenu.NEW ul.MainMenuItems .MenuItem .MANAGER {
    text-transform: uppercase;
    background-image: url(../images/uxImages/ico_manager.png);
}

.MainMenu.NEW ul.MainMenuItems .MenuItem .MOUSE {
    text-transform: uppercase;
    background-image: url(../images/uxImages/ico_mouse.png);
}

.MainMenu.NEW ul.MainMenuItems .MenuItem .GAME {
    text-transform: uppercase;
    background-image: url(../images/uxImages/ico_game.png);
}

.MainMenu.NEW ul.MainMenuItems .MenuItem .BUBBLE {
    text-transform: uppercase;
    background-image: url(../images/uxImages/ico_bubble.png);
}

.MainMenu.NEW ul.MainMenuItems .MenuItem .PRICE {
    text-transform: uppercase;
    background-image: url(../images/uxImages/ico_price.png);
}

.MainMenu.NEW ul.MainMenuItems .MenuItem .MOBIL {
    text-transform: uppercase;
    background-image: url(../images/uxImages/ico_mobil.png);
}

.MainMenu.NEW ul.MainMenuItems .MenuItem .BOTTOMLINE {
    border-bottom: #FFF solid 1px;
}

ul.MainMenuItems .MenuItem.hassubmenu .opener {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: url(../images/uxImages/arrowDownWhite.png) no-repeat center center;
}

ul.MainMenuItems .MenuItem.hassubmenu.opened .opener {
    background: url(../images/uxImages/arrowUpWhite.png) no-repeat center center;
}

ul.SubMenuItems {
    font-size: 0.85em;
    list-style: none;
    padding: 0;
    margin: 0;
    /*display: none;*/
}

.MainMenu.NEW ul.SubMenuItems {
    font-size: 0.9em;
    list-style: none;
    padding: 0;
    border-bottom: #FFF solid 1px;
    margin: 0;
    /*display: none;*/
}

ul.MainMenuItems > li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.SubMenuItems .MenuItem a {
    color: #005CA9;
    text-decoration: none;
    padding: 0.5em 0.5em 0.5em 1.5em;
    background-color: #7FD7F8;
    border-top: none;
    border-right: #FFF solid 2px;
    border-left: #FFF solid 2px;
    border-bottom: #FFF solid 2px;
    display: block;
}

.MainMenu.NEW ul.SubMenuItems .MenuItem a {
    color: #FFF;
    padding: 0em 0.5em 0.5em 2.75em;
    background-color: #005CA9; /* #00A4F7;*/
}

#MainHeader .content .Logo {
    position: relative;
    /*width:100px;
        height: 60px;*/
    padding-top: 0em;
    /*border-bottom: #005CA9 solid 1px;*/
    display: table-cell;
}

.Logo .LogoImagePivot {
    position: relative;
    left: 0;
}

.Logo .LogoImage {
    position: relative;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 60px;
    background-image: url(../Images/uxImages/logo_univerzita_uniqa.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 1001;
    display: inline-block;
}

.Logo.Login .LogoImage {
    width: 45%;
    height: 120px;
    left: 5%;
    background-image: url(../Images/uxImages/logo_univerzita_uniqa.png);
    background-position: left bottom;
}

@media only screen and (max-width: 850px) {
    .Logo .LogoImage {
        width: 200px;
        height: 60px;
        background-image: url(../Images/uxImages/logo_univerzita_uniqa2.png);
    }
}

@media only screen and (max-width: 640px) {
    .Logo .LogoImagePivot {
        position: absolute;
        top: 0;
        left: 0;
    }

    .Logo.Login .LogoImagePivot {
        position: relative;
        top: 0;
        left: 0;
    }

    .Logo .LogoImage {
        width: 120px;
        height: 60px;
        background-image: url(../Images/uxImages/logo_univerzita_uniqa2.png);
        background-position: left center;
    }
}

@media only screen and (max-width: 600px) {
    .Logo.Login .LogoImage {
        width: 90%;
        height: 60px;
        background-image: url(../Images/uxImages/logo_univerzita_uniqa.png);
        background-position: center bottom;
    }
}

@media only screen and (max-width: 500px) {
    .Logo .LogoImagePivot {
        position: absolute;
        top: 0;
        left: 0;
    }

    .Logo .LogoImage {
        width: 120px;
        height: 60px;
        background-image: url(../Images/uxImages/logo_univerzita_uniqa2.png);
        background-position: left bottom 0.5em;
    }
}

#MainHeader .content .User {
    position: relative;
    width: 1px;
    height: 60px;
    vertical-align: middle;
    /*padding-top: 1em;*/
    padding-right: 0.5em;
    /*border-bottom: #005CA9 solid 1px;*/
    white-space: nowrap;
    display: table-cell;
}

.User .Name {
    color: #25AFB8;
    padding: 0 0 0 0;
    /*background-image: url(../Images/uxImages/USER@2x.png);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;*/
    margin: 0.25em 0;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
}

.User .Menu {
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    text-align: right;
    display: inline-block;
}

    .User .Menu > table {
        vertical-align: middle;
        display: inline-block;
    }

        .User .Menu > table td {
            vertical-align: middle;
        }

    .User .Menu .UserMenuOpener {
        color: #FFF;
        width: 2em;
        height: 1.75em;
        padding: 0;
        background-image: url(../Images/uxImages/user.png);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 0;
        vertical-align: middle;
        display: inline-block;
        cursor: pointer;
    }

.Menu .UserMenuItems {
    position: absolute;
    top: 2.25em;
    right: 2px;
    /*font-size: 16px;*/
    background-color: #005CA9; /* #00A4F7;*/
    z-index: 1000;
    display: none;
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
}

ul.UserMenuItems {
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.UserMenuItems > li {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    ul.UserMenuItems .UserMenuItem a {
        position: relative;
        color: #FFF;
        text-decoration: none;
        padding: 0.5em 0.75em;
        background-color: #005CA9; /* #00A4F7;*/
        border-top: none;
        border-right: #FFF solid 1px;
        border-left: #FFF solid 1px;
        border-bottom: #FFF solid 1px;
        display: block;
    }

.User .Menu .btnLogout {
    color: #FFF;
    width: 2em;
    height: 1.75em;
    padding: 0;
    background-image: url(../Images/uxImages/logout.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0em;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.LINKADMIN {
    position: relative;
    /*top: 2px;
        right: 2px;*/
    color: #FFF;
    font-size: 1em;
    text-decoration: none;
    background-color: #005CA9;
    padding: 0.25em 0.5em;
    margin-left: 0.5em;
}

@media only screen and (max-width: 540px) {
    #MainHeader .content .User {
        vertical-align: top;
    }

    .User .Name {
        padding-top: 0.5em;
        margin: 0.25em 0;
        display: block;
    }

    .User .Menu {
        text-align: right;
        display: block;
    }

        .User .Menu table {
            text-align: right;
            display: inline-block;
        }
}

/* MAIN CONTENT */

#MainContent {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    padding-top: 2em;
    background-color: #FFF;
    border-top: #005CA9 solid 0px; /* #00A4F7;*/
    border-right: #CCC solid 1px;
    border-bottom: #005CA9 solid 0px; /* #00A4F7;*/
    border-left: #CCC solid 1px;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    display: table;
}

    #MainContent > .content {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 1em 1em;
        box-sizing: border-box;
        display: table;
    }

        #MainContent > .content header > h1 {
            color: #005CA9;
            font-size: 3em;
            font-weight: normal;
            padding: 0 0 0.5em 0;
            margin: 0;
        }

@media only screen and (max-width: 500px) {
    #MainContent {
        padding-top: 1em;
    }

        #MainContent > .content {
            padding: 1em 0.5em;
        }

            #MainContent > .content header > h1 {
                font-size: 2em;
            }
}

/* LOGIN */

/* LOGIN */
#MainContent.Login > .content {
    padding: 0;
    display: table-row;
}

.Login .LeftPart {
    position: relative;
    width: 50%;
    vertical-align: top;
    display: table-cell;
    /* DEBUG / border: #F00 solid 1px; /* END DEBUG */
}

    .Login .LeftPart > .table > .row > .cell {
        padding: 0 0 0 10%;
    }

.LoginInputs,
.ChangePassword,
.ChangePasswordEmail,
.ChangePasswordEmail2 {
    color: #FFF;
    text-align: justify;
    background-color: #25AFB8;
    padding: 2em 2em 0 2em;
}

.ChangePasswordEmail2 {
    width: 100%;
    max-width: 300px;
    margin: 1em auto;
    box-sizing: border-box;
}

.Login .title {
    color: #FFF;
    font-size: 2.75em;
    margin: 0 0 0.5em 0;
}

.Login p {
    line-height: 1.5em;
}

.Login .label {
    color: #FFF;
    font-size: 1.1em;
    margin: 0 0.5em 1em 0.5em;
}

.Login .chyba {
    color: #FFF;
    text-align: right;
    padding: 0.5em;
    display: block;
}

.Login .username,
.Login .email,
.Login .login,
.Login .password {
    width: 100%;
    color: #666;
    padding: 0.25em 0.5em;
    border: none;
    border: #005CA9 solid 1px;
    background-color: #FFF;
    box-sizing: border-box;
    outline: none;
}

.Login input[readonly="readonly"],
.Login input[type=text]:read-only,
.Login input[type=text]:disabled {
    background-color: #DDD;
}

.Login .button.btnLogin {
    color: #FFF;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 3px 40px 3px 0;
    background-image: url(../images/uxImages/whitecircle_play.png);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
}

.GetPassword {
    text-align: right;
    padding: 1em 0 1em 2em;
}

    .GetPassword .question {
        color: #005CA9;
        font-size: 1.1em;
        margin-top: 1em;
        margin-bottom: 0.75em;
    }

    .GetPassword .button.btnSendPassword,
    .GetPassword .button.btnSend {
        color: #005CA9;
        text-transform: uppercase;
        border: none;
        border: #005CA9 solid 1px;
        background-color: #FFF;
        text-decoration: none;
        padding: 0.5em 1.5em;
        -moz-border-radius: 1.5em;
        -webkit-border-radius: 1.5em;
        border-radius: 1.5em;
        cursor: pointer;
        outline: none;
    }

.GetPasswordEmail {
    width: 100%;
    padding: 0.25em 0.5em;
    border: none;
    border-bottom: #005CA9 dotted 1px;
    background-color: #F5F8FA;
    outline: none;
    box-sizing: border-box;
}

    .GetPasswordEmail.empty {
        color: #CCC;
    }

.Problems {
    padding: 2em 0;
    box-sizing: border-box;
    /* DEBUG / border: #F00 solid 1px; /* END DEBUG */
}

    .Problems > .header {
        color: #000;
        font-size: 1.1em;
        padding: 0.25em 0 1em 0;
    }

    .Problems > .content a {
        color: #000 !important;
        text-decoration: underline;
    }

.Login .RightPart {
    position: relative;
    width: 50%;
    vertical-align: top;
    display: table-cell;
    /* DEBUG / border: #FF0 solid 1px; /* END DEBUG */
}

.Invitator {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/uxImages/Invitator.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    /* DEBUG / border: #0F0 solid 1px; /* END DEBUG */
}

@media only screen and (max-width: 800px) {
    .Login .LeftPart > .table > .row > .cell {
        padding: 0 0 0 10%;
    }

    .LoginInputs {
        padding: 2em;
    }

    .GetPassword {
    }
}

@media only screen and (max-width: 600px) {
    .Login .LeftPart > .table > .row > .cell {
        padding: 0 5% 0 5%;
    }

    .Login .LeftPart {
        /*width: 96%;
        margin-left: 2%;
        display: block;*/
        /* DEBUG / border:#F00 solid 1px; /* END DEBUG */
    }

    .LoginInputs {
        padding: 2em;
        margin: 1em 0em;
    }

    .GetPassword {
    }

    .Login .RightPart {
        display: none;
    }
}

/* END LOGIN */

/* SUHLAS */

.suhlascontainer {
    padding: 1em;
}

.suhlas {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
}

    .suhlas p {
        font-size: 1.1em;
        line-height: 2em;
        text-align: justify;
    }

    .suhlas ul li {
        font-size: 1.1em;
        line-height: 2em;
    }

.suhlasim,
.suhlasim label,
.suhlasim input {
    vertical-align: middle;
    cursor: pointer;
}

/* END SUHLAS */

/* INDEX */

.BannerAndGreeting {
    width: 98%;
    margin: 0 auto;
}

    .BannerAndGreeting .BannerContainer {
        position: relative;
        width: 60%;
    }

    .BannerAndGreeting .Spacer {
        position: relative;
    }

    .BannerAndGreeting .GreetingContainer {
        position: relative;
        /*width: 31.58%;*/
        background-color: #25AFB8;
    }

.GreetingContainer .Greeting {
    position: relative;
    width: 100%;
    /*font-size:0;*/
    display: none;
}

.GreetingContainer .Greeting2 {
    position: absolute;
    bottom: 0;
    right: -0.5em;
    width: 100%;
    height: 110%;
    background-image: url(../images/uxImages/Invitator2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom -1em;
}

.GreetingContainer .Greeting .Image img {
    width: 100%;
}

.GreetingContainer .Greeting .Text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #005CA9;
    font-size: 2em;
    line-height: 1.5em;
    padding: 1.25em;
    box-sizing: border-box;
    /* DEBUG / border: #F00 solid 1px; /* END DEBUG */
}

@media only screen and (max-width: 500px) {
    .BannerAndGreeting .BannerContainer {
        width: 100%;
        display: block;
    }

    .BannerAndGreeting .Spacer {
        display: none;
    }

    .BannerAndGreeting .GreetingContainer {
        width: 100%;
        display: block;
    }
}

#MainContent .IndexMenu {
    width: 100%;
    height: 60px;
    /*background-image: url(../Images/uxImages/MainMenu@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left center;*/
    background-color: #ECECEC;
    /*border-top: #264793 solid 1px;
        border-bottom: #264793 solid 1px;*/
    margin-top: 2.5em;
    margin-left: 0%;
    display: table;
    box-sizing: border-box;
}

.IndexMenu .IndexMenuItems {
    display: table-row;
}

    .IndexMenu .IndexMenuItems .MenuItem {
        width: 33%; /* 17%;*/
        font-size: 1.35em;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }

        .IndexMenu .IndexMenuItems .MenuItem:first-child {
            /*padding-left: 120px;
                    width: 10px !important;*/
        }

        .IndexMenu .IndexMenuItems .MenuItem .label {
            color: #000;
            font-size: 1.2em;
            text-transform: uppercase;
            padding: 0.1em 1em;
            border-top: transparent solid 6px;
            border-bottom: transparent solid 6px;
            display: inline-block;
        }

        .IndexMenu .IndexMenuItems .MenuItem:hover .label {
            border-top: transparent solid 6px;
            border-bottom: #264793 solid 6px;
        }

        .IndexMenu .IndexMenuItems .MenuItem:last-child .label {
            border-right: #A3BFFF solid 0px;
        }

@media only screen and (max-width: 600px) {
    #MainContent .IndexMenu {
        width: 100%;
        height: 40px;
        font-size: 0.85em;
        margin-left: 0%;
    }

    .IndexMenu .IndexMenuItems .MenuItem:first-child {
        padding-left: 0px;
    }
}
/*
    @media only screen and (max-width: 500px) {
        #MainContent .IndexMenu {
            background-image:none;
        }

        .IndexMenu .IndexMenuItems .MenuItem:first-child {
            padding-left: 0px;
            display:none;
        }
    }
*/
#MainContent .TestAndSurvey {
    width: 100%;
}

.TestAndSurvey .TestOfTheDayContainer {
    width: 49%;
    vertical-align: top;
}

.TestOfTheDayContainer .TestOfTheDay {
    position: relative;
    height: 100%;
    vertical-align: top;
    background-color: #005CA9;
    box-sizing: border-box;
    background-image: url(../Images/uxImages/test@2x.png);
    background-repeat: no-repeat;
    background-position: right 15px bottom 80px;
    background-size: 160px auto;
}

    .TestOfTheDayContainer .TestOfTheDay .Text {
        min-height: 120px;
        color: #FFF;
        font-size: 1em;
        line-height: 2em;
        padding: 1.5em 50% 1.5em 1.5em;
    }

        .TestOfTheDayContainer .TestOfTheDay .Text h1 {
            color: #FFF;
        }

    .TestOfTheDayContainer .TestOfTheDay .buttons {
        text-align: right;
        padding: 1.5em;
        background-color: #FFF;
    }

        .TestOfTheDayContainer .TestOfTheDay .buttons .button {
            border: none;
            background: none;
            cursor: pointer;
        }

            .TestOfTheDayContainer .TestOfTheDay .buttons .button.btnTestPlay {
                color: #005CA9;
                min-height: 2em;
                text-transform: uppercase;
                padding-top: 0.25em;
                padding-right: 3.5em;
                background-image: url(../Images/uxImages/play.png);
                background-position: right center;
                background-repeat: no-repeat;
                background-size: 2.75em auto;
            }

            .TestOfTheDayContainer .TestOfTheDay .buttons .button.btnShowResult {
                color: #005CA9;
                min-height: 2em;
                text-transform: uppercase;
                padding-top: 0.25em;
                padding-right: 3.5em;
                background-image: url(../Images/uxImages/eye.png);
                background-position: right center;
                background-repeat: no-repeat;
                background-size: 2.75em auto;
            }

.TestAndSurvey .Spacer {
    position: relative;
}

.TestAndSurvey .SurveyContainerContainer {
    width: 49%;
    padding: 0;
    vertical-align: top;
}

.SurveyContainerContainer .SurveyContainer {
    position: relative;
    min-height: 270px;
    vertical-align: top;
    background-color: #FFF;
    box-sizing: border-box;
    background-image: url(../Images/uxImages/pen.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 40% auto;
    border: #C0EBFF solid 1px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(1,172,236,0.2);
    box-shadow: 0px 0px 10px 3px rgba(1,172,236,0.2);
}

#MainContent .TestAndSurvey.noSurvey,
#MainContent .TestAndSurvey.noTest {
    width: 50%;
    margin: 0 auto;
}

.TestAndSurvey.noSurvey .SurveyContainerContainer,
.TestAndSurvey.noSurvey .Spacer {
    display: none;
}

.TestAndSurvey.noTest .TestOfTheDayContainer,
.TestAndSurvey.noTest .Spacer {
    display: none;
}

@media only screen and (max-width: 640px) {
    #MainContent .TestAndSurvey.noSurvey,
    #MainContent .TestAndSurvey.noTest {
        width: 100%;
    }

    .TestAndSurvey .TestOfTheDayContainer {
        width: 100%;
        display: block;
    }

    .TestAndSurvey .Spacer {
        display: none;
    }

    .TestAndSurvey .SurveyContainerContainer {
        width: 100%;
        display: block;
    }
}

#MainContent .TestAndSurvey.noTest.noSurvey {
    display: none;
}

/* COURSES */

/* SEARCH */

.SearchAndSearchOptions {
    width: 1px;
    padding-right: 1em;
}

.TitleAndSearchResults {
}

@media only screen and (max-width: 500px) {
    .SearchAndSearchOptions {
        width: 100%;
        padding-right: 0;
        display: block;
    }

    .TitleAndSearchResults {
        /*height:500px;*/
        display: block;
    }
}

/* COURSES SEARCH */

.CoursesSearch {
    text-align: center;
    padding: 2em;
    background-color: #25AFB8;
    margin: 0 20px;
    white-space: nowrap;
}

    .CoursesSearch .KEYWORDS {
        width: 40%;
        min-width: 320px;
        height: 3.5em;
        color: #005CA9;
        font-size: 1.75em;
        border: none;
        background-color: #FFF;
        padding: 1em 0.5em;
        border: #25AFB8 solid 1px;
        border-right: none;
        outline: none;
        box-sizing: border-box;
        vertical-align: middle;
    }

    .CoursesSearch .SEARCH {
        width: 60px;
        height: 3.5em;
        color: transparent;
        font-size: 1.75em;
        border: none;
        background-color: #FFF;
        padding: 1em 0.5em;
        border: #25AFB8 solid 1px;
        border-left: none;
        background-image: url(../Images/uxImages/zoom_blue.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 80% auto;
        display: inline-block;
        outline: none;
        cursor: pointer;
        box-sizing: border-box;
        vertical-align: middle;
    }

        .CoursesSearch .SEARCH:hover {
            background-image: url(../Images/uxImages/zoom_darkblue.png);
        }

@media only screen and (max-width: 500px) {
    .CoursesSearch {
        font-size: 0.75em;
        padding: 1em;
        margin: 0;
    }

        .CoursesSearch .KEYWORDS {
            min-width: 230px;
        }

        .CoursesSearch .SEARCH {
            width: 40px;
            background-size: 80% auto;
        }
}

.TopCourses,
.RecommendedCourses,
.StudyCourses,
.NewCourses,
.FavouriteCourses {
    position: relative;
    height: 410px;
    min-height: 40px;
    margin: 1em 1.5em 0.5em 1.5em;
}

.CoursesTitle {
    position: relative;
    color: #005CA9;
    font-size: 2.2em;
    text-align: center;
    padding: 0.5em;
    border-bottom: #005CA9 solid 1px;
    margin: 0.5em 1em 0em 1em;
}

.CoursesGroupTools {
    position: relative;
    text-align: right;
    margin: 0em 40px 0em 40px;
}

    .CoursesGroupTools .tool {
        color: #005CA9;
        font-weight: bold;
        padding: 0.25em 0.5em;
        cursor: pointer;
    }

/* END COURSES SEARCH */

/* TRAININGS SEARCH */
.TrainingsSearch {
    text-align: center;
    padding: 2em;
    background-color: #005CA9;
    margin: 0 20px;
}

    .TrainingsSearch .KEYWORDS {
        width: 40%;
        color: #005CA9;
        font-size: 2em;
        border: none;
        background-color: #FFF;
        padding: 1em 0.5em;
        border: #005CA9 solid 1px;
        border-right: none;
        outline: none;
    }

    .TrainingsSearch .SEARCH {
        width: 40px;
        color: transparent;
        font-size: 2em;
        border: none;
        background-color: #FFF;
        padding: 1em 0.5em;
        border: #005CA9 solid 1px;
        border-left: none;
        background-image: url(../Images/uxImages/zoom_blue.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 80% auto;
        display: inline-block;
        outline: none;
        cursor: pointer;
    }

        .TrainingsSearch .SEARCH:hover {
            background-image: url(../Images/uxImages/zoom_darkblue.png);
        }

.TopTrainings,
.RecommendedTrainings,
.StudyTrainings,
.NewTrainings,
.FavouriteTrainings {
    position: relative;
    height: 460px;
    min-height: 40px;
    margin: 2em 40px 0 40px;
}

.TrainingsTitle {
    position: relative;
    color: #005CA9;
    font-size: 2.2em;
    text-align: center;
    padding: 0.5em;
    border-bottom: #005CA9 solid 1px;
    margin: 1em 40px 0em 40px;
}

.TrainingsGroupTools {
    position: relative;
    text-align: right;
    margin: 0em 40px 0em 40px;
}

    .TrainingsGroupTools .tool {
        color: #005CA9;
        font-weight: bold;
        padding: 0.25em 0.5em;
        cursor: pointer;
    }

.AllTrainings {
    height: 100%;
}
/* END TRAININGS SEARCH */

/* LIBRARY SEARCH */

.LibrarySearchX {
    margin: 0 20px;
}

.LibrarySearch .KEYWORDS {
    width: 160px;
    color: #005CA9;
    font-size: 1em;
    border: none;
    background-color: #FFF;
    padding: 1em 0.5em;
    border: #005CA9 solid 1px;
    border-right: none;
    outline: none;
}

.LibrarySearch .SEARCH {
    width: 30px;
    color: transparent;
    font-size: 1em;
    border: none;
    background-color: #FFF;
    padding: 1em 0.5em;
    border: #005CA9 solid 1px;
    border-left: none;
    background-image: url(../Images/uxImages/zoom_blue.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% auto;
    display: inline-block;
    outline: none;
    cursor: pointer;
}

    .LibrarySearch .SEARCH:hover {
        background-image: url(../Images/uxImages/zoom_darkblue.png);
    }

.LibrarySearchTitle {
    position: relative;
    color: #005CA9;
    font-size: 2em;
    text-align: left;
    padding: 0.25em 0.5em 0.35em 0.5em;
    /*border-bottom: #005CA9 solid 1px;*/
    margin: 0 0 0 1em;
}

.LibrarySearchTags {
    margin: 0 1em 0.5em 1em;
}

    .LibrarySearchTags .Tag {
        color: #666;
        background-color: #E1F0FB;
        border: #E1F0FB solid 1px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 0.25em 0.5em;
        margin: 0.25em 0.25em;
        display: inline-block;
        cursor: pointer;
    }

        .LibrarySearchTags .Tag.active {
            color: #FFF;
            background-color: #005CA9;
            border: #005CA9 solid 1px;
        }

        .LibrarySearchTags .Tag.HIDDEN {
            display: none;
        }

@media only screen and (max-width: 500px) {
    .LibrarySearchTitle {
        font-size: 1.5em;
    }
}

.LibrarySearchOptions {
    color: #FFF;
    background-color: #005CA9;
    margin: 1em 0 1em 0;
}

    .LibrarySearchOptions > .title {
        color: #FFF;
        font-weight: bold;
        padding: 1em;
    }

    .LibrarySearchOptions .btnBack {
        font-size: 2em;
        font-weight: bold;
        padding: 0.25em 1em;
    }

.SearchOptionsGroup {
    padding: 1em 2em;
}

    .SearchOptionsGroup .title2 {
        color: #FFF;
        margin: 0 0 1em 0;
    }

    .SearchOptionsGroup .option {
        margin: 0.25em 0;
    }

        .SearchOptionsGroup .option.HIDDEN {
            display: none;
        }

        .SearchOptionsGroup .option label,
        .SearchOptionsGroup .option input {
            vertical-align: middle;
            cursor: pointer;
            outline: none;
        }

.SearchOptionGroup.HIDDEN {
    display: none;
}

.SearchOptionsTools {
    text-align: center;
    padding: 0 0 2em 0;
    margin: 0 2.5em;
}

    .SearchOptionsTools .button {
        width: 100%;
        color: #FFF;
        font-size: 1em;
        text-transform: uppercase;
        border: none;
        background-color: #25AFB8;
        text-decoration: none;
        padding: 0.5em 1.5em;
        margin: 0.5em 0;
        cursor: pointer;
        outline: none;
    }

        .SearchOptionsTools .button:disabled {
            background-color: #CCCCCC;
            cursor: default;
        }

.LibrarySearchResult {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: 0em;
}

.Courses .LibrarySearchResult {
    position: relative;
    height: auto;
    min-height: 400px;
}

@media only screen and (max-width: 600px) {
    .LibrarySearchResult {
        position: relative;
        height: 500px;
        margin-left: 0em;
    }
}

.SearchResult {
    width: 100%;
    height: 100%;
}

.Courses .SearchResult {
    height: auto;
    min-height: 400px;
}

.AllCourses {
    height: 100%;
}

.Courses .AllCourses {
    min-height: 400px;
}

.Course,
.Training {
    width: 100%;
}

    .Course .CourseLeftSide,
    .Training .TrainingLeftSide {
        width: 1px;
        padding-left: 1em;
        padding-right: 0em;
        vertical-align: top;
    }

    .Course .CourseRightSide,
    .Training .TrainingRightSide {
        padding-left: 1em;
        padding-right: 1em;
    }

    .Course .CourseLectionLeftSide {
        position: relative;
        width: 220px;
        border-right: #005CA9 dotted 1px;
        padding: 0.5em;
    }

    .Course .CourseLectionRightSide {
        padding: 0.5em;
    }

@media only screen and (max-width: 800px) {
    .Course .CourseLectionLeftSide {
        width: auto;
        border-right: none;
        border-bottom: #005CA9 dotted 1px;
        display: block;
    }

    .Course .CourseLectionRightSide {
        width: auto;
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .Course .CourseLeftSide,
    .Training .TrainingLeftSide {
        width: auto;
        padding-left: 1em;
        padding-right: 1em;
        display: block;
    }

    .Course .CourseRightSide,
    .Training .TrainingRightSide {
        width: auto;
        padding-left: 1em;
        padding-right: 1em;
        display: block;
    }

    .Course .CourseLectionLeftSide {
        width: auto;
        border-right: none;
        border-bottom: #005CA9 dotted 1px;
        display: block;
    }

    .Course .CourseLectionRightSide {
        width: auto;
        display: block;
    }
}

/* Course Lection Tile */

.courseLectionTile {
    position: relative;
    min-height: 20px;
    font-size: 16px;
    border: #CCC solid 1px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    padding: 0.5em;
    margin: 0.5em 0em 1em 0em;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    white-space: normal;
}

.courseLectionTitle {
    color: #005CA9;
    font-weight: bold;
    margin-bottom: 0em;
}

.courseLectionDescription {
    color: #999;
    font-size: 0.8em;
    padding: 1em 0;
    margin-bottom: 3em;
}

.courseLectionStateAndTools {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.courseLectionState {
    position: relative;
    font-size: 0.8em;
    padding-left: 10px;
    padding-right: 20px;
    margin-left: 15px;
}

    .courseLectionState .ico {
        position: absolute;
        top: -13px;
        left: 0;
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .courseLectionState.state0 .ico {
        background-image: url(../Images/uxImages/flag_red.png);
    }

    .courseLectionState.state1 .ico {
        background-image: url(../Images/uxImages/flag_orange.png);
    }

    .courseLectionState.state2 .ico {
        background-image: url(../Images/uxImages/flag_green.png);
    }

    .courseLectionState .label {
        color: #000;
        font-size: 0.75em;
        text-transform: uppercase;
    }

/*.courseLectionState.state1 .label:after {
                                content: "nespustený";
                            }

                            .courseLectionState.state2 .label:after {
                                content: "neukončený";
                            }

                            .courseLectionState.state3 .label:after {
                                content: "ukončený";
                            }*/

.courseLectionTool.textButton {
    height: 32px;
    color: #005CA9; /* #00A4F7;*/
    font-size: 0.8em;
    padding: 0.75em 0.75em;
    text-align: center;
    /*background-color: #004279;*/
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-right: 1em;
}

    .courseLectionTool.textButton.btnMore {
        /*width: 100%;*/ /*220px;*/
    }

    .courseLectionTool.textButton.btnPlay {
        padding-right: 3em;
        background-image: url(../Images/uxImages/play.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 2.75em auto;
    }

        .courseLectionTool.textButton.btnPlay.disabled {
            color: #CCC;
            background-image: url(../Images/uxImages/play_disabled.png);
            cursor: default;
        }

    .courseLectionTool.textButton.btnEye {
        padding-right: 3em;
        background-image: url(../Images/uxImages/eye.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 2.75em auto;
    }

.courseLectionDetails {
    font-size: 0.7em;
    padding: 0;
}

    .courseLectionDetails .caption {
        width: 30%;
        color: #005CA9;
        text-align: right;
        white-space: nowrap;
        padding: 0.15em 0 0.15em 0.5em;
    }

        .courseLectionDetails .caption::after {
            content: ":";
        }

    .courseLectionDetails .value {
        width: 70%;
        color: #666;
        text-align: left;
        padding: 0.15em 0.5em 0.15em 0.5em;
    }

.courseLectionDescriptionHtml {
    color: #999;
    font-size: 0.7em;
    padding: 0;
}

.courseLectionButtons {
    padding: 0 1em;
}

    .courseLectionButtons .button {
        position: relative;
        color: #005CA9;
        font-size: 0.7em;
        /*text-transform: uppercase;*/
        border: none;
        border: #005CA9 solid 1px;
        background-color: #FFF;
        text-decoration: none;
        padding: 0.5em 2em 0.5em 2em;
        margin: 0.5em 0;
        cursor: pointer;
        outline: none;
    }

        .courseLectionButtons .button:hover {
            color: #FFF;
            font-size: 0.7em;
            /*text-transform: uppercase;*/
            border: none;
            border: #005CA9 solid 1px;
            background-color: #005CA9;
        }

        .courseLectionButtons .button:disabled {
            color: #CCCCCC;
            border-color: #CCCCCC;
        }

        .courseLectionButtons .button:hover:disabled {
            color: #CCCCCC;
            border-color: #CCCCCC;
            background-color: #FFF;
        }

        .courseLectionButtons .button.btnShowResult::after {
            position: absolute;
            top: -14px;
            right: -6px;
            width: 24px;
            height: 24px;
            content: "";
            background: url("../images/uxImages/zoom.png") no-repeat;
        }

/* Course Tile */
.courseTile {
    width: 230px;
    /*min-width:200px;*/
    /*height: 360px;*/
    font-size: 16px;
    border: #CCC solid 1px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);*/
    margin: 0.5em 0em 0.5em 0em;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    white-space: normal;
}

.TopCourses .courseTile,
.RecommendedCourses .courseTile,
.FavouriteCourses .courseTile,
.NewCourses .courseTile,
.StudyCourses .courseTile {
    margin-right: 0.5em;
}

.courseTile.Horizontal {
    width: 100%;
    height: 120px;
    margin: 0.5em 0em 0.5em 0em;
    display: table;
}

.courseTile.FullWidth {
    width: auto;
    margin: 0.5em 0.5em 0.5em 0.5em;
}

.courseTile .courseInfo {
    position: relative;
    text-align: left;
}

.courseTile.Horizontal .courseInfo {
    display: table-row;
}

.courseTile .coursePhoto {
    height: 120px;
    font-size: 0;
    background-size: cover;
    -moz-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ECECEC;
    background-position: center top;
    display: block;
    overflow: hidden;
    vertical-align: top;
    cursor: pointer;
}

.courseTile.Horizontal .coursePhoto {
    width: 230px;
    height: 120px;
    font-size: 0;
    background-size: cover;
    -moz-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ECECEC;
    background-position: center top;
    display: table-cell;
    overflow: hidden;
    vertical-align: top;
    cursor: pointer;
}

.courseTile .courseTitle {
    color: #005CA9;
    height: 36px;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
    margin: 15px 15px 10px 15px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    cursor: pointer;
}

.courseTile.Horizontal .courseTitle {
    color: #005CA9;
    height: auto;
    font-size: 0.85em;
    font-weight: normal;
    margin: 15px 35px 0px 15px;
    -webkit-line-clamp: 1;
    cursor: pointer;
}

.courseTile.FullPerex .courseTitle {
    height: auto;
    -webkit-line-clamp: unset;
}

.courseTile .coursePerex {
    position: relative;
    color: #1B1B1B;
    font-size: 12px;
    height: 126px;
    line-height: 18px;
    text-align: justify;
    margin: 10px 15px 2px 15px;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    /*background-color:#F00;*/
}
/*
.courseTile.Horizontal .coursePerex {
    position: relative;
    font-size: 0.7em;
    height: 4.3em;
    line-height: 1.5em;
    text-align: justify;
    margin: 5px 15px 10px 15px;
    overflow: hidden;
}
*/

.courseTile.Horizontal .coursePerex {
    position: relative;
    height: 54px;
    line-height: 18px;
    text-align: justify;
    margin: 5px 15px 10px 15px;
    -webkit-line-clamp: 3;
}

.courseTile.FullPerex .coursePerex {
    height: auto;
    -webkit-line-clamp: unset;
}

.courseTile .coursePerex .etc {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 40px;
    height: 20px;
    background: url(../Images/uxImages/etc.png) no-repeat;
    z-index: 200;
    cursor: pointer;
    display: none;
}

.courseTile.FullPerex .coursePerex .etc {
    display: none;
}

.courseTile .coursePerex p {
    padding: 0;
    margin: 0;
    text-align: justify;
}

.courseTimeAndHeartAndStateAndPlay {
    position: relative;
    text-align: right;
}

    .courseTimeAndHeartAndStateAndPlay .type {
        position: relative;
        color: #25AFB8;
        margin-left: 1em;
        /*min-width: 2em;
        height: 2em;*/
        font-size: 0.75em;
        text-transform: uppercase;
        padding: 0.5em 0.5em 0.5em 3.75em;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

.courseTile[data-course-type="1"] .courseTimeAndHeartAndStateAndPlay .type {
    background-image: url(../images/uxImages/elearning.png);
}

.courseTile[data-course-type="2"] .courseTimeAndHeartAndStateAndPlay .type {
    background-image: url(../images/uxImages/trainingOffline.png);
}

.courseTile[data-course-type="99"] .courseTimeAndHeartAndStateAndPlay .type {
    background-image: url(../images/uxImages/ico_Skolen.png);
}

.courseTile .courseState[data-state-type="6"] {
}

.Horizontal .courseTimeAndHeartAndStateAndPlay {
    text-align: right;
    white-space: nowrap;
}

.courseTimeAndHeart {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 10px 0;
}

.Horizontal .courseTimeAndHeart {
    width: auto;
    padding: 0 0;
    display: inline-block;
}

.courseTimeAndHeart .cell {
    vertical-align: middle;
}

.courseTimeAndHeart .courseTime {
    color: #666;
    font-size: 0.65em;
    vertical-align: middle;
    padding: 1.3em 0 1em 3.25em;
    background-image: url(../Images/uxImages/timer@2x.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 90%;
    margin-left: 15px;
    display: inline-block;
}

.courseTimeAndHeart .courseHeart {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 70%;
    display: inline-block;
    margin-right: 17px;
    cursor: pointer;
}

.Horizontal .courseTimeAndHeart .courseHeart {
    /*position: absolute;
    top: 5px;
    right: -13px;*/
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 70%;
    display: block;
    margin-right: 17px;
}

.courseTimeAndHeart .courseHeart {
    background-image: url(../Images/uxImages/heart_blue.png);
}

    .courseTimeAndHeart .courseHeart.state1 {
        background-image: url(../Images/uxImages/heart_green.png);
    }

.courseTools {
    position: relative;
    text-align: right;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
}

.courseTool {
    height: 32px;
    color: #FFF;
    font-size: 0.8em;
    padding: 8px 10px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.courseStateAndPlay {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 5px 0;
}

.Horizontal .courseStateAndPlay {
    width: auto;
    box-sizing: border-box;
    margin: 0px 0;
    display: inline-block;
}

.courseStateAndPlay .courseState {
    position: relative;
    font-size: 0.8em;
    padding-left: 10px;
    padding-right: 20px;
    margin-left: 15px;
}

    .courseStateAndPlay .courseState .ico {
        position: absolute;
        top: -13px;
        left: 0;
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../Images/uxImages/flag_white.png);
    }

    .courseStateAndPlay .courseState.state1 .ico {
        background-image: url(../Images/uxImages/flag_red.png);
    }

    .courseStateAndPlay .courseState.state2 .ico {
        background-image: url(../Images/uxImages/flag_orange.png);
    }

    .courseStateAndPlay .courseState.state3 .ico {
        background-image: url(../Images/uxImages/flag_green.png);
    }
/* Adaptacny program */
.courseTile[data-course-type="1"] { /* kurz */
}

    .courseTile[data-course-type="1"] .courseStateAndPlay .courseState[data-state-type="0"] .ico { /* kurz - Neplatny */
        background-image: url(../Images/uxImages/flag_red.png);
    }

    .courseTile[data-course-type="1"] .courseStateAndPlay .courseState[data-state-type="1"] .ico { /* kurz - Nespusteny */
        background-image: url(../Images/uxImages/flag_red.png);
    }

    .courseTile[data-course-type="1"] .courseStateAndPlay .courseState[data-state-type="2"] .ico { /* kurz - Nedokonceny */
        background-image: url(../Images/uxImages/flag_orange.png);
    }

    .courseTile[data-course-type="1"] .courseStateAndPlay .courseState[data-state-type="3"] .ico { /* kurz - Neuspesny */
        background-image: url(../Images/uxImages/flag_red.png);
    }

    .courseTile[data-course-type="1"] .courseStateAndPlay .courseState[data-state-type="4"] .ico { /* kurz - Uspesny */
        background-image: url(../Images/uxImages/flag_green.png);
    }

    .courseTile[data-course-type="1"] .courseStateAndPlay .courseState[data-state-type="5"] .ico { /* kurz - Uspesny po terminu */
        background-image: url(../Images/uxImages/flag_green.png);
    }

    .courseTile[data-course-type="1"] .courseStateAndPlay .courseState[data-state-type="6"] .ico { /* kurz - Spusten */
        background-image: url(../Images/uxImages/flag_green.png);
    }

.courseTile[data-course-type="2"] .courseStateAndPlay .courseState[data-state-type="1"] .ico { /* trening - Absolvovan */
    background-image: url(../Images/uxImages/flag_green.png);
}

.courseTile[data-course-type="2"] .courseStateAndPlay .courseState[data-state-type="2"] .ico { /* trening - Prihlasen */
    background-image: url(../Images/uxImages/flag_orange.png);
}

.courseTile[data-course-type="2"] .courseStateAndPlay .courseState[data-state-type="3"] .ico { /* trening - Potvrdit prihlaseni */
    background-image: url(../Images/uxImages/flag_red.png);
}

.courseTile[data-course-type="99"] .courseStateAndPlay .courseState[data-state-type="0"] .ico { /* trening volitelny - nepotvrdene spravcom */
    background-image: url(../Images/uxImages/flag_white.png);
}

.courseTile[data-course-type="99"] .courseStateAndPlay .courseState[data-state-type="1"] .ico { /* trening volitelny - Absolvovan */
    background-image: url(../Images/uxImages/flag_green.png);
}

/* END Adaptacny program */

.courseStateAndPlay .courseState .label {
    color: #000;
    font-size: 0.75em;
    text-transform: uppercase;
}

.courseStateAndPlay .courseState.state1 .label:after {
    content: "nespuštěný";
}

.courseStateAndPlay .courseState.state2 .label:after {
    content: "neukončený";
}

.courseStateAndPlay .courseState.state3 .label:after {
    content: "ukončený";
}

.courseStateAndPlay .courseTool.textButton {
    height: 32px;
    color: #005CA9; /* #00A4F7;*/
    font-size: 0.8em;
    padding: 8px 10px;
    text-align: center;
    /*background-color: #004279;*/
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-right: 15px;
}

    .courseStateAndPlay .courseTool.textButton.btnMore {
        /*width: 100%;*/ /*220px;*/
    }

    .courseStateAndPlay .courseTool.textButton.btnPlay {
        padding-right: 3em;
        background-image: url(../Images/uxImages/play.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 2.75em auto;
    }

    .courseStateAndPlay .courseTool.textButton.btnEye {
        padding-right: 3em;
        background-image: url(../Images/uxImages/eye.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 2.75em auto;
    }

@media only screen and (max-width: 800px) {
    .AllCourses .courseTile {
        width: auto;
        display: block;
    }

        .AllCourses .courseTile .coursePhoto {
        }
}

@media only screen and (max-width: 600px) {
    .Course .courseTile {
        width: auto;
        display: block;
    }

        .Course .courseTile .coursePhoto {
        }
}

.courseTile.HIDDEN {
    display: none;
}

.courseText {
    font-size: 12px;
    padding: 1em;
}

    .courseText h1 {
        color: #004279;
        font-size: 1.2em;
        font-weight: bold;
        margin: 0.5em 0;
    }

    .courseText h2 {
        color: #004279;
        font-size: 1em;
        font-weight: bold;
    }

    .courseText h3 {
        color: #004279;
        font-size: 0.8em;
        margin-left: 1em;
    }

    .courseText h4 {
        color: #1B1B1B;
        font-size: 0.8em;
        margin-left: 1em;
    }

    .courseText h5 {
        color: #1B1B1B;
        font-size: 0.8em;
        margin-left: 1.5em;
    }

    .courseText h6 {
        color: #1B1B1B;
        font-size: 0.8em;
        margin-left: 2em;
    }

    .courseText p {
        line-height: 1.5em;
        text-align: justify;
        border: transparent dotted 1px;
    }

    .courseText ul li {
        line-height: 1.5em;
    }

/* END TOP COURSES */

/* TRAININGS */

/* TRAINING TILE */

.trainingTile {
    /*    width: 230px;
*/
    width: 260px;
    /*height: 360px;*/
    /*font-size: 1.6em;*/
    border: #CCC solid 1px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
    margin: 10px 0 10px 0;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    white-space: normal;
}

    .trainingTile.Horizontal {
        width: 100%;
        height: 120px;
        margin: 10px 0 10px 0;
        display: table;
    }

    .trainingTile .trainingInfo {
        position: relative;
        text-align: left;
    }

    .trainingTile.Horizontal .trainingInfo {
        display: table-row;
    }

    .trainingTile .trainingPhoto {
        height: 120px;
        font-size: 0;
        background-size: cover;
        -moz-border-radius: 5px 5px 0 0;
        -khtml-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #005CA9;
        background-position: center top;
        display: block;
        overflow: hidden;
        vertical-align: top;
        cursor: pointer;
    }

    .trainingTile.Horizontal .trainingPhoto {
        width: 230px;
        height: 120px;
        font-size: 0;
        background-size: cover;
        -moz-border-radius: 5px 0 0 5px;
        -khtml-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #005CA9;
        background-position: center top;
        display: table-cell;
        overflow: hidden;
        vertical-align: top;
        cursor: pointer;
    }

    .trainingTile .trainingTitle {
        color: #005CA9;
        height: 36px;
        line-height: 18px;
        font-size: 14px;
        font-weight: normal;
        margin: 15px 15px 10px 15px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        cursor: pointer;
        /*background-color:#F00;*/
    }

        .trainingTile.Horizontal .trainingTitle {
            color: #005CA9;
            height: 18px;
            font-weight: normal;
            margin: 15px 15px 0px 15px;
            -webkit-line-clamp: 1;
            cursor: pointer;
        }

    .trainingTile.FullPerex .trainingTitle {
        height: auto;
        -webkit-line-clamp: unset;
    }

    .trainingTile .trainingPerex {
        position: relative;
        color: #1B1B1B;
        font-size: 12px;
        height: 126px;
        line-height: 18px;
        text-align: justify;
        margin: 10px 15px 2px 15px;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        /*background-color:#F00;*/
    }

        .trainingTile.Horizontal .trainingPerex {
            position: relative;
            height: 72px;
            line-height: 18px;
            text-align: justify;
            margin: 5px 15px 10px 15px;
            -webkit-line-clamp: 4;
        }

    .trainingTile.FullPerex .trainingPerex {
        height: auto;
        -webkit-line-clamp: unset;
    }

    .trainingTile .trainingPerex .etc {
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 40px;
        height: 20px;
        background: url(../Images/uxImages/etc.png) no-repeat;
        z-index: 200;
        cursor: pointer;
        display: none;
    }

    .trainingTile.FullPerex .trainingPerex .etc {
        display: none;
    }

    .trainingTile .trainingPerex p {
        padding: 0;
        margin: 0;
        text-align: justify;
    }

.trainingTimeAndHeartAndStateAndPlay {
    text-align: right;
}

.Horizontal .trainingTimeAndHeartAndStateAndPlay {
    text-align: right;
    white-space: nowrap;
}

.trainingTimeAndHeart {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 10px 0;
}

.Horizontal .trainingTimeAndHeart {
    width: auto;
    padding: 0 0;
    display: inline-block;
}

.trainingTimeAndHeart .cell {
    vertical-align: middle;
}

.trainingTimeAndHeart .trainingTime {
    color: #666;
    font-size: 0.65em;
    vertical-align: middle;
    padding: 1.3em 0 1em 3.25em;
    background-image: url(../Images/uxImages/timer@2x.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 90%;
    margin-left: 15px;
    display: inline-block;
}

.trainingTimeAndHeart .trainingHeart {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 70%;
    display: inline-block;
    margin-right: 17px;
}

.Horizontal .trainingTimeAndHeart .trainingHeart {
    position: absolute;
    top: 5px;
    right: -13px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 70%;
    display: block;
    margin-right: 17px;
}

.trainingTimeAndHeart .trainingHeart {
    background-image: url(../Images/uxImages/heart_blue.png);
}

    .trainingTimeAndHeart .trainingHeart.state1 {
        background-image: url(../Images/uxImages/heart_green.png);
    }

.trainingTools {
    position: relative;
    text-align: right;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
}

.trainingTool {
    height: 32px;
    color: #FFF;
    font-size: 0.8em;
    padding: 8px 10px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.trainingStateAndPlay {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 5px 0;
}

.Horizontal .trainingStateAndPlay {
    width: auto;
    box-sizing: border-box;
    margin: 0px 0;
    display: inline-block;
}

.trainingStateAndPlay .trainingState {
    position: relative;
    font-size: 0.8em;
    padding-left: 10px;
    padding-right: 20px;
    margin-left: 15px;
}

    .trainingStateAndPlay .trainingState .ico {
        position: absolute;
        top: -13px;
        left: 0;
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../Images/uxImages/flag_white.png);
    }

    .trainingStateAndPlay .trainingState.state1 .ico {
        background-image: url(../Images/uxImages/flag_red.png);
    }

    .trainingStateAndPlay .trainingState.state2 .ico {
        background-image: url(../Images/uxImages/flag_orange.png);
    }

    .trainingStateAndPlay .trainingState.state3 .ico {
        background-image: url(../Images/uxImages/flag_green.png);
    }

    .trainingStateAndPlay .trainingState .label {
        color: #000;
        font-size: 0.75em;
        text-transform: uppercase;
    }

    .trainingStateAndPlay .trainingState.state1 .label:after {
        content: "nespustený";
    }

    .trainingStateAndPlay .trainingState.state2 .label:after {
        content: "neukončený";
    }

    .trainingStateAndPlay .trainingState.state3 .label:after {
        content: "ukončený";
    }

.trainingStateAndPlay .trainingTool.textButton {
    height: 32px;
    color: #005CA9; /* #00A4F7;*/
    font-size: 0.8em;
    padding: 8px 10px;
    text-align: center;
    /*background-color: #004279;*/
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-right: 15px;
}

    .trainingStateAndPlay .trainingTool.textButton.btnMore {
        /*width: 100%;*/ /*220px;*/
    }

    .trainingStateAndPlay .trainingTool.textButton.btnPlay {
        padding-right: 3em;
        background-image: url(../Images/uxImages/play.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 2.75em auto;
    }

    .trainingStateAndPlay .trainingTool.textButton.btnEye {
        padding-right: 3em;
        background-image: url(../Images/uxImages/eye.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 2.75em auto;
    }

@media only screen and (max-width: 800px) {
    .AllTrainings .trainingTile {
        width: auto;
        display: block;
    }

        .AllTrainings .trainingTile .trainingPhoto {
        }
}

@media only screen and (max-width: 600px) {
    .Training .trainingTile {
        width: auto;
        display: block;
    }

        .Training .trainingTile .trainingPhoto {
        }
}

.trainingTile.HIDDEN {
    display: none;
}

.trainingText {
    font-size:12px;
    padding: 1em;
}

    .trainingText h1 {
        color: #004279;
        font-size: 1.2em;
        font-weight: bold;
        margin: 0.5em 0;
    }

    .trainingText h2 {
        color: #004279;
        font-size: 1em;
        font-weight: bold;
    }

    .trainingText h3 {
        color: #004279;
        font-size: 0.8em;
        margin-left: 1em;
    }

    .trainingText h4 {
        color: #1B1B1B;
        font-size: 0.8em;
        margin-left: 1em;
    }

    .trainingText h5 {
        color: #1B1B1B;
        font-size: 0.8em;
        margin-left: 1.5em;
    }

    .trainingText h6 {
        color: #1B1B1B;
        font-size: 0.8em;
        margin-left: 2em;
    }

    .trainingText p {
        line-height: 1.5em;
        text-align: justify;
        border: transparent dotted 1px;
    }

    .trainingText ul li {
        line-height: 1.5em;
    }

.trainingPrilohy {
    padding: 0 1em;
}

    .trainingPrilohy a {
        color: #25AFB8;
        text-decoration: none;
        padding-left: 2em;
        background-image: url(../images/uxImages/download.png);
        background-repeat: no-repeat;
        background-position: left 0.5em center;
        background-size: contain;
        margin: 0.25em;
        display: inline-block;
    }

        .trainingPrilohy a[target="_blank"] {
            background-image: url(../images/uxImages/link.png);
        }

    .trainingPrilohy .Aktualne {
        padding: 0 0 1em 0;
    }

    .trainingPrilohy .Archivne {
        padding: 0 0 1em 0;
    }

/* END TRAINING TILE */

/* TRAINING RUN TILE */

.trainingRunTile {
    position: relative;
    min-height: 20px;
    font-size: 16px;
    border: #CCC solid 1px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
    padding: 0.5em;
    margin: 0.5em 0em 1em 0em;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    white-space: normal;
}

.trainingRunTitle {
    color: #005CA9;
    font-weight: bold;
    margin-bottom: 0em;
}

.trainingRunDescription {
    color: #999;
    font-size: 0.8em;
    padding: 1em 0;
    margin-bottom: 3em;
}

.trainingRunStateAndTools {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.trainingRunState {
    position: relative;
    font-size: 0.8em;
    padding-left: 10px;
    padding-right: 20px;
    margin-left: 15px;
}

    .trainingRunState .ico {
        position: absolute;
        top: -13px;
        left: 0;
        width: 18px;
        height: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .trainingRunState.state0 .ico {
        background-image: url(../Images/uxImages/flag_red.png);
    }

    .trainingRunState.state1 .ico {
        background-image: url(../Images/uxImages/flag_orange.png);
    }

    .trainingRunState.state2 .ico {
        background-image: url(../Images/uxImages/flag_green.png);
    }

    .trainingRunState .label {
        color: #000;
        font-size: 0.75em;
        text-transform: uppercase;
    }

/*.trainingRunState.state1 .label:after {
                        content: "nespustený";
                    }

                    .trainingRunState.state2 .label:after {
                        content: "neukončený";
                    }

                    .trainingRunState.state3 .label:after {
                        content: "ukončený";
                    }*/

.trainingRunTool.textButton {
    height: 32px;
    color: #005CA9; /* #00A4F7;*/
    font-size: 0.8em;
    padding: 0.75em 0.75em;
    text-align: center;
    /*background-color: #004279;*/
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-right: 1em;
}

    .trainingRunTool.textButton.btnMore {
        /*width: 100%;*/ /*220px;*/
    }

    .trainingRunTool.textButton.btnPlay {
        padding-right: 3em;
        background-image: url(../Images/uxImages/play.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 2.75em auto;
    }

        .trainingRunTool.textButton.btnPlay.disabled {
            color: #CCC;
            background-image: url(../Images/uxImages/play_disabled.png);
            cursor: default;
        }

    .trainingRunTool.textButton.btnEye {
        padding-right: 3em;
        background-image: url(../Images/uxImages/eye.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 2.75em auto;
    }

.trainingRunDetails {
    font-size: 0.8em;
    padding: 0.5em 0 0 0;
}

    .trainingRunDetails .caption {
        width: 30%;
        color: #005CA9;
        text-align: right;
        white-space: nowrap;
        padding: 0.15em 0 0.15em 0.5em;
    }

        .trainingRunDetails .caption::after {
            content: ":";
        }

    .trainingRunDetails .value {
        width: 70%;
        color: #666;
        text-align: left;
        padding: 0.15em 0.5em 0.15em 0.5em;
    }

.trainingRunDescriptionHtml {
    color: #999;
    font-size: 0.8em;
    padding: 1em 0;
}

.trainingRunButtons {
    padding: 0.5em 0.5em 0 0.5em;
}

    .trainingRunButtons .button {
        position: relative;
        color: #005CA9;
        font-size: 0.7em;
        /*text-transform: uppercase;*/
        border: none;
        border: #005CA9 solid 1px;
        background-color: #FFF;
        text-decoration: none;
        padding: 0.5em 2em 0.5em 2em;
        margin: 0.5em 0;
        cursor: pointer;
        outline: none;
    }

        .trainingRunButtons .button:hover {
            color: #FFF;
            font-size: 0.7em;
            /*text-transform: uppercase;*/
            border: none;
            border: #005CA9 solid 1px;
            background-color: #005CA9;
        }

        .trainingRunButtons .button:disabled {
            color: #CCCCCC;
            border-color: #CCCCCC;
        }

        .trainingRunButtons .button:hover:disabled {
            color: #CCCCCC;
            border-color: #CCCCCC;
            background-color: #FFF;
        }

        .trainingRunButtons .button.btnShowResult::after {
            position: absolute;
            top: -14px;
            right: -6px;
            width: 24px;
            height: 24px;
            content: "";
            background: url("../images/uxImages/zoom.png") no-repeat;
        }

/* END TRAININGS */

/* SMERNICE */
.SmerniceSchvalovanie {
    margin-bottom: 2em;
    display: none;
}

.Smernice {
}

    .Smernice .Tools {
        width: 100%;
    }

    .Smernice .button {
        position: relative;
        color: #FFF;
        font-size: 1em;
        /*text-transform: uppercase;*/
        border: none;
        border: #005CA9 solid 1px;
        background-color: #005CA9;
        text-decoration: none;
        padding: 0.5em 2em 0.5em 2em;
        margin: 0.5em 0;
        cursor: pointer;
        outline: none;
    }

        .Smernice .button:hover {
            color: #FFF;
            font-size: 1em;
            /*text-transform: uppercase;*/
            border: none;
            border: #005CA9 solid 1px;
            background-color: #005CA9;
        }

            .Smernice .button:disabled,
            .Smernice .button:hover:disabled {
                color: #FFF;
                border-color: #CCCCCC;
                background-color: #CCCCCC;
                cursor: default;
            }

    .Smernice .SubTitle {
        color: #005CA9;
        font-size: 1.2em;
        margin: 1em 0 0 0;
    }

    .Smernice .Tools .tool {
        color: #FFF;
        border: none;
        background-color: #005CA9;
        text-decoration: none;
        padding: 0.5em 1em;
        white-space: nowrap;
        cursor: pointer;
        outline: none;
    }

.SmerniceListTools {
    text-align: right;
}

    .SmerniceListTools label {
        color: #005CA9;
        vertical-align: middle;
        cursor: pointer;
    }

    .SmerniceListTools input[type=checkbox] {
        vertical-align: middle;
        cursor: pointer;
    }

.ShowOnlyForBrigadnikContainer {
}

.SmerniceList {
    width: 100%;
    border-top: #005CA9 solid 2px;
    border-bottom: #005CA9 solid 1px;
}

    .SmerniceList .cell {
        color: #666;
        vertical-align: middle;
        padding: 0.5em;
        border: #C0EBFF solid 1px;
        /*border-right: none;*/
        /*border-bottom: none;*/
    }

        .SmerniceList .cell.Date {
            width: 1px;
            text-align: center;
            white-space: nowrap;
        }

    .SmerniceList .th {
        color: #FFF;
        text-align: center;
        background-color: #005CA9;
        border: #005CA9 solid 1px;
        border-top: none;
        /*border-right: none;*/
        border-bottom: none;
        white-space: nowrap;
    }
    /*
    .SmerniceList .th:last-child {
        border-right: #005CA9 solid 1px;
    }*/

    .SmerniceList .tools {
        width: 1px;
        text-align: center;
        white-space: nowrap;
    }

    .SmerniceList .tool {
        height: 40px;
        font-size: 0.9em;
        padding: 0em 1em 0 45px;
        vertical-align: middle;
        /*background-size:auto 100%;*/
        background-repeat: no-repeat;
        background-position: left center;
        margin: 0 0 0 1em;
        display: table-cell;
        box-sizing: border-box;
        cursor: pointer;
    }

        .SmerniceList .tool.disabled {
            opacity: 0.35;
            cursor: default;
        }

        .SmerniceList .tool.Detail {
            background-image: url(../images/uxImages/ico_smernicaDetail.png);
        }

        .SmerniceList .tool.Show {
            background-image: url(../images/uxImages/ico_smernicaShow.png);
        }

        .SmerniceList .tool.Sign {
            background-image: url(../images/uxImages/ico_smernicaSign.png);
        }

    .SmerniceList.EMPTY .Header {
        display: none;
    }

    .SmerniceList .row.Status {
        display: none;
    }

    .SmerniceList.EMPTY .row.Status {
        display: table-row;
    }

@media only screen and (max-width: 800px) {
    .SmerniceList.List1 .cell:nth-child(2),
    .SmerniceList.List1 .cell:nth-child(3) {
        display: none;
    }

    .SmerniceList.List2 .cell:nth-child(2),
    .SmerniceList.List2 .cell:nth-child(3) {
        display: none;
    }

    .SmerniceList.List3 .cell:nth-child(2) {
        display: none;
    }

    .SmerniceList .tool {
        font-size: 0;
    }
}

/* END SMERNICE */

/* REPORTY */

.Reporty {
    margin: 0 1em;
}

.Report {
    margin: 1.5em 0;
}

    .Report .nazov {
        color: #005CA9;
        font-size: 1.4em;
        padding: 0.25em;
    }

    .Report .obsah {
        padding: 1em 1em 0 1em;
        background-color: #CDE6F8;
        border-top: #005CA9 solid 1px;
        border-bottom: #005CA9 solid 1px;
    }

/* HEADERS */
#header_01 {
    background-color: #CDE6F8;
    height: 50px;
}

#header_02 {
    background-color: #CCCCCC;
    height: 30px;
}

.header_02 .obsah {
    background-color: rgba(204, 204, 204, 0.50);
    /*height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;*/
    color: #003366;
}

.header_03 .obsah {
    background-color: rgba(0, 51, 102, 0.50);
    /*height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;*/
    color: #E5E5E5;
}

.header_04 .obsah {
    background-color: rgba(181, 205, 220, 0.50);
    /*height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;*/
    color: #003366;
}

.header_05 .obsah {
    background-color: rgba(205, 230, 248, 0.50);
    /*height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;*/
    color: #003366;
}

.header_06 .obsah {
    background-color: rgba(201, 0, 0, 0.50);
    /*height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;*/
    color: #E5E5E5;
}

.header_07 .obsah {
    background-color: rgba(247, 111, 33, 0.50);
    /*height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;*/
    color: #003366;
}

.header_08 .obsah {
    background-color: rgba(0, 102, 0, 0.50);
    /*height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;*/
    color: #E5E5E5;
}

.header_09 .obsah {
    background-color: rgba(0, 0, 0, 0.5);
    /*height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;*/
    color: #E5E5E5;
}

.header_10 .obsah {
    background-color: rgba(204, 204, 204, 0.50);
    /*height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;*/
    color: #003366;
}

.header_11 .obsah {
    background-color: rgba(229, 229, 229, 0.50);
    /*height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;*/
    color: #003366;
}

.header_12 .obsah {
    background-color: rgba(255, 255, 255, 0.50);
    /*height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;*/
    color: #003366;
}

/* END REPORTY */

/* KARTA ZAMESTNANCA */

.gridSimple .DetailCell {
    position: relative;
    padding: 0;
}

.gridSimple .Detail {
    height: 1em;
    padding: 1em 0em 1em 35px;
    background-image: url(../images/uxImages/zoom_darkblue.png);
    background-position: center center;
    background-size: auto 70%;
    background-repeat: no-repeat;
    display: inline-block;
}

/*** gridSimple    ***/
table.gridSimple {
    color: #666;
    width: 99.5%;
    border-top: #005CA9 solid 1px;
    border-bottom: #005CA9 solid 0px;
    border-left: none;
    border-right: none;
}

.gridSimple td {
    padding: 1em;
    border-top: #C0EBFF solid 1px;
    border-right: #C0EBFF solid 1px;
    border-bottom: none;
    border-left: none;
    border-spacing: 1px;
}

    .gridSimple td:first-child {
        border-left: #C0EBFF solid 1px;
    }

.gridSimple tr:nth-child(2) td {
    border-top: none;
}

.gridSimple tr:last-child td {
    border-bottom: #005CA9 solid 1px;
}

.gridSimple td.right {
    padding: 0.5em;
    text-align: right;
}

.gridSimple .grid_header {
}

    .gridSimple .grid_header td {
        color: #FFF;
        font-weight: bold;
        text-align: center;
        background-color: #005CA9;
        border: #005CA9 solid 1px;
        border-bottom: none;
        padding: 0.5em;
    }

.gridSimple .grid_alternating {
    /*background-color: #C0EBFF;*/
    border: none;
}

    .gridSimple .grid_alternating td {
        /*background-color: #C0EBFF;*/
        border: #C0EBFF solid 1px;
    }

.gridSimple a {
    color: #363636;
    text-decoration: none;
}

    .gridSimple a:hover {
        text-decoration: none;
    }
/* **** end gridsimple **** */

/* MAIN FOOTER */

#MainFooter {
    position: relative;
    max-width: 1000px;
    background-color: #FFF;
    border-top: #3C3C3B solid 1px;
    border-right: #CCC solid 1px;
    border-bottom: #CCC solid 1px;
    border-left: #CCC solid 1px;
    margin: 0 auto 1em auto;
    box-sizing: border-box;
}

    #MainFooter .GoBack {
        text-align: center;
        padding: 2em 1em 1em 1em;
    }

        #MainFooter .GoBack .button {
            color: #FFF;
            border: none;
            background-color: #005CA9;
            text-decoration: none;
            padding: 0.5em 3.5em;
            display: inline-block;
            cursor: pointer;
            outline: none;
        }

    #MainFooter .Copyrights {
        color: #3C3C3B;
        font-size: 0.85em;
        text-align: left;
        padding: 2em 3em 2em 3em;
    }

/* END MAINFOOTER */

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background-position: center right;
}