html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*a, .btn-link {
    color: #0366d6;
}
*/
/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
*/
.content {
}

.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;
}

.bf-cron-expression {
    background-color: whitesmoke;
    border-radius: 10px;
}

/*.title-bar {
    min-height: 55px;
    background-color: whitesmoke;
    border-bottom: solid 1px silver;
    position: sticky;
    top: 0px;
    z-index: 10;
}*/



/* Dropzone */
.dropzone {
    min-height: 160px;
    max-height: 160px;
    overflow: auto;
    border: 2px dashed silver;
    border-radius: 10px;
}

.dropzone button {
    display: none;
}

.dz-message-2 {
    color: darkgray;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.dz-started .dz-message-2 {
    display: none;
}

.dz-preview {
    padding: 0px 5px
}

.dz-preview.dz-success {
    color: #28a745;
}

.dz-preview.dz-error {
    color: #dc3545;
}

.dz-preview.dz-error .error-mark {
    display: inline-block !important;
}

.dz-preview.dz-success .success-mark {
    display: inline-block !important;
}

.dz-progress {
    background-color: #007bff;
    height: 4px;
}

.dz-preview.dz-complete .dz-progress {
    display: none !important;
}

.bf-title-bar {
    min-height: 56px;
}