@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media not print {
    .print-only {
        display: none;
    }
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #3E6259;
    border-color: #3E6259;
}

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: dimgray;
        border-color: dimgray;
    }

.content {
    /*padding-top: 1.1rem;*/
}

/*.site-content {
    min-height: 100%;*/ /* needed for 'sticky footer' */
    /*height: auto !important;*/ /* needed for 'sticky footer' */
    /*height: 100%;*/ /* needed for 'sticky footer' */
    /*margin: 0 auto -2em;*/ /* needed for 'sticky footer' */
/*}*/

.site-footer {
    /*height: 2em; */ /* needed for 'sticky footer' */
    text-align: center;
    font-size: 75%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

h3 {
    color: #3E6259;
}

div.step-panel label {
    margin: 0.5rem;
}

div.step-panel input[type=number] {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
}

div.step-panel input[type=checkbox] {
    margin-top: 0.85rem;
}

.home-card-row {
    height: fit-content;
}

.home-card {
    /*height: 275px;*/
    height: 100%;
    min-height: 150px;
}

.home-card a {
    padding: 0.35rem;
}

.cursor-pointer {
    cursor: pointer !important;
}

.deleted-item {
    text-decoration: line-through !important;
    color: dimgray;
}

.jumbotron.jumbotron-primary {
    background-image: linear-gradient(180deg, #294936 0%, #5B8266 70%);
}

th.thead-light {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.regex-matched {
    background-color: #229922;
}

.regex-failed {
    background-color: #992222;
}

.textFeatherIconAlign {
    vertical-align: middle;
}