﻿.info-o-zpracovani-osobnich-udaju {
    cursor: pointer;
}

.info-o-zpracovani-osobnich-udaju-modal {
    top: 10px;
    position: fixed;
    z-index: 1000;
    overflow: hidden;
}

.modal-background2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 500;
}

    .modal-background2.active {
        display: block;
    }

iframe {
    padding: 0;
    margin: 0;
    border: none;
}

/* main */

html, body, form {
    height: 100%;
}

.body {
    margin: 0;
    padding: 0;
    background-color: #5286B8;
    overflow-x: hidden;
    width: 100%;
}

.d-ib {
    display: inline-block;
}

.h-100p {
    height: 100%;
}

.w-100p {
    width: 100%;
}

.content {
    position: relative;
    min-width: 100px;
    width: 100%;
    height: 100%;
    min-height: 890px;
    background: url('../images_firmy/login/login-admin-bg.jpg') center top no-repeat;
    background-size: cover;
}

.lang {
    position: absolute;
    display: inline-block;
    top: 20px;
    left: 20px;
    padding: 0 9px 0 0;
    user-select: none;
}

.enter-users {
    position: absolute;
    display: inline-block;
    right: 20px;
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto";
    color: #fff;
    text-decoration: none;
}
    .enter-users span {
        background: url('../images_firmy/login/sipka.svg') no-repeat 0 0;
        display: inline-block;
        width: 40px;
        height: 40px;
        position: relative;
        top: 17px;
        margin: 0 0 0 5px;
    }

    .lang ul {
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .lang.open ul {
        display: block;
    }

    .lang .rect {
        width: 55px;
    }

        .lang .rect .fill {
            position: absolute;
            display: inline-block;
            background-color: #ffffff;
            border-radius: 17px;
            opacity: 0.15;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

.lang .flag {
        margin: 4px 3px 4px 4px;
        display: inline-block;
        width: 26px;
        height: 26px;
        z-index: 1000;
    }

.lang .flag-click {
    cursor: pointer;
}

.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 22px 0 0 0;
    vertical-align: top;
}

.lang:not(.open) .arrow.down {
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 6px solid #fff;
    position: relative;
    top: -9px;
}

.lang.open .arrow.down,
.lang .arrow.top {
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-bottom: 6px solid #fff;
    position: relative;
    top: -9px;
}

.center {
    display: inline-block;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.center-item {
    display: inline-block;
}

.login {
    padding: 150px 0 0 0;
}

    .login .box {
        position: relative;
        padding: 0 38px;
        border-radius: 20px;
        filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.1));
        background-color: #ffffff;
    }

.btn-info {
    margin: 0 auto;
    width: 330px;
    height: 54px;
    border-radius: 27px;
    background-color: #000000;
    border: 1px solid #ffffff;
}

.logo {
    display: block;
    margin: 0 auto;
    padding: 48px 0 12px 0;
    width: 247px;
}

.cz .logo-main {
    height: 48px;
    background: url('../images_firmy/login/logo.svg') 0 0 no-repeat;
}

.sk .logo-main {
    height: 48px;
    background: url('../images_firmy/login/logo-sk.png') 0 0 no-repeat;
}

.eskol .logo-main {
    height: 48px;
    background: url('../images_firmy/login/logo-eskoleni.svg') center 0 no-repeat;
}

.nadpis {
    height: 60px;
    font-size: 21px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
}

.n-prihlaseni .nadpis {
    margin: 0 0 12px 0;
}

.n-zapomenute-heslo .nadpis {
    margin: -18px 0 12px 0;
}

.form-text {
    display: block;
    width: 298px;
    height: 50px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Roboto";
    margin: 0 0 12px 0;
    padding: 0 15px;
}

.form-text-box {
    margin: 0 0 30px 0;
}

.btn {
    display: block;
    width: 330px;
    height: 54px;
    border: solid 1px #5286B8;
    border-radius: 27px;
    filter: drop-shadow(0px 15px 7.5px rgba(255,103,1,0.15));
    background-color: #5286B8;
}

    .btn:disabled {
        opacity: 0.7;
    }

.font1-light {
    font-weight: 300;
    font-family: "Roboto";
    font-size: 15px;
}

    .font1-light strong {
        font-weight: 700;
    }

.font1-light-2 {
    font-weight: 300;
    font-family: "Roboto";
    font-size: 16px;
}

.btn.submit {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Titillium Web";
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}
.btn.submit:disabled {
    cursor: default;
}

    .zapomenute-heslo {
    margin: 31px 0;
    display: inline-block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #5286B8;
    text-align: center;
    text-decoration: none;
}

.info-osobni-udaje {
    margin: 59px 0 0 0;
    width: 100%;
}


.btn-informace {
    height: 54px;
    padding: 0 27px;
    border-radius: 27px;
    background-color: transparent;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 54px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Titillium Web";
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 0 14px 0;
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
}

    .footer a {
        color: #fff;
        text-decoration: none;
    }

.alert p {
    border-radius: 5px;
    border: solid 1px #ffdde0;
    background: #ffdde0 url('../images_firmy/login/alert.svg') 15px center no-repeat;
    line-height: 19px;
    color: #c01721;
    padding: 9px 17px 8px 49px;
    width: 261px;
    margin: 0 0 20px 0;
}



.info p {
    border-radius: 5px;
    border: solid 1px #f4f4f4;
    background: #f4f4f4 url('../images_firmy/login/info.svg') 15px center no-repeat;
    line-height: 19px;
    color: #4b4b4b;
    padding: 9px 17px 8px 49px;
    width: 261px;
    margin: 0 0 20px 0;
}

.info-email-vice p {
    color: #4b4b4b;
    margin: 0;
    padding: 24px 0 12px 0;
    width: 327px;
    text-align: center;
}

.zpet-prihlaseni {
    text-align: center;
    line-height: 19px;
    color: #5286B8;
    text-decoration: none;
    width: 330px;
    display: inline-block;
    padding: 10px 0 29px 0;
}

.p-btn-last {
    padding: 0 0 34px 0;
}

.close {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 364px;
    top: 14px;
    background: url('../images_firmy/login/close.svg') 0 0 no-repeat;
    z-index: 1000;
    text-decoration: none;
}

.info-heslo p {
    width: 331px;
    color: #4b4b4b;
    line-height: 23px;
    padding: 0 0 10px 0;
}

    .info-heslo .mail {
        color: #5286B8;
        font-weight: 700;
        text-decoration: none;
    }

    .info-heslo br {
        content: "A" !important;
        display: block !important;
        margin-bottom: 10px !important;
    }
.display-none {
    display: none;
}
.readonly {
    color: #848484 !important;
}

.login a {
    text-decoration: none;
}

.login .alert a {
    font-weight: 700;
    color: #8F1118;
}

.login .info-heslo a {
    font-weight: 700;
    color: #5286B8;
}