﻿/* 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 {
    margin: initial;
    background: #fafafa;
    overflow-y: scroll;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
}

.body-content .wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1460px;
    padding: 0 20px;
    width: 100%;
}

/* 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;
    }
}

.topbar {
    background: #177D93;
    padding: 10px 0;
}

.topbar .wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1460px;
    padding: 0 20px;
    width: 100%;
}

.topbar .topbar-wrapper{
    padding-top: 2px;
    padding-bottom: 1px;
}

.topbar a {
    color: #fff;
    flex: 1;
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    max-width: 300px;
    text-decoration: none;
    align-items: center;
    display: flex;
}

.laserfiche-logo {
    width: 147px;
    height: 27px;
}

.breaking-changes-text{
    color: red;
}

.new-changes-text {
    color: limegreen;
}

code {
    color:#2f6f9f !important;
}

.container {
    padding-top: 15px;
    padding-bottom: 15px;
}

h3 {
    padding-top: 40px;
}

h4 {
    font-size: 1.15rem !important;
}

details {
    margin-top: 40px;
}

summary {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem
}
