﻿/* 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 {
    background: inherit !important;
}

.pagination .page-item .page-link {
    background-color: #858796;
    color: white;
    cursor: pointer;
}

.pagination .page-item.disabled .page-link {
    background-color: #f4f4f4;
    cursor: default;
}

td.details label {
    font-weight: bold;
    margin-right: 0.5em;
}

td.details .nav-link {
    background-color: aliceblue;
    border: none;
}

td.details .nav-link.active {
    background-color: #4e73df;
}

tr.hover:hover {
    background-color: aliceblue;
}

.toast-header,
.toast-error-header {
    background-color: #1e70b2 !important;
    color: #FFF !important;
    padding: 1em;
}

.toast-header i,
.toast-error-header i {
    margin-right: 1em;
}

.toast-header strong,
.toast-error-header strong {
    min-width: 5em;
}

.toast-error-header {
    background-color: red !important;
}

.validation-errors {
    padding-left: 0;
    padding-right: 1em;
    color: red;
}

.validation-errors li {
    list-style-type: none;
}

#toast-container {
    position: -webkit-sticky;
    position: sticky;
    bottom: 25px;
    margin-right: 25px;
    float: right;
}

table {
    margin-top: 1rem;
}

.validation-message {
    color: red;
}

.switch {
    padding-left: 1rem;
    padding-top: 1rem;
}

.switch label {
    margin-left: 1rem;
}

.clickable {
    cursor: pointer;
}

.buttons {
    margin-right: 1rem;
}

.buttons a, .buttons button {
    margin-left: 0.5rem;
}

.row.head {
    margin-bottom: 1rem;
}

.save-col {
    text-align: center;
}

.save-col a {
    display: block;
    margin-top: 0.5rem;
    font-size: 90%;
}

.save-col button, button[type=submit] {
    min-width: 6rem;
}

.row.footer {
    margin: 2rem;
}

.fa-times-circle {
    margin-right: 10px;
}

.company-name {
    padding: 0.4em;
    color: #1e5fa4;
    font-weight: bolder;
    font-size: 1.1em;
}

.form-container {
    max-width: 480px;
}

.skip-form .rz-dropdown {
    min-width: 25rem;
    max-width: 45rem;
}

.skip-form label {
    display: block;
    margin-top: 1rem;
}

.skip-form button {
    display: block;
    margin-top: 0.5rem;
}