﻿body {
    background-color: #f4f5f7;
}

.faixa-fundo {
    background-image: url(img.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.faixa-titulo {
    /*background-color: rgba(0, 37, 79, 0.7);*/
    background-color: rgba(0, 0, 0, 0.7);
    min-height: 90vh;
}

.faixa-form {
    /*background-color: rgba(0, 37, 79, 0.9);*/
    background-color: rgba(0, 0, 0, 0.9);
    min-height: 650px;
}

.faixa-conteudo {
    top: 130px;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    min-width: 350px;
}

    .faixa-conteudo h1 a {
        color: #fff;
        font-size: 50px
    }

    .faixa-conteudo label {
        color: #fff;
        font-size: 16px;
    }

    .faixa-conteudo h3 {
        color: #fff;
    }

.boxdescr {
    color: #fff;
    font-size: 32px;
    margin-top: 60px;
    line-height: 35px;
    font-family: 'open_sanslight',Arial;
}

.form-control {
    margin-bottom: 20px
}

/********* CONTRASTE ******/
.contraste .faixa-gen {
    background-color: #222;
    background-image: none
}

.contraste .faixa-fundo {
    background-color: #222;
    background-image: none
}

.contraste .faixa-titulo, .contraste .faixa-form {
    background-color: #000;
}

/* MEDIA QUERY BREAKPOINT */

/********* Smartphone ******/
@media screen and (min-width: 120px) and (max-width: 767px) {
    .faixa-fundo {
        background-image: url(img.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .faixa-titulo {
        /*background-color: rgba(0, 37, 79, 0.8);*/
        background-color: rgba(0, 0, 0, 0.6);
        min-height: 500px;
        height: 80vh;
    }

    .faixa-conteudo {
        top: 50px;
        text-align: center;
    }

        .faixa-conteudo label :not(.k-label) {
            font-size: 14px;
            margin-top: 15px
        }

        .faixa-conteudo h1 a {
            font-size: 30px
        }
}

/********* LAYOUT FOR INVALID ******/
span.k-widget.k-tooltip-validation {
    display: inline;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: none;
    color: red;
    padding-left: 20px;
    text-wrap: avoid;
    white-space: nowrap;
}

/********* LAYOUT FOR FOOTER ******/
html, body, form {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/*body {
    margin-bottom: 110px;*/ /* Margin bottom by footer height */
/*}*/

.main-render-body {
    /*margin-bottom: 160px;*/ /* Margin bottom by footer height */
    display: flex;
    flex-direction: column;
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    vertical-align: middle;
    font-size: small;
    margin-top: auto;
}


.maincontents {
}


.footer-blazor {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    font-size: small;
}

/********* LAYOUT FOR FILTERING TEXTBOX ******/
.k-operator-hidden {
    justify-content: center !important;
    width: 100px;
}

[data-role="popup"] .k-nodata {
    display: none !important;
}

/********* LAYOUT FOR ITENS OBRIGATORIOS ******/
.obrigatorio {
    background-color: ivory !important;
}

.container-shadow {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 10px;
}

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url(material/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

app {
    height: 100%;
}

.window-centered {
    position: absolute;
    transform: translate(-50%, -50%);
}
