
:root {
    /* kolor przewodni */
    --kolor-przewodni-01: #ff4646;
    /* szary jasny */
    --kolor-uniwersalny-01: #f1f1f1;
    /* szary ciemny */
    --kolor-uniwersalny-02: #6c6a6a;
    /* szary średni */
    --kolor-uniwersalny-03: #bfbfbf;
    /* color font body */
    --kolor-font-01: #6c6a6a;
    /* dodatkowe - pomocnicze */
    --kolor-dodatkowy-01: #555555;
    --kolor-dodatkowy-02: #ff9999;
    --kolor-dodatkowy-03: #ffffff;
    --kolor-dodatkowy-04: #f1f1f1;
    --kolor-dodatkowy-05: #d2d2d2;
}

body {
    margin: 0;
    font-family: "Poppins", "Roboto", "Rubik", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #6c6a6a;
    background: #f4f5fa;
    padding: 0;
    /*mm-styl*/

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

a {
    color: var(--kolor-przewodni-01);
    text-decoration: underline;
    background-color: transparent;
}

    a:hover {
        color: var(--kolor-font-01);
        text-decoration: underline;
    }

.dlpro-none-decoration {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", "Roboto", "Rubik", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-weight: 600;
    line-height: 120%;
}

strong {
    font-weight: 600;
}

.invalid {
    color: #ff4646;
}

@media (min-width: 768px) {
    .dlpro-display-mobile {
        display: none;
        height: 0;
        margin: 0;
        overflow: hidden;
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .dlpro-display-normal {
        display: none;
        height: 0;
        margin: 0;
        overflow: hidden;
        border: 0;
    }
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

body#dlpro h1 {
    font-size: 24px;
}

body#dlpro h2 {
    font-size: 22px;
}

body#dlpro h3 {
    font-size: 20px;
}

body#dlpro h4 {
    font-size: 18px;
}

body#dlpro h5 {
    font-size: 16px;
}

body#dlpro h6 {
    font-size: 14px;
}

@media (min-width: 480px) and (max-width: 1199.98px) {
    body#dlpro h1 {
        font-size: 24px;
    }

    body#dlpro h2 {
        font-size: 22px;
    }

    body#dlpro h3 {
        font-size: 20px;
    }

    body#dlpro h4 {
        font-size: 18px;
    }

    body#dlpro h5 {
        font-size: 16px;
    }

    body#dlpro h6 {
        font-size: 14px;
    }
}

@media (max-width: 479px) {
    body#dlpro h1 {
        font-size: 24px;
    }

    body#dlpro h2 {
        font-size: 22px;
    }

    body#dlpro h3 {
        font-size: 20px;
    }

    body#dlpro h4 {
        font-size: 18px;
    }

    body#dlpro h5 {
        font-size: 16px;
    }

    body#dlpro h6 {
        font-size: 14px;
    }
}

/* dropdown-menu */

.dlpro-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 5px 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 2px 4px 1px rgba(191, 191, 191, 0.6);
    -moz-box-shadow: 0px 2px 4px 1px rgba(191, 191, 191, 0.6);
    box-shadow: 0px 2px 4px 1px rgba(191, 191, 191, 0.6);
}

.dlpro-dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: var(--kolor-uniwersalny-02);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}

    .dlpro-dropdown-item:hover, .dlpro-dropdown-item:focus {
        color: var(--kolor-przewodni-01);
        text-decoration: none;
        background-color: transparent;
    }

    .dlpro-dropdown-item.active, .dlpro-dropdown-item:active {
        color: var(--kolor-przewodni-01);
        text-decoration: none;
        background-color: #007bff;
    }

    .dlpro-dropdown-item.disabled, .dlpro-dropdown-item:disabled {
        color: var(--kolor-uniwersalny-03);
        pointer-events: none;
        background-color: transparent;
    }

/* logowanie */

#login-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

#login-flagi {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    position: relative;
    padding: 10px 0;
    text-align: center;
}

    #login-flagi a:hover img {
        opacity: 0.5;
    }

    #login-flagi img {
        width: 40px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 5px;
    }

#login-form {
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    width: 400px;
    background: #ffffff;
    position: relative;
    padding: 30px 50px;
    box-shadow: 2px 2px 10px 0px rgba(150,150,150,0.75);
    -webkit-box-shadow: 2px 2px 10px 0px rgba(150,150,150,0.75);
    -moz-box-shadow: 2px 2px 10px 0px rgba(150,150,150,0.75);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 15px;
}

    #login-form.dlpro-lf-md {
        -webkit-flex: 0 0 480px;
        -ms-flex: 0 0 480px;
        flex: 0 0 480px;
        width: 480px;
        padding: 30px;
    }

    #login-form.dlpro-lf-lg {
        -webkit-flex: 0 0 560px;
        -ms-flex: 0 0 560px;
        flex: 0 0 560px;
        width: 560px;
        padding: 30px;
    }

#login-form-logo {
    display: block;
    position: relative;
    padding: 0 0 25px 0;
}

    #login-form-logo img {
        display: block;
        margin: 10px auto;
        max-height: 80px;
        -webkit-filter: grayscale(100%);
        -webkit-filter: grayscale(1);
        filter: grayscale(100%);
        filter: gray;
    }

#login-form h5 {
    text-align: center;
    margin: 0 0 20px 0;
}

.dlpro-box-logowanie {
    display: block;
    text-align: center;
}

@media (max-width: 767.98px) {
    #login-form,
    #login-form.dlpro-md-lf,
    #login-form.dlpro-lg-lf {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

#page-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


@media (min-width: 992px) {

    #navigation {
        -webkit-flex: 0 0 310px;
        -ms-flex: 0 0 310px;
        flex: 0 0 310px;
        max-width: 310px;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        background: #ffffff;
        position: relative;
        overflow-x: hidden;
        padding: 10px 20px 50px 20px;
    }
}

@media (max-width: 991.98px) {

    #navigation {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        background-color: #fff;
        overflow-x: hidden;
        -webkit-box-shadow: 1px 1px 10px 2px rgba(191, 191, 191, 1);
        -moz-box-shadow: 1px 1px 10px 2px rgba(191, 191, 191, 1);
        box-shadow: 1px 1px 10px 2px rgba(191, 191, 191, 1);
        z-index: 999;
    }
}

@media (min-width: 992px) {
    .dlpro-menu-link, #dlpro-mobile-btn {
        display: none;
        visibility: hidden;
        height: 0;
    }
}

@media (max-width: 991.98px) {

    .dlpro-menu-link {
        padding: 5px 10px;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        text-decoration: none;
        display: inline;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        color: rgba(0, 0, 0, 0.5);
        border-color: rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 1px 5px 0px rgba(222, 223, 228, 1);
        -moz-box-shadow: 1px 1px 5px 0px rgba(222, 223, 228, 1);
        box-shadow: 1px 1px 5px 0px rgba(222, 223, 228, 1);
    }

    .dlpro-menu-link-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    #dlpro-mobile-btn {
        display: block;
        margin: 15px;
        z-index: 1040;
        background: #fff;
    }

        #dlpro-mobile-btn .dlpro-ikonka {
            color: rgba(0, 0, 0, 0.5);
            width: 1.5em;
            height: 1.5em;
            text-align: center;
            line-height: 30px;
        }
}

#szkola {
    display: block;
    margin: 10px 0;
}

#szkola-adres {
    display: block;
    margin: 0;
}

    #szkola-adres p {
        display: block;
        margin: 5px 0;
        cursor: pointer;
        text-align: center;
        font-size: 14px;
    }

        #szkola-adres p:hover i {
            color: var(--kolor-przewodni-01);
        }

#szkola-logo img {
    display: block;
    max-height: 80px;
    margin: 10px auto;
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    filter: gray;
}

@media (max-width: 767px) {
    #szkola-logo img {
        max-height: 40px;
        margin: 10px auto;
    }
}

#banery {
    display: block;
    margin: 30px 0;
}

    #banery img {
        display: block;
        margin: 10px auto;
    }

.banery-nawigacja {
    display: block;
}

.dlpro-book {
    display: block;
    width: 160px;
    margin: 30px auto;
}

/* card */

.card.dlpro-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

/* nav-grupa */

#nav-grupa {
    margin: 30px 0 10px 0;
}

    #nav-grupa .btn.dlpro-btn {
        padding: 20px 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    #nav-grupa .btn.dlpro-btn {
        text-align: left;
    }

        #nav-grupa .btn.dlpro-btn i {
            font-size: 20px;
            width: 30px;
            margin-right: 10px;
            text-align: left;
        }

    #nav-grupa .card-body.dlpro-card {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 5px 15px 5px 45px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background: var(--kolor-przewodni-01);
        border: 1px solid var(--kolor-przewodni-01);
    }

    #nav-grupa .nav.dlpro-nav-btn {
        margin: 5px 0;
    }

    #nav-grupa .card-body.dlpro-card .nav.dlpro-nav-btn .nav-link {
        color: var(--kolor-dodatkowy-03);
        text-decoration: none;
        padding: 10px 15px;
    }

        #nav-grupa .card-body.dlpro-card .nav.dlpro-nav-btn .nav-link.active {
            color: var(--kolor-dodatkowy-02);
            cursor: default;
        }

        #nav-grupa .card-body.dlpro-card .nav.dlpro-nav-btn .nav-link:hover {
            color: var(--kolor-dodatkowy-02);
        }


/* nav-dane */

#nav-dane {
    margin: 30px 0 10px 0;
}

    #nav-dane .btn.dlpro-btn {
        padding: 20px 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    #nav-dane .btn.dlpro-btn {
        text-align: left;
    }

        #nav-dane .btn.dlpro-btn i {
            font-size: 20px;
            width: 30px;
            margin-right: 10px;
            text-align: left;
        }


    #nav-dane .card-body.dlpro-card {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 5px 15px 5px 45px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background: transparent;
        border: 1px solid transparent;
    }

/* page-nav */

#book-nav {
    width: 100%;
    background: #ffffff;
}


#pliki-nav {
    width: 100%;
    background: #ffffff;
    padding-bottom: 40px;
}

/* page-nav */

.treeview .list-group-item {
    cursor: pointer;
}

.treeview span.indent {
    margin-left: 10px;
    margin-right: 10px;
}

.treeview span.icon {
    width: 12px;
    margin-right: 5px
}

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed;
}

.node- {
}

    .node-:hover,
    .node-:not(.node-disabled):hover {
        background-color: var(--kolor-uniwersalny-01);
    }

.node-selected {
    background-color: var(--kolor-uniwersalny-01);
    border-color: var(--kolor-uniwersalny-01);
}

.expandable .collapsed .rotate.fa {
    transform: rotate(180deg);
}

@media only screen and (max-width: 810px) {
    .tree-spis-tresci {
        font-size: 12px;
    }

    .tree-spis-tresci-kursy {
        font-size: 12px;
    }
}

.list-group.dlpro-list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

    .list-group.dlpro-list-group .list-group-item-action {
        width: 100%;
        color: #495057;
        text-align: inherit;
    }

        .list-group.dlpro-list-group .list-group-item-action:hover,
        .list-group.dlpro-list-group .list-group-item-action:focus {
            z-index: 1;
            color: #495057;
            text-decoration: none;
            background-color: var(--kolor-uniwersalny-01);
        }

        .list-group.dlpro-list-group .list-group-item-action:active {
            color: #212529;
            background-color: var(--kolor-uniwersalny-01);
            border-color: var(--kolor-uniwersalny-01);
        }

    .list-group.dlpro-list-group .list-group-item {
        position: relative;
        display: block;
        padding: 2px 10px;
        background-color: #fff;
        border: none;
    }

        .list-group.dlpro-list-group .list-group-item:hover,
        .list-group.dlpro-list-group .list-group-item:focus {
            background-color: var(--kolor-uniwersalny-01);
        }

        .list-group.dlpro-list-group .list-group-item:first-child {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .list-group.dlpro-list-group .list-group-item:last-child {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .list-group.dlpro-list-group .list-group-item.disabled, .list-group-item:disabled {
            color: #6c757d;
            pointer-events: none;
            background-color: #fff;
        }

        .list-group.dlpro-list-group .list-group-item.active,
        .list-group.dlpro-list-group .list-group-item.node-selected {
            z-index: 2;
            color: #6c6a6a;
            background-color: var(--kolor-uniwersalny-01);
            border-color: var(--kolor-uniwersalny-01);
        }

        .list-group.dlpro-list-group .list-group-item + .list-group-item {
            border-top-width: 0;
        }

            .list-group.dlpro-list-group .list-group-item + .list-group-item.active {
                margin-top: -1px;
                border-top-width: 1px;
            }

/* page-nav */

#page-nav {
    width: 100%;
    background: #ffffff;
}

#main {
    -webkit-flex: 0 0 calc(100% - 310px);
    -ms-flex: 0 0 calc(100% - 310px);
    flex: 0 0 calc(100% - 310px);
    max-width: calc(100% - 310px);
    padding: 0 0 0 30px;
    margin: 0;
    position: relative;
}

