﻿/* 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 {
    font-family: Lato,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
    padding-top: 50px;
    padding-bottom: 20px;
    color: rgb(83, 88, 95);
}

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

.about-page {
    font-size: 2.5rem;
}

.about-page p {
    padding: 30px;
}

.about-page em {
    font-style: normal;
    font-weight: bold;
    font-stretch: extra-expanded;
}


/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Boostrap override */
.navbar-inverse {
    background-color: #0B4570;
    border-color: rgb(10,77,122);
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #B0C0B0;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #576576;
}

.carousel-indicators .active {
    background-color: rgb(216,226,223);
}

.carousel-caption {
    color: rgb(216,226,223);
}

.navbar-logo {
    height: 45px;
    padding-top: 5px;
    padding-left: 5px;
}

.status-accepted,
.status-declined,
.status-pending {
    display: inline;
    font-size: 14px;
    background-color: #FFF;
    margin: 0 1em;
    border: 1px solid;
    border-radius: 100em;
    padding: 0.125em 0.75em;
    max-width: 10em;
}

.status-accepted {
    color: #05813F;
}

.status-declined {
    color: #9C0509;
}

.status-pending {
    color: #576576;
}

.status-incomplete,
.status-canceled,
.status-unpaid,
.status-active {
    display: inline;
    font-size: 14px;
    background-color: #FFF;
    margin: 0 1em;
    border: 1px solid;
    border-radius: 100em;
    padding: 0.125em 0.75em;
    max-width: 10em;
}

.status-active {
    color: #05813F;
}

.status-canceled {
    color: #9C0509;
}

.status-unpaid {
    color: #576576;
}

.status-incomplete {
    color: #576576;
}

.list-group {
    margin-bottom: 0px;
}

.list-group + * {
    margin-top: 1em;
}

button.list-group-item {
    border-left: 0.25em solid #0B4570;
}

.list-group .list-group-item:hover {
    background-color: #286090;
    cursor: pointer;
}

.list-group .list-group-item:hover .list-group-item-heading {
    color: #FFF;
}

.list-group h4 {
    margin: 0;
}

button .centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button .container {
    position: relative;
    text-align: center;
    width: 120px;
    padding: 0;
}

.clockbg {
    background-color: #FFF;
    border: 1px solid #0B4570;
    padding: 0.25em 0.5em;
    border-radius: 100em;
    min-width: 6.5em;
    margin-top: 0.5em;
}

.centered-content {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.flex-centered {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.status-action-button {
    background-color: transparent;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    width: 150px;
    height: 175px;
    border: 2px solid #195E7A;
    box-sizing: border-box;
}

.status-action-button:hover {
    border-color: #1A5F80;
    background-color: #F2F5F8;
}

.control-label + .btn-group-toggle {
    margin-left: 0.5em;
}

.btn-group-toggle .btn {
    border: 1px solid #0B4570;
    color: #0B4570;
}

.btn-group-toggle .btn.active {
    background-color: #0B4570;
    color: #FFF;
}

.btn-primary,
.btn-danger {
    border-radius: 100em;
    min-width: 10em;
}

.btn-danger {
    background-color: #9C0509;
}

.btn-primary:hover {
    box-shadow: 0 0 0 1px #0B4570 inset, 0 0 0 2px #FFF inset;
}

.btn-danger:hover {
    box-shadow: 0 0 0 1px #9C0509 inset, 0 0 0 2px #FFF inset;
}

.btn-primary + .btn-primary {
    margin-left: 1em;
}

.btn-secondary:hover {
    box-shadow: 0 0 0 1px #FFF inset, 0 0 0 2px #0B4570 inset;
}

.btn-secondary.active:hover {
    box-shadow: none;
    cursor: default;
}

.form-horizontal {
    max-width: 40em
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}


.checkbox-group .checkbox {
    margin-top: 0.75em;
}