﻿.bloom-tax {
    height: 9em;
    position: relative;
}

.bloom-tax-button-group {
    display: grid;
    width: auto;
    height: auto;
    position: absolute;
    left: 15em;
}

.modalDesc {
    display: block !important;
}

.modal-dialogDesc {
    overflow-y: initial !important
}

.modal-bodyDesc {
    height: 250px;
    overflow-y: auto;
}

.tudo {
    background-color: black;
}

.bloom-tax-capacity {
    display: grid;
    text-align: center;
    background-color: #1f4f79;
    margin-top: 7px;
    height: 3.3em;
    width: 14em;
    opacity: 1;
    color: white;
    border-radius: 5px;
}

    .bloom-tax-capacity select:focus {
        background-color: lightgray;
    }

.grey-select {
    background-color: lightgray;
}

.bloom-tax-card-lg {
    height: inherit;
    background-color: #c5d4e0;
    font-weight: bold;
    color: #1f4f79;
    text-align: left;
    margin-right: 20px;
    width: 22em;
    justify-content: center;
    float: left;
}

    .bloom-tax-card-lg span {
        padding-left: 25px;
        width: 70%;
    }

.bloom-tax-card-sm {
    background-color: #c5d4e0;
    font-weight: bold;
    color: #1f4f79;
    justify-content: center;
    text-align: left;
    height: 4.25em;
}

    .bloom-tax-card-sm span {
        padding-left: 7em;
    }

.bloom-tax-card-subtitle {
    font-weight: normal;
}

.small-cards-container {
    display: grid;
}

.blue-select {
    width: auto !important;
    color: midnightblue;
    background-color: lightsteelblue;
}

.custom-dropdown {
    color: black;
    background-color: white;
    padding: .375rem 1rem;
    border-color: #6c757d;
}

.blue-select {
    width: auto !important;
    color: midnightblue;
    background-color: lightsteelblue;
}

.botoes-principais {
    background-color: lightsteelblue;
    border-color: lightsteelblue;
    color: midnightblue;
}

    .botoes-principais:hover {
        background-color: midnightblue;
        border-color: midnightblue;
        color: white;
    }

    .botoes-principais:focus {
        color: #fff;
        background-color: midnightblue;
        border-color: midnightblue;
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    }

.botao-aprovado {
    background-color: forestgreen;
    border-color: forestgreen;
    color: white;
}

    .botao-aprovado:hover {
        background-color: darkgreen;
        border-color: darkgreen;
        color: white;
    }

    .botao-aprovado:focus {
        background-color: darkgreen;
        border-color: darkgreen;
        color: white;
        box-shadow: 0 0 0 0.25rem darkgreen;
    }

.list-group-item {
    border: none;
}

.comentario {
    color: red;
    font-style: italic;
}

.comentario-tachado {
    color: red;
    text-decoration: line-through;
}

.anchor-as-text {
    text-decoration: none;
    color: black;
}

    .anchor-as-text:hover {
        color: black;
    }

.btn-as-text {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}



/*css */

/*
  Variáveis
*/

:root {
    --main-color: #407bff;
    --link-color: #666666;
    --text1: #999999;
    --highligth-text: #333333;
    --input-text: #555555;
    --white-color: #FFFFFF;
    --point-list: #CCCCCC;
    --line-input: #D9D9D9;
}
.sizeFicha {
    width: auto !important;
}
/*
  Fontes
*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

/*
  Zerar estilos
*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}

input, button {
    outline: none !important;
    border: none;
}

    button:hover {
        cursor: pointer;
    }

/*
  Utilitários
*/

.text1 {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: var(--text1);
    line-height: 1.5;
}

.text2 {
    font-family: Poppins-Regular;
    font-size: 15px;
    color: var(--main-color);
    line-height: 1.5;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-bottom-8 {
    margin-bottom: 8px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-left-50 {
    margin-left: 50px;
}

/*
  Login
*/

.container {
    width: 100%;
    margin: 0 auto;
}

.container-login {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: var(--white-color);
}

.wrap-login {
    width: 370px;
    margin-right: 50px;
    background: var(--white-color);
}

/*
  Formulário
*/

.login-form {
    width: 100%;
}

.login-form-title {
    display: block;
    font-family: Poppins-Bold;
    font-size: 39px;
    color: var(--highligth-text);
    line-height: 1.2;
    text-align: center;
}

/*
  Input
*/

.wrap-input {
    width: 100%;
    position: relative;
    border-bottom: 2px solid var(--line-input);
}

.input-form {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    color: var(--input-text);
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 52px;
    background: transparent;
    padding: 0 5px;
}

.focus-input-form {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .focus-input-form::before {
        content: "";
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        transition: all 0.4s;
        background: var(--main-color);
    }

    .focus-input-form::after {
        font-family: Poppins-Medium;
        font-size: 18px;
        color: var(--text1);
        line-height: 1.2;
        content: attr(data-placeholder);
        display: block;
        width: 100%;
        position: absolute;
        top: 15px;
        left: 0px;
        padding-left: 5px;
        transition: all 0.4s;
    }

.input-form:focus + .focus-input-form::after {
    top: -20px;
    font-size: 15px;
}

.input-form:focus + .focus-input-form::before {
    width: 100%;
}

.has-val.input-form + .focus-input-form::after {
    top: -20px;
    font-size: 15px;
}

.has-val.input-form + .focus-input-form::before {
    width: 100%;
}

.buttonSede {  
    text-align: center;
    float: left;
    top: 50%;
    position: relative;
    /* flex para alinhar conteúdo*/
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 766px) {
    .BotoesPesquisa{
        margin-top: 6px;
    }
    .h4Sm{
        margin-top: 0;
        font-size: 20px !important;
    }
    .teste {
        flex-direction: column;
    }
    .tamanhoSm{
        font-size: 13px;
    }
    .sizeSm{
        font-size: 15px;
        margin-left: 3px !important;
    }
    .navSm{
        height: auto !important;

    }
    .h6Sm {
        font-size: 15px !important;
    }
    .inputSm {
        height: 23px !important;
    }
  
    .buttonSede2 {
        height: 20px !important;
        font-size: 15px;
    }

    .buttonSede1 {
        margin-left: 2px !important;
        height: 20px !important;
        font-size: 15px;
    }
}
@media (max-width: 918px)
{
    .BotoesPesquisa {
        margin-top: 6px;
    }
   
    .h4Sm {
        font-size: 20px !important;
    }
    .inputSm {
        height: 23px !important;
    }
    .h6Sm {
        margin-top: 0;
        font-size: 15px !important;
    }
    .navSm {
        height: auto !important;
    }
    .tamanhoSm {
        font-size: 13px;
    }
    .buttonSede2 {
        height: 20px !important;
        font-size: 15px;
    }
    .buttonSede1 {
        margin-left: 2px !important;
        height: 20px !important;
        font-size: 15px;
    }
    .sizeSm {
        font-size: 15px;
        margin-left: 3px !important;
    }
 }