@media (max-width: 991.98px) {
    #main {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }
}

#main-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#content-header {
    position: relative;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0px;
    min-height: 100px;
}


#ch-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 15px 0;
}

#ch-left {
    position: relative;
    -webkit-flex: 0 0 calc(100% - 400px);
    -ms-flex: 0 0 calc(100% - 400px);
    flex: 0 0 calc(100% - 400px);
    width: calc(100% - 400px);
    padding: 0;
}

#ch-left-tytul {
    padding-left: 30px;
    display: block;
}

    #ch-left-tytul h1,
    #ch-left-tytul h2,
    #ch-left-tytul h3,
    #ch-left-tytul h4,
    #ch-left-tytul h5,
    #ch-left-tytul h6 {
        margin: 5px 0;
    }

@media (max-width: 991.98px) {
    #ch-left {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        position: relative;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 20px 0 10px 0;
    }
}

#ch-right {
    position: relative;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    width: 400px;
    padding: 0px;
}

@media (max-width: 991.98px) {
    #ch-right {
        position: relative;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 5px 0 0 0;
    }
}

@media (min-width: 992px) {
    #ch-mobile {
        display: none;
        visibility: hidden;
        height: 0;
    }
}

@media (max-width: 991.98px) {
    #ch-mobile {
        position: fixed;
        padding: 0px;
        top: 15px;
        left: 15px;
        z-index: 990;
        background: #fff;
    }
}

#content-main-top {
    position: relative;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    background: transparent;
    padding: 20px 0;
}

#content-main,
.dlpro-content-main {
    position: relative;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 30px 30px;
    min-height: 300px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(222, 223, 228, 1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(222, 223, 228, 1);
    box-shadow: 2px 2px 10px 0px rgba(222, 223, 228, 1);
}

#content-collapse,
.dlpro-content-collapse {
    position: relative;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    background: transparent;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 20px 0;
    min-height: 300px;
}

#content-footer {
    position: relative;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 20px 0;
    min-height: 100px;
}

/* nav-tabs */

.nav-tabs.dlpro-nav-tabs {
    border-bottom: 1px solid #fff;
    margin: 0 -2px;
}

    .nav-tabs.dlpro-nav-tabs .nav-item {
        margin: 2px;
    }

    .nav-tabs.dlpro-nav-tabs .nav-link {
        border: 1px solid #dee2e6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
        background: #fff;
        color: #6c6a6a;
        padding: 5px 10px;
    }

        .nav-tabs.dlpro-nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #dee2e6 #dee2e6 #dee2e6;
            color: var(--kolor-przewodni-01);
        }

        .nav-tabs.dlpro-nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs.dlpro-nav-tabs .nav-link.active,
        .nav-tabs.dlpro-nav-tabs .nav-item.show .nav-link {
            color: #fff;
            background-color: var(--kolor-przewodni-01);
            border-color: var(--kolor-przewodni-01);
        }

    .nav-tabs.dlpro-nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

@media (max-width: 767px) {

    .nav-tabs.dlpro-nav-tabs {
        margin: 0 -4px;
    }

        .nav-tabs.dlpro-nav-tabs .nav-item {
            margin: 4px;
        }

        .nav-tabs.dlpro-nav-tabs .nav-link {
            border: 1px solid #dee2e6;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            text-decoration: none;
            background: #fff;
            color: #6c6a6a;
            padding: 5px 10px;
        }
}



/* btn */

.btn.dlpro-btn {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 5px 15px;
    line-height: 1.5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btn.dlpro-btn i {
        text-align: center;
        width: 1.25em;
    }

.btn-lg.dlpro-btn,
.btn-group-lg.dlpro-btn-group > .btn.dlpro-btn {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.btn.dlpro-btn.typ-01 i {
    min-width: 25px;
    text-align: left;
}

.btn.btn-lg.dlpro-btn.typ-01 i {
}

.btn.dlpro-btn.typ-01 {
    padding: 5px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btn.btn-lg.dlpro-btn.typ-01 {
    padding: 8px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


.btn.dlpro-btn.typ-02 {
    padding: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn.btn-lg.dlpro-btn.typ-02 {
    padding: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn.dlpro-btn.typ-02 span {
    position: relative;
    line-height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    aspect-ratio: 1/1;
}

    .btn.dlpro-btn.typ-02 span i {
        width: 1.25em;
        text-align: center;
    }


@media (prefers-reduced-motion: reduce) {
    .btn.dlpro-btn {
        transition: none;
    }
}

.btn.dlpro-btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn.dlpro-btn:focus, .btn.dlpro-btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.dlpro-btn.disabled, .btn.dlpro-btn:disabled {
    opacity: 0.65;
}

a.btn.dlpro-btn.disabled,
fieldset:disabled a.btn.dlpro-btn {
    pointer-events: none;
}

/* btn-collapse */

.btn.btn-collapse::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.btn.btn-collapse::after {
    content: "\f107";
    font-size: 16px;
    right: 20px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    vertical-align: middle;
}

.btn.btn-collapse[aria-expanded="true"]::after {
    content: "\f106";
}


/* btn-primary */

.btn-primary.dlpro-btn {
    color: #fff;
    background-color: var(--kolor-przewodni-01);
    border-color: var(--kolor-przewodni-01);
}

    .btn-primary.dlpro-btn:hover {
        color: #fff;
        background-color: var(--kolor-przewodni-01);
        border-color: var(--kolor-przewodni-01);
        opacity: 0.9;
        -moz-opacity: 0.9;
    }

    .btn-primary.dlpro-btn:focus, .btn-primary.dlpro-btn.focus {
        color: #fff;
        background-color: var(--kolor-przewodni-01);
        border-color: var(--kolor-przewodni-01);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .btn-primary.dlpro-btn.disabled, .btn-primary.dlpro-btn:disabled {
        color: #fff;
        background-color: var(--kolor-przewodni-01);
        border-color: var(--kolor-przewodni-01);
    }

    .btn-primary.dlpro-btn:not(:disabled):not(.disabled):active, .btn-primary.dlpro-btn:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dlpro-btn.dropdown-toggle {
        color: #fff;
        background-color: var(--kolor-przewodni-01);
        border-color: var(--kolor-przewodni-01);
        opacity: 9;
        -moz-opacity: 0.9;
    }

        .btn-primary.dlpro-btn:not(:disabled):not(.disabled):active:focus, .btn-primary.dlpro-btn:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dlpro-btn.dropdown-toggle:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }


.btn.btn-primary.dlpro-btn.wybrany {
    color: var(--kolor-font-01);
    background-color: #ffffff;
    border-color: var(--kolor-uniwersalny-01);
}

    .btn.btn-primary.dlpro-btn.wybrany:hover,
    .btn.btn-primary.dlpro-btn.wybrany:focus {
        color: var(--kolor-font-01);
        background-color: #ffffff;
        border-color: var(--kolor-uniwersalny-01);
        opacity: 1;
        -moz-opacity: 1;
        cursor: default;
    }



/* btn-secondary */

.btn-secondary.dlpro-btn {
    color: var(--kolor-font-01);
    background-color: var(--kolor-uniwersalny-01);
    border-color: var(--kolor-uniwersalny-01);
}

    .btn-secondary.dlpro-btn:hover {
        color: var(--kolor-font-01);
        background-color: var(--kolor-uniwersalny-01);
        border-color: var(--kolor-uniwersalny-01);
        opacity: 0.9;
        -moz-opacity: 0.9;
    }

    .btn-secondary.dlpro-btn:focus, .btn-secondary.dlpro-btn.focus {
        color: var(--kolor-font-01);
        background-color: var(--kolor-uniwersalny-01);
        border-color: var(--kolor-uniwersalny-01);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .btn-secondary.dlpro-btn.disabled, .btn-secondary.dlpro-btn:disabled {
        color: var(--kolor-font-01);
        background-color: var(--kolor-uniwersalny-01);
        border-color: var(--kolor-uniwersalny-01);
    }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dlpro-btn.dropdown-toggle {
    color: var(--kolor-font-01);
    background-color: var(--kolor-uniwersalny-01);
    border-color: var(--kolor-uniwersalny-01);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

    .btn-secondary.dlpro-btn:not(:disabled):not(.disabled):active:focus, .btn-secondary.dlpro-btn:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dlpro-btn.dropdown-toggle:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.btn.btn-secondary.dlpro-btn.wybrany {
    color: var(--kolor-font-01);
    background-color: #ffffff;
    border-color: var(--kolor-uniwersalny-01);
}

    .btn.btn-secondary.dlpro-btn.wybrany:hover,
    .btn.btn-secondary.dlpro-btn.wybrany:focus {
        color: var(--kolor-font-01);
        background-color: #ffffff;
        border-color: var(--kolor-uniwersalny-01);
        opacity: 1;
        -moz-opacity: 1;
        cursor: default;
    }


/* btn-outline-primary */

.btn-outline-primary.dlpro-btn {
    color: #fff;
    background-color: var(--kolor-przewodni-01);
    border-color: var(--kolor-przewodni-01);
}

    .btn-outline-primary.dlpro-btn:hover {
        color: #fff;
        background-color: var(--kolor-przewodni-01);
        border-color: var(--kolor-przewodni-01);
        opacity: 0.9;
        -moz-opacity: 0.9;
    }

    .btn-outline-primary.dlpro-btn:focus, .btn-outline-primary.dlpro-btn.focus {
        color: #fff;
        background-color: var(--kolor-przewodni-01);
        border-color: var(--kolor-przewodni-01);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .btn-outline-primary.dlpro-btn.disabled, .btn-outline-primary.dlpro-btn:disabled {
        color: #fff;
        background-color: var(--kolor-przewodni-01);
        border-color: var(--kolor-przewodni-01);
    }

    .btn-outline-primary.dlpro-btn:not(:disabled):not(.disabled):active, .btn-outline-primary.dlpro-btn:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: var(--kolor-przewodni-01);
        border-color: var(--kolor-przewodni-01);
        opacity: 9;
        -moz-opacity: 0.9;
    }

        .btn-outline-primary.dlpro-btn:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.dlpro-btn:not(:disabled):not(.disabled).active:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }


.btn.btn-outline-primary.dlpro-btn.wybrany {
    color: var(--kolor-font-01);
    background-color: #ffffff;
    border-color: var(--kolor-uniwersalny-01);
}

    .btn.btn-outline-primary.dlpro-btn.wybrany:hover,
    .btn.btn-outline-primary.dlpro-btn.wybrany:focus {
        color: var(--kolor-font-01);
        background-color: #ffffff;
        border-color: var(--kolor-uniwersalny-01);
        opacity: 1;
        -moz-opacity: 1;
        cursor: default;
    }

.btn-outline-primary.dlpro-btn:not(:disabled):not(.disabled):active, .btn-outline-primary.dlpro-btn:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dlpro-btn.dropdown-toggle {
    color: #fff;
    background-color: var(--kolor-przewodni-01);
    border-color: var(--kolor-przewodni-01);
}

    .btn-outline-primary.dlpro-btn:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.dlpro-btn:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dlpro-btn.dropdown-toggle:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

/* btn-outline-primary - kalendarz styl pomocniczy dla ikonki */

.input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info {
    color: #fff;
    background-color: var(--kolor-przewodni-01);
    border-color: var(--kolor-przewodni-01);
}

    .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info:hover {
        color: #fff;
        background-color: var(--kolor-przewodni-01);
        border-color: var(--kolor-przewodni-01);
        opacity: 0.9;
        -moz-opacity: 0.9;
    }

    .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info:focus,
    .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info.focus {
        color: #fff;
        background-color: var(--kolor-przewodni-01);
        border-color: var(--kolor-przewodni-01);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info.disabled,
    .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info:disabled {
        color: #fff;
        background-color: var(--kolor-przewodni-01);
        border-color: var(--kolor-przewodni-01);
    }

    .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info:not(:disabled):not(.disabled):active,
    .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info:not(:disabled):not(.disabled).active {
        color: #fff;
        background-color: var(--kolor-przewodni-01);
        border-color: var(--kolor-przewodni-01);
        opacity: 9;
        -moz-opacity: 0.9;
    }

        .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info:not(:disabled):not(.disabled).active:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

.input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn.btn-outline-info.wybrany {
    color: var(--kolor-font-01);
    background-color: #ffffff;
    border-color: var(--kolor-uniwersalny-01);
}

    .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn.btn-outline-info.wybrany:hover,
    .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn.btn-outline-info.wybrany:focus {
        color: var(--kolor-font-01);
        background-color: #ffffff;
        border-color: var(--kolor-uniwersalny-01);
        opacity: 1;
        -moz-opacity: 1;
        cursor: default;
    }

.input-group-sm > .input-group-append.dlpro-iga-kalendarz > .btn.btn-outline-info {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-sm > .input-group-append.dlpro-iga-kalendarz:not(:last-child) > .btn.btn-outline-info,
.input-group-sm > .input-group-append.dlpro-iga-kalendarz:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-sm > .input-group-append.dlpro-iga-kalendarz > .btn.btn-outline-info {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append.dlpro-iga.dlpro-iga-kalendarz svg path {
    fill: #ffffff;
}

/* btn-outline-secondary */

.btn-outline-secondary.dlpro-btn {
    color: var(--kolor-font-01);
    background-color: var(--kolor-uniwersalny-01);
    border-color: var(--kolor-uniwersalny-03);
}

    .btn-outline-secondary.dlpro-btn:hover {
        color: var(--kolor-font-01);
        background-color: var(--kolor-uniwersalny-01);
        border-color: var(--kolor-uniwersalny-02);
        opacity: 0.9;
        -moz-opacity: 0.9;
    }

    .btn-outline-secondary.dlpro-btn:focus, .btn-outline-secondary.dlpro-btn.focus {
        color: var(--kolor-font-01);
        background-color: var(--kolor-uniwersalny-01);
        border-color: var(--kolor-uniwersalny-02);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .btn-outline-secondary.dlpro-btn.disabled, .btn-outline-secondary.dlpro-btn:disabled {
        color: var(--kolor-font-01);
        background-color: var(--kolor-uniwersalny-01);
        border-color: var(--kolor-uniwersalny-03);
    }

    .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled):active, .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled).active {
        color: var(--kolor-font-01);
        background-color: var(--kolor-uniwersalny-01);
        border-color: var(--kolor-uniwersalny-02);
        opacity: 0.9;
        -moz-opacity: 0.9;
    }

        .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled).active:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }


    .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled):active, .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dlpro-btn.dropdown-toggle {
        color: var(--kolor-font-01);
        background-color: var(--kolor-uniwersalny-01);
        border-color: var(--kolor-uniwersalny-02);
        opacity: 0.9;
        -moz-opacity: 0.9;
    }

        .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dlpro-btn.dropdown-toggle:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

/* nav navigation */

.btn-link.dlpro-btn-link {
    font-weight: 500;
    color: #6c6a6a;
    text-decoration: none;
    padding: 0;
}

    .btn-link.dlpro-btn-link:hover {
        color: var(--kolor-przewodni-01);
        text-decoration: none;
    }

    .btn-link.dlpro-btn-link:focus, .btn-link.dlpro-btn-link.focus {
        text-decoration: none;
        box-shadow: none;
    }

    .btn-link.dlpro-btn-link:disabled, .btn-link.dlpro-btn-link.disabled {
        color: var(--kolor-uniwersalny-01);
        pointer-events: none;
    }

.powrot-do-menu {
    margin-left: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

/* nav navigation */

.nav.flex-column.dlpro-nav-pasek {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
    list-style: none;
}

#book-nav .nav.flex-column.dlpro-nav-pasek {
    margin-top: 10px;
}

.nav.flex-column.dlpro-nav-pasek ul.nav {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav.flex-column.dlpro-nav-pasek .nav-link {
    display: block;
    padding: 15px 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--kolor-font-01);
    text-decoration: none;
}

    .nav.flex-column.dlpro-nav-pasek .nav-link.nav-link-ksiazka {
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
    }

    .nav.flex-column.dlpro-nav-pasek .nav-link i,
    .nav.flex-column.dlpro-nav-pasek .nav-item i {
        vertical-align: middle;
        color: #9b9da0;
        line-height: 100%;
        font-size: 20px;
        width: 1.25em;
        text-align: left;
        margin-right: 10px;
    }

    .nav.flex-column.dlpro-nav-pasek .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

.nav.flex-column.dlpro-nav-pasek .nav-item.item-collapse a {
    cursor: pointer;
}

    .nav.flex-column.dlpro-nav-pasek .nav-item.active a,
    .nav.flex-column.dlpro-nav-pasek .nav-item a:hover,
    .nav.flex-column.dlpro-nav-pasek .nav-item.item-collapse a:hover {
        color: var(--kolor-przewodni-01);
    }

.nav.flex-column.dlpro-nav-pasek .item-collapse .card.card-body.dlpro-card {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 5px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--kolor-dodatkowy-04);
    border-bottom: 1px solid var(--kolor-dodatkowy-04);
}

/* btn-collapse */

.nav.flex-column.dlpro-nav-pasek .link-collapse::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.nav.flex-column.dlpro-nav-pasek .link-collapse::after {
    content: "\f107";
    font-size: 16px;
    right: 20px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    vertical-align: middle;
    color: #c1c0c0;
}

.nav.flex-column.dlpro-nav-pasek .link-collapse[aria-expanded="true"]::after {
    content: "\f106";
}

/* nav content-header */

.nav.dlpro-nav-naglowek {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 5px;
    margin-bottom: 0;
    list-style: none;
}

    .nav.dlpro-nav-naglowek .nav-link {
        display: block;
        padding: 5px 0 5px 15px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        position: relative;
    }

@media (max-width: 767px) {
    .nav.dlpro-nav-naglowek .nav-link {
        padding: 5px 0 5px 0;
        font-size: 12px;
    }
}

.nav.dlpro-nav-naglowek .nav-link .badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.komunikaty {
    min-width: 30px;
}

.nav.dlpro-nav-naglowek .nav-link,
.nav.dlpro-nav-naglowek .dropdown-item {
    color: var(--kolor-font-01);
    text-decoration: none;
}

    .nav.dlpro-nav-naglowek .nav-link i {
        color: #9b9da0;
        text-align: left;
        font-size: 20px;
        margin-right: 5px;
        vertical-align: middle;
    }

    .nav.dlpro-nav-naglowek .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default;
    }

    .nav.dlpro-nav-naglowek .dropdown-item i {
        width: 30px;
        text-align: left;
        color: #9b9da0;
    }

.nav.dlpro-nav-naglowek .dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    color: var(--kolor-uniwersalny-02);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .nav.dlpro-nav-naglowek .dropdown-item:hover, .dropdown-item:focus {
        color: var(--kolor-przewodni-01);
        text-decoration: none;
        background-color: transparent;
    }

    .nav.dlpro-nav-naglowek .dropdown-item.active, .dropdown-item:active {
        color: var(--kolor-przewodni-01);
        text-decoration: none;
        background-color: transparent;
    }

    .nav.dlpro-nav-naglowek .dropdown-item.disabled, .dropdown-item:disabled {
        color: #9b9da0;
        pointer-events: none;
        background-color: transparent;
    }

/* footer stopka */

#footer {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(244,245,250,1) 80%, rgba(244,245,250,1) 100%);
}

#page-footer {
    min-height: 260px;
    padding: 55px 15px 15px 15px;
}

@media (min-width: 992px) {
    #page-footer {
        background-image: url('../images/belka_dolna_ikonka.png');
        background-position: calc(50% + 500px) 0;
        background-repeat: no-repeat;
    }
}

#footer-szkola-logo {
    width: 300px;
    display: block;
    margin: 10px auto 20px auto;
}

