/*.main-menu-row{*/
/*    height: 0.3125rem !important;*/
/*    background-color: var(--main-color) !important;*/
/*}*/

/*.ako-header{*/
/*    height: 6.5rem;*/
/*}*/
/*.ako-header-scroll {*/
/*    height: 4rem;*/
/*}*/

/*.body-kosit{*/
/*    padding-top: 6.5em;*/
/*}*/
/*.body-kosit-scroll {*/
/*    padding-top: 4rem;*/
/*}*/
.dane-adresowe-content label{
    font-size: 1rem;
    margin-bottom: 0.1rem;
}

.dane-adresowe-content form {
    /*margin: 0 auto;*/
    width: 100%;
    /*min-width: 290px;*/

}

.skrzynka_odbiorcza .has-error label,
.skrzynka_odbiorcza .has-error ul,
.dane-adresowe-content .has-error label,
.dane-adresowe-content .has-error ul {
    list-style-type: none;
    color: red;
}.dane-adresowe-content .has-error ul, 
.skrzynka_odbiorcza .has-error ul {
     font-size: 0.75rem;
     margin-top: 8px;
     line-height: 1.2em;
}

/*.menu-hamburger{*/
/*    display: none!important;*/
/*}*/
/*.logo-desc-scroll {*/
/*    transform: translateY(0)*/
/*}*/
/*Input */
.dane-adresowe-content .form-control:disabled{
    background-color: transparent!important;
    color: rgba(0, 0, 0, .3);;
}

.dane-adresowe-content .input-style-wrapper {
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    margin-left: 0;
    margin-bottom: 0.625rem;
}
.dane-adresowe-content .input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #555;
    box-sizing: border-box;
    font-size: 1rem;
    height: auto;
}
.dane-adresowe-content .input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dane-adresowe-content input::-webkit-input-placeholder {
    color: #aaa;
}
.dane-adresowe-content input:focus::-webkit-input-placeholder {
    color: dodgerblue;
}
.dane-adresowe-content .input:focus + .underline {
    transform: scale(1);
}
.dane-adresowe-content .underline {
    background-color: dodgerblue;
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
}
.dane-adresowe-content .form-control {
    border-radius: 0;
    padding: 0 0 5px 0;
}

.dane-adresowe-content input[type=checkbox].blank ~label .checked,
.dane-adresowe-content input[type=checkbox].checked ~label .blank {
    display: none;
}

.dane-adresowe-content input[type=checkbox].checked ~label .checked,
.dane-adresowe-content input[type=checkbox].blank ~label .blank {
    display:  block;
}

.dane-adresowe-content .checkbox-custom:before {
    font-size: 1.5rem;
}
.dane-adresowe-content .checkbox-custom {
    float: left;
    margin-right: 10px;
    margin-bottom: 1rem;
    transform: translateY(-25%);
}



/**  Select2 */
.select2-selection__arrow .material-icons{
    width: 20px !important;
}
.dane-adresowe-content .select2-selection__clear {
    padding-right: 10px;
}

