﻿/* 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. */

/*.navbar-dark {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    background-color: #26150a;
}

.btn-primary {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    background-color: #b86a09;
}


*/




/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


.navbar-xs {
    background-color: #e9ecef;
}

    .navbar-xs .navbar-brand {
        padding: 0px 12px;
        font-size: 16px;
    }

    .navbar-xs .navbar-nav > li > a {
        padding-top: 4px;
        padding-bottom: 4px;
    }




.site-title {
    font-family: 'Playfair Display','Times New Roman', Times, serif;
    font-display: optional;
    font-size: 1.25em;
    padding-left: 6px;
}

.site-title-collapsed {
    font-family: 'Playfair Display','Times New Roman', Times, serif;
    font-size: 1em;
    font-display: optional;
    text-align: center;
}




h1 {
    font-family: 'Playfair Display','Times New Roman', Times, serif;
    font-display: optional;
}

h2 {
    font-family: 'Playfair Display','Times New Roman', Times, serif;
    font-display: optional;
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


.googlesignin {
    background: url('../img/btn_google_signin_dark_normal_web.png'),no-repeat;
    width: 191px;
    height: 46px;
    cursor: pointer;
    border: none;
}

    .googlesignin:hover {
        background: url('../img/btn_google_signin_dark_focus_web.png'),no-repeat;
    }

    .googlesignin:active {
        background: url('../img/btn_google_signin_dark_pressed_web.png'),no-repeat;
    }



.modal-open {
    padding-right: 0px !important;
}


html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
    /*  padding-top: 70px;*/
}

@media (max-width: 768px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        left: -100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

        .offcanvas-collapse.open {
            visibility: visible;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

    .nav-underline .nav-link:hover {
        color: #007bff;
    }

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.bg-purple {
    background-color: #6f42c1;
}

.lh-100 {
    line-height: 1;
}

.lh-125 {
    line-height: 1.25;
}

.lh-150 {
    line-height: 1.5;
}


.nav-underline .nav-link {
    /*padding-top: .75rem;*/
    /*padding-bottom: .75rem;*/
    font-size: .875rem;
    color: #6c757d;
}

    .nav-underline .nav-link:hover {
        color: #007bff;
    }

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}


.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}









/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
body {
    overflow-x: hidden;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -18rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.875rem 1.25rem;
        font-size: 1.2rem;
    }

    #sidebar-wrapper .list-group {
        width: 18rem;
    }

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -18rem;
    }
}

.icon {
    margin-right: 5px;
    width: 150px;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}

.text {
    vertical-align: middle;
}
