﻿/* 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. */

:root {
    /*--background-color: rgb(0,75,146);*/
    --background-color: rgb(0,64,129);
    --foreground-color: rgb(0,93,180);
    --tab-border-color: rgb(0,98,190);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* 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 */
    /*color: whitesmoke;*/
    margin-bottom: 60px;
    /*background-color: #2b528e;*/
    background-color: var(--background-color);
}

img#mic {
    position: fixed;
    z-index: -1;
    left: 0px;
    bottom: 0px;
    max-width: 500px;
    transition: max-width 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
}


header nav {
    /*background-color: rgba(255,255,255,0.3);*/
    background-color: var(--foreground-color);
}

    header nav.navbar-light .navbar-nav .nav-link {
        color: whitesmoke;
    }

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    /*background-color: rgba(255,255,255,0.3);*/
    /*background-color: rgb(0,93,180);*/
    color: whitesmoke;
    /*border-top: 1px solid rgba(255,255,255, 0.2);*/
}

@font-face {
    font-family: 'Audiowide';
    src: url('../fonts/Audiowide-Regular.ttf');
}

h1, .h1 {
    font-size: 64px;
    color: whitesmoke;
}

    h1 + h4 {
        font-size: 20px;
        font-weight: 300;
        color: whitesmoke;
    }

.vocals {
    font-family: 'Audiowide';
    font-weight: 300;
}

.field-validation-error {
    color: salmon;
}

h2, .h2 {
    font-family: 'Open Sans', sans-serif;
}

#nav-tab a {
    font-family: 'Open Sans', sans-serif;
}

.song-title h5 {
    line-height: 1.4;
}

.songbook-title h5 {
    line-height: 1.4;
}

.voice-documents-entry {
    margin-bottom: 9px;
}

.document-icon {
    /* 
        Revisit this later 
    */
    font-size: 20px;
    vertical-align: text-top;
}

.document-icon-link {
    min-height: 21px;
}

.voice-documents-part a:not(:first-child) {
    margin-left: 8px;
}

.notification {
    display: none;
}


div.form-control.focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.border-primary {
    border-color: var(--foreground-color) !important;
}

.bg-primary {
    background-color: var(--foreground-color) !important;
}

.select-with-images {
    display: none;
    position: absolute;
    z-index: 300;
    left: 0;
    right: 0;
    list-style-type: none;
    padding-inline-start: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #1e90ff;
    background-color: white;
}

.select-with-images li {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-with-images li:hover {
    border-radius: 0;
    background-color: #1e90ff;
    color: seashell;
}

.select-with-images li:hover .text-primary {
    color: seashell !important;
}

#choir-title {
    margin-top: 2em;
    margin-bottom: 1em;
}

#nav-tabs-container{
    margin-top: 2em;
}

#nav-tabs-container .nav-tabs {
    margin-left: -14px;
    padding-left: 14px;
    margin-right: -14px;
    padding-right: 14px;
    border-bottom-color: var(--tab-border-color);
}

#nav-tabs-container .nav-link {
    margin-bottom: 0px;
    border-bottom-color: transparent;
}

#nav-tabs-container .nav-link:not(.active):hover {
    border-left-color: var(--tab-border-color);
    border-top-color: var(--tab-border-color);
    border-right-color: var(--tab-border-color);
}

    #nav-tabs-container .nav-link.active {
        background-color: var(--foreground-color);
        border-left-color: var(--tab-border-color);
        border-top-color: var(--tab-border-color);
        border-right-color: var(--tab-border-color);
    }

.vocals-tab-content {
    /*background-color: var(--foreground-color);*/
    /*background-image: linear-gradient(var(--foreground-color), var(--background-color));*/
    margin-left: -14px;
    padding-left: 14px;
    margin-right: -14px;
    padding-right: 14px;
/*    padding-bottom: 24px;*/
}

.vocals-tab-content > .row:first-child {
    padding-top: 2em;
    background-image: linear-gradient(var(--foreground-color), var(--background-color));
}

.glow {
    -webkit-animation: glow 2s ease-in-out infinite alternate;
    -moz-animation: glow 2s ease-in-out infinite alternate;
    animation: glow 2s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 2px transparent, 0 0 3px transparent;
        box-shadow: 0 0 2px transparent, 0 0 4px transparent;
    }

    to {
        text-shadow: 0 0 2px #1e90ff, 0 0 3px #ffffff;
        box-shadow: 0 0 2px #1e90ff, 0 0 4px #ffffff;
    }
}