﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

body {
    overflow-y: scroll;
}

.darken-background {
    background-color: #ebebeb;
}

.clickable-card {
    background-color: #fff;
    transition: background-color 300ms ease-in-out;
}

.clickable-card:hover {
    background-color: #e6f5ff;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.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;
    }

.clickable {
    cursor: pointer;
}

.dropzone input[type=file] {
    position: inherit;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 1 !important;
}

tr > td {
    vertical-align: middle !important;
}

.text-prewrap {
    white-space: pre-wrap;
}

.index-1 {
    z-index: 1;
}

.index-2 {
    z-index: 2;
    position: relative;
}

.border-dashed {
    border: dashed 1px #c4c4c4;
}

.bg-gray {
    background-color: #ececec;
}