﻿/* 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: 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;
}

.clearmarginrow {
    margin: auto;
}

#admin-navbar {
    z-index: 1;
}

.bold {
    font-weight: 700;
}

.active {
    font-weight: 700;
}

.search-btn {
    margin-top: 20px;
}

.auth-info {
    float: right;
    color: #9d9d9d;
}

.fullwidth {
    width: 100%;
}

.updatelink {
    cursor: pointer;
}

.modal {
    overflow: visible;
}

#clearsearch {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.card {
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}

.groupmember {
    width: 48%;
    margin: 1%;
    float: left;
    padding: 15px;
    background: #eee;
    border-radius: 5px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .auth-info {
        float: left;
        padding-bottom: 15px;
    }
}

.account-modal {
    max-width: 1200px;
}

.account-row {
    padding-bottom: 12px;
}

.create-account {
    display: absolute;
}

.add_account_button {
    margin-left: 15px;
}

.create_account_form {
    display: flex;
}

.create_account_button {
    align-self: end;
}

.feedback {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.feedback-error {
    background: firebrick;
    color: white;
}

    .feedback-error > button {
        color: firebrick;
    }

.feedback-success {
    color: forestgreen;
    background: lawngreen;
}

.premium-plan-only {
    display: none;
}

    .premium-plan-only input[type=checkbox] {
        display: block;
        width: 1.5em;
        height: 1.5em;
    }

.price_id_only, .admission_requirements_only {
    display: none;
}