#page-footer p {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    margin: 0;
}

    #page-footer p a {
        text-decoration: none;
        margin-left: 10px;
        margin-right: 10px;
    }

#footer-szkola-logo img {
    max-height: 80px;
    display: block;
    margin: 10px auto;
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    filter: gray;
}

.nav.dlpro-nav-stopka {
    margin-top: 40px;
    margin-bottom: 20px;
}

    .nav.dlpro-nav-stopka .nav-link {
        color: var(--kolor-font-01);
        text-decoration: none;
    }

        .nav.dlpro-nav-stopka .nav-link:hover {
            color: var(--kolor-przewodni-01);
        }

#page-footer-eu {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 60px;
}

    #page-footer-eu img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

@media (min-width: 992px) {
    #page-footer-eu img {
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    #page-footer-eu img {
        max-width: 100%;
    }
}

/* badge-primary */

.badge-primary.dlpro-badge {
    color: #fff;
    background-color: var(--kolor-przewodni-01);
}

a.badge-primary.dlpro-badge:hover, a.badge-primary.dlpro-badge:focus {
    color: #fff;
    background-color: var(--kolor-dodatkowy-01);
}

a.badge-primary.dlpro-badge:focus, a.badge-primary.dlpro-badge.focus {
    outline: 0;
    box-shadow: none;
}

/* card-collapse */

