
: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;
    --ksef-bg-light: #f4f7f9;
            --ksef-text: #333;
             --ksef-success: #28a745;
 --ksef-warning: #f39c12;
 --ksef-danger: #dc3545;
}

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;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    padding-top: 0;
    padding-right: 0 !important;
    padding-bottom: 0;
    padding-left: 0;
}

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;
    }
}


        .ksef-body-reset {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: var(--ksef-text);
            background-color: var(--ksef-bg-light);
            margin: 0;
            padding: 20px;
        }

        .ksef-container {
            max-width: 800px;
            margin: 0 auto;
            background: #fff;
            padding: 40px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .ksef-main-title {
            color: #2c3e50;
            border-bottom: 2px solid var(--kolor-przewodni-01);
            padding-bottom: 10px;
            text-align: center;
            margin-top: 0;
        }

        .ksef-step-title {
            color: #2c3e50;
            margin-top: 35px;
            display: flex;
            align-items: center;
            border-left: 4px solid var(--kolor-przewodni-01);
            padding-left: 15px;
        }

        .ksef-step-number {
            background: var(--kolor-przewodni-01);
            color: white;
            border-radius: 50%;
            width: 32px;
            height: 32px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
            font-size: 18px;
            font-weight: bold;
            flex-shrink: 0;
        }

        .ksef-list {
            list-style-type: none;
            padding-left: 0;
            margin: 15px 0;
        }

        .ksef-list-item {
            margin-bottom: 12px;
            padding-left: 35px;
            position: relative;
        }

        .ksef-list-item::before {
            content: "•";
            color: var(--kolor-przewodni-01);
            font-weight: bold;
            position: absolute;
            left: 10px;
            font-size: 22px;
            line-height: 1;
        }

        .ksef-alert-warning {
            background-color: #fff3cd;
            border-left: 5px solid #ffeeba;
            padding: 15px;
            margin: 20px 0;
            border-radius: 4px;
            font-weight: bold;
            color: #856404;
        }

        .ksef-info-box {
            background: #eef7ff;
            border-left: 5px solid #3498db;
            padding: 15px;
            margin: 20px 0;
            border-radius: 4px;
            color: #2c3e50;
        }

        .ksef-url-box {
            background: #f8f9fa;
            border: 1px dashed #ced4da;
            padding: 12px;
            border-radius: 6px;
            word-break: break-all;
            text-align: center;
            margin-bottom: 20px;
        }

        .ksef-success-box {
            background: #d4edda;
            color: #155724;
            padding: 15px;
            border-radius: 6px;
            margin-top: 20px;
            border: 1px solid #c3e6cb;
        }

        .ksef-code-inline {
            background: #f0f0f0;
            padding: 2px 6px;
            border-radius: 4px;
            font-family: monospace;
            border: 1px solid #ddd;
            font-weight: bold;
        }

        .ksef-footer {
            margin-top: 40px;
            text-align: center;
            font-size: 0.9em;
            color: #7f8c8d;
            border-top: 1px solid #eee;
            padding-top: 20px;
        }

        .ksef-link {
            color: var(--kolor-przewodni-01);
            text-decoration: none;
            font-weight: bold;
        }

        strong { color: #000; }
        
    .ksef-process-wrapper {
        max-width: 600px;
        margin: 20px auto;
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        font-family: 'Segoe UI', sans-serif;
    }

    /* Kontener paska postępu */
    .ksef-progress-container {
        height: 8px;
        background-color: #e9ecef;
        border-radius: 4px;
        margin-bottom: 25px;
        overflow: hidden;
        position: relative;
    }

    /* Pasek wypełnienia */
    .ksef-progress-bar {
        height: 100%;
        background-color: var(--kolor-przewodni-01);
        transition: width 0.5s ease-in-out;
        box-shadow: 0 0 8px rgba(255, 70, 70, 0.4);
    }

    .ksef-stepper {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ksef-step-item {
        padding: 12px 15px;
        display: flex;
        align-items: center;
        border-radius: 8px;
        margin-bottom: 8px;
        transition: all 0.3s ease;
        font-weight: 500;
        background: #f8f9fa;
        border: 1px solid transparent;
    }

    .ksef-step-icon {
        width: 26px;
        height: 26px;
        border-radius: 50%;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        border: 2px solid #dee2e6;
        background: #fff;
        flex-shrink: 0;
    }

    /* STANY STATUSÓW */
    
    /* Sukces */
    .ksef-step-item.text-success {
        color: var(--ksef-success) !important;
        background-color: #f0f9f1;
        border-color: #d4edda;
    }
    .text-success .ksef-step-icon {
        border-color: var(--ksef-success);
        background-color: var(--ksef-success);
        color: white;
    }

    /* Warning (W trakcie) */
    .ksef-step-item.text-warning {
        color: var(--ksef-warning) !important;
        background-color: #fff9f0;
        border-color: #ffeeba;
    }
    .text-warning .ksef-step-icon {
        border-color: var(--ksef-warning);
        border-style: dashed;
        animation: ksef-spin 2s linear infinite;
    }

    /* Danger (Błąd) */
    .ksef-step-item.text-danger {
        color: var(--ksef-danger) !important;
        background-color: #fff5f5;
        border-color: #f8d7da;
    }
    .text-danger .ksef-step-icon {
        border-color: var(--ksef-danger);
    }

    @keyframes ksef-spin {
        100% { transform: rotate(360deg); }
    }


.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;
    }

#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;
}

#page-nav .item-collapse ul {
    margin-left: 15px;
}

@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: sticky;
        overflow-x: hidden;
        padding: 10px 20px 50px 20px;
        max-height: 100vh;
        overflow-y: auto;
        top: 0px;
        z-index:1000;
    }
}

@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: 5000;
        max-height: unset;
        overflow-y: auto;
        
    }
}

@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;
}

@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: sticky;
    top: 0;
    z-index: 100;
    background-color: #f4f5fa;
    box-shadow: 0 4px 2px -2px #f4f5fa;

    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    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.15;
}

