@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


@font-face {
    font-family: 'Segoe Script';
    src: url('../fonts/segoe-script.woff');
}

html, body {
    font-family: 'Segoe Script', 'Comic Sans MS';
    color: #6D615C;
    height: 100%;
    background-image: url('../images/bg_br.png'), url('../images/bg_tl.png'), url('../images/bg.jpg');
    background-position: right bottom, left top, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 20%, 20%, auto;
    background-attachment: fixed, scroll, scroll;
}


.form-control, .form-control:focus {
    color: #6D615C;
}

.big-font {
    font-size: 1.2em;
}

.lg-font {
    font-size: 1.5em;
}

a, .btn-link {
    color: #6D615C;
}

.btn-outline-primary {
    color: #6D615C;
    /*background-color: white;
    border-color: #1861ac;*/
    border: 0.1em solid #40693D;
}

    .btn-outline-primary:hover {
        background-color: #40693D !important;
        border: 0.1em solid #40693D;
    }

.content {
    padding-top: 1.1rem;
}

.transparent-input {
    background: transparent;
}

.valid.modified:not([type=checkbox]) {
    /*outline: 1px solid #26b050;*/
}

.invalid {
    /*outline: 1px solid red;*/
}

.validation-message {
    color: #e83e3e;
    font-size: 1.2em;
}

#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;
    }