.card.dlpro-card-collapse {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(222, 223, 228, 1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(222, 223, 228, 1);
    box-shadow: 2px 2px 10px 0px rgba(222, 223, 228, 1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.card-header.dlpro-card-header-collapse {
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
}

/* btn-collapse */

.dlpro-card-header-collapse::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.dlpro-card-header-collapse::after {
    content: "\f107";
    font-size: 16px;
    right: 20px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    vertical-align: middle;
}

.dlpro-card-header-collapse[aria-expanded="true"]::after {
    content: "\f106";
}

.card.dlpro-card-collapse .card-body {
    -webkit-box-shadow: inset 0 7px 9px -7px rgba(185, 185, 185, 0.7);
    -moz-box-shadow: inset 0 7px 9px -7px rgba(185, 185, 185, 0.7);
    box-shadow: inset 0 7px 9px -7px rgba(185, 185, 185, 0.7);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* ikonki tak i nie */

.i-tak {
    font-size: 25px;
    color: var(--kolor-przewodni-01);
}

.i-nie {
    font-size: 25px;
    color: var(--kolor-uniwersalny-02);
}

/* alert */

.alert-box {
    display: block;
    margin-bottom: 30px;
}

.alert {
    position: relative;
    padding: 15px 15px;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    border-radius: 0.25rem;
}

.dlpro-alert {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px 10px 15px 50px;
    font-style: italic;
    font-size: 14px;
}

    .dlpro-alert::before {
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-solid);
        font-family: "Font Awesome 6 Free";
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    .dlpro-alert::before {
        font-size: 16px;
        top: 17px;
        left: 15px;
        height: 16px;
        line-height: 16px;
        position: absolute;
        vertical-align: middle;
        text-align: center;
        width: 1.25em;
    }

@-webkit-keyframes spinner {
    0%, 40% {
        -webkit-transform: rotateY(0deg);
    }

    60%, 100% {
        -webkit-transform: rotateY(-360deg);
    }
}

@keyframes spinner {
    0%, 40% {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    60%, 100% {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}

.dlpro-alert::before {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: width 2s;
    transition: width 2s;
}

.alert-success.dlpro-alert::before {
    content: "\f058";
    color: #70ab40;
}

.alert-info.dlpro-alert::before {
    content: "\f05a";
    color: #1d87ff;
}

.alert-warning.dlpro-alert::before {
    content: "\f071";
    color: #ffad10;
}

.alert-danger.dlpro-alert::before {
    content: "\f071";
    color: #ff4646;
}

.alert-success {
    color: #6c6a6a;
    background-color: #ffffff;
    border-color: #70ab40;
}

    .alert-success hr {
        border-top-color: #70ab40;
    }

    .alert-success .alert-link {
        color: #70ab40;
    }

.alert-info {
    color: #6c6a6a;
    background-color: #ffffff;
    border-color: #1d87ff;
}

    .alert-info hr {
        border-top-color: #1d87ff;
    }

    .alert-info .alert-link {
        color: #1d87ff;
    }

.alert-warning {
    color: #6c6a6a;
    background-color: #ffffff;
    border-color: #ffad10;
}

    .alert-warning hr {
        border-top-color: #ffad10;
    }

    .alert-warning .alert-link {
        color: #ffad10;
    }

.alert-danger {
    color: #6c6a6a;
    background-color: #ffffff;
    border-color: #ff4646;
}

    .alert-danger hr {
        border-top-color: #ff4646;
    }

    .alert-danger .alert-link {
        color: #ff4646;
    }

/* sekcje */

.sekcja-top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}

    .sekcja-top.no-border {
        border-bottom: none;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

.row-top-nazwa {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    margin: 0;
    font-weight: 600;
    position: relative;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.row-top-opcje {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

    .row-top-opcje.right {
        text-align: right;
    }

.sekcja {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}

    .sekcja.no-border {
        border-bottom: none;
    }


.sekcja-dane {
    -webkit-flex: 0 0 calc(100% - 200px);
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    width: calc(100% - 200px);
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

@media (max-width: 767px) {
    .sekcja-dane {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

.sekcja-opcje {
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    width: 200px;
    padding: 0 0 0 30px;
    margin: 0;
    position: relative;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

    .sekcja-opcje button {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    .sekcja-opcje {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 20px 0 0 0;
        margin: 0;
        position: relative;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        text-align: right;
    }
}

.sekcja-dane-szeroka {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

/* tabela dane */

.row-dane {
    display: grid;
    grid-template-columns: 220px auto;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

@media (max-width: 767px) {
    .row-dane {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
}

.row-dane .col-nazwa {
    padding: 5px 10px 5px 0;
    border-bottom: 1px solid #dee2e6;
    font-size: 13px;
}

    .row-dane .col-nazwa.duze {
        padding: 10px 10px 10px 0;
        font-size: 16px;
    }

.row-dane .col-dane {
    padding: 5px 10px 5px 0;
    border-bottom: 1px solid #dee2e6;
    font-weight: 500;
}

    .row-dane .col-dane.duze {
        padding: 10px 10px 10px 0;
    }

        .row-dane .col-nazwa.duze span,
        .row-dane .col-dane.duze span {
            font-weight: 600;
            font-size: 18px;
        }

@media (max-width: 767px) {

    .row-dane .col-nazwa.duze {
        padding: 10px 0 0 0;
    }

    .row-dane .col-dane.duze {
        padding: 0 0 10px 0;
    }

    .row-dane .col-nazwa {
        padding: 5px 0 0 0;
        border-bottom: none;
    }

    .row-dane .col-dane {
        padding: 0 0 5px 0;
        border-bottom: 1px solid #dee2e6;
    }
}

/* tabela dane striped */

.row-striped {
    display: grid;
    grid-template-columns: 220px auto;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #dee2e6;
}

@media (max-width: 767px) {
    .row-striped {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
}

.row-striped .col-nazwa {
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #dee2e6;
    font-size: 13px;
}

.row-striped .col-dane {
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #dee2e6;
    font-weight: 500;
}

    .row-striped .col-nazwa.duze span,
    .row-striped .col-dane.duze span {
        font-weight: 600;
    }

@media (max-width: 767px) {

    .row-striped .col-nazwa {
        padding: 5px 10px 0 10px;
        border-bottom: none;
    }

    .row-striped .col-dane {
        padding: 0 10px 5px 10px;
        border-bottom: 1px solid #dee2e6;
    }
}

.row-striped div:nth-child(4n+3),
.row-striped div:nth-child(4n+4) {
    background-color: #f9f9f9;
}

/* tabela dokumenty */

.dlpro-row-dokumenty {
    display: grid;
    grid-template-columns: auto auto 200px auto;
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
    border-top: 1px solid #dee2e6;
}

@media (min-width: 768px) {
    .mob-info {
        display: none;
        visibility: hidden;
        height: 0;
    }
}

@media (max-width: 767px) {
    .mob-info {
        display: block;
        font-size: 12px;
        padding: 10px 0;
        font-style: italic;
    }

    .dlpro-row-dokumenty {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
}

.dlpro-row-dokumenty .dlpro-col-top {
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
    font-size: 16px;
    font-weight: 500;
    display: table;
}

@media (max-width: 767px) {
    .dlpro-row-dokumenty .dlpro-col-top {
        display: none;
        visibility: hidden;
        height: 0;
    }
}

.dlpro-row-dokumenty .txt-left, .dlpro-row-dokumenty .dlpro-col-top.txt-left p {
    text-align: left;
}

.dlpro-row-dokumenty .txt-center, .dlpro-row-dokumenty .dlpro-col-top.txt-center p {
    text-align: center;
}

.dlpro-row-dokumenty .dlpro-col {
    padding: 10px 5px;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
    display: table;
}

@media (max-width: 767px) {
    .dlpro-row-dokumenty .dlpro-col {
        display: block;
        padding-bottom: 20px;
    }

    .dlpro-row-dokumenty div.dlpro-col:nth-child(4n-2),
    .dlpro-row-dokumenty div.dlpro-col:nth-child(4n-3) {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .dlpro-row-dokumenty p {
        margin: 0;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    .dlpro-row-dokumenty p {
        margin: 0;
        display: table-cell;
        vertical-align: middle;
    }
}

.dlpro-row-dokumenty p.rodzaj {
}

.dlpro-row-dokumenty p.nazwa {
    font-weight: 500;
}

.dlpro-row-dokumenty .col-box {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

p.dlpro-p-opcje {
    text-align: center;
}

    p.dlpro-p-opcje .dlpro-btn {
        margin: 0 2px;
    }

.dlpro-row-dokumenty .btn.btn-tak,
.dlpro-row-dokumenty .btn.btn-nie {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--kolor-uniwersalny-02);
    background-color: var(--kolor-uniwersalny-01);
    border-color: var(--kolor-uniwersalny-01);
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .dlpro-row-dokumenty .btn.btn-tak:hover,
    .dlpro-row-dokumenty .btn.btn-nie:hover {
        text-decoration: none;
        background-color: var(--kolor-uniwersalny-01);
        border: 1px solid var(--kolor-uniwersalny-01);
        opacity: 1;
        box-shadow: none;
    }

    .dlpro-row-dokumenty .btn.btn-tak:hover {
        color: #70ab40;
    }

    .dlpro-row-dokumenty .btn.btn-nie:hover {
        color: #ff4646;
    }

    .dlpro-row-dokumenty .btn.btn-tak:not(:first-child),
    .dlpro-row-dokumenty .btn.btn-nie:not(:first-child) {
        margin-left: 0;
    }

    .dlpro-row-dokumenty .btn.btn-tak:focus,
    .dlpro-row-dokumenty .btn.btn-nie:focus {
        outline: 0;
        box-shadow: none;
    }

.dlpro-row-dokumenty .dlpro-btn-group.btn-group-sm > .btn {
    padding: 5px 10px;
    margin: 0;
    font-size: 20px;
    line-height: 1;
}

.dlpro-row-dokumenty .btn.btn-nie {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 15px;
}

.dlpro-row-dokumenty .btn.btn-tak {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0;
}

    .dlpro-row-dokumenty .btn.btn-tak.wybrany {
        text-align: center;
        color: #ffffff;
        background-color: #70ab40;
        border-color: #70ab40;
        cursor: default;
    }

.dlpro-row-dokumenty .btn.btn-nie.wybrany {
    text-align: center;
    color: #ffffff;
    background-color: #ff4646;
    border-color: #ff4646;
    cursor: default;
}

/* form-control */

.form-control.dlpro-fc {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--kolor-uniwersalny-03);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control.dlpro-fc:focus {
        color: #495057;
        background-color: #fff;
        border-color: var(--kolor-dodatkowy-01);
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

textarea.form-control.dlpro-fc {
    height: auto;
}

/* invalid */

.form-control.dlpro-fc.invalid {
    border-color: #ff4646;
}

    .form-control.dlpro-fc.invalid:focus {
        border-color: var(--kolor-dodatkowy-01);
    }

/* disabled */

.form-control.dlpro-fc:disabled, .form-control.dlpro-fc[readonly] {
    background-color: var(--kolor-uniwersalny-01);
    opacity: 1;
}

.custom-select.dlpro-cs:disabled {
    color: #a6a6a6;
    opacity: 1;
    font-weight: 300;
    background-color: var(--kolor-uniwersalny-01);
}

select.form-control.dlpro-fc:disabled {
    color: #a6a6a6;
    opacity: 1;
    font-weight: 300;
    background-color: var(--kolor-uniwersalny-01);
}

/* placeholder */

.form-control.dlpro-fc::-webkit-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
    font-weight: 300;
}

.form-control.dlpro-fc::-moz-placeholder {
    color: #a6a6a6;
    opacity: 1;
    font-weight: 300;
}

.form-control.dlpro-fc:-ms-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
    font-weight: 300;
}

.form-control.dlpro-fc::-ms-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
    font-weight: 300;
}

.form-control.dlpro-fc::placeholder {
    color: #a6a6a6;
    opacity: 1;
    font-weight: 300;
}

/* placeholder disabled */

.form-control.dlpro-fc:disabled::-webkit-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
    font-weight: 300;
}

.form-control.dlpro-fc:disabled::-moz-placeholder {
    color: #a6a6a6;
    opacity: 1;
    font-weight: 300;
}

.form-control.dlpro-fc:disabled:-ms-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
    font-weight: 300;
}

.form-control.dlpro-fc:disabled::-ms-input-placeholder {
    color: #a6a6a6;
    opacity: 1;
    font-weight: 300;
}

.form-control.dlpro-fc:disabled::placeholder {
    color: #a6a6a6;
    opacity: 1;
    font-weight: 300;
}

/* placeholder readonly */

.form-control.dlpro-fc[readonly]::-webkit-input-placeholder {
    color: #808080;
    opacity: 1;
    font-weight: 300;
}

.form-control.dlpro-fc[readonly]::-moz-placeholder {
    color: #808080;
    opacity: 1;
    font-weight: 300;
}

.form-control.dlpro-fc[readonly]:-ms-input-placeholder {
    color: #808080;
    opacity: 1;
    font-weight: 300;
}

.form-control.dlpro-fc[readonly]::-ms-input-placeholder {
    color: #808080;
    opacity: 1;
    font-weight: 300;
}

.form-control.dlpro-fc[readonly]::placeholder {
    color: #808080;
    opacity: 1;
    font-weight: 300;
}

/* form-control sm i lg */

.form-control-sm.dlpro-fc {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg.dlpro-fc {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

/* input-group */

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-append > .btn {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}


/* input-group-prepend */

.input-group-prepend.dlpro-igp .btn + .btn,
.input-group-prepend.dlpro-igp .btn + .input-group-text,
.input-group-prepend.dlpro-igp .input-group-text + .input-group-text,
.input-group-prepend.dlpro-igp .input-group-text + .btn,
.input-group-append.dlpro-iga .btn + .btn,
.input-group-append.dlpro-iga .btn + .input-group-text,
.input-group-append.dlpro-iga .input-group-text + .input-group-text,
.input-group-append.dlpro-iga .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend.dlpro-igp {
    margin-right: -1px;
}

.input-group-append.dlpro-iga {
    margin-left: -1px;
}

/* input-group-text */

.input-group-text.dlpro-igt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: var(--kolor-uniwersalny-01);
    border: 1px solid var(--kolor-uniwersalny-03);
    border-radius: 0.25rem;
}


    .input-group-text.dlpro-igt.no-bg {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.375rem 0.75rem;
        margin-bottom: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        text-align: center;
        white-space: nowrap;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0;
    }

    .input-group-text.dlpro-igt.dlpro-pomoc-link {
        color: var(--kolor-font-01);
    }

        .input-group-text.dlpro-igt.dlpro-pomoc-link:hover, .input-group-text.dlpro-igt.dlpro-pomoc-link:focus {
            color: var(--kolor-przewodni-01);
        }

/* input-group-lg */

.input-group-lg > .form-control.dlpro-fc:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn.dlpro-btn,
.input-group-lg > .input-group-append > .btn.dlpro-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

/* input-group-sm */

.input-group-sm > .form-control.dlpro-f:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn.dlpro-btn,
.input-group-sm > .input-group-append > .btn.dlpro-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* input-group */

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn.dlpro-btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn.dlpro-btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn.dlpro-btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn.dlpro-btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* custom-select */

.custom-select.dlpro-cs {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid var(--kolor-uniwersalny-03);
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select.dlpro-cs:focus {
        border-color: var(--kolor-dodatkowy-01);
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .custom-select.dlpro-cs:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select.dlpro-cs[multiple], .custom-select.dlpro-custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select.dlpro-cs::-ms-expand {
        display: none;
    }

    .custom-select.dlpro-cs:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #495057;
    }

    /* custom-select sm i lg */

    .custom-select.dlpro-cs.dlpro-cs-sm {
        height: calc(1.5em + 0.5rem + 2px);
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }

    .custom-select.dlpro-cs.dlpro-cs-lg {
        height: calc(1.5em + 1rem + 2px);
        padding: 0.5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
        border-radius: 0.3rem;
    }

    .custom-select.dlpro-cs.valid {
        border: 1px solid #70ab40;
    }

    .custom-select.dlpro-cs.invalid {
        border: 1px solid #ff4646;
    }

/* wyszukaj */

.box-wyszukaj {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.box-wyszukaj-input {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.box-wyszukaj-btn {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 0 0 30px;
    margin: 0;
    position: relative;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right;
}

@media (max-width: 767px) {
    .box-wyszukaj-btn {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 5px 0;
        margin: 0;
        position: relative;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        text-align: right;
    }
}

/* modal */

body#dlpro .modal-header h1.modal-title {
    font-size: 20px;
}

body#dlpro .modal-header h2.modal-title {
    font-size: 20px;
}

body#dlpro .modal-header h3.modal-title {
    font-size: 20px;
}

body#dlpro .modal-header h4.modal-title {
    font-size: 20px;
}

body#dlpro .modal-header h5.modal-title {
    font-size: 20px;
}

body#dlpro .modal-header h6.modal-title {
    font-size: 20px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(191, 191, 191, 1);
    -moz-box-shadow: 1px 1px 10px 2px rgba(191, 191, 191, 1);
    box-shadow: 1px 1px 10px 2px rgba(191, 191, 191, 1);
}


.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    outline: 0;
}

/* btn-group */

.btn-group.dlpro-btn-group,
.btn-group-vertical.dlpro-btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group.dlpro-btn-group > .btn,
    .btn-group-vertical.dlpro-btn-group-vertical > .btn {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .btn-group.dlpro-btn-group > .btn:hover,
        .btn-group-vertical.dlpro-btn-group-vertical > .btn:hover {
            z-index: 1;
        }

        .btn-group.dlpro-btn-group > .btn:focus,
        .btn-group.dlpro-btn-group > .btn:active,
        .btn-group.dlpro-btn-group > .btn.active,
        .btn-group-vertical.dlpro-btn-group-vertical > .btn:focus,
        .btn-group-vertical.dlpro-btn-group-vertical > .btn:active,
        .btn-group-vertical.dlpro-btn-group-vertical > .btn.active {
            z-index: 1;
        }

        .btn-group.dlpro-btn-group > .btn:not(:first-child),
        .btn-group.dlpro-btn-group > .btn-group:not(:first-child) {
            margin-left: -1px;
        }

        .btn-group.dlpro-btn-group > .btn:not(:last-child):not(.dropdown-toggle),
        .btn-group.dlpro-btn-group > .btn-group:not(:last-child) > .btn {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .btn-group.dlpro-btn-group > .btn:not(:first-child),
        .btn-group.dlpro-btn-group > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .btn-group.dlpro-btn-group .btn.btn-primary.dlpro-btn.wybrany {
        color: var(--kolor-przewodni-01);
        background-color: #ffffff;
        border-color: var(--kolor-przewodni-01);
    }

        .btn-group.dlpro-btn-group .btn.btn-primary.dlpro-btn.wybrany:hover,
        .btn-group.dlpro-btn-group .btn.btn-primary.dlpro-btn.wybrany:focus {
            color: var(--kolor-przewodni-01);
            background-color: #ffffff;
            border-color: var(--kolor-przewodni-01);
            opacity: 1;
            -moz-opacity: 1;
            cursor: default;
        }

    .btn-group.dlpro-btn-group .btn.btn-secondary.dlpro-btn.wybrany {
        color: var(--kolor-font-01);
        background-color: #ffffff;
        border-color: var(--kolor-uniwersalny-01);
    }

        .btn-group.dlpro-btn-group .btn.btn-secondary.dlpro-btn.wybrany:hover,
        .btn-group.dlpro-btn-group .btn.btn-secondary.dlpro-btn.wybrany:focus {
            color: var(--kolor-font-01);
            background-color: #ffffff;
            border-color: var(--kolor-uniwersalny-01);
            opacity: 1;
            -moz-opacity: 1;
            cursor: default;
        }

/* btn tak nie */

.btn.dlpro-btn.btn-tak,
.btn.dlpro-btn.btn-nie {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--kolor-uniwersalny-02);
    background-color: var(--kolor-uniwersalny-01);
    border-color: var(--kolor-uniwersalny-01);
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .btn.dlpro-btn.btn-tak:hover,
    .btn.dlpro-btn.btn-nie:hover {
        text-decoration: none;
        background-color: var(--kolor-uniwersalny-01);
        border: 1px solid var(--kolor-uniwersalny-01);
        opacity: 1;
        box-shadow: none;
    }

    .btn.dlpro-btn.btn-tak:hover {
        color: #70ab40;
    }

    .btn.dlpro-btn.btn-nie:hover {
        color: #ff4646;
    }

    .btn.dlpro-btn.btn-tak:not(:first-child),
    .btn.dlpro-btn.btn-nie:not(:first-child) {
        margin-left: 0;
    }

    .btn.dlpro-btn.btn-tak:focus,
    .btn.dlpro-btn.btn-nie:focus {
        outline: 0;
        box-shadow: none;
    }

.dlpro-btn-group.btn-group > .btn.dlpro-btn.btn-tak,
.dlpro-btn-group.btn-group > .btn.dlpro-btn.btn-nie {
    margin: 0;
    font-size: 16px;
    line-height: 1;
}

.dlpro-btn-group.btn-group > .btn.dlpro-btn.btn-tak {
    padding: 4px 6px 4px 8px;
}

.dlpro-btn-group.btn-group > .btn.dlpro-btn.btn-nie {
    padding: 4px 8px 4px 6px;
}

.dlpro-btn-group.btn-group-sm > .btn.dlpro-btn.btn-tak,
.dlpro-btn-group.btn-group-sm > .btn.dlpro-btn.btn-nie {
    padding: 3px 6px;
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

.dlpro-btn-group.btn-group-sm > .btn.dlpro-btn.btn-tak {
    padding: 3px 4px 3px 6px;
}

.dlpro-btn-group.btn-group-sm > .btn.dlpro-btn.btn-nie {
    padding: 3px 6px 3px 4px;
}

.dlpro-btn-group.btn-group-lg > .btn.dlpro-btn.btn-tak,
.dlpro-btn-group.btn-group-lg > .btn.dlpro-btn.btn-nie {
    padding: 6px 12px;
    margin: 0;
    font-size: 20px;
    line-height: 1;
}

.dlpro-btn-group.btn-group-lg > .btn.dlpro-btn.btn-tak {
    padding: 6px 10px 6px 12px;
}

.dlpro-btn-group.btn-group-lg > .btn.dlpro-btn.btn-nie {
    padding: 6px 12px 6px 10px;
}

.dlpro-btn-group.btn-group .btn.dlpro-btn.btn-nie {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 15px;
}

.dlpro-btn-group.btn-group .btn.dlpro-btn.btn-tak {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0;
}

.btn.dlpro-btn.btn-tak.wybrany {
    text-align: center;
    color: #ffffff;
    background-color: #70ab40;
    border-color: #70ab40;
    cursor: default;
}

.btn.dlpro-btn.btn-nie.wybrany {
    text-align: center;
    color: #ffffff;
    background-color: #ff4646;
    border-color: #ff4646;
    cursor: default;
}

/* boczny-panel */

.dlpro-panel-boczny {
    position: fixed;
    top: 100px;
    z-index: 1200;
}

    .dlpro-panel-boczny.dpb-prawa {
        right: -450px;
    }

    .dlpro-panel-boczny.dpb-lewa {
        left: -450px;
    }

.dpb-content {
    padding: 0px;
    float: left;
    position: relative;
    width: 398px;
    min-height: 200px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 10px 2px rgba(191, 191, 191, 1);
    -moz-box-shadow: 1px 1px 10px 2px rgba(191, 191, 191, 1);
    box-shadow: 1px 1px 10px 2px rgba(191, 191, 191, 1);
}

.dlpro-panel-boczny.dpb-prawa .dpb-content {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.dlpro-panel-boczny.dpb-lewa .dpb-content {
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.dpb-content-header {
    display: block;
    position: relative;
    padding: 5px 5px 0 5px;
}

.zamknij-panel-po-lewej,
.zamknij-panel-po-prawej {
    color: var(--kolor-uniwersalny-02);
    text-align: center;
}

    .zamknij-panel-po-lewej:hover,
    .zamknij-panel-po-prawej:hover {
        color: var(--kolor-uniwersalny-03);
        text-align: center;
    }

.dlpro-panel-boczny.dpb-prawa .dpb-content-header {
    text-align: left;
}

.dlpro-panel-boczny.dpb-lewa .dpb-content-header {
    text-align: right;
}

.dpb-content-main {
    display: block;
    position: relative;
    padding: 5px 20px 20px 20px;
}

/* custom-switch red green */

.custom-switch.dlpro-cs-rg {
    padding-left: 2.25rem;
}

    .custom-switch.dlpro-cs-rg .custom-control-label {
        cursor: pointer;
    }

        .custom-switch.dlpro-cs-rg .custom-control-label::before {
            left: -2.25rem;
            width: 1.75rem;
            pointer-events: all;
            border-radius: 0.5rem;
            background: #ff4646;
            border-color: #e51616;
        }

        .custom-switch.dlpro-cs-rg .custom-control-label::after {
            top: calc(0.25rem + 2px);
            left: calc(-2.25rem + 2px);
            width: calc(1rem - 4px);
            height: calc(1rem - 4px);
            background-color: #fff;
            border-radius: 0.5rem;
            transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
            transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
        }

@media (prefers-reduced-motion: reduce) {
    .custom-switch.dlpro-cs-rg .custom-control-label::after {
        transition: none;
    }
}

.custom-switch.dlpro-cs-rg .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #70ab40;
    border-color: #4e8e1b;
}

.custom-switch.dlpro-cs-rg .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch.dlpro-cs-rg .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch.dlpro-cs-rg .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom-switch.dlpro-cs-rg .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e51616;
}

.custom-switch.dlpro-cs-rg .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #bfbfbf;
    border-color: #bfbfbf;
}

.custom-switch.dlpro-cs-rg .custom-control-input[disabled] ~ .custom-control-label,
.custom-switch.dlpro-cs-rg .custom-control-input:disabled ~ .custom-control-label {
    color: #b8b8b8;
    cursor: default;
}

    .custom-switch.dlpro-cs-rg .custom-control-input[disabled] ~ .custom-control-label::after,
    .custom-switch.dlpro-cs-rg .custom-control-input:disabled ~ .custom-control-label::after {
        background-color: #d2d2d2;
    }

    .custom-switch.dlpro-cs-rg .custom-control-input[disabled] ~ .custom-control-label::before,
    .custom-switch.dlpro-cs-rg .custom-control-input:disabled ~ .custom-control-label::before {
        background-color: #f1f1f1;
        border-color: #d2d2d2;
    }

/* custom-switch uniwersalny */

.custom-switch.dlpro-custom-switch {
    padding-left: 2.25rem;
}

    .custom-switch.dlpro-custom-switch .custom-control-label {
        cursor: pointer;
    }

        .custom-switch.dlpro-custom-switch .custom-control-label::before {
            left: -2.25rem;
            width: 1.75rem;
            pointer-events: all;
            border-radius: 0.5rem;
            background-color: #ffffff;
            border-color: #b8b8b8;
        }

        .custom-switch.dlpro-custom-switch .custom-control-label::after {
            top: calc(0.25rem + 2px);
            left: calc(-2.25rem + 2px);
            width: calc(1rem - 4px);
            height: calc(1rem - 4px);
            background-color: #b8b8b8;
            border-radius: 0.5rem;
            transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
            transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
        }

@media (prefers-reduced-motion: reduce) {
    .custom-switch.dlpro-custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch.dlpro-custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #70ab40;
    border-color: #4e8e1b;
}

.custom-switch.dlpro-custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch.dlpro-custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch.dlpro-custom-switch .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.custom-switch.dlpro-custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #b8b8b8;
}

.custom-switch.dlpro-custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #f1f1f1;
    border-color: #bfbfbf;
}

.custom-switch.dlpro-custom-switch .custom-control-input[disabled] ~ .custom-control-label,
.custom-switch.dlpro-custom-switch .custom-control-input:disabled ~ .custom-control-label {
    color: #b8b8b8;
    cursor: default;
}

    .custom-switch.dlpro-custom-switch .custom-control-input[disabled] ~ .custom-control-label::after,
    .custom-switch.dlpro-custom-switch .custom-control-input:disabled ~ .custom-control-label::after {
        background-color: #d2d2d2;
    }

    .custom-switch.dlpro-custom-switch .custom-control-input[disabled] ~ .custom-control-label::before,
    .custom-switch.dlpro-custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
        background-color: #f1f1f1;
        border-color: #d2d2d2;
    }

/* tabela */

.table.dlpro-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #6c6a6a;
    empty-cells: show;
}

    .table.dlpro-table th,
    .table.dlpro-table td {
        padding: 8px;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

        .table.dlpro-table td span {
            display: inline-block;
        }

    .table.dlpro-table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table.dlpro-table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

.table-sm.dlpro-table th,
.table-sm.dlpro-table td {
    padding: 0.3rem;
}

.table-bordered.dlpro-table {
    border: 1px solid #dee2e6;
}

    .table-bordered.dlpro-table th,
    .table-bordered.dlpro-table td {
        border: 1px solid #dee2e6;
    }

    .table-bordered.dlpro-table thead th,
    .table-bordered.dlpro-table thead td {
        border-bottom-width: 2px;
    }

.table-borderless.dlpro-table th,
.table-borderless.dlpro-table td,
.table-borderless.dlpro-table thead th,
.table-borderless.dlpro-table tbody + tbody {
    border: 0;
}

.table-striped.dlpro-table tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-striped.dlpro-table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.table-hover.dlpro-table tbody tr:hover {
    color: #6c6a6a;
    background-color: #ececec;
}

/* tabela mobilna */

.table.dlpro-table td {
    vertical-align: middle;
}

td.text-right button.dlpro-btn {
    margin-top: 2px;
    margin-bottom: 2px;
}

@media only screen and (max-width: 767.98px) {

    .table.dlpro-table th,
    .table.dlpro-table td {
        padding: 5px;
        word-break: break-word !important;
    }

    .table.dlpro-table table,
    .table.dlpro-table thead,
    .table.dlpro-table tbody,
    .table.dlpro-table th,
    .table.dlpro-table td,
    .table.dlpro-table tr {
        display: block !important;
    }

    table.table.dlpro-table tr {
        border-radius: 5px;
        border: 1px solid #eee !important;
    }

    .table.dlpro-table thead tr {
        position: absolute !important;
        top: -9999px !important;
        left: -9999px !important;
    }

    .table.dlpro-table tr {
        margin: 0 0 1rem 0 !important;
    }

        .table.dlpro-table tr:nth-child(odd) {
            background: #ffffff !important;
        }

        .table.dlpro-table tr:nth-child(even) {
            background: #ffffff !important;
        }

    .table.dlpro-table td {
        border: none !important;
        border-bottom: 1px solid #eee !important;
        position: relative !important;
        padding-left: 130px !important;
        text-align: left !important;
    }

        .table.dlpro-table td.text-center {
            text-align: left !important;
        }

        .table.dlpro-table td.text-right {
            text-align: left !important;
        }

            .table.dlpro-table td.text-right button.dlpro-btn {
                margin-right: 15px;
            }

    .table.dlpro-table tr > td:last-of-type {
        border-bottom: none !important;
    }

    .table.dlpro-table td:before {
        position: absolute !important;
        top: 0 !important;
        left: 0px !important;
        width: 120px !important;
        padding-right: 0px !important;
        word-break: break-word !important;
        overflow: hidden;
        font-size: 12px;
        line-height: 12px;
    }

    .table.dlpro-table td:nth-of-type(n):before {
        content: attr(data-header);
        font-weight: 500 !important;
        vertical-align: middle !important;
        display: inline-block !important;
        padding: 4px;
        text-align: left !important;
    }

    /* brak danych w tabeli mobilnej */

    table.table.dlpro-table.dlpro-brak-danych tr {
        border-radius: 0;
        border: none !important;
    }

    .table.dlpro-table.dlpro-brak-danych td {
        border: none !important;
        border-bottom: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .table.dlpro-table.dlpro-brak-danych th,
    .table.dlpro-table.dlpro-brak-danych td {
        border-top: none !important;
    }

    .table.dlpro-table.dlpro-brak-danych tbody + tbody {
        border-top: none !important;
    }

    .table.dlpro-table.dlpro-brak-danych thead th {
        vertical-align: bottom;
        border-bottom: none !important;
    }
}

/* kalendarz */

div[data-dotvvm-bootstrap-datetimepicker-viewtype="Date"] .input-group-addon:hover path,
div[data-dotvvm-bootstrap-datetimepicker-viewtype="Time"] .input-group-addon:hover path,
div[data-dotvvm-bootstrap-datetimepicker-viewtype="DateTime"] .input-group-addon:hover path {
    background-color: #555555;
}

.dotvvm-bootstrap-DateTimePicker-today {
    border: 1px solid #555555;
    margin: -1px;
}

.dotvvm-bootstrap-DateTimePicker-popup {
    width: 260px;
    padding: 4px;
    margin: 0;
    border: solid 1px #808080;
    border-radius: 6px;
    position: fixed;
    background-color: #fff;
    z-index: 10000;
}

    .dotvvm-bootstrap-DateTimePicker-popup table {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
    }

        .dotvvm-bootstrap-DateTimePicker-popup table tr:first-child a {
            font-weight: bold;
        }

        .dotvvm-bootstrap-DateTimePicker-popup table tr:first-child td:first-child a,
        .dotvvm-bootstrap-DateTimePicker-popup table tr:first-child td:last-child a {
            position: relative;
            height: 36px;
            display: block;
        }

            .dotvvm-bootstrap-DateTimePicker-popup table tr:first-child td:first-child a span,
            .dotvvm-bootstrap-DateTimePicker-popup table tr:first-child td:last-child a span {
                display: none;
            }

            .dotvvm-bootstrap-DateTimePicker-popup table tr:first-child td:first-child a:before,
            .dotvvm-bootstrap-DateTimePicker-popup table tr:first-child td:last-child a:before {
                position: absolute;
                top: 50%;
                left: 50%;
                content: "";
                display: block;
                border: 7px solid transparent;
            }

            .dotvvm-bootstrap-DateTimePicker-popup table tr:first-child td:first-child a:before {
                transform: translate(-75%,-50%);
                border-right-color: #6c6a6a;
            }

            .dotvvm-bootstrap-DateTimePicker-popup table tr:first-child td:last-child a:before {
                transform: translate(-25%,-50%);
                border-left-color: #6c6a6a;
            }

        .dotvvm-bootstrap-DateTimePicker-popup table td {
            text-align: center;
            font-weight: bold;
        }

            .dotvvm-bootstrap-DateTimePicker-popup table td a,
            .dotvvm-bootstrap-DateTimePicker-popup table td span {
                display: block;
                padding: 6px 3px;
            }

            .dotvvm-bootstrap-DateTimePicker-popup table td a {
                color: #6c6a6a;
                font-weight: 500;
                border-radius: 5px;
                text-decoration: none;
            }

                .dotvvm-bootstrap-DateTimePicker-popup table td a.active {
                    background-color: #6c6a6a;
                    color: #fff;
                    font-weight: bold;
                }

                    .dotvvm-bootstrap-DateTimePicker-popup table td a.active:hover {
                        background-color: #555555;
                    }

                .dotvvm-bootstrap-DateTimePicker-popup table td a:hover {
                    text-decoration: none;
                    background-color: #eee;
                }



/* kalendarz */

.dlpro-datetime .input-group:hover path,
.dlpro-datetime .input-group:hover path,
.dlpro-datetime .input-group:hover path {
    background-color: #555555 !important;
    color: red !important;
}

.dotvvm-bootstrap-DateTimePicker-today {
    border: 1px solid #555555 !important;
    margin: -1px !important;
}

.dlpro-bootstrap-DateTimePicker-popup {
    width: 260px !important;
    padding: 4px !important;
    margin: 0 !important;
    border: solid 1px #808080 !important;
    border-radius: 6px !important;
    position: fixed !important;
    background-color: #fff !important;
    z-index: 10000 !important;
}

    .dlpro-bootstrap-DateTimePicker-popup table {
        width: 100% !important;
        table-layout: fixed !important;
        border-collapse: collapse !important;
    }

        .dlpro-bootstrap-DateTimePicker-popup table tr:first-child a {
            font-weight: bold !important;
        }

        .dlpro-bootstrap-DateTimePicker-popup table tr:first-child td:first-child a,
        .dlpro-bootstrap-DateTimePicker-popup table tr:first-child td:last-child a {
            position: relative !important;
            height: 36px !important;
            display: block !important;
        }

            .dlpro-bootstrap-DateTimePicker-popup table tr:first-child td:first-child a span,
            .dlpro-bootstrap-DateTimePicker-popup table tr:first-child td:last-child a span {
                display: none !important;
            }

            .dlpro-bootstrap-DateTimePicker-popup table tr:first-child td:first-child a:before,
            .dlpro-bootstrap-DateTimePicker-popup table tr:first-child td:last-child a:before {
                position: absolute !important;
                top: 50% !important;
                left: 50% !important;
                content: "" !important;
                display: block !important;
                border: 7px solid transparent !important;
            }

            .dlpro-bootstrap-DateTimePicker-popup table tr:first-child td:first-child a:before {
                transform: translate(-75%,-50%) !important;
                border-right-color: #6c6a6a !important;
            }

            .dlpro-bootstrap-DateTimePicker-popup table tr:first-child td:last-child a:before {
                transform: translate(-25%,-50%) !important;
                border-left-color: #6c6a6a !important;
            }

        .dlpro-bootstrap-DateTimePicker-popup table td {
            text-align: center !important;
            font-weight: bold !important;
        }

            .dlpro-bootstrap-DateTimePicker-popup table td a,
            .dlpro-bootstrap-DateTimePicker-popup table td span {
                display: block !important;
                padding: 6px 3px !important;
            }

            .dlpro-bootstrap-DateTimePicker-popup table td a {
                color: #6c6a6a !important;
                font-weight: 500 !important;
                border-radius: 5px !important;
                text-decoration: none !important;
            }

                .dlpro-bootstrap-DateTimePicker-popup table td a.active {
                    background-color: #6c6a6a !important;
                    color: #fff !important;
                    font-weight: bold !important;
                }

                    .dlpro-bootstrap-DateTimePicker-popup table td a.active:hover {
                        background-color: #555555 !important;
                    }

                .dlpro-bootstrap-DateTimePicker-popup table td a:hover {
                    text-decoration: none !important;
                    background-color: #eee !important;
                }



.dlpro-linia-czasu {
    border: 1px solid #dee2e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 0;
}

.dlpro-lc-box {
    border-left: 1px solid #dee2e6;
    position: relative;
    padding: 25px;
    margin-left: 30px;
    min-height: 100px;
}

    .dlpro-lc-box .dlpro-lc-data {
        font-weight: 600;
    }

p.dlpro-publikacja {
    font-size: 11px;
    margin: 0;
}

@media(max-width:991.98px) {
    .dlpro-lc-box .dlpro-lc-data {
        line-height: 30px;
    }
}

.dlpro-lc-box .dlpro-lc-data span.dlpro-godzina {
    padding-left: 10px;
}

.dlpro-lc-box .dlpro-lc-data span.dlpro-dzien {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

.dlpro-lc-box .dlpro-lc-tresc {
    padding: 10px 15px;
    background-color: #f9f9f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dlpro-lc-tresc-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dlpro-lc-tresc-box-01 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.dlpro-lc-tresc-box-02 {
    -webkit-flex: 0 0 calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 0;
    margin: 0;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.dlpro-lc-tresc-box-03 {
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    padding: 0;
    margin: 0;
    text-align: right;
}

    .dlpro-lc-tresc-box-03 button.dlpro-btn {
        margin-left: 5px;
    }

@media(max-width:991.98px) {
    .dlpro-lc-tresc-box-03 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        text-align: left;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }

    .dlpro-lc-tresc-box-02 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 0 0 0;
    }

    .dlpro-lc-tresc-box button.dlpro-btn {
        margin-right: 10px;
        margin-left: 0;
    }
}

.dlpro-lc-box .dlpro-lc-ikonka {
    line-height: 30px;
    position: absolute;
    left: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 0.8rem;
    background-color: #fff;
    color: #fff
}

.dlpro-lc-box .dlpro-lc-ikonka {
    color: var(--kolor-przewodni-01);
    border: 1px solid #dee2e6;
}

@media(min-width:992px) {
    .dlpro-lc-box {
        margin-left: 180px;
    }

        .dlpro-lc-box .dlpro-lc-data {
            position: absolute;
            left: -180px;
            width: 150px;
            text-align: right;
        }

            .dlpro-lc-box .dlpro-lc-data span.dlpro-dzien {
                display: block
            }

        .dlpro-lc-box .dlpro-lc-tresc {
            background-color: #f9f9f9;
        }
}

/* chat */

#dlpro-chat-box {
    position: relative;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid var(--kolor-uniwersalny-01);
}

.dlpro-chat-header {
    background-color: var(--kolor-uniwersalny-01);
    margin: 0;
    padding: 20px 15px;
    width: 100%;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.dlpro-chat-main {
    height: 400px;
    width: 100%;
    overflow-x: hidden;
}

.dlpro-chat-log {
    padding: 30px 0;
    height: auto;
    width: 100%;
    float: left;
}

.dlpro-chat-log-item {
    color: #ffffff;
    background: var(--kolor-przewodni-01);
    padding: 10px 20px;
    margin: 0 auto 20px;
    max-width: 80%;
    float: left;
    border-radius: 15px;
    clear: both;
}

    .dlpro-chat-log-item a,
    .dlpro-chat-log-item a:hover,
    .dlpro-chat-log-item a:focus {
        color: #ffffff;
    }

    .dlpro-chat-log-item.log-item-own {
        float: right;
        color: #6c6a6a;
        background: #f9f9f9;
        text-align: right;
    }

        .dlpro-chat-log-item.log-item-own a,
        .dlpro-chat-log-item.log-item-own a:hover,
        .dlpro-chat-log-item.log-item-own a:focus {
            color: #6c6a6a;
        }

.dlpro-chat-form {
    background-color: var(--kolor-uniwersalny-01);
    padding: 20px 30px;
    bottom: 0;
    width: 100%;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.dlpro-chat-log-author {
    margin: 0 auto 5px auto;
    font-size: 14px;
    font-weight: 600;
}

.dlpro-chat-log-message {
    display: block;
    margin: 0;
}

/* multiselect */

.dlpro-multiselect {
    display: block;
}

.dlpro-multiselect {
    --bp-border-radius: .25rem;
    --bp-font-size: 1rem;
    --bp-font-color: #495057;
    --bp-color_primary: var(--kolor-przewodni-01);
    --bp-color_primary-hover: var(--kolor-uniwersalny-01);
    --bp-color_primary-active: var(--kolor-uniwersalny-01);
    --bp-color_primary-accent: var(--kolor-przewodni-01);
    --bp-border-color: var(--kolor-uniwersalny-03);
}

    .dlpro-multiselect.dlpro-ms-lg .dotvvm-bp-primitive_picker > .dotvvm-bp-primitive_input,
    .dlpro-multiselect.dlpro-ms-lg .dotvvm-bp-primitive_picker > .dotvvm-bp-primitive_text-box,
    .dlpro-multiselect.dlpro-ms-lg .dotvvm-bp-primitive_picker > .dotvvm-bp-primitive_value {
        --bp-padding-vertical: 0.5rem !important;
        --bp-padding-horizontal: 1rem !important;
        --bp-line-height: 1.5 !important;
        --bp-font-size: 1.25rem !important;
        border-radius: 0.3rem;
    }

    .dlpro-multiselect.dlpro-ms-sm .dotvvm-bp-primitive_picker > .dotvvm-bp-primitive_input,
    .dlpro-multiselect.dlpro-ms-sm .dotvvm-bp-primitive_picker > .dotvvm-bp-primitive_text-box,
    .dlpro-multiselect.dlpro-ms-sm .dotvvm-bp-primitive_picker > .dotvvm-bp-primitive_value {
        --bp-padding-vertical: 0.25rem !important;
        --bp-padding-horizontal: 0.5rem !important;
        --bp-line-height: 1.5 !important;
        --bp-font-size: 0.875rem !important;
        border-radius: 0.2rem;
    }

    .dlpro-multiselect .dotvvm-bp-primitive_picker > .dotvvm-bp-primitive_popup .dotvvm-bp-primitive_list > .dotvvm-bp-primitive_item {
        --bp-padding-vertical: .25rem !important;
        --bp-padding-horizontal: 1.5rem !important;
        --bp-border-radius: 0 !important;
        --bp-background-color_hover: var(--kolor-uniwersalny-01) !important;
    }

    .dlpro-multiselect.dlpro-ms-sm .dotvvm-bp-primitive_picker > .dotvvm-bp-primitive_popup .dotvvm-bp-primitive_list > .dotvvm-bp-primitive_item {
        --bp-padding-vertical: .25rem !important;
        --bp-padding-horizontal: 1.5rem !important;
        --bp-border-radius: 0 !important;
        --bp-font-size: 0.875rem !important;
    }

    .dlpro-multiselect .dotvvm-bp-primitive_item {
        --bp-color_default-hover: var(--kolor-uniwersalny-01);
        --bp-color_default-contrast: var(--bp-color_primary);
    }

    .dlpro-multiselect .dotvvm-bp-primitive_picker > .dotvvm-bp-primitive_popup
    .dlpro-multiselect .dotvvm-bp-primitive_list > .dotvvm-bp-primitive_item.dotvvm-bp-state_focused {
        --bp-color_focus: transparent
    }

    .dlpro-multiselect .dotvvm-bp-primitive_item:hover {
        --bp-color_default-contrast: var(--bp-color_primary) !important;
        color: var(--bp-font-color) !important;
    }

    .dlpro-multiselect .dotvvm-bp-multi-select.bp-state-focused {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid var(--kolor-dodatkowy-01) !important;
    }

    .dlpro-multiselect .dotvvm-bp-multi-select .bp-popup.bp-has-list > .bp-list > .bp-item:not(.bp-state-disabled):hover.bp-state-focused {
        border: 1px solid var(--kolor-dodatkowy-01);
    }

    .dlpro-multiselect .dotvvm-bp-control.dotvvm-bp-state_focused {
        --bp-border-color: 1px solid var(--kolor-dodatkowy-01) !important;
        --bp-box-shadow_focus: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid var(--kolor-dodatkowy-01) !important;
    }

/* podrecznik */

.dlpro-podrecznik {
}

.dlpro-podr-nav-button {
    color: var(--kolor-uniwersalny-03);
    font-size: 1.5em;
    line-height: 0.04167em;
    vertical-align: -0.125em;
}

    .dlpro-podr-nav-button:hover,
    .dlpro-podr-nav-button:focus {
        color: var(--kolor-uniwersalny-02);
    }

.dlpro-podrecznik a.play-pause-button {
    color: var(--kolor-uniwersalny-03);
    text-decoration: none;
}

    .dlpro-podrecznik a.play-pause-button:hover,
    .dlpro-podrecznik a.play-pause-button:focus {
        color: var(--kolor-uniwersalny-02);
    }

/* test */

.dlpro-podr-test-circle-button,
.dlpro-podr-test-circle-button:hover,
.dlpro-podr-test-circle-button:focus {
    text-decoration: none;
}

.circle_border {
    border: 2px solid var(--kolor-uniwersalny-02);
}

.dlpro-podrecznik {
    --kolor-test-poprawny: #70ab40;
    --kolor-test-zly: #ff4646;
    --kolor-test-sredni: #ffad0e;
    --kolor-test-domyslny: #bfbfbf;
}

.circle_green {
    background: var(--kolor-test-poprawny);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
}

.circle_yellow {
    background: var(--kolor-test-sredni);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
}

.circle_red {
    background: var(--kolor-test-zly);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
}

.circle_gray {
    background: var(--kolor-test-domyslny);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
}

.circle_green_small {
    background: var(--kolor-test-poprawny);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 15px;
}

.circle_yellow_small {
    background: var(--kolor-test-sredni);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 15px;
}

.circle_red_small {
    background: var(--kolor-test-zly);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 15px;
}

.circle_gray_small {
    background: var(--kolor-test-domyslny);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 15px;
}

.dlpro_pulse:hover {
    transform: scale(1.5);
}

.dlpro-recognize {
    text-decoration: none;
}

/* inline-block w tescie dla select */

.dlpro-ib-box {
    display: inline-block;
    min-width: 120px;
}

    .dlpro-ib-box .custom-select {
        padding-right: 30px !important;
    }

/* lista podrecznikow */

.dlpro-row-lista-ksiazek {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -5px;
    margin-right: -5px;
}

    .dlpro-row-lista-ksiazek .col {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        padding-bottom: 15px;
        text-align: center;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }

        .dlpro-row-lista-ksiazek .col img {
            margin: 0 auto;
            display: block;
            height: auto !important;
        }

@media (min-width: 768px) {
    .dlpro-row-lista-ksiazek .col {
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        max-width: 170px;
        width: 170px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .dlpro-row-lista-ksiazek .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: 33.333333%;
    }
}

@media (max-width: 575.98px) {
    .dlpro-row-lista-ksiazek .col {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: 33.333333%;
    }
}

/* kalendarz wyszukiwarka styl przyciskow */

.fc .fc-button-primary {
    color: #fff !important;
    background-color: var(--kolor-przewodni-01) !important;
    border-color: var(--kolor-przewodni-01) !important;
}

    .fc .fc-button-primary:hover {
        color: #fff !important;
        background-color: var(--kolor-przewodni-01) !important;
        border-color: var(--kolor-przewodni-01) !important;
        opacity: 0.9 !important;
        -moz-opacity: 0.9 !important;
    }

    .fc .fc-button-primary:disabled {
        color: #fff !important;
        background-color: var(--kolor-przewodni-01) !important;
        border-color: var(--kolor-przewodni-01) !important;
        opacity: 0.6 !important;
    }

    .fc .fc-button-primary:focus {
        outline: 0 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .fc .fc-button-primary:not(:disabled):active,
    .fc .fc-button-primary:not(:disabled).fc-button-active {
        color: var(--kolor-przewodni-01) !important;
        background-color: #ffffff !important;
        border-color: var(--kolor-przewodni-01) !important;
    }

        .fc .fc-button-primary:not(:disabled):active:focus,
        .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
            outline: 0 !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
        }

/* kalendarz problem z nachodzeniem okien */

.fc-button-active,
.fc .fc-scroller-harness {
    z-index: 0 !important;
}

/* lista ksiazek - select */

.dotvvm-bp-primitive_list > .dotvvm-bp-primitive_item.dotvvm-bp-state_active,
.dotvvm-bp-primitive_list > .dotvvm-bp-primitive_item.dotvvm-bp-state_selected {
    color: #fff !important;
    background-color: var(--kolor-przewodni-01) !important;
    border-color: var(--kolor-przewodni-01) !important;
}

.dotvvm-bp-control.dotvvm-bp-state_focused {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--kolor-dodatkowy-01) !important;
}

.dotvvm-bp-primitive_list > .dotvvm-bp-primitive_item:hover {
    background-color: var(--kolor-uniwersalny-01) !important;
}

/* opcje nad lista stron */

.dlpro-row-opcje-nad-lista {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -5px;
    margin-right: -5px;
}

    .dlpro-row-opcje-nad-lista .col {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        padding-bottom: 15px;
        text-align: center;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }

@media (min-width: 768px) {
    .dlpro-row-opcje-nad-lista .col {
        -ms-flex: 0 0 196px;
        flex: 0 0 196px;
        max-width: 196px;
        width: 196px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .dlpro-row-opcje-nad-lista .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .dlpro-row-opcje-nad-lista .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

/* nawigacja ksiazka */

.dlpro-ksiazka-strony .wrapper-cc {
    overflow-x: scroll;
    position: relative;
    white-space: nowrap;
    padding-bottom: 20px;
}

.dlpro-ksiazka-strony .box-cc {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 2px;
    box-sizing: border-box;
    color: #6c6a6a;
}

.dlpro-ksiazka-strony .box-cc, .box-cc:hover, .box-cc:focus {
    color: #6c6a6a;
    text-decoration: none;
    outline: 0;
}

.dlpro-ksiazka-strony .box-cc-selected {
    border: 1px solid var(--kolor-przewodni-01);
    -webkit-box-shadow: 0px 0px 5px 0px var(--kolor-przewodni-01);
    -moz-box-shadow: 0px 0px 5px 0px var(--kolor-przewodni-01);
    box-shadow: 0px 0px 5px 0px var(--kolor-przewodni-01);
}

.dlpro-ksiazka-strony .box-cc .title {
    font-size: 11px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.dlpro-ksiazka-strony .box-cc .title-page {
    font-size: 11px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 800;
}

.dlpro-ksiazka-strony .box-cc .title-page {
    font-size: 11px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 800;
}

.dlpro-ksiazka-strony .box-cc .title-word {
    font-size: 11px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-style: italic;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dlpro-ksiazka-strony .box-cc-shadow {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(54,54,54,0.65);
    -moz-box-shadow: 2px 2px 10px 0px rgba(54,54,54,0.65);
    box-shadow: 2px 2px 10px 0px rgba(54,54,54,0.65);
}

.dlpro-ksiazka-strony .box-cc.go-up {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.dlpro-ksiazka-strony .box-cc.go-down {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.dlpro-ksiazka-strony .box-cc.kolor-01 {
    background-color: #ffffff;
}

.dlpro-ksiazka-strony .box-cc.kolor-02 {
    background-color: var(--kolor-dodatkowy-04);
}

.dlpro-ksiazka-strony {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    position: relative;
    padding: 0 10px;
    z-index: 0;
    display: block;
}

.dlpro-lista-stron {
    position: relative;
    cursor: pointer;
    padding: 20px 20px 0 20px;
    box-shadow: inset 12px 0 15px -4px rgba(207, 208, 209, 0.8), inset -12px 0 8px -4px rgba(207, 208, 209, 0.8);
    border: 1px solid var(--kolor-uniwersalny-03);
    -webkit-border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    -moz-border-radius-topleft: .25rem;
    -moz-border-radius-topright: .25rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

    .dlpro-lista-stron.active {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

    .dlpro-lista-stron p.title {
        overflow: hidden;
    }

.dlpro-button-poprzednia,
.dlpro-button-nastepna {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: calc(0px - (30px / 2));
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dlpro-button-poprzednia {
    left: -30px;
    right: auto;
}

.dlpro-button-nastepna {
    right: -30px;
    left: auto;
}

.dotvvm-bp-primitive_picker {
    --bp-border-color: var(--kolor-uniwersalny-03) !important;
}







.pomoc {
    font-size: 30px;
    cursor: pointer;
    color: red;
    display: inline;
}

#dlpro-cyborg-pozycja {
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.dlpro-cb-pozycja-5 {
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 5%;
}



#dlpro-cyborg-pozycja-startowa {
    margin-top: 40px;
    height: 300px;
    width: 100%;
    box-sizing: border-box;
}



@media (min-width: 992px) {

    #dlpro-cyborg {
        width: 270px;
        position: absolute;
        z-index: 99999;
        background: rgb(255,255,255);
        background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0.804359243697479) 50%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
    }

    #dlpro-cyborg-nav {
        display: inline-block;
        visibility: visible;
        height: 39px;
        text-align: center;
        background-color: #ffffff;
        padding: 2px 2px;
        box-sizing: border-box;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #cfcfcf;
    }

        #dlpro-cyborg-nav .btn.btn-primary.dlpro-btn.btn-sm {
        }

    #dlpro-cyborg-btn-przenies {
        cursor: move;
    }

    #dlpro-cyborg-btn-usun {
    }

    .dlpro-cyborg-dymek {
        position: relative;
        width: 268px;
        padding: 10px;
        margin: 0 auto;
        background: #ffffff;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 1px 10px 5px rgba(191, 191, 191, 0.5);
        -moz-box-shadow: 1px 1px 10px 5px rgba(191, 191, 191, 0.5);
        box-shadow: 1px 1px 10px 5px rgba(191, 191, 191, 0.5);
        border: 1px solid #bfbfbf;
        z-index: 2;
    }

    .dlpro-cyborg-dymek-no-scroll {
        width: 100%;
        box-sizing: border-box;
        padding: 5px 15px;
    }

    .dlpro-cyborg-dymek-scroll {
        overflow-y: scroll;
        height: 150px;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 15px 10px 15px;
    }

    .dlpro-cyborg-dymek:after {
        content: "";
        position: absolute;
        top: 100%;
        right: 55px;
        border-width: 30px 30px 0 0;
        border-style: solid;
        border-color: #ffffff transparent;
    }

    .dlpro-cyborg-dymek:before {
        content: "";
        position: absolute;
        top: 100%;
        right: 54px;
        border-width: 32px 32px 0 0;
        border-style: solid;
        border-color: #bfbfbf transparent;
    }

    .dlpro-cyborg-dymek blockquote {
        font-style: italic;
        margin: 0;
    }

    .dlpro-cyborg-dymek p {
        margin: 0;
    }



    #dlpro-cyborg-box {
        position: relative;
        width: 100%;
        padding-bottom: 200px;
    }

    #dlpro-cyborg-tlo-svg {
        display: block;
        width: 200px;
        height: 180px;
        margin: 0 30px 0 40px;
        position: absolute;
        bottom: 55px;
        z-index: 1;
    }


    #dlpro-cyborg-img {
        display: block;
        width: 200px;
        padding-top: 141px;
        margin: 0 35px;
        z-index: 2;
        position: absolute;
        bottom: 0;
        text-align: center;
    }

        #dlpro-cyborg-img.neutralnie,
        #dlpro-cyborg-img.dobrze,
        #dlpro-cyborg-img.neutralnie-2,
        #dlpro-cyborg-img.dobrze-2,
        #dlpro-cyborg-img.zle,
        #dlpro-cyborg-img.neutralnie-patrzy-w-lewo,
        #dlpro-cyborg-img.dobrze-patrzy-w-lewo,
        #dlpro-cyborg-img.neutralnie-2-patrzy-w-lewo,
        #dlpro-cyborg-img.dobrze-2-patrzy-w-lewo,
        #dlpro-cyborg-img.zle-patrzy-w-lewo,
        #dlpro-cyborg-img.neutralnie-patrzy-w-prawo,
        #dlpro-cyborg-img.dobrze-patrzy-w-prawo,
        #dlpro-cyborg-img.neutralnie-2-patrzy-w-prawo,
        #dlpro-cyborg-img.dobrze-2-patrzy-w-prawo,
        #dlpro-cyborg-img.zle-patrzy-w-prawo {
            background-size: 200px;
            background-repeat: no-repeat;
            background-position: center top;
        }
}

/* END MEDIA */

@media (max-width: 991px) {

    #dlpro-cyborg {
        width: 100%;
        position: fixed;
        box-sizing: border-box;
        z-index: 99999;
        background-color: transparent;
    }

    #dlpro-cyborg-nav {
        display: block;
        visibility: visible;
        height: 30px;
        text-align: right;
        box-sizing: border-box;
        padding-right: 10px;
    }

    #dlpro-cyborg-btn-przenies {
        cursor: move;
        display: none;
        visibility: hidden;
    }

    #dlpro-cyborg-btn-usun {
    }

    #dlpro-cyborg:hover #dlpro-cyborg-nav {
        visibility: visible;
    }

    .dlpro-cyborg-dymek {
        position: relative;
        width: 100%;
        padding: 10px;
        margin: 0 0 5px 5px;
        background: #ffffff;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 1px 10px 5px rgba(191, 191, 191, 0.5);
        -moz-box-shadow: 1px 1px 10px 5px rgba(191, 191, 191, 0.5);
        box-shadow: 1px 1px 10px 5px rgba(191, 191, 191, 0.5);
        border: 1px solid #bfbfbf;
        z-index: 2;
    }

    .dlpro-cyborg-dymek-no-scroll {
        width: 100%;
        box-sizing: border-box;
        padding: 5px 10px;
    }

    .dlpro-cyborg-dymek-scroll {
        overflow-y: scroll;
        height: 120px;
        width: 100%;
        box-sizing: border-box;
        padding: 5px 10px 5px 10px;
    }

    .dlpro-cyborg-dymek:after {
        background-color: transparent;
        content: '';
        display: block;
        height: 0px;
        border-left: 10px #ffffff solid;
        border-top: 10px #ffffff solid;
        border-right: 10px transparent solid;
        border-bottom: 10px transparent solid;
        position: absolute;
        bottom: 20px;
        right: -20px;
        width: 0px;
    }

    .dlpro-cyborg-dymek:before {
        background-color: transparent;
        content: '';
        display: block;
        height: 0px;
        border-left: 9px #bfbfbf solid;
        border-top: 12px #bfbfbf solid;
        border-right: 10px transparent solid;
        border-bottom: 9px transparent solid;
        position: absolute;
        bottom: 20px;
        right: -20px;
        width: 0px;
    }

    .dlpro-cyborg-dymek blockquote {
        font-style: italic;
        margin: 0;
    }

    .dlpro-cyborg-dymek p {
        margin: 0;
    }



    #dlpro-cyborg-box {
        position: relative;
        width: 100%;
        padding-right: 100px;
    }

    #dlpro-cyborg-tlo-svg {
        display: block;
        width: 100px;
        height: 105px;
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }


    #dlpro-cyborg-img {
        display: block;
        width: 100px;
        padding-bottom: 75px;
        margin: 0;
        z-index: 2;
        position: absolute;
        bottom: 0;
        right: 0;
    }

        #dlpro-cyborg-img.neutralnie,
        #dlpro-cyborg-img.dobrze,
        #dlpro-cyborg-img.neutralnie-2,
        #dlpro-cyborg-img.dobrze-2,
        #dlpro-cyborg-img.zle,
        #dlpro-cyborg-img.neutralnie-patrzy-w-lewo,
        #dlpro-cyborg-img.dobrze-patrzy-w-lewo,
        #dlpro-cyborg-img.neutralnie-2-patrzy-w-lewo,
        #dlpro-cyborg-img.dobrze-2-patrzy-w-lewo,
        #dlpro-cyborg-img.zle-patrzy-w-lewo,
        #dlpro-cyborg-img.neutralnie-patrzy-w-prawo,
        #dlpro-cyborg-img.dobrze-patrzy-w-prawo,
        #dlpro-cyborg-img.neutralnie-2-patrzy-w-prawo,
        #dlpro-cyborg-img.dobrze-2-patrzy-w-prawo,
        #dlpro-cyborg-img.zle-patrzy-w-prawo {
            background-size: 100px;
            background-repeat: no-repeat;
            background-position: center bottom;
        }
}

#dlpro-cyborg-baner-box {
    position: relative;
    display: block;
    padding: 30px 0;
}

#dlpro-cyborg-baner-link {
    display: block;
    width: 270px;
    height: 150px;
    margin: 0;
    position: relative;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center top;
    cursor: pointer;
}

