* {
    outline: none;
}

/* ukrywanie inpuntów */
.ui-helper-hidden-accessible > input[type=checkbox] {
    display: none;
}

/* h3 na potrzeby nagłówków w tabelach */

.specjalneH3 {
    display: contents;
    font-size: 0;
    margin: 0 !important;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
}

/* replace tag */

.replaceH3 {
    float: left;
    display: block;
    font-size: 1em;
    margin: 0 auto;
    padding: .3em 3%;
}

@media screen and (max-width: 1025px) {
    .replaceH3 {
        padding: 12px 16px;
    }
}

/* growl */

.ui-growl-icon-close.ui-icon.ui-icon-closethick {
    display: block !important;
}

.wcag-menu-links {
    list-style-type: none;
    position: absolute;
    top: 0;
    margin: 0;
}

.wcag-menu-links a,
.wcag-menu-links a:visited {
    position: absolute;
    top: 0;
    left: -9000em;
    display: block;
    text-align: center;
    width: 200px;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s
}

[data-whatinput="keyboard"] .MainTab1 a:focus,
[data-whatinput="keyboard"] .MainTab2 a:focus,
[data-whatinput="keyboard"] .MainTab3 a:focus,
[data-whatinput="keyboard"] .MainTab4 a:focus,
[data-whatinput="keyboard"] .MainTab5 a:focus {
    border: 0.2em solid #032c4F !important;
}

[data-whatinput="keyboard"] .wcagZ:focus {
    outline: 0.2em solid #1A8AD5 !important;
}

/* tabelka wizualizacje */

table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    margin: 20px auto;
}
table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}
table.gridtable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}



.special {
    background: #EFF2E9 !important;
}
.wcag_hide2 {
    position: absolute;
    left: -99999em;
    top: 0;
}

.wcag_link {
    min-width: 4rem;
    display: inline-flex;
    justify-content: space-around;
    border-bottom: 1px solid white;
    margin-left: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: distribute;
    font-size: 1rem;
    position: relative;
    font-family: "UrwDinRegular", sans-serif !important;
    -webkit-transition: 150ms ease-in;
    -o-transition: 150ms ease-in;
    transition: 150ms ease-in;
    text-decoration: none;
}

[data-whatinput="keyboard"] .nav__open:focus > .menuWW {
    outline:0.2em solid #1A8AD5 !important;
}

[data-whatinput="keyboard"] .menuWWW:focus {
    outline:0.2em solid #1A8AD5 !important;
}

[data-whatinput="keyboard"] #log_out:focus > .menuWW {
    outline:0.2em solid #1A8AD5 !important;
}

[data-whatinput="keyboard"] .wcag_link:focus,
[data-whatinput="keyboard"] .wcagTab:focus {
    outline:0.2em solid #1A8AD5 !important;
}
[data-whatinput="keyboard"] .wcag_focus:focus {
    outline: 0.2em solid #1A8AD5 !important;
}

[data-whatinput="keyboard"] .wcag_focus_btn:focus {
    outline: 0.4em solid #1A8AD5 !important;
}

@media screen and (min-width: 640px) {
    .wcagBack {
        width: auto !important;
    }
}
.wcagBack {
    color: #456D2B !important;
    min-height: 42px;
}

/* menu góra */

.header__wcag ul li {
    display: inline-block;
}
.kontrast ul li:nth-child(2) {
    padding-right: 10px;
}

.zebatka {
    outline: none;
}

/*@media screen and (max-width: 640px) {
    li.zebatka:focus > h3 span.gear {
        outline: 0.2em solid #1A8AD5 !important;
        padding: 16px
    }
}*/

[data-whatinput="keyboard"] li.zebatka:focus > span.replaceH3 span.gear {
    outline: 0.2em solid #ffffff !important;
    padding: 16px
}

.kontrast ul li {
    display: inline-block;
    list-style: none;
    padding-right: 2px;
}
.header__top .fa {
    height: 100% !important;
}
.fa-adjust:before {
    content: "\f042";
    width: 100% !important;
    display: block;
    height: 100% !important;
    margin-top: 2px;
    padding-right: 2px;
}
.kontrast ul li a {
    border: 1.5px solid #888888;
    border-radius: 3px;
    width: 32px !important;
    height: 32px !important;
    display: block;
}

.WCAG_kontrast i {
    color: #488514;
}

.kontrast ul li:nth-child(2) a {
    color: #000000 !important;
}

.kontrast ul li p {
    margin: 0;
    display: block;
}

.header__wcag li p {
    display: inline;
}

/* stopka */

.footer {
    background-color: white;
    padding-bottom: 2%;
    padding-top: 2%;
    font-size: 0.875rem;
}

#footer_part_1,
#footer_part_2,
#footer_part_3 {
    display: inline-block;
    width: 23%;
}

#footer_part_1 a,
#footer_part_2 a,
#footer_part_3 a {
    text-decoration: none;
    color: black;
    font-size: 0.875rem;
}

#footer_part_1 a:focus,
#footer_part_2 a:focus,
#footer_part_3 a:focus {
    text-decoration: none;
    font-size: 0.875rem;
    outline: 0.2em solid #1A8AD5 !important;
}
.wcag_hide2 {
    position: absolute;
    left: -10000em;
    top: 0rem;
}

.focus:focus {
    background-color: #B8DAFC;
}

#footer_part_1 ul,
#footer_part_2 ul,
#footer_part_3 ul {
    color: #456D2B;
;
}

#footer_part_1 li,
#footer_part_2 li,
#footer_part_3 li {
    font-size: 0.975rem;
    padding: 0.15rem;
}

#nav_bottom {
    position: absolute;
    left: 68%;
    bottom: 25%;
    width: 31%;
}