.dlpro-btn-group .btn.dlpro-btn.disabled, .dlpro-btn-group .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 */

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

    .input-group.dlpro-ig .btn-outline-primary.dlpro-btn:hover,
    .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;
    }

    .input-group.dlpro-ig .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;
    }

    .input-group.dlpro-ig .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);
    }

    .input-group.dlpro-ig .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;
    }

        .input-group.dlpro-ig .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;
        }

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

    .input-group.dlpro-ig .btn.btn-outline-primary.dlpro-btn.wybrany:hover,
    .input-group.dlpro-ig .btn.btn-outline-primary.dlpro-btn.wybrany:focus,
    .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;
    }

.input-group.dlpro-ig .btn-outline-primary.dlpro-btn:not(:disabled):not(.disabled):active,
.input-group.dlpro-ig .btn-outline-primary.dlpro-btn:not(:disabled):not(.disabled).active,
.input-group.dlpro-ig .show > .btn-outline-primary.dlpro-btn.dropdown-toggle,
.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);
}

    .input-group.dlpro-ig .btn-outline-primary.dlpro-btn:not(:disabled):not(.disabled):active:focus,
    .input-group.dlpro-ig .btn-outline-primary.dlpro-btn:not(:disabled):not(.disabled).active:focus,
    .input-group.dlpro-ig .show > .btn-outline-primary.dlpro-btn.dropdown-toggle:focus,
    .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.dlpro-ig .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info,
.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.dlpro-ig .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info:hover,
    .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.dlpro-ig .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info:focus,
    .input-group.dlpro-ig .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info.focus,
    .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.dlpro-ig .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info.disabled,
    .input-group.dlpro-ig .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info:disabled,
    .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.dlpro-ig .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info:not(:disabled):not(.disabled):active,
    .input-group.dlpro-ig .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,
    .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.dlpro-ig .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .input-group.dlpro-ig .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,
        .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.dlpro-ig .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn.btn-outline-info.wybrany,
.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.dlpro-ig .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn.btn-outline-info.wybrany:hover,
    .input-group.dlpro-ig .input-group-append.dlpro-iga.dlpro-iga-kalendarz .btn.btn-outline-info.wybrany:focus,
    .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.dlpro-ig .input-group-sm > .input-group-append.dlpro-iga-kalendarz > .btn.btn-outline-info,
.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.dlpro-ig .input-group-sm > .input-group-append.dlpro-iga-kalendarz:not(:last-child) > .btn.btn-outline-info,
.input-group.dlpro-ig .input-group-sm > .input-group-append.dlpro-iga-kalendarz:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.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 !important;
    border-bottom-right-radius: 0 !important;
    ;
}

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

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

/* btn-outline-secondary */

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

    .input-group.dlpro-ig .btn-outline-secondary.dlpro-btn:hover,
    .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;
    }

    .input-group.dlpro-ig .btn-outline-secondary.dlpro-btn:focus,
    .input-group.dlpro-ig .btn-outline-secondary.dlpro-btn.focus,
    .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;
    }

    .input-group.dlpro-ig .btn-outline-secondary.dlpro-btn.disabled,
    .input-group.dlpro-ig .btn-outline-secondary.dlpro-btn:disabled,
    .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);
    }

    .input-group.dlpro-ig .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled):active,
    .input-group.dlpro-ig .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled).active,
    .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;
    }

        .input-group.dlpro-ig .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled):active:focus,
        .input-group.dlpro-ig .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled).active:focus,
        .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;
        }

    .input-group.dlpro-ig .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled):active,
    .input-group.dlpro-ig .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled).active,
    .input-group.dlpro-ig .show > .btn-outline-secondary.dlpro-btn.dropdown-toggle,
    .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;
    }

        .input-group.dlpro-ig .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled):active:focus,
        .input-group.dlpro-ig .btn-outline-secondary.dlpro-btn:not(:disabled):not(.disabled).active:focus,
        .input-group.dlpro-ig .show > .btn-outline-secondary.dlpro-btn.dropdown-toggle:focus,
        .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;
    min-height: 0;
    min-width: 0;
}

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

