﻿body {
    padding-top: 90px;
    padding-bottom: 20px;
}

.failed {
    background-color: #ffaaaa
}

/* 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;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

details {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    margin-bottom: 15px;
}

details[open] {
  padding: 0.5em;
}

details[open] summary {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 0.5em;
}

summary {
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}

.right {
    float: right;
}

.release_archived {
    background-color: #aaa;
}

.release_public {
    background-color: #9EFFB5;
}

.release_public_pre_release {
    background-color: #CAABFF;
}

.release_private {
    background-color: #FBFFAB;
}

.card {
    min-width: 200px;
    margin-bottom: 10px;
}

.archived-label {
    background-color: red;
    color: white;
    padding: 2px 6px;
    margin: 0 5px;
    border-radius: 4px;
}

.timing-stats-filter-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 8px 0;
}

.timing-stats-filter {
    display: flex;
    flex-direction: column;
}

.timing-stats-filter label {
    margin: 0;
    font-weight: bold;
}

.timing-stats-pager {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.timing-stats-pager div {
    margin: 5px 10px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 25px;
    left: 0;
    overflow-x: auto;
    z-index: 9999;
    background: rgba(40,40,40,0.9);
    display: flex;
}

.overlay-content {
    background: white;
    border-radius: 6px;
    padding: 30px;
    display: flex;
    flex: 1 1 auto;
    overflow: auto;
    flex-direction: column;
}

.resync-content-wrapper {
    display: flex;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.resync-content-table-wrapper {
    flex: 1 1 auto;
    overflow: auto;
}

.status-panel {
    flex: 0 0 auto;
}

.inactive {
    background-color: #ddd;
}

.latest-release {
    background-color: lightgreen;
    white-space: nowrap;
}

.pre-release {
    background-color: #d1afe2;
    white-space: nowrap;
}

.update-required {
    background-color: #fbdca3;
    white-space: nowrap;
}

.billing-plan-header {
    display: flex;
    justify-content: space-between;
}

.billing-plan-header button {
    white-space: nowrap;
}

.invoiceList  {
    max-height: 150px;
    overflow: auto;
}


.billing-category-list {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.billing-category {
    flex: 1 1 auto;
    max-width: 60px;
    text-align: center;
    margin: 0 5px;
}

.unbilled {
    border-radius: 4px;
    background-color: gold;
    color: black;
    text-decoration: none;
}

.billed {
    border-radius: 4px;
    background-color: lawngreen;
    color: black;
    text-decoration: none;
}

.non-billable {
    border-radius: 4px;
    background-color: #ccc;
    color: black;
    text-decoration: none;
}

.invoice-item-additional-info {
    font-size: smaller;
    color: #888;
}

.stripe_Manual_lbl {
    padding: 2px 6px;
    border-radius: 5px;
    background-color: lightgray;
}

.stripe_Payout_lbl {
    padding: 2px 6px;
    border-radius: 5px;
    background-color: lightskyblue;
}

.stripe_Transaction_lbl {
    padding: 2px 6px;
    border-radius: 5px;
    background-color: #d0bbfa;
}

.billingType_RevenuePercentage_lbl {
    padding: 2px 6px;
    border-radius: 5px;
    background-color: #d0bbfa;
}

.billingType_PercentagePerItem_lbl {
    padding: 2px 6px;
    border-radius: 5px;
    background-color: #35fff3;
}

.billingType_AmountPerItem_lbl {
    padding: 2px 6px;
    border-radius: 5px;
    background-color: #06d21b;
}

.billingType_AmountPerEvent_lbl {
    padding: 2px 6px;
    border-radius: 5px;
    background-color: #f0ca00;
}

.billingType_Monthly_lbl {
    padding: 2px 6px;
    border-radius: 5px;
    background-color: #f03500;
}

.billingType_None_lbl {
    padding: 2px 6px;
    border-radius: 5px;
    background-color: lightgray;
}