w-100{
    width: 100%!important;
}



.breadcrumb {
    border-radius: 0px !important;
    margin: 0 0 2px !important;
}
.row-header{
    /*margin-bottom: 20px;*/
    /*margin-top: 5px;*/
}

.menuitem :hover {
    background: white;
    height: 80px;
}

.bg-danger{
    background-color: #a70208;

}

.text-white{
    color: white;
}
.text-dark{
    color: #333;
}

.my-2{
    margin-bottom: .5rem!important;
    margin-top: .5rem!important;
}


.skip-to-content-link {
    background: #707070;
    color: #fff !important;
    font-size: 12pt;
    text-decoration: none !important;
    height: 30px;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
}

#ikonki_rozmiar > a:nth-child(1):after {
    font-size: 11px;
    content: "A";
}
#ikonki_rozmiar > a:nth-child(2):after {
    font-size: 13px;
    content: "A";
}
#ikonki_rozmiar > a:nth-child(3):after {
    font-size: 16px;
    content: "A";
}

.skip-to-content-link:focus {
    transform: translateY(0%);
}

.skip-to-content-link a, .skip-to-content-link a:hover, .skip-to-content-link a:focus, .skip-to-content-link a:visited {
    color: #fff !important;
}


.mx-2{
    margin-left: .5rem!important;
    margin-right: .5rem!important;
}

.logos {
    margin-top: 30px;
}

#nazwabip {
    margin-top: 40px;
}


#wyszukiwarka{
    background: #7E7D7D !important;
}


@media (max-width: 767px) {
    .row-header{
        margin-bottom: 0px;
    }


    .row-mt{
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 985px) {
    #tablet_nav {
        display: flex;
        flex-wrap: wrap;
    }
}



.global-search{
    border-radius: 0px;
    border-right-style: hidden !important;
    margin-right: -3px;
}

.global-search-button{
    border-radius: 0px;
    border-left-style: hidden !important;
    border-right-style: hidden !important;
    border: 1px solid #cccccc;
    height: 20px;
}

.global-search-button .icon-search{
    margin-top: 4px;
}

.global-search-dropdown{
    border-radius: 0px;
    border: 1px solid #cccccc;
    border-left-style: hidden !important;
    height: 30px ;
    background-color: white;
}

.global-search-caret{
    margin-top: 2px !important;
}

ul.dropdown-menu li{
    padding-left: 15px;
    margin-bottom: .5rem!important;
    margin-top: .5rem!important;
}

.global-search-dropdown-menu{
    top: inherit !important;
    border-top-style: hidden;
    border-radius: 0px;
    margin-top: 0px;
    margin-right: 10px;
    width: calc(100% - 2px);
}

.global-search-dropdown-menu checkbox{
    margin-top: 4px;
    margin-right: 10px;
}

#searchdata_adv:hover{
    background-image: linear-gradient(to bottom,#fff,#fff);
}

#searchdata_adv label{
    margin-top: 15px!important;
}

img.kontrast{
    margin-top: -3px;
    margin-right: 5px;
}

.header-container{
    background: rgb(245,247,246);
    background: linear-gradient(90deg, rgba(245,247,246,1) 0%, rgba(255,255,255,1) 93%);
}

.row-mt{
    margin-top: 10px;
}

.form-search:focus-within{
    border: 2px solid #0e0e0e !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(160,32,32,0.6) !important;
}
.row-cookie{
    background-color: white;
}

.divider {
    color: #0e0e0e !important;
}

button,
input,
select,
textarea {
    border-radius: 0px;
}