@media (max-width: 767px) {
    .row-striped,
    .row-striped.dlpro-rs-auto {
        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;
    overflow: hidden;
    min-width: 0;
    overflow-wrap: break-word;
}

.row-striped .col-dane {
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #dee2e6;
    font-weight: 500;
    /*overflow: hidden;*/
    min-width: 0;
    overflow-wrap: break-word;
}

    .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.dlpro-ig {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group.dlpro-ig > .form-control,
    .input-group.dlpro-ig > .form-control-plaintext,
    .input-group.dlpro-ig > .custom-select,
    .input-group.dlpro-ig > .custom-file {
        position: relative;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        min-width: 0;
        margin-bottom: 0;
    }

    .input-group.dlpro-ig > .form-control,
    .input-group.dlpro-ig > .custom-select,
    .input-group.dlpro-ig > .input-group-prepend > .input-group-text,
    .input-group.dlpro-ig > .input-group-append > .input-group-text,
    .input-group.dlpro-ig > .input-group-prepend > .btn,
    .input-group.dlpro-ig > .input-group-append > .btn,
    .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 problem z nadpisywanie */

        .input-group.dlpro-ig > .form-control:not(:last-child),
        .input-group.dlpro-ig > .custom-select:not(:last-child) {
            border-top-right-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
        }

        .input-group.dlpro-ig > .form-control:not(:first-child),
        .input-group.dlpro-ig > .custom-select:not(:first-child) {
            border-top-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
        }

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

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

    /* input-group-prepend */

    .input-group.dlpro-ig .input-group-prepend.dlpro-igp .btn + .btn,
    .input-group.dlpro-ig .input-group-prepend.dlpro-igp .btn + .input-group-text,
    .input-group.dlpro-ig .input-group-prepend.dlpro-igp .input-group-text + .input-group-text,
    .input-group.dlpro-ig .input-group-prepend.dlpro-igp .input-group-text + .btn,
    .input-group.dlpro-ig .input-group-append.dlpro-iga .btn + .btn,
    .input-group.dlpro-ig .input-group-append.dlpro-iga .btn + .input-group-text,
    .input-group.dlpro-ig .input-group-append.dlpro-iga .input-group-text + .input-group-text,
    .input-group.dlpro-ig .input-group-append.dlpro-iga .input-group-text + .btn,
    .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.dlpro-ig .input-group-prepend.dlpro-igp,
    .input-group-prepend.dlpro-igp {
        margin-right: -1px;
    }

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

    /* input-group-text */

    .input-group.dlpro-ig .input-group-text.dlpro-igt,
    .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.dlpro-ig .input-group-text.dlpro-igt.no-bg,
        .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.dlpro-ig .input-group-text.dlpro-igt.dlpro-pomoc-link,
        .input-group-text.dlpro-igt.dlpro-pomoc-link {
            color: var(--kolor-font-01);
        }

            .input-group.dlpro-ig .input-group-text.dlpro-igt.dlpro-pomoc-link:hover,
            .input-group.dlpro-ig .input-group-text.dlpro-igt.dlpro-pomoc-link:focus,
            .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.dlpro-ig.input-group-lg > .form-control.dlpro-fc:not(textarea),
    .input-group.dlpro-ig.input-group-lg > .custom-select,
    .input-group-lg > .form-control.dlpro-fc:not(textarea),
    .input-group-lg > .custom-select {
        height: calc(1.5em + 1rem + 2px);
    }

    .input-group.dlpro-ig.input-group-lg > .form-control,
    .input-group.dlpro-ig.input-group-lg > .custom-select,
    .input-group.dlpro-ig.input-group-lg > .input-group-prepend > .input-group-text,
    .input-group.dlpro-ig.input-group-lg > .input-group-append > .input-group-text,
    .input-group.dlpro-ig.input-group-lg > .input-group-prepend > .btn.dlpro-btn,
    .input-group.dlpro-ig.input-group-lg > .input-group-append > .btn.dlpro-btn,
    .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.dlpro-ig.input-group-sm > .form-control.dlpro-f:not(textarea),
    .input-group.dlpro-ig.input-group-sm > .custom-select,
    .input-group-sm > .form-control.dlpro-f:not(textarea),
    .input-group-sm > .custom-select {
        height: calc(1.5em + 0.5rem + 2px);
    }

    .input-group.dlpro-ig.input-group-sm > .form-control,
    .input-group.dlpro-ig.input-group-sm > .custom-select,
    .input-group.dlpro-ig.input-group-sm > .input-group-prepend > .input-group-text,
    .input-group.dlpro-ig.input-group-sm > .input-group-append > .input-group-text,
    .input-group.dlpro-ig.input-group-sm > .input-group-prepend > .btn.dlpro-btn,
    .input-group.dlpro-ig.input-group-sm > .input-group-append > .btn.dlpro-btn,
    .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.dlpro-ig.input-group-lg > .custom-select,
    .input-group.dlpro-ig.input-group-sm > .custom-select,
    .input-group-lg > .custom-select,
    .input-group-sm > .custom-select {
        padding-right: 1.75rem;
    }

    .input-group.dlpro-ig > .input-group-prepend > .btn.dlpro-btn,
    .input-group.dlpro-ig > .input-group-prepend > .input-group-text,
    .input-group.dlpro-ig > .input-group-append:not(:last-child) > .btn.dlpro-btn,
    .input-group.dlpro-ig > .input-group-append:not(:last-child) > .input-group-text,
    .input-group.dlpro-ig > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group.dlpro-ig > .input-group-append:last-child > .input-group-text:not(:last-child),
    .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 !important;
        border-bottom-right-radius: 0 !important;
    }

    .input-group.dlpro-ig > .input-group-append > .btn.dlpro-btn,
    .input-group.dlpro-ig > .input-group-append > .input-group-text,
    .input-group.dlpro-ig > .input-group-prepend:not(:first-child) > .btn.dlpro-btn,
    .input-group.dlpro-ig > .input-group-prepend:not(:first-child) > .input-group-text,
    .input-group.dlpro-ig > .input-group-prepend:first-child > .btn:not(:first-child),
    .input-group.dlpro-ig > .input-group-prepend:first-child > .input-group-text:not(:first-child),
    .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 !important;
        border-bottom-left-radius: 0 !important;
    }

/* 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 thead th {
        position: sticky;
        top: 89px;
        background-color: #fafafa;
        z-index: 99;
    }

.modal .table.dlpro-table thead th {
    position: sticky;
    top: 0px;
    background-color: #fafafa;
    z-index: 99;
}

.dlpro-table-fixed-top th
{
top:0px !important;
}

.dlpro-table-fixed-top-admin th {
    top: 34px !important;
}

.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;
}


/* 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;
    }

    /* ikonka popup multiselect */

    .dlpro-multiselect .dotvvm-bp-control.dotvvm-bp-icon {
        color: #ffffff !important;
    }

    /* multiselect - problem zbyt dlugiej nazwy */

    .dlpro-multiselect .dotvvm-bp-primitive_picker > .dotvvm-bp-primitive_text-box,
    .dlpro-multiselect .dotvvm-bp-primitive_picker > .dotvvm-bp-primitive_value {
        white-space: normal !important;
        max-width: calc(100% - 2px) !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;
}

.dotvvm-bp-primitive_popup {
    --bp-font-color: #495057;
}

    .dotvvm-bp-primitive_popup .dotvvm-bp-primitive_list > .dotvvm-bp-primitive_item:hover {
        background-color: var(--kolor-uniwersalny-01) !important;
        color: var(--bp-font-color) !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: 30px;
}

.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 30px 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) 45%, 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: 250px;
        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) {

    #content-main-top {
        position: relative;
        top: 0;
        z-index: 100;
        background-color: #f4f5fa;
        box-shadow: 0 4px 2px -2px #f4f5fa;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        padding: 20px 0;
    }

    #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-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;
}

@media (min-width: 768px) {
    .btn-linia {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media (max-width: 767.98px) {
    .btn-linia {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.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;
}

/* ekran ladowania */

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

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

.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;
    }

/* ekran ladowania - top */

#dlpro-loading {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99999;
}

    #dlpro-loading.dlpro-pokaz {
    }

    #dlpro-loading.dlpro-ukryj {
        visibility: hidden;
        display: none;
    }

