﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

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 {
    padding-top: 1.1rem;
    margin-left:-0px;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.Ja {
    color: green;
    font-size: 80%;
}

.Notfalls {
    color: orange;
    font-size: 80%;
}

.Nein {
    color: red;
    font-size: 80%;
}

.Font70 {
    font-size:70%;
}

.Font80 {
    font-size: 80%;
}

.validation-message {
    color: red;
}
.validation-message-ok {
    color: green;
}
.validation-message-warning {
    color: orange;
}

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


    /*
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}
*/

    /*
.custom-file-input::before {
    content: 'Select some files';
    /* display: inline-block; 
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}
        
.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
        */

.custom-file-button {
    input [type="file"]

{
    margin-left: -2px !important;
    &::-webkit-file-upload-button

{
    display: none;
}

&::file-selector-button {
    display: none;
}

}

&:hover {
    label

{
    background-color: #dde0e3;
    cursor: pointer;
}

}
}
