﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {
    --main-bg-colorRed: #c23f3f;
    --main-bg-colorBlue: #409CFF;
}

.sidebar {
    background-color: white;
}

.nav-link {
    color: black !important;
}

a.active {
    background-color: var(--main-bg-colorBlue) !important;
}

.card-blue {
    background-color: var(--main-bg-colorBlue) !important;
}

@font-face {
    font-family: 'burbank-black';
    src: url('../font/burbank-big-regular-black.otf') format('opentype');
}

@font-face {
    font-family: 'burbank-bold';
    src: url('../font/burbank-big-regular-bold.otf') format('opentype');
}

@font-face {
    font-family: 'burbank-medium';
    src: url('../font/burbank-big-regular-medium.otf') format('opentype');
}

.fundoBolinha {
    background-image: radial-gradient(circle, white 0%, white 15%, transparent 15%, transparent 100%), radial-gradient(circle, white 0%, white 15%, transparent 15%, transparent 100%);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}

.logoImg {
    margin-top: 5px !important;
    max-height: 38px;
}

.logoTexto {
    font-family: burbank-bold !important;
    font-size: 38px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

h1, h2, h3, h4, h5, h6, label {
    font-family: burbank-bold !important;
}

p, input, a, section, td, span {
    font-family: burbank-medium !important;
}

    a:hover, a p:hover {
        font-family: burbank-black !important;
    }

.eu {
    text-align: center;
    left: 20% !important;
    top: 75px !important;
    -webkit-transition: 2s;
    transition: 2s;
    height: 5rem;
}

    .eu img {
        height: 5rem !important;
    }

.sidebar-collapse .eu {
    text-align: center;
    left: 55% !important;
    top: 10px !important;
    -webkit-transition: 2s;
    transition: 2s;
}

    .sidebar-collapse .eu img {
        width: 55px !important;
        -webkit-transition: 2s;
        transition: 2s;
        height: 3rem !important;
    }

.sidebar-mini.sidebar-collapse .main-sidebar:hover .eu {
    text-align: center;
    left: 20% !important;
    top: 75px !important;
    -webkit-transition: 2s;
    transition: 2s;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .crush {
    text-align: center;
    left: 70% !important;
    top: 75px !important;
    -webkit-transition: 2s;
    transition: 2s;
}

.crush {
    text-align: center;
    left: 70% !important;
    top: 75px !important;
    -webkit-transition: 2s;
    transition: 2s;
}

    .crush img {
        height: 5rem !important;
    }

.sidebar-collapse .crush {
    text-align: center;
    left: 55% !important;
    top: 115px !important;
    -webkit-transition: 2s;
    transition: 2s;
    height: 5rem !important;
}

    .sidebar-collapse .crush img {
        width: 55px !important;
        -webkit-transition: 2s;
        transition: 2s;
        height: 3rem !important;
    }

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}


html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

#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: 1300;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.25rem + 2px) !important;
}

a, .btn-link {
    color: #0366d6;
}

.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: 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;
    }

@media (max-width: 576px) {
    .login-box, .register-box {
        margin-top: .5rem;
        width: 100% !important;
    }
}