#dlpro-loading-box {
    position: relative;
    left: -50%;
    background: #fff;
    padding: 0 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -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);
    border-top: 0;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

    #dlpro-loading-box .dlpro-indi.dlpro-indi-top {
        display: block;
        position: relative;
        width: 80px;
        height: 32px;
    }

    #dlpro-loading-box .dlpro-indi-small.dlpro-indi-top {
        display: inline-block;
        position: relative;
        width: 80px;
    }

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

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

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

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

        #dlpro-loading-box .dlpro-indi.dlpro-indi-top 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);
    }
}
/*Konie ekranu logowania*/
/* 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;
}

/* kanban */

.kanban-container {
    position: relative;
    box-sizing: border-box;
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}

    .kanban-container * {
        box-sizing: border-box;
    }

    .kanban-container:after {
        clear: both;
        display: block;
        content: "";
    }

.kanban-board {
    border-radius: .55rem;
    position: relative;
    float: left;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

    .kanban-board.disabled-board {
        opacity: 0.3;
    }

    .kanban-board.is-moving.gu-mirror {
        transform: rotate(3deg);
    }

        .kanban-board.is-moving.gu-mirror .kanban-drag {
            overflow: hidden;
            padding-right: 50px;
        }

    .kanban-board header {
        font-size: 16px;
        line-height: 100%;
        padding: 10px 10px 0 10px;
        border-radius: .55rem;
        min-height: 80px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-color: transparent;
        border-top-width: 1px;
        border-top-style: solid;
        border-right-width: 1px;
        border-right-style: solid;
        border-left-width: 1px;
        border-left-style: solid;
    }


@media (min-width: 1400px) {

    .kanban-board header {
        height: 90px;
    }
}

@media (max-width: 1399.98px) {

    .kanban-board header {
        height: 110px;
    }
}

.kanban-board header .kanban-title-board {
    margin: 0;
    padding: 0;
    display: inline;
    color: #6c6a6a;
    font-weight: 600;
    font-size: 14px;
}

.kanban-board header .kanban-description-board {
    font-size: 12px;
    margin: 0;
    padding: 0 50px 0 0;
    line-height: 110%;
    color: #6c6a6a;
}

.kanban-board header .kanban-title-button {
    font-size: 16px;
    float: right;
    background: #ffffff !important;
    border-radius: 50%;
    font-weight: 600;
    color: #ffffff;
}

    .kanban-board header .kanban-title-button:focus {
        outline: 0 !important;
        box-shadow: none !important;
    }

.kanban-board .kanban-drag {
    min-height: 200px;
    padding: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-color: transparent;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
}

@media (min-width: 1400px) {

    .kanban-board .kanban-drag {
        height: calc(100% - 90px);
    }
}

@media (max-width: 1399.98px) {

    .kanban-board .kanban-drag {
        height: calc(100% - 110px);
    }
}

.kanban-board:after {
    clear: both;
    display: block;
    content: "";
}

.kanban-item {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075), 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
    border-radius: .55rem;
}

    .kanban-item .row .col {
        font-size: 12px;
    }

        .kanban-item .row .col span,
        .kanban-item .row .col a {
            font-size: 13px !important;
            display: block;
        }

            .kanban-item .row .col span.float-right.text-right.font-italic {
                font-style: normal !important;
                text-align: left !important;
                display: block !important;
            }

            .kanban-item .row .col span.float-right.text-right.font-italic,
            .kanban-item .row .col span.dlpro-kanban-modyfikowal {
                font-size: 12px !important;
            }

    .kanban-item:hover {
        cursor: move;
    }

    .kanban-item:last-child {
        margin: 0;
    }

    .kanban-item.is-moving.gu-mirror {
        transform: rotate(3deg);
        height: auto !important;
    }

/* Dragula CSS  */
.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2 !important;
    transform: rotate(0deg) !important;
}

.drag_handler {
    background: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: relative;
    float: left;
    top: -3px;
    margin-right: 4px;
}

    .drag_handler:hover {
        cursor: move;
    }

.drag_handler_icon {
    position: relative;
    display: block;
    background: #000;
    width: 24px;
    height: 2px;
    top: 12px;
    transition: .5s ease-in-out;
}

    .drag_handler_icon:before,
    .drag_handler_icon:after {
        background: #000;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        transition: .5s ease-in-out;
    }

    .drag_handler_icon:before {
        top: 6px;
    }

    .drag_handler_icon:after {
        bottom: 6px;
    }


/* VIRTUAL ROOM CONTAINER */


:root {
    /* ciemny szary - glowny przycisk */
    --kolor-rgba-bg-01: 148, 148, 148, 1;
    /* ciemny szary - linki */
    --kolor-rgba-bg-02: 148, 148, 148, 1;
    /* ciemny szary lekki przeswit - linki hover */
    --kolor-rgba-bg-03: 148, 148, 148, 0.6;
    /* ciemny szary lekki przeswit - linki hover */
    --kolor-rgba-bg-05: 148, 148, 148, 0.9;
    /* bialy ikonki tlo video */
    --kolor-rgba-bg-04: 255, 255, 255, 1;
    /* bialy ikonki tlo video, przeswit */
    --kolor-rgba-bg-06: 255, 255, 255, 0.9;
    /* czarny */
    --kolor-video-bg-01: #000000;
    /* bialy */
    --kolor-rgba-txt-01: 255, 255, 255, 1;
}


.dlpro-body-virtual-room {
    background-color: #ececec;
}

.dlpro-virtual-room-container {
    display: grid;
    grid-template-columns: 70% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 5px;
}

    .dlpro-virtual-room-container.dlpro-tylko-kamerki {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        margin: 5px;
    }


.dlpro-vrc-content {
    position: relative;
    background: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px 5px;
    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);
    margin: 5px;
}

.dlpro-vrc-camera {
    width: 100%;
    max-height:90vh;
}

