﻿/* 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 {
    height: 100vh;
}

form {
    width: 100%;
}


/* 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;
    }
}


li .glyphicon {
    margin-right: 10px;
}

/* Highlighting rules for nav menu items */
li.link-active a,
li.link-active a:hover,
li.link-active a:focus {
    background-color: #4189C7;
    color: white;
}

/* Keep the nav menu independent of scrolling and on top of other items */
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}


/* External Login Styles */
.btn-oauth-google {
    background-color: #fff;
    color: #777;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
}

.btn-oauth-facebook {
    background-color: #4267b2;
    color: #fff;
}

.btn-oauth-facebook, .btn-oauth-google {
    width: 100%;
    display: flex;
    border-radius: 4px;
    padding: 0 16px;
    align-items: center;
    cursor: pointer;
    border: none;
    text-decoration: none;
}

    .btn-oauth-facebook span, .btn-oauth-google span {
        padding: 12px 40px;
        flex-grow: 1;
        text-align: center;
    }

    .btn-oauth-facebook .icon, .btn-oauth-google .icon, .btn-oauth-apple .icon {
        height: 24px;
        width: 24px;
        position: absolute;
    }


@media (min-width: 768px) {
    /* On small screens, convert the nav menu to a vertical sidebar */
    .main-nav {
        height: 100%;
        width: calc(25% - 20px);
    }

    .navbar {
        border-radius: 0px;
        border-width: 0px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-collapse {
        padding: 0px;
    }

    .navbar ul {
        float: none;
    }

    .navbar li {
        float: none;
        font-size: 15px;
        margin: 6px;
    }

        .navbar li a {
            padding: 10px 16px;
            border-radius: 4px;
        }

    .navbar a {
        /* If a menu item's text is too long, truncate it */
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.login-card {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 10px;
    min-width: 300px;
}


@media (min-width: 768px) {
    .login-card {
        width: 40vw;
    }
}

@media (max-width: 768px) {
    .login-card {
        width: 90vw;
    }
}

.navbar-dark {
    background-color: #000;
    height: 90px;
}

    .navbar-dark .navbar-nav .nav-link {
        color: #e1e1e1;
    }

        .navbar-dark .navbar-nav .nav-link:hover {
            color: #f7951e;
        }

.navbar-brand {
    width: 100%;
}