.dane-adresowe-content .select2-container--material {
    width: 100% !important;
    /** * Textbox */
    /** * Dropdown */
    /** * Options */
    /** * Focused textbox */
    /** * Disabled textbox */
}
.dane-adresowe-content .select2-container--material ::placeholder {
    color: inherit;
}
.dane-adresowe-content .select2-container--material .select2-selection {
    /* @extend input */
    overflow: visible;
    font: inherit;
    touch-action: manipulation;
    margin: 0;
    line-height: inherit;
    border-radius: 0;
    box-sizing: inherit;
    /* @extend .form-control */
    display: block;
    width: 100%;
    color: #55595c;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 0.5rem 0 0.6rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    margin-top: 0.2rem;
    margin-bottom: 0rem;
    /* @extend input[type=text] */
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    width: 100%;
    font-size: 1rem;
    box-shadow: none;
    transition: all 0.3s;
    min-height: 2.1rem;
}
.dane-adresowe-content .select2-container--material .select2-selection .select2-selection__rendered {
    padding-left: 0;
}
.dane-adresowe-content .select2-container--material .select2-selection--single .select2-selection__rendered {
    float: left;
}
.dane-adresowe-content .select2-container--material .select2-selection--single .select2-selection__arrow {
    float: right;
}
.dane-adresowe-content .select2-container--material .select2-selection--multiple {
    /** * Multiple selected options */
    /** * Multiple selected option clear button */
}
.dane-adresowe-content .select2-container--material .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
}
.dane-adresowe-content .select2-container--material .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.dane-adresowe-content .select2-container--material .select2-selection--multiple .select2-selection__choice {
    /* @extend .mdl-chip */
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 16px;
    background-color: #dedede;
    display: inline-block;
    color: rgba(0, 0, 0, .87);
    margin: 2px 0;
    font-size: 0;
    white-space: nowrap;
    /* @extend .mdl-chip__text */
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 4px;
}
.dane-adresowe-content .select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
    /* Hide default content */
    font-size: 0;
    opacity: 0.38;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    margin-right: -6px;
    margin-left: 6px;
    transition: opacity;
}
.dane-adresowe-content .select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
    content: "cancel";
    /* @extend .material-icons */
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #000;
}
.dane-adresowe-content .select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.54;
}
.dane-adresowe-content .select2-container--material .select2-search--inline .select2-search__field {
    width: 100%;
    margin-top: 0;
    /* Match input[type=text] */
    height: 34px;
    line-height: 1;
}
.dane-adresowe-content .select2-container--material .select2-dropdown {
    border: 0;
}
.dane-adresowe-content .select2-container--material .select2-dropdown .select2-search__field {
    min-height: 2.1rem;
    margin-bottom: 0px;
    border: 0;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s;
}
.dane-adresowe-content .select2-container--material .select2-dropdown .select2-search__field:focus {
    border-bottom: 1px solid #4285f4;
    box-shadow: 0 1px 0 0 #4585f4;
}
.dane-adresowe-content .select2-container--material .select2-results__options {
    /* @extend .zf-shadow-depth* */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    /* @extend .dropdown-content */
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    z-index: 999;
    will-change: width, height;
    /* @extend .dropdown-content inline styles */
}
.dane-adresowe-content .select2-container--material .select2-results__option {
    /* @extend .dropdown-content li */
    cursor: pointer;
    clear: both;
    color: rgba(0, 0, 0, .87);
    line-height: 1.5rem;
    text-align: left;
    text-transform: none;
    /* @extend .dropdown-content li>a, .dropdown-content li>span */
    font-size: 1.2rem;
    display: block;
    padding: 1rem;
    /** * Disabled options */
    /** * Selected option */
    /** * Active/hovered option */
}
.dane-adresowe-content .select2-container--material .select2-results__option[aria-disabled=true] {
    /* @extend .select-dropdown li.disabled */
    color: rgba(0, 0, 0, .3);
    background-color: transparent !important;
    cursor: context-menu;
    /* @extend .disabled */
    cursor: not-allowed;
}
.dane-adresowe-content .select2-container--material .select2-results__option[aria-selected=true] {
    /* @extend .dropdown-content li:active, .dropdow-content li:hover */
    color: #4285f4;
    background-color: #eee;
}
.dane-adresowe-content .select2-container--material .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
}
.dane-adresowe-content .select2-container--material.select2-container--focus {
    /* @extend input[type=text]:focus */
}
.dane-adresowe-content .select2-container--material.select2-container--focus .select2-selection {
    border-bottom: 1px solid #4285f4;
    box-shadow: 0 1px 0 0 #4585f4;
}
.dane-adresowe-content .select2-container--material.select2-container--disabled {
    /* @extend .select-wrapper input.select-dropdown:disabled */
}
.dane-adresowe-content .select2-container--material.select2-container--disabled .select2-selection {
    color: rgba(0, 0, 0, .3);
    cursor: default;
    user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.dane-adresowe-content .select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
    box-shadow: none;
}

.dane-adresowe-content .select2-dropdown.select2-dropdown--below span,
.dane-adresowe-content .select2-dropdown.select2-dropdown--below input {
    padding: 0;
}
.dane-adresowe-content .select2-dropdown.select2-dropdown--above {
    z-index: 1;
}
.dane-adresowe-content .select2-dropdown.select2-dropdown--below {
    margin-top: -33px;
    z-index: 1;
}
.dane-adresowe-content .select2-search__field {
    outline: none;
}