@media (min-width: 992px) {
    .dlpro-virtual-room-container .dlpro-vrc-camera .dlpro-sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

.dlpro-virtual-room-container.dlpro-tylko-kamerki .dlpro-vrc-camera .dlpro-sticky-top {
    display: grid;
    grid-template-columns: 70% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.dlpro-virtual-room-container.dlpro-tylko-kamerki.dlpro-panel-nauczyciela .dlpro-vrc-camera .dlpro-sticky-top {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.dlpro-camera {
    position: relative;
    background-color: var(--kolor-video-bg-01);
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    width: 100%;
    -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);
    max-height: 90vh !important;
}



    .dlpro-camera video {
        width: inherit;
        height: inherit;
        border-radius: 10px;
        background-color: var(--kolor-video-bg-01);
    }

#dlpro-video-list,
.dlpro-video-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
}
.video-interrupted text-center
{
    color:red;
    font-size:20px;
}
@media (min-width: 992px) {
    .dlpro-vl-box {
        -webkit-align-self: auto;
        align-self: auto;
        padding: 5px;
    }

        .dlpro-vl-box.dlpro-vl-max {
            -webkit-flex: 0 1 100%;
            flex: 0 1 100%;
        }

        .dlpro-vl-box.dlpro-vl-min {
            -webkit-flex: 0 1 50%;
            flex: 0 1 50%;
        }
}

@media (min-width: 576px) and (max-width: 991.98px) {

    .dlpro-vl-box {
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-align-self: auto;
        align-self: auto;
        padding: 5px;
    }
}

@media (max-width: 575.98px) {

    .dlpro-vl-box {
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-align-self: auto;
        align-self: auto;
        padding: 5px;
    }
}

.dlpro-virtual-room-container.dlpro-tylko-kamerki.dlpro-panel-nauczyciela .dlpro-vl-box.dlpro-vl-max {
    -webkit-flex: 0 1 20%;
    flex: 0 1 20%;
}

.dlpro-virtual-room-container.dlpro-tylko-kamerki.dlpro-panel-nauczyciela .dlpro-vl-box.dlpro-vl-min {
    -webkit-flex: 0 1 33.333333%;
    flex: 0 1 33.333333%;
}

.dlpro-virtual-room-container.dlpro-tylko-kamerki.dlpro-panel-nauczyciela .dlpro-video-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
}

.info-transsmision {
    position: absolute;
    bottom: 50px;
    color: red;
}

.video-controls {
    z-index: 1000;
    width: auto;
    height: auto;
    background-color: transparent;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 10px;
    padding: 5px;
    color: white;
    font-size: 12px;
}

