body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.t200 {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cur_p {
    cursor: pointer;
}

.btn {
    font-weight: 100;
}

/*.pagination > li.active > a, .pagination > li.active > span {
    background-color: #5bc0de;
}*/

/*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: var(--white);
    border-color: var(--white);
    color: var(--info);
    cursor: pointer;
    z-index: 2;
}*/


.form-inline .input-group {
    width: auto;
}


.fixed-centered-covers-entire-page {
    margin: auto;
    /*background-image: url('https://pustulka.edu.pl/images/falcon_PNG21_kopia-min.png');*/
    background-image: url('../images/falcon_PNG21_kopia-min.png');
    background-repeat: no-repeat;
    background-size: contain;
    /*background-position: 50%;*/
    background-color: #fff;
    left: 20px;
    right: 20px;
    top: 5px;
    bottom: 0;
    z-index: 1;
    position: static;
}
