﻿/* 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. */

/*@media (min-width: 1200px) {
    .container {
        max-width: 970px;
    }
}*/


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;
    }
}

.navbar-brand {
    padding-top: 5px !important;
    padding-left: 25px !important;
}

.brand-logo {
    height: 35px;
}

.navbar-default {
    background-color: white !important;
    border-bottom: none !important;
}

.welcome-brand-logo {
    height: 60px;
}

.dropdown-custom {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.custom-dropdown {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.landing-page {
    display: inline-flex;
}
.landing-page h1 {
    padding-left: 50px;
}
.img-header {
    height: 22px;
}
.img-header-close {
    height: 17px;
    width: 17px;
    text-align: center;
    top: 5;
    right: 0;
}
.page-header {
    text-align: center;
}
.md-icon-style {
    position: relative;
    top: 3px;
    font-size: 18px !important;
    height: 18px !important;
    width: 18px !important;
}
/*.active.nav-menu {
    background-color: lightblue;
    color: blue;
}*/
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: black;
    background-color: lightblue;
}


#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar.success {
    background-color: #b6ff00;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.div-nav-menu {
    /*cursor: pointer;*/
    padding: 10px 0px 0px 0px;
}
/*.div-nav-menu:hover {
    background-color: #f5f5f5;
}*/
.btn-nav-link {
    text-decoration: none !important;
    padding: 0 !important;
    outline: none !important;
}