﻿body {
    padding-top: 0px;
    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;
    }
}

.btn-space {
    margin: 5px;
    margin-left: 0px;
}

.btn-space-sm {
    margin: 2px;
    margin-left: 0px;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.button {
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

.popup {
    position: absolute;
    width: 30px;
    height: 30px;
}

a.hover {
    color: black;
    cursor: default;
    text-decoration: none;
}

.mt-38 {
    margin-top: 38px;
}

.container_1100 {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

.navbar-dark .navbar-nav .dropdown-menu.show .nav-link {
    color: rgba(0, 0, 0, 0.9);
}

.dropdown-menu > .dropdown-menu.show {
    position: absolute;
    left: 100%;
    margin-top: -1px;
    top: 0;
}

.pagination > li > a {

    color: #de2a2a;
}

.pagination > .active > span {
    color: white;
    background-color: #de2a2a !Important;
    border: solid 1px #de2a2a !Important;
}

.pagination > .active > a:hover {
    background-color: #de2a2a !Important;
    border: solid 1px #de2a2a;
}
	