﻿body {
    padding-top: 0px;
    padding-bottom: 120px;
    height: 100%;
    position: relative;
    /*font-family: "Lato", sans-serif;*/
}

/* 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;
    }
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 66px;
    left: 0;
    background-color: #861f41;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav  a {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 16px;
        color: #c6c0c0;
        display: inline-block;
        transition: 0.3s;
    }

        .sidenav  a:hover  {
            color: #ffffff;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 24px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.validation-summary-valid
{
	display: none;
}