#dlpro-cyborg-baner-tekst {
    position: absolute;
    top: 50px;
    width: 80px;
    right: 0;
    font-size: 16px;
}

#dlpro-cyborg-baner-link:hover {
    background-color: #fdfdfd;
}


    #dlpro-cyborg-baner-link:hover #dlpro-cyborg-baner-tekst {
        color: var(--kolor-przewodni-01);
    }

/* END MEDIA */

#dlpro-cyborg-baner-link.neutralnie,
#dlpro-cyborg-img.neutralnie {
    background-image: url('../images/cyborg/cyb_01m.webp');
}

#dlpro-cyborg-baner-link.neutralnie-2,
#dlpro-cyborg-img.neutralnie-2 {
    background-image: url('../images/cyborg/cyb_02m.webp');
}

#dlpro-cyborg-baner-link.dobrze,
#dlpro-cyborg-img.dobrze {
    background-image: url('../images/cyborg/cyb_04m.webp');
}

#dlpro-cyborg-baner-link.dobrze-2,
#dlpro-cyborg-img.dobrze-2 {
    background-image: url('../images/cyborg/cyb_05m.webp');
}

#dlpro-cyborg-baner-link.zle,
#dlpro-cyborg-img.zle {
    background-image: url('../images/cyborg/cyb_03m.webp');
}

