.image-container {
    /* position: absolute; */
    width: 100%;
    height: 100px;
    top: 0;
    z-index: -1;
}

.image-container img {
    height: 100px;
    /* position: absolute; */
    /* top: 5px; */
}

.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    width: 210px;
    /*height: 100%;*/
    z-index: 1;
    height: 138px;
}

#szczesliwy_nr {
    /*display: block;*/
    height: 17px;
    width: 17px;
    border-radius: 50px;
    background: whitesmoke;
    color: #000;
    font-size: 9px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    margin-left: 5px;
}

.alt {
    /* background-color: #e0e0e08b; */
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    line-height: 100px;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    align-items: flex-end;
    align-content: center;
}

div#status_bar * {
    font-size: x-small;
}

.list-group li a {
    color: black;
    text-decoration: none;
}

details {
    padding: 0.5em 0.5em 0;
    margin: 5px 0;
}

summary {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 5px;
    font-size: 12px;
    background: whitesmoke;
    border-color: #dbdbdb !important;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-left: 0;
    border-right: 0;
}

details[open] {
    padding: 0.5em;
}

details a {
    display: block;
    color: #242424;
    font-size: 12px;
    text-decoration: none;
    margin-top: -3px;
}

details a:hover {
    color: #242424;
    text-decoration: underline;
}

details a:before {
    content: '»';
    padding-right: 5px;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: 0.5em;
}

#interfejs_lekcyjny_otworz {
    position: absolute;
    transform: rotate(225deg);
    right: -35px;
    top: -15px;
    background: #4a4a4a;
    padding: 0;
    font-size: 10px;
    padding-bottom: 28px;
    padding-left: 24px;
    padding-right: 24px;
}

.showInterfejsLekcyjnyBox {
    display: block !important;
}

div#leftMenuTeacherHidden {
    position: absolute;
    left: -70px;
    top: 280px;
    z-index: 1;
    transform: rotate(90deg);
    /* background: #cda2ff #658dff; */
    background-color: var(--blue-main);
    color: white;
    font-size: 17px;
    line-height: 50px;
    /* font-weight: 300; */
    height: 50px;
    width: 180px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    /* border: 1px solid #dbdbdb; */
    box-shadow: 0px 0px 5px 0px #2a2a2a3d;
    overflow: hidden;
    cursor: pointer;
}

.bi-caret-left-fill, .bi-person-workspace {
    color: var(--blue-main);
}

.normalContent {
    float: none !important;
    /*position: unset !important;*/
}

#container_main {
    left: 0;
    right: 0;
    float: none !important;
    border: 1px solid #dfdfe0;
    border-radius: var(--radius-container);
    width: auto;
}

.hiddenFooter {
    display: none !important;
    opacity: 0;
    float: none;
}

.closeMenu {
    margin-left: -300px !important;
    float: none;
}

div#leftMenuTeacher {
    position: absolute;
    top: 160px;
    left: 0;
    background: white;
    z-index: 1;
    width: 180px;
    transition: all .5s;
    margin-left: 0;
    margin-right: 5px;
}


.progress-bar {
    color: #fff !important;
}

.speedbar_ {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px !important;
    background-color: #e4e6e8 !important;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    color: #ffffff !important;
    border-radius: var(--radius-container) var(--radius-container) 0 0;
}

#speedbar {
    color: #656565;
    /* color: #fff; */
    font-weight: bold !important;
    font-size: 12px;
}

.progress {
    overflow: hidden;
    height: 24px;
    -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.53);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.53);
    margin-bottom: 24px;
    background-size: 8px 8px;
    background-color: #F8F8F8;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.95, rgba(255, 255, 255, 0.9)), color-stop(0.95, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.9)), color-stop(0.75, rgba(255, 255, 255, 0.9)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 75%, transparent 75%, transparent);
}

.hr {
    margin: 10px 0 5px 0;
    border-radius: 50px;
    background-color: #cbcbcb;
    height: 1.1px;
}

