﻿/* 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. */

/* General
-------------------------------------------------- */
/* Creates shadow below */
.box-shadow {
  box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .05);
}

.form {
    font-size: 14px;
}

.card-header {
    padding: 0.4rem 0.75rem;
}

.card-body {
    padding: 0.75rem;
}

.button-spinner {
    display: none;
}

.validation-error {
    margin-bottom: 10px;
    color: red;
}

/* Side-bar and svg
-------------------------------------------------- */
.output-container {
    margin: 10px 0 15px 0;
    display: flex;
    flex-wrap: wrap;
}

svg {
    overflow: visible;
}

div.side-bar {
    margin: 0 0 10px 0;
    width: 300px
}

h1 {
    margin: 0 0 7px 5px;
    font-size: 15px;
    font-weight: 600;
}

h2 {
    margin: 10px 0 2px 10px;
    font-size: 14px;
    font-weight: 600;
}

p {
    margin: 0 0 0 15px;
    font-size: 14px;
}