/*.sign-out-menu {*/
/*    top: 6.4rem;*/
/*}*/
/*.body-kosit-scroll .sign-out-menu{*/
/*    top: 4.05rem;*/
/*}*/
/*.wcag-resize-1 .sign-out-menu {*/
/*    top: 6.4rem;*/
/*}*/
/*.wcag-resize-1.body-kosit-scroll .sign-out-menu{*/
/*    top: 4.05rem;*/
/*}*/
/*.wcag-resize-2 .sign-out-menu {*/
/*    top: 6.35rem;*/
/*}*/
/*.wcag-resize-2.body-kosit-scroll .sign-out-menu{*/
/*    top: 4.1rem;*/
/*}*/
/*.wcag-resize-3 .sign-out-menu {*/
/*    top: 6.35rem;*/
/*}*/
/*.wcag-resize-3.body-kosit-scroll .sign-out-menu{*/
/*    top: 4.1rem;*/
/*}*/
/*.wcag-resize-4 .sign-out-menu {*/
/*    top: 6.37rem;*/
/*}*/
/*.wcag-resize-4.body-kosit-scroll .sign-out-menu{*/
/*    top: 4.30rem;*/
/*}*/

/*@media (max-width: 1699px) {*/
/*    .wcag-resize-4 #accessibility_menu {*/
/*        padding: 0;*/
/*    }*/
/*    .wcag-resize-4 .sign-out-btn,*/
/*    .wcag-resize-4 .sign-in-btn {*/
/*        transform: translate3d(280px, 0.0rem, 0);*/
/*    }*/

/*    .sign-out-menu {*/
/*        top: 6.4rem;*/
/*    }*/
/*    .body-kosit-scroll .sign-out-menu{*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-1 .sign-out-menu {*/
/*        top: 6.4rem;*/
/*    }*/
/*    .wcag-resize-1.body-kosit-scroll .sign-out-menu{*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-2 .sign-out-menu {*/
/*        top: 6.35rem;*/
/*    }*/
/*    .wcag-resize-2.body-kosit-scroll .sign-out-menu{*/
/*        top: 4.1rem;*/
/*    }*/
/*    .wcag-resize-3 .sign-out-menu {*/
/*        top: 6.35rem;*/
/*    }*/
/*    .wcag-resize-3.body-kosit-scroll .sign-out-menu{*/
/*        top: 4.1rem;*/
/*    }*/
/*    .wcag-resize-4 .sign-out-menu {*/
/*        top: 6.37rem;*/
/*    }*/
/*    .wcag-resize-4.body-kosit-scroll .sign-out-menu{*/
/*        top: 4.10rem;*/
/*    }*/
/*}*/

/*@media (max-width: 1199px) {*/
/*    .wcag-resize-3 #accessibility_menu {*/
/*        padding: 0;*/
/*    }*/
/*    .main-menu-row-scroll{*/
/*        margin-top: 0;*/
/*    }*/
/*    .wcag-resize-3 .sign-out-btn,*/
/*    .wcag-resize-3 .sign-in-btn {*/
/*        transform: translate3d(250px, 0.20rem, 0);*/
/*    }*/

/*    .sign-out-menu {*/
/*        top: 4.4rem;*/
/*    }*/
/*    .body-kosit-scroll .sign-out-menu{*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-1 .sign-out-menu {*/
/*        top: 4.4rem;*/
/*    }*/
/*    .wcag-resize-1.body-kosit-scroll .sign-out-menu{*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-2 .sign-out-menu {*/
/*        top: 4.4rem;*/
/*    }*/
/*    .wcag-resize-2.body-kosit-scroll .sign-out-menu{*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-3 .sign-out-menu {*/
/*        top: 4.35rem;*/
/*    }*/
/*    .wcag-resize-3.body-kosit-scroll .sign-out-menu{*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-4 .sign-out-menu {*/
/*        top: 5.35rem;*/
/*    }*/
/*    .wcag-resize-4.body-kosit-scroll .sign-out-menu{*/
/*        top: 5.05rem;*/
/*    }*/
/*}*/

/*@media (max-width: 991px) {*/
/*    #accessibility_menu{*/
/*        padding: 0;*/
/*    }*/
/*    .wcag-resize-2 .btn-wcag,*/
/*    .wcag-resize-3 .btn-wcag{*/
/*        margin: 0.2rem;*/
/*    }*/
/*    .wcag-resize-4 .btn-wcag{*/
/*        margin: 0.1rem;*/
/*    }*/
/*    .sign-out-btn, .sign-in-btn,*/
/*    .wcag-resize-3 .sign-out-btn,*/
/*    .wcag-resize-3 .sign-in-btn,*/
/*    .wcag-resize-4 .sign-out-btn,*/
/*    .wcag-resize-4 .sign-in-btn {*/
/*        transform: translate3d(190px, 0.20rem, 0);*/
/*    }*/

