.gridcs {
    display: inline-flex;
    padding-top: 20px;
    width: 100%;
}

.tabelka table tbody tr {
    display: table-cell !important;
}

.tabelka table tbody tr td {
    display: block !important;
    padding: 2px 0 !important;
}

.gridcs .poleText {
    display: table-cell !important;
}

.poleText {
    width: 50%;
    padding-right: 50px !important;
}

.tabelka {
    width: 50%;
    padding-left: 50px !important;
}

.ui-outputpanel.ui-widget.button--group {
    display:flex;
    display: -webkit-flex;
    justify-content: flex-end;
    padding-top: 25px;
}


.breadcrumb {
    font-family: 'UrwDinRegular' , sans-serif ;
    font-size: 1rem;
    color: #000;
    margin: 1rem 0;
}
.breadcrumb__active {
    color: #456D2B;
}

.login__link {
    font-family: 'UrwDinRegular' , sans-serif ;
    display: block;
    font-size: 1.375rem;
}
.login__link__register {
    font-family: 'UrwDinDemi' , sans-serif ;
    color: #456D2B;
}
.login__link__remind {
    color: hsl(0, 0%, 73%);
}

.login__link:hover {
    color: #456D2B;
}
.login__help {
    position: relative;
    display: block;
}
.help-icon {
    background-color: hsl(208, 18%, 92%);
    color: #000;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 1.5;
    font-family: "UrwDinMedium" , sans-serif ;
}
.help-icon-text {
    display: none;
    position: absolute;
    min-width: 10rem;
    background: #EFF2E9;
    border: 1px solid #456D2B;
    color: #456D2B;
    left: 2rem;
    top: -2rem;
    border-radius: 6px;
    padding: 1rem;
    min-height: 5rem;
    z-index: 1;
}
.help-icon:hover .help-icon-text {
    display: block;
}

.login__panel .ui-widget.ui-inputfield.ui-inputtext.ui-state-focus {
    border-bottom: 2px solid #456D2B;
}

@media screen and (max-width: 1024px) {
    .header__nav {
        display: none;
    }
    .main__content {
        padding: 3rem 0 0;
    }
    .login__slogan {
        padding: 1rem;
    }
    .content__section,
    .header.guest .header__controls,
    .content__separator {
        padding: 0;
    }
    .breadcrumb {
        margin: 2.5rem 1rem;
    }

    .content__section,
    .header.guest .header__controls,
    .content__separator {
        padding: 0 1rem;
    }
    .breadcrumb {
        margin: 2.5rem 1rem;
    }

    .login__panels {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }

    .login__panel {
        -ms-flex-preferred-size: 39.25rem;
        flex-basis: 39.25rem;
        padding-bottom: 3rem;
        border: 1px solid #737373;
        margin: 0 auto 4rem;
    }
    .login__panel__title {
        font-family: 'UrwDinRegular' , sans-serif ;
        color: #456D2B;
        font-size: 2.875rem;
        padding: 2.625rem;
        text-align: center;
        background-color: hsl(204, 100%, 98%);
    }
    .login__panel__body {
        text-align: center;
        padding: 0 7rem;
    }
    .login__panel__body > * {
        margin: 1rem 0;
    }
    .login__panel__body > :first-child {
        margin: 5.5rem 0 3rem;
    }
    .login__panel .button--full-width {
        margin-top: 3.5rem;
    }

    .login__links {
        margin-top: 4.75rem;
    }
    .login__panel .button--full-width.ui-widget .ui-button-text {
        line-height: 1.6;
        font-size: 1.5rem;
        height: 2.5rem;
    }

    .help-icon-text {
        left: -20rem;
        top: -8rem;
    }
}
@media screen and (max-width: 640px) {
    .login__slogan {
        padding: 0 1rem;
    }
    .login__panel__title {
        font-size: 1.875rem;
        padding: 1.625rem;
    }
    .login__panel__body {
        padding: 0 2rem;
    }
    .help-icon-text {
        left: -17rem;
        width: 20rem;
        top: -10rem;
    }

    .footnav {
        padding: 2rem 1rem;
        padding-left: 0px !important;

    }

}

@media screen and (min-width: 641px) and (max-width: 1024px){
    /** LOGIN **/
    .login__slogan {
        background: url("/kontrahent/javax.faces.resource/img/login_slogan_bg.jpg.xhtml") no-repeat hsl(209, 81%, 29%) fixed;
        background-position-x: 100%;
        background-position-y: 115px;
    }
    .login__slogan h1 {
        color: hsl(0, 0%, 100%);
        font-size: 4rem;
        max-width: 30rem;
    }
    .login__slogan .ui-outputpanel {
        color: hsl(0, 0%, 100%);
        margin-top: 2rem;
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 1024px){
    .strefaKontrahenta .login__panel__title {
    text-align: center !important;
    }
}
@media screen and (min-width: 1025px) {

    .subnav .ui-menu .ui-menuitem-text {
        float: none !important;
    }

    .breadcrumb {
        margin: 1rem 0;
    }

    .login__panels {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto 3rem;

    }
    .login__panel {
        -ms-flex-preferred-size: 39.25rem;
        flex-basis: 39.25rem;
        padding-bottom: 3rem;
        border: 1px solid #737373;
    }
    .login__panel__title {
        font-family: 'UrwDinRegular' , sans-serif ;
        color: #456D2B;
        font-size: 2.875rem;
        padding: 2.625rem;
        text-align: left;
        background-color: #EFF2E9;
        margin-bottom: 15px;    }
    .login__panel__body {
        text-align: center;
        padding: 0 7rem;
    }
    .login__panel__body > * {
        margin: 1rem 0;
    }
    .login__panel__body > :first-child {
        margin: 5.5rem 0 3rem;
    }
    .login__panel .button--full-width {
        margin-top: 3.5rem;
    }

    .login__links {
        margin-top: 4.75rem;
    }
    .login__panel .button--full-width.ui-widget .ui-button-text {
        line-height: 1.6;
        font-size: 1.5rem;
        height: 2.5rem;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .login__panels {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .login__panel {
        margin: 0 auto 4rem;
    }
}
*{
    line-height: normal !important;
}
.header__auth.logButton {
    display: none !important;
}


span.ui-panel-title {
    padding-top: 32px;
}

@media screen and (max-width: 480px) {
    .ui-panel-title {
        padding-top: 0 !important;
    }

    .gridcs {
        display: flex;
        flex-direction: column;
    }

    .gridcs .ui-outputpanel {
        width: 100%;
        padding-right: 0 !important;
    }

    .gridcs .ui-outputpanel:last-child {
        padding-left: 0 !important;
        padding-top: 20px;
    }

    .ui-panel-titlebar {
        height: 76px;
    }
}
ul.ui-widget-content.ui-menu-list.ui-corner-all.ui-helper-clearfix.ui-menu-child.ui-shadow li:first-child {
    display: none !important;
}