#footer {
    clear: both;
}

#container_main {
    margin-bottom: 10px;
    float: none !important;
}

ul.footer-list-ul, ul.footer-list-ul * {
    list-style: none;
    padding: 0;
    font-size: 11.9px;
}

ul.footer-list-ul .footer-list-ul-item {
    margin: 5px 0;
}

ul.footer-list-ul .footer-list-ul-item a {
    text-decoration: none;
    color: black;
}

ul.footer-list-ul .footer-list-ul-item a:hover {
    text-decoration: none;
    opacity: .8;
}

ul.footer-list-ul .footer-list-ul-item-title {
    margin-bottom: 20px;
    color: black;
    opacity: .6;
    text-transform: uppercase;
    font-weight: 500;
}

.flex_div_footer {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.p-l-2 {
    margin-left: 15px;
}

th {
    font-weight: unset;
}

.container-fluid {
    max-width: 2000px;
}

body {
    color: #313332;
}

.header_school {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    /*background: #525252;*/
    /*background: -webkit-linear-gradient(top, #525252 0, #3c3c3c 100%);*/
    /*background: -ms-linear-gradient(top, #525252 0, #3c3c3c 100%);*/
    background: linear-gradient(to bottom, #525252 0, #3c3c3c 100%);
    z-index: 111;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 30px;
    border-bottom: 1px dashed #888;
}

.modal-content {
    border: 1px solid #a7a7a7 !important;
    border-radius: var(--radius-popup) !important;
    overflow: auto;
}

.header_school a {
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.header_school a:hover {
    color: var(--blue-main);
    background: #eee;
}

.drop-content {
    position: absolute;
    top: 70px;
    /* background: var(--black-olive); */
    background: #525252;
    background: -webkit-linear-gradient(top, #525252 0, #3c3c3c 100%);
    background: -ms-linear-gradient(top, #525252 0, #3c3c3c 100%);
    background: linear-gradient(to bottom, #525252 0, #3c3c3c 100%);
    opacity: .93;
    display: none;
    flex-direction: column;
    align-items: stretch;
    max-width: 280px;
    min-width: 90px;
    border-width: 0px 1px 1px 1px;
    box-shadow: 2px 1px 20px 1px #00000061;
    border-color: #5d5e60;
    border-style: solid;
    border-radius: 0 0 4px 4px;
    overflow: auto;
    z-index: 1;
    transition: all .2s;
}

.drop-content a:hover {
    /* background: #52525280; */
    background: #eee;
}

.drop-content a {
    padding: 7px 12px;
}

.margin-left {
    margin-left: 5px;
}

.a_header {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropbtn:hover .drop-content {
    display: flex;
}

.zastepstwo_napis {
    background-color: orange;
    color: black;
}

.alt .napis-wlasny {
    margin: 5px 0;
    height: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
}

.e-Dziennik-napis-navbar {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    color: #fff !important;
    font-size: 20px;
    float: left;
    opacity: 0.875;
    width: 115px;
}

@media print {
    #container_main *, #container_main {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 10px !important;
    }

    .table > :not(caption) > * > * {
        padding: revert-layer;
    }

    .header_school, .alt, #footer, #leftMenuTeacherHidden, #leftMenuTeacher, .speedbar_, [noprint] {
        display: none !important;
        opacity: 0;
    }

    #container_main {
        padding: 0 !important;
        position: none !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 0 !important;
    }

    #content_wiadomosc {
        box-shadow: none !important;
        border-radius: 0px !important;
    }

    table, tr, th, td, thead, tbody, #pokaz_informacje_o_wiadomosci {
        box-shadow: none !important;
        border: 1px solid !important;
    }

    th, td, table tbody tr td, table tbody tr th, #pokaz_informacje_o_wiadomosci {
        border: 1px solid !important;
    }

    #marginTop-145 {
        margin-top: 0 !important;
    }

    .shadow-sm {
        box-shadow: none !important;
    }

    select, input[type="text"] {
        border: none;
    }

}

