﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: 'Roboto Flex', sans-serif, -apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
    /*font-family: "Segoe UI WestEuropean","Segoe UI",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;*/
    /*'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-size: 1.6rem;
}

#app {
    min-height: 100vh;
}
/*blazor*/
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #003087;
}

.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;
    }

.btn-link {
    text-decoration: none;
}

.splash-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    height: 100vh;
    font-family: 'Josefin Sans', sans-serif;
    font-size: .88rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

    .splash-screen .spinner-border {
        border: .1em solid;
        border-color: #22325b #bfbfbf #bfbfbf;
        width: 30px;
        height: 30px;
    }

.splash-screen-caption {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
}

.splash-screen-text {
    color: #a1a1a1;
    margin-top: .5rem;
}
/*ogolne*/
.btn-primary {
    color: #fff;
    background-color: #22325b;
    border-color: #22325b;
}
    .btn-primary:hover {
        color: #fff;
        background-color: #1c377a;
        border-color: #1c377a;
    }
    .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #1c377a;
        border-color: #1c377a;
    }

.form-control, .form-select, textarea {
    font-size: 1.6rem;
}

.text-cb1 {
    color: #00b0f1;
}

.bg-cb1 {
    background-color: #00b0f1;
}

.text-cb2 {
    color: #22325b;
}

.bg-cb2 {
    background-color: #22325b;
}

.cb-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.cb-in-shadow {
    box-shadow: inset 0 5px 10px -5px rgba(0, 0, 0, 0.4);
}


/*menu*/
.nav-link {
    cursor: pointer;
}

/*viewer*/
#viewer {
    position: relative;
}

.cb-progessover {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

.fill {
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.expand {
    height: 100%;
    width: 100%;
}