[data-whatinput="keyboard"] #nav_bottom a:focus {
    outline: 0.2em solid #1A8AD5 !important;
}

@media screen and (min-width: 300px) and (max-width: 750px) {
    .footer {
        font-size: 0.875rem;
    }
    #footer_part_1,
    #footer_part_2,
    #footer_part_3 {
        display: block;
        width: 100%;
    }
    #footer_part_1 a,
    #footer_part_2 a,
    #footer_part_3 a {
        text-decoration: none;
        color: black;
        font-size: 0.875rem;
    }
    #footer_part_1 ul,
    #footer_part_2 ul,
    #footer_part_3 ul {
        color: #456D2B;
    }
    #footer_part_1 li,
    #footer_part_2 li,
    #footer_part_3 li {
        font-size: 0.975rem;
        padding: 0.15rem;
    }
}

@media screen and (max-width:640px) {
    #nav_bottom {
        position: absolute;
        left: 80%;
        bottom: 3%;
        width: 31%;
    }
}

@media screen and (min-width:641px) and (max-width:1024px) {
    #nav_bottom {
        position: absolute;
        left: 70%;
        bottom: 7%;
        width: 31%;
    }
}
.options a.ui-menuitem-link.ui-corner-all {
    font-family: 'UrwDinMedium', sans-serif;
    color: black !important;
}

@media screen and (min-width: 640px){
    .wcag-menu-links a:hover,
    .wcag-menu-links a:focus,
    .wcag-menu-links a:active,
    .wcag-menu-links a:visited:hover,
    .wcag-menu-links a:visited:focus,
    .wcag-menu-links a:visited:active {
        background-color:#EFF2E9;
        color: #004675;
        font-weight: bold;
        font-size: 16px;
        padding: 10px;
        z-index: 100;
        left: 0;
        opacity: 1;
        outline: 1px solid #1A8AD5 !important;
        -webkit-box-shadow: 4px 5px 5px -1px #5A5A5A;
        -moz-box-shadow: 4px 5px 5px -1px #5A5A5A;
        box-shadow: 4px 5px 5px -1px #5A5A5A;
    }
    #footer_part_1 a:hover,
    #footer_part_2 a:hover,
    #footer_part_3 a:hover {
        color: #6D6D6D;
    }
    a.wcag-ui.button--login.ui-state-hover {
        background:  #456D2B;
        box-shadow: 0 1px 3px -2px hsla(0, 0%, 30%, 0.25);
    }
    a.wcagHover:hover {
        color: #fff !important;
        background-color: #456D2B;
        outline: 2px solid #1A8AD5;
    }
    .wcag-ui:hover {
        color: #fff!important;
    }
    .special:hover {
        color: #456D2B !important;
    }
    /** HOVER **/
    .special.ui-commandlink.ui-widget.ui-state-hover.button--primary,
    .special.ui-commandlink.ui-widget.ui-state-hover.button--secondary,
    .special.ui-commandlink.ui-widget.ui-state-hover.button--clean {
        background-color: #456D2B;
        border: 2px solid #456D2B;
    }


}

@media screen and (min-width: 1025px){
    [data-whatinput="keyboard"] div.header__content .wcag_focus:focus {
        outline: 0.2em solid #fff !important;
    }
}
input::placeholder {
    color: #737373 !important;
    opacity: 1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #737373 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #737373 !important;
}

[data-whatinput="keyboard"] .menuGlowneMobile .MainTab1 a:focus,
[data-whatinput="keyboard"] .menuGlowneMobile .MainTab2 a:focus,
[data-whatinput="keyboard"] .menuGlowneMobile .MainTab3 a:focus,
[data-whatinput="keyboard"] .menuGlowneMobile .MainTab4 a:focus,
[data-whatinput="keyboard"] .menuGlowneMobile .MainTab5 a:focus {
    border: 0.2em solid #1A8AD5 !important;
}

[data-whatinput="keyboard"] .wylogujPanel .wcag_link:focus,
[data-whatinput="keyboard"] .wylogujPanel .wcagTab:focus {
    outline:0.2em solid #fff !important;
}
[data-whatinput="keyboard"] .ui-selectonemenu-list-item.ui-state-highlight {
    outline: 0.2em solid #1A8AD5 !important;
    width: 99%;
    margin: 2px;
}

[data-whatinput="keyboard"] .specialWhiteButton:focus {
    outline: 3px solid #fff;
}

/* stopka css */

#form\:stopka_menu,
.stopkajuzpotrzebna {
    width: 100% !important;
}

.stopka .ui-menuitem.ui-widget.ui-corner-all{
    float: left;
    display: block;
    clear: none;
}
.tabela_brak_danych {
    background: #EFF2E9;
    border-width: 0;
    padding: 0.75rem;
    font-family: "UrwDinRegular",sans-serif;
    font-size: 0.875rem;
    color: #000;
    text-align: left;
    overflow: visible; }
@media screen and (min-width: 1025px){
    .tabela_brak_danych:hover{
        background: #456D2B !important;
        color: #fff !important;

    }
}
@media screen and (min-width: 641px) {
    .ui-datatable thead th.ui-state-default[scope="col"] {
        width: auto !important;
        display: table-cell !important;
        padding-right: 10px !important;
    }
}

.captchaMain span.wcag_hide {
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.wcag_hide {
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute;
}
[data-whatinput="keyboard"] .wcag_focus:focus > span.help-icon-text {
    display: block;
}
.ql-size-huge {
    font-size: 2.5em !important;
}
.ql-size-large {
    font-size: 1.5em !important;
}
.ql-size-small {
    font-size: .75em !important;
}
.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
    word-break: break-word;
}