﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.dotGreen {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: green;
    display: inline-block;
}

.dotRed {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: red;
    display: inline-block;
}

.filter {
    color: #1861ac;
    text-decoration: none;
    margin: 0;
    font-size: small;
}

    .filter:visited {
        color: #1861ac;
    }

    .filter:hover {
        text-decoration: underline;
        color: #1861ac;
    }

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.headerTable {
}

    .headerTable td {
        border: 2px solid black;
        padding: 5px;
    }

.headerTableLabel {
    font-weight: bold;
    color: white;
    background-color: lightslategray;
}

.imgInspection {
    width: 150px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.imagesContainer {
    vertical-align: top;
}

#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;
    }
