﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.ScarletBackground {
    background-color: rgb(224, 232, 255);
    /*font-family: europa;*/
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

label {
    font-size: 14px !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: white;
    top: 10vh;
    left: 30vh;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    /*padding: 0.6rem 1.25rem 0.7rem 1.25rem;*/
    position: fixed;
    width: 50%;
    width: 50%;
    z-index: 1000;
    /*border-bottom: rgba(0,0,0,0.08) 0px solid;
    border-left: rgba(0,0,0,0.08) 0px solid;
    border-right: rgba(0,0,0,0.08) 0px solid;
    border-top: rgba(0,0,0,0.08) 0px solid;*/
    /*box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 3px 0px*/
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        /*position: absolute;*/
        right: 0.75rem;
        top: 0.5rem;
    }
/*custom*/
.grid-container {
    display: grid;
    z-index: 999;
    grid-template-columns: auto;
    /*border: 1px solid red;*/
}
.error-popup {
    display: grid;
    grid-template-columns: auto;
    /*background-color: yellow;*/
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-shadow: 2px 2px 5px;
}
.error-window {
    /*    box-shadow: 10px 10px 5px grey !important;
    background:green;*/
    /*position: absolute;*/
    /*top: 50%;
    left: 50%;*/
    /*margin-top: -5em;*/ /*set to a negative number 1/2 of your height*/
    /*margin-left: -5em;*/ /*set to a negative number 1/2 of your width*/
    /*border: 1px solid #ccc;
    border: 2px solid black;*/
   
    z-index: 999;
    height: auto;
    opacity: 1;
    background: white;
    margin: auto;
    /*padding: 10px;*/
}
.error-title {
    /*background-color:green;*/
    background-color: #B30404;
    /*#AB0707;*/
    color: white;
    padding-left: 1em;
}

.error-footer {
    text-align: right;
    /*float: right;*/
    /*padding-right:-8px;*/
    /*background-color: red;*/
    position: relative;
    right: 0.25em;
    bottom:0.25em;
    
    z-index: 999;

    /*bottom:-0.5em;*/
    /*height:auto;*/
}
.overlay {
    /*position: fixed;*/ /* Positioning and size */
    /*top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(128,128,128,0.5);*/ /* color */
    /*display: none;*/ /* making it hidden by default */
}
.modal {
    /*position: fixed;*/ /* positioning in center of page */
    /*top: 50vh;
    left: 50vw;
    transform: translate(-50%,-50%);
    height: 400px;*/ /* size */
    /*width: 600px;
    background-color: white;*/ /* background color */
}
/*Original*/
/*#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;
    }
*/