.video-name {
    z-index: 1000;
    width: auto;
    height: auto;
    background-color: rgba(173, 173, 173, 0.3);
    position: absolute;
    bottom: 5px;
    border-radius: 5px;
    padding: 4px 8px;
    color: #adadad;
    font-size: 12px;
    line-height: 14px;
    max-width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

    .video-name span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.dlpro-vl-box:hover .video-name {
    color: #ffffff;
    background-color: rgba(68, 68, 68, 0.8);
}

.video-name-teacher {
    z-index: 1000;
    width: auto;
    height: auto;
    background-color: rgba(173, 173, 173, 0.3);
    position: absolute;
    bottom: 5px;
    border-radius: 5px;
    padding: 4px 8px;
    color: #adadad;
    font-size: 12px;
    line-height: 14px;
    max-width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

    .video-name-teacher span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.dlpro-vl-box:hover .video-name-teacher {
    color: #ffffff;
    background-color: rgba(68, 68, 68, 0.8);
}

.video-controls i {
}

.video-controls {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

    .video-controls a {
        background-color: rgba(var(--kolor-rgba-bg-04));
        color: rgba(var(--kolor-rgba-bg-01));
        aspect-ratio: 1/1;
        height: 12px;
        width: 12px;
        font-size: 12px;
        line-height: 2em;
        display: inline-block;
        width: 2em;
        height: 2em;
        border-radius: 50%;
        margin-left: 1px;
        margin-right: 1px;
    }

        .video-controls a:hover {
            background-color: rgba(var(--kolor-rgba-bg-06));
        }

.dlpro-fulll-screen .fa-slideshare {
    color: rgba(var(--kolor-rgba-bg-01));
}

.audio-speak {
    z-index: 1000;
    width: auto;
    height: auto;
    background-color: rgba(167,167,167, 0.5);
    position: absolute;
    bottom: 4px;
    right: 5px;
    border-radius: 10px;
    padding: 10px;
    color: white;
    font-size: 12px;
}

.initials {
    z-index: 1000;
    width: 8vw;
    height: 8vw;
    background-color: rgba(167,167,167, 0.5);
    position: absolute;
    top: calc(50% - 4vw);
    left: calc(50% - 4vw);
    border-radius: 100%;
    color: white;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
}

.off-img-video {
    z-index: 1000;
    width: 8vw;
    height: 8vw;
    background-color: rgba(167,167,167, 0.5);
    position: absolute;
    top: calc(50% - 4vw);
    left: calc(50% - 4vw);
    border-radius: 100%;
    color: white;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    padding-top: 1.5vw;
}

@media only screen and (max-width: 820px) {
    .video-name {
        font-size: 12px;
    }

    .video-controls i {
    }

    nav.navbar.fixed-top {
        max-height: 100%;
        overflow-y: auto;
    }

    .SlideVideo {
        visibility: hidden;
        display: none;
    }
}


/* menu kolowe */

.dlpro-menu-kolowe {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 9999;
}

    .dlpro-menu-kolowe .dlpro-mk-btn {
        display: block;
        width: 3.5em;
        height: 3.5em;
        border-radius: 50%;
        background-color: rgba(var(--kolor-rgba-bg-01));
        color: rgba(var(--kolor-rgba-txt-01));
        text-align: center;
        line-height: 3.9;
        cursor: pointer;
        outline: 0;
        border: 1px solid hsla(0, 0%, 60%, 1);
    }

        .dlpro-menu-kolowe .dlpro-mk-btn:hover {
            color: hsla(0, 0%, 75%, 1);
        }

    .dlpro-menu-kolowe.active .dlpro-mk-btn {
    }

    .dlpro-menu-kolowe .dlpro-mk-btn:active {
    }

    .dlpro-menu-kolowe .dlpro-mk-btn i {
        font-size: 1.3em;
        transition: transform .2s;
    }

    .dlpro-menu-kolowe.active .dlpro-mk-btn i {
        transform: rotate(-45deg);
    }

    .dlpro-menu-kolowe:after {
        display: block;
        content: ' ';
        width: 3.5em;
        height: 3.5em;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -2;
        background-color: hsla(0, 0%, 100%, 1);
        transition: all .3s ease;
    }

    .dlpro-menu-kolowe.active:after {
        transform: scale3d(6.5, 6.5, 1);
        transition-timing-function: cubic-bezier(.68, 1.55, .265, 1);
    }

    .dlpro-menu-kolowe .dlpro-vrm-box {
        padding: 0;
        margin: 0;
    }

    .dlpro-menu-kolowe .dlpro-vrm-link {
        position: absolute;
        top: .2em;
        right: .2em;
        z-index: -1;
        display: block;
        text-decoration: none;
        color: rgba(var(--kolor-rgba-txt-01));
        font-size: 1em;
        width: 3em;
        height: 3em;
        border-radius: 50%;
        text-align: center;
        line-height: 3;
        background-color: rgba(var(--kolor-rgba-bg-02));
        transition: transform .3s ease, background .2s ease;
    }

        .dlpro-menu-kolowe .dlpro-vrm-link:hover {
            background-color: rgba(var(--kolor-rgba-bg-03));
        }

        .dlpro-menu-kolowe .dlpro-vrm-link.wybrany {
            background-color: rgba(var(--kolor-rgba-bg-03));
            cursor: default;
        }

    .dlpro-menu-kolowe.active .dlpro-vrm-link {
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

        .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(1) {
            transform: translate3d(0.5em,-8.5em,0);
        }



        .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(2) {
            transform: translate3d(-2.8em,-7.5em,0);
        }


        .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(3) {
            transform: translate3d(-5.8em,-5.8em,0);
        }


        .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(4) {
            transform: translate3d(-7.5em,-2.8em,0);
        }



        .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(5) {
            transform: translate3d(-8.5em,0.5em,0);
        }



        .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(6) {
            transform: translate3d(0.5em,-4.5em,0);
        }

        .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(7) {
            transform: translate3d(-3em,-3em,0);
        }

        .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(8) {
            transform: translate3d(-4.5em,0.5em,0);
        }

/* sekcja informcyjna */

.dlpro-video-info {
    position: fixed;
    bottom: 1em;
    left: 1em;
}

    .dlpro-video-info .dlpro-vi-btn {
        display: block;
        width: 3.5em;
        height: 3.5em;
        border-radius: 50%;
        background-color: rgba(var(--kolor-rgba-bg-01));
        color: rgba(var(--kolor-rgba-txt-01));
        text-align: center;
        line-height: 3.9;
        cursor: pointer;
        outline: 0;
    }

        .dlpro-video-info .dlpro-vi-btn:hover {
            color: hsla(0, 0%, 75%, 1);
        }

    .dlpro-video-info.active .dlpro-vi-btn {
    }

    .dlpro-video-info .dlpro-vi-btn:active {
    }

    .dlpro-video-info .dlpro-vi-btn i {
        font-size: 1.3em;
        transition: transform .2s;
    }

    .dlpro-video-info .dlpro-vri-box {
        padding: 0;
        margin: 0;
    }

.dlpro-vri-dane {
    visibility: hidden;
    color: hsl(0, 0%, 100%);
    position: absolute;
    top: .3em;
    left: 2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    font-size: 1em;
    width: 500px;
    height: 3em;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
    text-align: center;
    line-height: unset;
    background-color: rgba(var(--kolor-rgba-bg-02));
    transition: transform .3s ease, background .2s ease;
    overflow: hidden;
}

.dlpro-video-info.active .dlpro-vri-dane {
    visibility: visible;
    -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
    animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
}

    .dlpro-video-info.active .dlpro-vri-dane .dlpro-vri-tresc {
        visibility: visible;
        -webkit-animation: fade-in 1.2s ease-in 0.3s both;
        animation: fade-in 1.2s ease-in 0.3s both;
    }


@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;
    }

    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: #f9f9f9 !important;
        }

    .table.dlpro-table td {
        border: none !important;
        border-bottom: 1px solid #eee !important;
        position: relative !important;
        padding: 25px 5px 5px 5px !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: 100% !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;
        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;
    }

    .table.dlpro-table tr.dlpro-mob-dn-td td:first-child,
    .table.dlpro-table.dlpro-mob-dn-td tr:first-child td:first-child,
    table tr.dlpro-mob-dn-td td {
        display: none !important;
        visibility: hidden !important;
    }

    .dlpro-virtual-room-container.dlpro-tylko-kamerki.dlpro-panel-nauczyciela .dlpro-vl-box.dlpro-vl-min {
        -webkit-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    .dlpro-virtual-room-container.dlpro-tylko-kamerki.dlpro-panel-nauczyciela .dlpro-vl-box.dlpro-vl-max {
        -webkit-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    .dlpro-vrc-content {
        position: absolute;
        background: #ffffff;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        padding: 5px 5px;
        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);
        margin: 5px;
        z-index: 10000;
        max-width: 100vw;
    }

    .dlpro-vri-dane {
        width: 70vw;
        word-break: break-all;
        line-height: 1.5;
        font-size: 0.8em;
        top: .1em;
    }
    .dlpro-video-info .dlpro-vi-btn {
        width: 2.6em;
        height: 2.6em;
        line-height: 2.9;
      
    }
    .dlpro-menu-kolowe .dlpro-mk-btn {
        width: 2.7em;
        height: 2.7em;
        line-height: 2.9;
    }
    .dlpro-menu-kolowe .dlpro-vrm-link {
        width: 2.6em;
        height: 2.6em;
        line-height: 2.9;
    }
    .dlpro-menu-kolowe .dlpro-vrm-link {
        top: 0em;
        right: 0em;
    }

    .dlpro-menu-kolowe:after {
        width: 2.6em;
        height: 2.6em;
        line-height: 2.9;
       /* display: block;
        content: ' ';
        width: 3.5em;
        height: 3.5em;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -2;
        background-color: hsla(0, 0%, 100%, 1);
        transition: all .3s ease;*/
    }

    
        .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(1) {
            transform: translate3d(0.9em,-6.8em,0);
        }



        .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(2) {
            transform: translate3d(-2.2em,-6.3em,0);
        }


        .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(3) {
            transform: translate3d(-4.8em,-4.8em,0);
        }


        .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(4) {
            transform: translate3d(-6.3em,-2.2em,0);
        }



        .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(5) {
            transform: translate3d(-6.8em,0.9em,0);
        }



    .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(6) {
        transform: translate3d(0.9em,-3.6em,0);
    }

    .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(7) {
        transform: translate3d(-2.5em,-2.5em,0);
    }

    .dlpro-menu-kolowe.active .dlpro-vrm-link:nth-child(8) {
        transform: translate3d(-3.6em,0.9em,0);
    }
}

/* tabela responsive */

@media(min-width: 768px) {
    .dlpro-table-fixed-top-admin th {
        top: 0px !important;
    }
    .dlpro-table-responsive {
        display: block;
        width: 100%;
       
        -webkit-overflow-scrolling: touch;
       
    }

   .modal  .dlpro-table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-height: 468px;
    }

        .dlpro-table-responsive > .table-bordered {
            border: 0;
        }
}

@media(min-width: 769px ) and (max-width: 1684px) {
    .dlpro-table-responsive {
        display: block;
        width: 100%;
        overflow-x:auto;
    }

    .dlpro-table-fixed-top-admin th {
        top: 0px !important;
    }


    .table.dlpro-table thead th {
        top: 0px;
    }
    }
 
/* dla skrypu przeciagania kursorem zawartosci */
@media(min-width: 768px) and (max-width: 1400px) {
    .dlpro-table-responsive.grabbed_elem {
        cursor: grab;
    }
}

@-webkit-keyframes scale-in-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes scale-in-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.section-title {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4a4a4a;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

    .section-title i {
        color: #0d6efd;
        font-size: 1.3rem;
    }
     
.feature-card {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    transition: all 0.3s ease;
}

    .feature-card:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        border-color: #0d6efd;
    }

.feature-icon {
    width: 45px;
    height: 45px;
    background: #f0f7ff;
    color: #0d6efd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.feature-content small {
    display: block;
    font-size: 0.75rem;
    color: #8c8c8c;
    text-transform: uppercase;
    font-weight: 600;
}

.feature-content strong {
    font-size: 1rem;
    color: #2d3436;
    display: block;
}
 
.group-badge-card {
    background: #f8f9fa;
    border-left: 4px solid #dee2e6;
    padding: 15px 20px;
    border-radius: 8px;
    height: 100%;
}

    .group-badge-card.highlight {
        border-left-color: #0d6efd;
        background: #f0f7ff;
    }

.group-label {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 4px;
    font-weight: 500;
}

.group-value {
    font-size: 1.05rem;
    font-weight: 700;
    color: #212529;
}
 
.offer-description {
    color: #4f5e71 !important;
    text-align: justify;
}


.feature-card-modern {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #ffffff;
    border: 2px solid #0d6efd;
    border-radius: 12px;
    transition: all 0.3s ease;
}

    .feature-card-modern:hover {
        background: #f8fbff;
        box-shadow: 0 5px 15px rgba(13, 110, 253, 0.1);
    }

.feature-icon-circle {
    width: 48px;
    height: 48px;
    background: #f1f3f5;
    color: #adb5bd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-right: 15px;
    flex-shrink: 0;
    transition: all 0.3s ease; 
}

.feature-card-modern:hover .feature-icon-circle {
    background: #0d6efd;
    color: #ffffff;
}

.feature-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .feature-text small {
        font-size: 0.7rem;
        color: #8795a1;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-bottom: 2px;
    }

    .feature-text strong {
        font-size: 0.95rem;
        color: #2d3436;
        line-height: 1.2;
    }
.custom-offers-container {
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    padding: 15px;
}

@media (min-width: 1200px) {
    .custom-offers-container {
        width: 1200px !important;
        padding: 30px;
    }
}

.offer-card-custom {
    overflow: hidden;
}

.img-container-custom {
    min-height: 150px;
    background-color: #fff;
}

.price-box-custom {
    background-color: #f8f9fa;
}

@media (max-width: 767.98px) {
    .img-container-custom {
        border-bottom: 1px solid #dee2e6;
    }

    .price-box-custom {
        border-top: 1px solid #dee2e6;
        text-align: center !important;
    }

    .badge-offers {
        font-size: 0.8rem;
    }
}

/* Kluczowe style wizualne dla helpera */
 .dlpro-h-overlay { 
    position: fixed; top: 0; left: 0; width: 100%; height: 100%; 
    background: rgba(0,0,0,0.2); display: none; z-index: 9998; 
}
.dlpro-h-overlay.active { display: block; }

.dlpro-h-drawer { 
    position: fixed; top: 0; right: -400px; width: 380px; height: 100%; 
    background: var(--kolor-dodatkowy-03); 
    border-left: 1px solid var(--kolor-dodatkowy-05); 
    transition: right 0.3s ease; z-index: 9999; display: flex; flex-direction: column; 
}
.dlpro-h-drawer.active { right: 0; }

.dlpro-h-header { 
    padding: 20px; 
    border-bottom: 1px solid var(--kolor-uniwersalny-01); 
    display: flex; justify-content: space-between; align-items: center; 
}

.dlpro-h-icon { 
    width: 32px; height: 32px; 
    background: var(--kolor-przewodni-01); 
    color: var(--kolor-dodatkowy-03); 
    border-radius: 6px; display: flex; align-items: center; justify-content: center; 
    font-weight: bold; font-size: 20px; 
}

.dlpro-h-content { padding: 20px; overflow-y: auto; flex: 1; }

.dlpro-h-section-title { 
    font-size: 12px; font-weight: 700; 
    color: var(--kolor-przewodni-01); 
    margin: 20px 0 10px 0; text-transform: uppercase; 
}

.dlpro-h-text { 
    font-size: 13.5px; line-height: 1.5; margin-bottom: 12px; 
    color: var(--kolor-font-01); 
}

.dlpro-h-list-item { 
    font-size: 13px; margin-bottom: 6px; padding: 10px; 
    background: var(--kolor-uniwersalny-01); 
    border-radius: 4px; 
    border-left: 3px solid var(--kolor-uniwersalny-03); 
    color: var(--kolor-font-01); 
}
.dlpro-h-list-item b { color: var(--kolor-dodatkowy-01); }

.dlpro-h-trigger { 
    position: fixed; bottom: 110px; right: 25px; width: 50px; height: 50px; 
    border-radius: 50%; 
    background: var(--kolor-przewodni-01); 
    color: var(--kolor-dodatkowy-03); 
    border: none; font-size: 22px; cursor: pointer; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.2); z-index: 9997; 
}
.opl-color
{
    color:deeppink;
}