#dlpro-cyborg-baner-link.neutralnie-patrzy-w-lewo,
#dlpro-cyborg-img.neutralnie-patrzy-w-lewo {
    background-image: url('../images/cyborg/cyb_01m.webp');
}

#dlpro-cyborg-baner-link.neutralnie-2-patrzy-w-lewo,
#dlpro-cyborg-img.neutralnie-2-patrzy-w-lewo {
    background-image: url('../images/cyborg/cyb_02m.webp');
}

#dlpro-cyborg-baner-link.dobrze-patrzy-w-lewo,
#dlpro-cyborg-img.dobrze-patrzy-w-lewo {
    background-image: url('../images/cyborg/cyb_04m.webp');
}

#dlpro-cyborg-baner-link.dobrze-2-patrzy-w-lewo,
#dlpro-cyborg-img.dobrze-2-patrzy-w-lewo {
    background-image: url('../images/cyborg/cyb_05m.webp');
}

#dlpro-cyborg-baner-link.zle-patrzy-w-lewo,
#dlpro-cyborg-img.zle-patrzy-w-lewo {
    background-image: url('../images/cyborg/cyb_03m.webp');
}

#dlpro-cyborg-baner-link.neutralnie-patrzy-w-prawo,
#dlpro-cyborg-img.neutralnie-patrzy-w-prawo {
    background-image: url('../images/cyborg/cyb_01mp.webp');
}

