﻿/* 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: 0px;
    padding-bottom: 20px;
}

.body-content {
    padding-left: 5px;
    padding-right: 5px;
}


.confirm-button {
    width: 100px;
}

.table-button {
    width: 75px;
}

.tab-content {
    /*border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;*/
    border-radius: 0 0 5px 5px;
    padding: 10px;
}


@media screen and (max-width: 400px) {
    #paypal-button-container {
        width: 100%;
    }
}

@media screen and (min-width: 400px) {
    #paypal-button-container {
        width: 250px;
    }
}

@media screen and (max-width: 400px) {
    #stripe-button-container {
        width: 100%;
    }

        #stripe-button-container button {
            width: 100%;
            border-radius: 23px;
            height: 45px;
            min-height: 30px;
            max-height: 55px;
        }
}

@media screen and (min-width: 400px) {
    #stripe-button-container {
        width: 250px;
    }

        #stripe-button-container button {
            width: 250px;
            border-radius: 18px;
            height: 35px;
            min-height: 35px;
            max-height: 55px;
        }
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 36px;
    z-index: 10;
}

    .scroll-to-top:focus, .scroll-to-top:hover {
        color: white;
    }

    .scroll-to-top:hover {
        background: #343a40;
    }

    .scroll-to-top i {
        font-weight: 800;
    }

.table-card-header {
    font-size: 20px;
}

    .table-card-header a {
        font-size: 12px;
    }

.card-login {
    max-width: 25rem;
}


/* Styles for expandable panel button */
.btn-panel {
    width: 36px;
}

    .btn-panel i:before {
        content: "\f107";
    }

    .btn-panel.collapsed i:before {
        content: "\f105";
    }

/* Styles for interface form close button */
.form-card-header {
    font-size: 20px;
}

    .form-card-header button {
        font-size: 12px;
        padding: 1px 6px 0px 6px;
    }

        .form-card-header button i {
            font-size: 2em;
        }

/* Hide arrow for dropdown menu */
.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.0rem;
        padding-left: 1.0rem;
    }
}

.cardTitleAwesomeIcon {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.buttonAwesomeIcon {
    margin-right: 10px;
}


/* Styles for table toolbar and buttons */

.table-toolbar {
    display: flex;
}

    .table-toolbar button {
        margin: 0 .25rem !important;
        width: 40px;
    }

html {
    position: relative;
    min-height: 100%;
}

body {
     margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}