/* 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 {
    padding-bottom: 20px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

h1 {
    font-size: 2.5em;
}

footer p {
    margin-bottom: 0;
}

/**
 * Notifications.
 */
.alert svg {
    margin-right: 4px;
}

.alert button:focus {
    outline: none;
}

.notification {
    display: flex;
    align-items: center;
}

.notification-icon {
    margin-right: 10px;
}

.notification-message > * {
    margin-bottom: 0;
}

/**
 * Form elements.
 */
button {
    margin-right: 8px;
}

button:focus {
    outline: none;
}

.btn.disabled,
.btn[disabled],
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:hover,
.btn[disabled]:hover {
    background-color: #eee;
    border-color: #ccc;
    color: #aaa;
    cursor: not-allowed;
}

.btn-group button {
    margin-right: 0;
}

a.btn-primary > svg + span,
a.btn-success > svg + span,
a.btn-warning > svg + span,
a.btn-danger > svg + span,
button.btn-primary > svg + span,
button.btn-success > svg + span,
button.btn-warning > svg + span,
button.btn-danger > svg + span {
    margin-left: 4px;
}

a.btn-primary > span + svg,
a.btn-success > span + svg,
a.btn-warning > span + svg,
a.btn-danger > span + svg,
button.btn-primary > span + svg,
button.btn-success > span + svg,
button.btn-warning > span + svg,
button.btn-danger > span + svg {
    margin-left: 4px;
}

/**
 * Modals.
 */
.modal-body p:last-child {
    margin-bottom: 0;
}