#dlpro-cyborg-baner-link.neutralnie-2-patrzy-w-prawo,
#dlpro-cyborg-img.neutralnie-2-patrzy-w-prawo {
    background-image: url('../images/cyborg/cyb_02mp.webp');
}

#dlpro-cyborg-baner-link.dobrze-patrzy-w-prawo,
#dlpro-cyborg-img.dobrze-patrzy-w-prawo {
    background-image: url('../images/cyborg/cyb_04mp.webp');
}

#dlpro-cyborg-baner-link.dobrze-2-patrzy-w-prawo,
#dlpro-cyborg-img.dobrze-2-patrzy-w-prawo {
    background-image: url('../images/cyborg/cyb_05mp.webp');
}

#dlpro-cyborg-baner-link.zle-patrzy-w-prawo,
#dlpro-cyborg-img.zle-patrzy-w-prawo {
    background-image: url('../images/cyborg/cyb_03mp.webp');
}

/* Pomocnicze tooltip nad Cyborgiem */

.tooltip {
    z-index: 999999;
}

/* Pomocnicze */

.btn-linia {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -2px;
}

    .btn-linia .btn {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        margin: 0 2px;
    }

.dlpro-indi {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .dlpro-indi div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: var(--kolor-przewodni-01);
        opacity: .8;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .dlpro-indi div:nth-child(1) {
            left: 8px;
            animation: dlpro-indi1 0.6s infinite;
        }

        .dlpro-indi div:nth-child(2) {
            left: 8px;
            animation: dlpro-indi2 0.6s infinite;
        }

        .dlpro-indi div:nth-child(3) {
            left: 32px;
            animation: dlpro-indi2 0.6s infinite;
        }

        .dlpro-indi div:nth-child(4) {
            left: 56px;
            animation: dlpro-indi3 0.6s infinite;
        }

@keyframes dlpro-indi1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes dlpro-indi3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes dlpro-indi2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* film */

#dlpro-film {
    width: 400px;
    z-index: 99999;
    background-color: transparent;
}

    #dlpro-film.pozycja-prawy-gorny {
        position: fixed;
        top: 0;
        right: 0;
    }

    #dlpro-film.pozycja-prawy-dolny {
        position: fixed;
        bottom: 0;
        right: 0;
    }

    #dlpro-film.pozycja-lewy-dolny {
        position: fixed;
        bottom: 0;
        left: 0;
    }

    #dlpro-film.pozycja-lewy-gorny {
        position: fixed;
        top: 0;
        left: 0;
    }


#dlpro-film-box {
    position: relative;
    width: 100%;
    padding: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 10px 5px rgba(191, 191, 191, 0.5);
    -moz-box-shadow: 1px 1px 10px 5px rgba(191, 191, 191, 0.5);
    box-shadow: 1px 1px 10px 5px rgba(191, 191, 191, 0.5);
    border: 1px solid #bfbfbf;
}

#dlpro-film-nav {
    display: block;
    visibility: visible;
    height: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#dlpro-film-btn-przenies {
    cursor: move;
}