/*    .sign-out-menu {*/
/*        top: 4.05rem;*/
/*    }*/
/*    .body-kosit-scroll .sign-out-menu{*/
/*        top: 3.75rem;*/
/*    }*/
/*    .wcag-resize-1 .sign-out-menu {*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-1.body-kosit-scroll .sign-out-menu{*/
/*        top: 3.75rem;*/
/*    }*/
/*    .wcag-resize-2 .sign-out-menu {*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-2.body-kosit-scroll .sign-out-menu{*/
/*        top: 3.75rem;*/
/*    }*/
/*    .wcag-resize-3 .sign-out-menu {*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-3.body-kosit-scroll .sign-out-menu{*/
/*        top: 3.75rem;*/
/*    }*/
/*    .wcag-resize-4 .sign-out-menu {*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-4.body-kosit-scroll .sign-out-menu{*/
/*        top: 3.75rem;*/
/*    }*/
/*}*/

/*@media (max-width: 767px) {*/
/*    .sign-out-btn, .sign-in-btn,*/
/*    .wcag-resize-3 .sign-out-btn,*/
/*    .wcag-resize-3 .sign-in-btn,*/
/*    .wcag-resize-4 .sign-out-btn,*/
/*    .wcag-resize-4 .sign-in-btn {*/
/*        transform: translate3d(230px, 0.20rem, 0);*/
/*    }*/

/*    .sign-out-menu {*/
/*        top: 4.4rem;*/
/*    }*/
/*    .body-kosit-scroll .sign-out-menu{*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-1 .sign-out-menu {*/
/*        top: 4.4rem;*/
/*    }*/
/*    .wcag-resize-1.body-kosit-scroll .sign-out-menu{*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-2 .sign-out-menu {*/
/*        top: 4.4rem;*/
/*    }*/
/*    .wcag-resize-2.body-kosit-scroll .sign-out-menu{*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-3 .sign-out-menu {*/
/*        top: 4.35rem;*/
/*    }*/
/*    .wcag-resize-3.body-kosit-scroll .sign-out-menu{*/
/*        top: 4.05rem;*/
/*    }*/
/*    .wcag-resize-4 .sign-out-menu {*/
/*        top: 4.35rem;*/
/*    }*/
/*    .wcag-resize-4.body-kosit-scroll .sign-out-menu{*/
/*        top: 4.05rem;*/
/*    }*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .sign-out-btn, .sign-in-btn,*/
/*    .wcag-resize-3 .sign-out-btn,*/
/*    .wcag-resize-3 .sign-in-btn,*/
/*    .wcag-resize-4 .sign-out-btn,*/
/*    .wcag-resize-4 .sign-in-btn {*/
/*        transform: translate3d(120px, 0.20rem, 0);*/
/*    }*/
/*}*/

/*@media (max-width: 449px) {*/
/*    .sign-out-btn, .sign-in-btn{*/
/*        transform: translate3d(110px, 0.20rem, 0);*/
/*    }*/
/*    .wcag-resize-1 .sign-out-btn,*/
/*    .wcag-resize-1 .sign-in-btn,*/
/*    .wcag-resize-2 .sign-out-btn,*/
/*    .wcag-resize-2 .sign-in-btn,*/
/*    .wcag-resize-3 .sign-out-btn,*/
/*    .wcag-resize-3 .sign-in-btn,*/
/*    .wcag-resize-4 .sign-out-btn,*/
/*    .wcag-resize-4 .sign-in-btn {*/
/*        transform: translate3d(110px, 0.20rem, 0);*/
/*    }*/
/*    .sign-out:before, .sign-in:before {*/
/*        font-size:1.8rem;*/
/*    }*/
/*}*/

/*@media (max-width: 380px) {*/
/*    .sign-out:before, .sign-in:before {*/
/*        font-size:25px!important;*/
/*    }*/
/*    .btn-wcag {*/
/*        margin: 0!important;*/
/*    }*/
/*    .sign-out-btn, .sign-in-btn {*/
/*        transform: translate3d(80px, 0.20rem, 0)!important;*/
/*    }*/
/*}*/
