﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    background-color: #e7e7e7
}

/* 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;
}
.navbar.sticky-top {
    top: 0;
    border-width: 0 0 1px;
    background-color: #e7e7e7;
   
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.footer-left {
    float: left;
}
.footer-right {
    width: auto;
    float: right;
}
#footer .container ul {
    float: left;
    margin-bottom: 0;
}

    #footer .container ul li {
        float: left;
        padding: 0 10px;
        border-right: 1px solid #707070;
    }

        #footer .container ul li:last-child {
            border: none;
            padding: 0 20px 0 10px;
        }

        #footer .container ul li a {
            color: #999999;
        }

            #footer .container ul li a:hover,
            #footer .container ul li a:focus {
                color: #c9c9c9;
            }

.footer-buttons .btn {
    width: 164px;
    margin-right: 6px;
    margin-top: 8px;
}

    .footer-buttons .btn:last-child {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-buttons .btn:hover {
        background-color: #CCC;
    }

.back-to-top {
    background: #f2b011;
    position: relative;
    float: right;
    padding: 0.4em 0.65em 0.55em 0.65em;
    z-index: 999;
    color: #FFF;
    font-size: 0.8em;
    line-height: 1.4em;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
}

    .back-to-top:hover {
        background: #f1880c;
        font-size: 0.8em;
        color: #fff;
    }

    .back-to-top .glyphicon {
        padding: 0;
        margin: 0;
        color: #fff;
    }

.footer-bottom {
    float: left;
    width: 100%;
    line-height: 16px;
}