.gdk-color {
    color:#F4B400;
}

.dlpro-h-close { 
    background: none; border: none; font-size: 28px; cursor: pointer; 
    color: var(--kolor-uniwersalny-03); 
}


        .page-item.active .page-link {
            background-color: var(--kolor-przewodni-01) !important;
            border-color: var(--kolor-przewodni-01) !important;
        }

        .page-link:focus {
            box-shadow: none !important;
            border-color: transparent !important;
            
        }
        
        .page-item.active .page-link
        {
            z-index:unset !important;
            color:white  !important;
        }
        li.nav-link a.active
       {
            color:var(--kolor-przewodni-01) !important;
            
        }
        
        .page-item .page-link
        {
            color:var(--kolor-przewodni-01) !important;
            text-decoration:unset;

        }
         
.dlpro-lekcja-prowadzacy {
    display: block;
    font-size: 14px;
    line-height: 1.4;
}
 
.dlpro-zast-oryginal {
    color: #adb5bd !important;  
    text-decoration: line-through;
    font-weight: 400;
}
 
.dlpro-zast-strzalka {
    margin: 0 8px;
    font-size: 11px;
    color: #adb5bd; 
    vertical-align: middle;
} 
.dlpro-zast-nowy {
    font-weight: 600;
    color: var(--kolor-przewodni-01, #e02b43) !important;  
}
 
.dlpro-zast-separator {
    margin: 0 3px;
}

/* nav-tabs drugiego poziomu - strony CMS.
   Pierwszy rzad ma dwie pozycje (Szkola | CMS), drugi rozwija sie dopiero
   po wejsciu w CMS. Wczesniej wszystkie zakladki staly w jednym rzedzie
   i przy kilku dokumentach wlasnych pasek sie nie miescil. */

.dlpro-nav-tabs.poziom-2 {
    margin: -2px 0 0;
    padding: 8px 8px 6px;
    background: #f7f8f9;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

    .dlpro-nav-tabs.poziom-2 .nav-link {
        font-size: 13px;
        padding: 4px 9px;
    }

    /* Strona CMS wylaczona - nie pokaze sie przed logowaniem. */
    .nav-tabs.dlpro-nav-tabs .nav-link.wylaczona {
        color: #a7abae;
        border-style: dashed;
    }

/* Obszar pisania na stronach CMS.
   outline, a nie border - nie wchodzi w uklad kartki, wiec nic sie nie przesuwa. */

.dlpro-cms-edycja {
    outline: 1px dashed #ccd2d6;
    outline-offset: 12px;
    min-height: 400px;
}

    .dlpro-cms-edycja:focus {
        outline-color: var(--kolor-przewodni-01);
    }

/* Pomocnik AI przy redagowaniu stron CMS.
   Karta, a nie odnosnik - wczesniej byl zwyklym linkiem pod tabelka
   ustawien i po prostu ginal. */

.pomocnik-ai {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    background: #fbfcfb;
    overflow: hidden;
}

.pomocnik-ai-naglowek {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    background: #f1f4f2;
    border-bottom: 1px solid #dee2e6;
    font-weight: 500;
    color: #4a4a4a;
}

    .pomocnik-ai-naglowek .pomocnik-ai-zwin {
        margin-left: auto;
        color: #6c757d;
        text-decoration: none;
    }

.pomocnik-ai-tresc {
    padding: 14px;
}

.pomocnik-ai-etykieta {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #4a4a4a;
}

.pomocnik-ai-podpowiedz {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.45;
    color: #7b8a82;
}

.pomocnik-ai-przyciski {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.pomocnik-ai-tlumaczenie {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

    .pomocnik-ai-tlumaczenie select {
        max-width: 190px;
    }

/* Widoczny dopiero, gdy skrypt oznaczy karte jako pracujaca. */
.pomocnik-ai-praca {
    display: none;
    margin-top: 12px;
    color: #6c757d;
    font-size: 13px;
}

.pomocnik-ai.pracuje .pomocnik-ai-praca {
    display: block;
}

.pomocnik-ai.pracuje .pomocnik-ai-przyciski,
.pomocnik-ai.pracuje .pomocnik-ai-tlumaczenie {
    opacity: .5;
    pointer-events: none;
}

.pomocnik-ai-uwaga {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #e6e9e7;
    font-size: 12px;
    line-height: 1.45;
    color: #7b8a82;
}

.pomocnik-ai-blad {
    margin-top: 10px;
    font-size: 13px;
    color: #9b3423;
}


/* Kartka strony CMS - szeroka jak lista ofert, wysoka na tyle, ile tresci.

   Element "page" byl pomyslany jako arkusz A4 do druku: 21 cm szerokosci
   i - co gorsze - min-height 29.7 cm. Krotka strona "O nas" rysowala sie
   wiec jako waski pasek tekstu na tle wielkiej pustej bieli, bo kartka
   trzymala wysokosc calej strony maszynopisu.

   Tu jest strona internetowa szkoly, a nie wydruk: szerokosc bierzemy taka
   sama, jak kontener ofert (1200 px), a wysokosc niech wynika z tresci.
   Ta sama regula obowiazuje w panelu, zeby sekretariat pisal w kartce tej
   samej szerokosci, ktora zobaczy uczen. */
page[size="A4"].dlpro-kartka-cms {
    width: 100%;
    max-width: 1200px;
    min-height: 0;
    padding: 30px;
    margin-top: 20px;
}


/* Szerokosc listy ofert - taka sama, jak kartki dokumentu.

   W arkuszu stalo juz "width: 1200px !important" w zapytaniu medialnym, ale
   nie dzialalo: kontener ofert jest elementem flexa (#login-content ma
   display:flex), a flex rozciaga element ponad zadana szerokosc. Dopiero
   max-width to zatrzymuje. */
.custom-offers-container {
    max-width: 1200px;
}