.container-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}

#casmenu {
    color: #aaa;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    min-height: 40px;
    background: #333;
    border-bottom: 1px dashed #888;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
}

#casmenu a.casmenu, #casmenu a.casmenu:visited, #casmenu a.casmenu:active {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

#casmenu a.casmenu:hover {
    color: #fff;
    text-decoration: underline;
}

[b], [b] * {
    font-weight: bold !important;
}

#data .folder {
    background: url('/images/file_sprite.png') right bottom no-repeat;
}

#data .file {
    background: url('/images/file_sprite.png') 0 0 no-repeat;
}

#data .file-pdf {
    background-position: -32px 0
}

#data .file-as {
    background-position: -36px 0
}

#data .file-c {
    background-position: -72px -0px
}

#data .file-iso {
    background-position: -108px -0px
}

#data .file-htm, #data .file-html, #data .file-xml, #data .file-xsl {
    background-position: -126px -0px
}

#data .file-cf {
    background-position: -162px -0px
}

#data .file-cpp {
    background-position: -216px -0px
}

#data .file-cs {
    background-position: -236px -0px
}

#data .file-sql {
    background-position: -272px -0px
}

#data .file-xls, #data .file-xlsx {
    background-position: -362px -0px
}

#data .file-h {
    background-position: -488px -0px
}

#data .file-crt, #data .file-pem, #data .file-cer {
    background-position: -452px -18px
}

#data .file-php {
    background-position: -108px -18px
}

#data .file-jpg, #data .file-jpeg, #data .file-png, #data .file-gif, #data .file-bmp {
    background-position: -126px -18px
}

#data .file-ppt, #data .file-pptx {
    background-position: -144px -18px
}

#data .file-rb {
    background-position: -180px -18px
}

#data .file-text, #data .file-txt, #data .file-md, #data .file-log, #data .file-htaccess {
    background: url('/images/file_sprite.png');
    background-position: -254px -18px
}

#data .file-doc, #data .file-docx {
    background-position: -362px -18px
}

#data .file-zip, #data .file-gz, #data .file-tar, #data .file-rar {
    background-position: -416px -18px
}

#data .file-js {
    background-position: -434px -18px
}

#data .file-css {
    background-position: -144px -0px
}

#data .file-fla {
    background-position: -398px -0px
}

/*  ###   Speedbar right.   ### */
#speedbar_right {
    display: flex;
    flex-direction: row;
    position: relative;
}

#speedbar_right button, #speedbar_right > a, #speedbar_right > div > a, #speedbar_right input {
    padding: 0px 5px 0px;
    font-size: inherit;
    font-family: inherit;
    display: inherit;
    cursor: pointer;
    color: #2a2a2a;
    text-decoration: none;
    transition: all .2s;
}

#speedbar_right button:hover, #speedbar_right > a:hover, #speedbar_right input:hover {

    text-decoration: none;
}

#speedbar_right button, #speedbar_right > a, #speedbar_right > div > a, #speedbar_right input {
    background: #e0e0e0;
    border-left: 1px solid #bdbdbd;
    color: #222222;
    padding: 10px 15px;
    height: 20px;
    line-height: 20px;
    border-width: 0 1px 1px 1px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

#speedbar_right button:hover,
#speedbar_right > a:hover,
#speedbar_right > div > a:hover,
#speedbar_right input:hover {
    background: #e9e9e9;
}

#speedbar_right button:focus,
#speedbar_right > a:focus,
#speedbar_right > div > a:focus,
#speedbar_right input:focus {
    background: #c9c9c9;
}

#speedbar_right.yellowgreen button,
#speedbar_right.yellowgreen > a,
#speedbar_right.yellowgreen > div > a,
#speedbar_right.yellowgreen input {
    background-color: rgb(224, 224, 224);
}
