﻿/* Label padrão Sebrae */
.container-page {
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 20px;
    background: white;
    /*height: 90vh;*/
    height: 60rem;
    box-shadow: 0px 2px 4px rgba(20, 46, 82, 0.2);
    background-color: #fff !important;
}

.container-fluid {
    /*border: solid 1px #d1d1d1;*/
    border: none !important;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(20, 46, 82, 0.2);
}

.label-sebrae {
    font-size: 16px;
    line-height: 23px;
    color: rgb(97, 115, 133);
    font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}

.subLabel-sebrae {
    font-size: 16px;
    line-height: 23px;
    font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: rgb(139, 153, 167);
    font-style: italic;
    margin-left: 4px;
}

.area {
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
}
/* Inputs  padrão sebrae */

.input-sebrae {
    font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    color: rgb(139, 153, 167);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(182, 191, 200);
    border-radius: 4px;
    height: calc(1.5em + .94rem + 2px);
    text-align: start;
    cursor: auto;
}

.input-sebrae-right {
    font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    color: rgb(139, 153, 167);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(182, 191, 200);
    border-radius: 4px;
    height: calc(1.5em + .94rem + 2px);
    text-align: right;
}

.input-sebrae:focus:not(:disabled) {
    box-shadow: rgb(143 184 239) 0px 0px 4px;
    border: 1px solid rgb(0, 94, 184);
    color: rgb(0, 94, 184);
    outline: none !important;
}

.input-sebrae-right:focus:not(:disabled) {
    box-shadow: rgb(143 184 239) 0px 0px 4px;
    border: 1px solid rgb(0, 94, 184);
    color: rgb(0, 94, 184);
    outline: none !important;
}

.input-sebrae:disabled {
    color: #919599;
    background-color: #D9D9D9;
}

.input-sebrae-right:disabled {
    background-color: rgb(245, 247, 250);
}
/*Fontes para botões de acordo com o padrão do sebrae*/
.small-fontsize {
    font-size: 0.83em !important;
}

.medium-fontsize {
    font-size: 1em !important;
}

.big-fontsize {
    font-size: 1.2em !important;
}


/*Botões primary*/
.btn-sebrae-primary-blue {
    align-items: center;
    justify-content: center;
    font-size: 1em;
    color: #ffffff;
    padding: 8.5px 12px;
    background-color: #744cfc;
    border: none;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-primary-yellow {
    font-size: 1em;
    color: #ffffff;
    padding: 8.5px 12px;
    background-color: #FFC200;
    border: none;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-primary-green {
    font-size: 1em;
    color: #ffffff;
    padding: 8.5px 12px;
    background-color: #25BA00;
    border: none;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-primary-red {
    font-size: 1em;
    color: #ffffff;
    padding: 8.5px 12px;
    background-color: #D81414;
    border: none;
    border-radius: 4px;
    transition: ease-in-out 0.3s;
}
/*Botões Secondary*/
.btn-sebrae-secondary-blue {
    font-size: 1em;
    color: rgb(0, 94, 184);
    padding: 8.5px 12px;
    background-color: #ffffff;
    border: 1px solid rgb(0, 94, 184);
    border-radius: 4px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-secondary-yellow {
    font-size: 1em;
    color: #FFC200;
    padding: 8.5px 12px;
    background-color: #ffffff;
    border: 1px solid #FFC200;
    border-radius: 4px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-secondary-green {
    font-size: 1em;
    color: #25BA00;
    padding: 8.5px 12px;
    background-color: #ffffff;
    border: 1px solid #25BA00;
    border-radius: 4px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-secondary-red {
    font-size: 1em;
    color: #D81414;
    padding: 8.5px 12px;
    background-color: #ffffff;
    border: 1px solid #D81414;
    border-radius: 4px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}
/*Botões Tertiary*/

.btn-sebrae-tertiary-blue {
    font-size: 1em;
    color: rgb(0, 94, 184);
    padding: 8.5px 12px;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-tertiary-yellow {
    font-size: 1em;
    color: #FFC200;
    padding: 8.5px 12px;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-tertiary-green {
    font-size: 1em;
    color: #25BA00;
    padding: 8.5px 12px;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-tertiary-red {
    font-size: 1em;
    color: #D81414;
    padding: 8.5px 12px;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

/*Botões primary evento hover*/
.btn-sebrae-primary-blue:hover {
    cursor: pointer;
    background-color: #AF98FD;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-primary-yellow:hover {
    cursor: pointer;
    background-color: #D3A500;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-primary-green:hover {
    cursor: pointer;
    background-color: #1F9A00;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-primary-red:hover {
    cursor: pointer;
    background-color: #C00000;
    transition: ease-in-out 0.3s;
}
/*Botões Secondary evento hover*/
.btn-sebrae-secondary-blue:hover:not(:disabled) {
    cursor: pointer;
    background-color: rgb(245, 247, 250);
    transition: ease-in-out 0.3s;
}

.btn-sebrae-secondary-yellow:hover:not(:disabled) {
    cursor: pointer;
    background-color: rgb(245, 247, 250);
    transition: ease-in-out 0.3s;
}

.btn-sebrae-secondary-green:hover:not(:disabled) {
    cursor: pointer;
    background-color: rgb(245, 247, 250);
    transition: ease-in-out 0.3s;
}

.btn-sebrae-secondary-red:hover:not(:disabled) {
    cursor: pointer;
    background-color: rgb(245, 247, 250);
    transition: ease-in-out 0.3s;
}
/*Botões Tertiary evento hover*/
.btn-sebrae-tertiary-blue:hover:not(:disabled) {
    cursor: pointer;
    background-color: rgba(88, 155, 244, 0.14);
    transition: ease-in-out 0.3s;
}

.btn-sebrae-tertiary-yellow:hover:not(:disabled) {
    cursor: pointer;
    background-color: #FFF4CA;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-tertiary-green:hover:not(:disabled) {
    cursor: pointer;
    background-color: #C7FFB9;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-tertiary-red:hover:not(:disabled) {
    cursor: pointer;
    background-color: #FFB4B4;
    transition: ease-in-out 0.3s;
}
/*Botões Primary evento focus*/
.btn-sebrae-primary-blue:focus {
    outline: none;
    box-shadow: rgb(143 184 239) 0px 0px 0px 3px;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-primary-yellow:focus {
    outline: none;
    box-shadow: #FFE285 0px 0px 0px 3px;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-primary-green:focus {
    outline: none;
    box-shadow: #8ADF74 0px 0px 0px 3px;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-primary-red:focus {
    outline: none;
    box-shadow: #FF8B8B 0px 0px 0px 3px;
    transition: ease-in-out 0.3s;
}
/*Botões Secondary evento focus*/
.btn-sebrae-secondary-blue:focus {
    outline: none;
    box-shadow: rgb(182 191 200) 0px 0px 0px 3px;
    border: 1px solid transparent;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-secondary-yellow:focus {
    outline: none;
    box-shadow: #FFE285 0px 0px 0px 3px;
    border: 1px solid transparent;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-secondary-green:focus {
    outline: none;
    box-shadow: #8ADF74 0px 0px 0px 3px;
    border: 1px solid transparent;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-secondary-red:focus {
    outline: none;
    box-shadow: #FF8B8B 0px 0px 0px 3px;
    border: 1px solid transparent;
    transition: ease-in-out 0.3s;
}
/*Botões Tertiary evento focus*/
.btn-sebrae-tertiary-blue:focus {
    outline: none;
    box-shadow: rgb(121 170 236 / 83%) 0px 0px 0px 3px;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-tertiary-yellow:focus {
    outline: none;
    box-shadow: #FFE788 0px 0px 0px 3px;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-tertiary-green:focus {
    outline: none;
    box-shadow: #A8FF92 0px 0px 0px 3px;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-tertiary-red:focus {
    outline: none;
    box-shadow: #FF8F8F 0px 0px 0px 3px;
    transition: ease-in-out 0.3s;
}
/*Botões primary evento Active*/
.btn-sebrae-primary-blue:active:not(:disabled) {
    box-shadow: none;
    transform: translateY(2px);
    transition: ease-in-out 0.3s;
}

.btn-sebrae-primary-yellow:active:not(:disabled) {
    box-shadow: none;
    transform: translateY(2px);
    transition: ease-in-out 0.3s;
}

.btn-sebrae-primary-green:active:not(:disabled) {
    box-shadow: none;
    transform: translateY(2px);
    transition: ease-in-out 0.3s;
}

.btn-sebrae-primary-red:active:not(:disabled) {
    box-shadow: none;
    transform: translateY(2px);
    transition: ease-in-out 0.3s;
}
/*Botões Secondary evento active*/
.btn-sebrae-secondary-blue:active:not(:disabled) {
    box-shadow: none;
    transform: translateY(2px);
    background-color: transparent !important;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-secondary-yellow:active:not(:disabled) {
    box-shadow: none;
    transform: translateY(2px);
    background-color: transparent !important;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-secondary-green:active:not(:disabled) {
    box-shadow: none;
    transform: translateY(2px);
    background-color: transparent !important;
    transition: ease-in-out 0.3s;
}

.btn-sebrae-secondary-red:active:not(:disabled) {
    box-shadow: none;
    transform: translateY(2px);
    background-color: transparent !important;
    transition: ease-in-out 0.3s;
}
/*Botões Tertiary evento active*/
.btn-sebrae-tertiary-blue:active:not(:disabled) {
    box-shadow: none;
    transform: translateY(2px);
    transition: ease-in-out 0.3s;
}

.btn-sebrae-tertiary-yellow:active:not(:disabled) {
    box-shadow: none;
    transform: translateY(2px);
    transition: ease-in-out 0.3s;
}

.btn-sebrae-tertiary-green:active:not(:disabled) {
    box-shadow: none;
    transform: translateY(2px);
    transition: ease-in-out 0.3s;
}

.btn-sebrae-tertiary-red:active:not(:disabled) {
    box-shadow: none;
    transform: translateY(2px);
    transition: ease-in-out 0.3s;
}

/*Botão desabilitado*/
button[class="btn-sebrae-primary-blue"]:disabled,
button[class="btn-sebrae-primary-yellow"]:disabled,
button[class="btn-sebrae-primary-red"]:disabled,
button[class="btn-sebrae-primary-green"]:disabled {
    box-sizing: border-box;
    cursor: not-allowed !important;
    color: #b6bfc8;
    border: none;
    border-radius: 4px;
    padding: 8.5px 12px;
    background: rgb(224, 229, 235);
    box-shadow: rgb(20 46 82 / 20%) 0px 2px 4px 0px;
    font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button[class="btn-sebrae-secondary-blue"]:disabled,
button[class="btn-sebrae-secondary-yellow"]:disabled,
button[class="btn-sebrae-secondary-green"]:disabled,
button[class="btn-sebrae-secondary-red"]:disabled {
    box-sizing: border-box;
    cursor: not-allowed !important;
    color: #b6bfc8;
    border: 1px solid rgb(182, 191, 200);
    border-radius: 4px;
    padding: 8.5px 12px;
    background: rgb(224, 229, 235);
    box-shadow: rgb(20 46 82 / 20%) 0px 2px 4px 0px;
    font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button[class="btn-sebrae-tertiary-blue"]:disabled {
    box-sizing: border-box;
    cursor: not-allowed !important;
    color: #b6bfc8;
    border-radius: 4px;
    padding: 8.5px 12px;
    font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/*--------------------------------------------------------------------------------------------*/
/*Estilos para tabela padrão sebrae*/
:root {
    font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.tabulator {
    border: none !important;
    border-radius: 8px !important;
    box-shadow: rgb(20 46 82 / 20%) 0px 4px 8px 0px !important;
}

.tabulator-footer {
    padding: 8px 24px !important;
    background-color: rgb(255, 255, 255) !important;
    border-top: 1px solid rgb(224, 229, 235) !important;
}

/*Div Headers*/
.tabulator-header {
    border-bottom: 1px solid rgb(224, 229, 235) !important;
}

.tabulator-headers {
    background-color: #fff !important;
}

    /*Header Tabela*/
    .tabulator-headers:hover,
    .tabulator-col.tabulator-sortable:hover {
        cursor: default !important;
        background-color: #fff !important;
    }

.tabulator .tabulator-header .tabulator-col {
    border-right: none !important;
    background: transparent !important;
    text-align: center !important;
    overflow: hidden !important;
    color: rgb(57, 77, 96) !important;
    font-weight: 400 !important;
    will-change: color, font-weight, font-style !important;
    font-size: 1em !important;
    line-height: 1.46em !important;
}

.tabulator-col-content {
    padding: 8px !important;
}

/*Celulas do Header*/
.tabulator-col-title {
    font-size: 0.83em !important;
    line-height: 1.2em !important;
    color: rgb(139, 153, 167) !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

/*Linhas da tabela */
.tabulator-row.tabulator-selectable.tabulator-row-even,
.tabulator-row.tabulator-row-even,
.tabulator-row.tabulator-selectable.tabulator-row-odd {
    background-color: #fff;
    margin-bottom: 0px !important;
}

.tabulator-selected {
    background-color: #B2CCEE !important;
}

.tabulator-row.tabulator-selected:hover {
    background-color: #B2CCEE !important;
}


/* .tabulator-row.tabulator-selectable:hover */
.tabulator-row.tabulator-selectable.tabulator-row-even:hover,
/* .tabulator-row.tabulator-selectable:hover, */
.tabulator-row.tabulator-selectable.tabulator-row-even:hover,
.tabulator-row.tabulator-selectable.tabulator-row-odd:hover {
    background-color: #F7F7F7;
    cursor: pointer !important;
}


.tabulator-cell {
    border-right: none !important;
    border-bottom: 1px solid rgb(224, 229, 235) !important;
    margin: 0px !important;
    padding: 8px !important;
    vertical-align: baseline;
    will-change: color, font-weight, font-style !important;
    font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em !important;
    line-height: 1.46em !important;
    color: rgb(57, 77, 96) !important;
    font-weight: 400;
    font-style: normal;
    background-color: transparent !important;
    transition: ease-in-out 0.3s;
}

/*Icones tabela */
.bx.bx-trash,
.bx.bxs-edit-alt,
.bx.bxs-cloud-upload {
    color: #146dbf;
    padding: 4px !important;
    border: none;
    background-color: transparent;
}

    .bx.bx-trash:hover,
    .bx.bxs-edit-alt:hover,
    .bx.bxs-cloud-upload:hover {
        background-color: rgba(88, 155, 244, 0.14);
        border-radius: 4px;
    }

    .bx.bx-trash:active:not(:disabled),
    .bx.bxs-edit-alt:active:not(:disabled),
    .bx.bxs-cloud-upload:active:not(:disabled) {
        box-shadow: none;
        transform: translateY(2px);
    }

    .bx.bx-trash:focus,
    .bx.bxs-edit-alt:focus,
    .bx.bxs-cloud-upload:focus {
        border-radius: 4px;
        background-color: rgba(88, 155, 244, 0.14);
        box-shadow: rgb(143 184 239) 0px 0px 0px 2px;
        outline: none;
        border-color: transparent;
    }

.bx.bx-show-alt {
    margin-top: 3px;
    color: #146dbf;
    border: none;
    background-color: transparent;
}

    .bx.bx-show-alt:hover {
        background-color: rgba(88, 155, 244, 0.14);
        border-radius: 4px;
    }

    .bx.bx-show-alt:focus {
        border-radius: 4px;
        background-color: rgba(88, 155, 244, 0.14);
        box-shadow: rgb(143 184 239) 0px 0px 0px 2px;
        outline: none;
        border-color: transparent;
    }

    .bx.bx-show-alt:active:not(:disabled) {
        box-shadow: none;
        transform: translateY(2px);
    }

/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*Estilização Autocomplete*/
/*Caixa de texto*/

body > .select2-dropdown.select2-dropdown--below ~ section div span.select2-selection.select2-selection--single {
    border-bottom: none !important;
    height: calc(1.5em + .94rem + 2px);
}

/*Opção comum*/
.select2-results__option.select2-results__option--selectable:active:not(:disabled) {
    font-weight: 600;
    padding: 5px;
    transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

/*Options do select*/
.select2-results__option.select2-results__option--selectable {
    font-size: 1em;
    line-height: 1.46em;
    font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(57, 77, 96);
    font-weight: 400;
    font-style: normal;
}

    /*Ultima opção selecionada do select*/
    .select2-results__option.select2-results__option--selectable.select2-results__option--selected,
    .select2-results__option.select2-results__option--selectable.select2-results__option--selected.select2-results__option--highlighted {
        background-color: rgb(0, 94, 184) !important;
        color: #fff !important;
    }

    /*Hover nas opções*/
    .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
        outline: none;
        background-color: rgb(240, 246, 254) !important;
        color: black !important;
    }

/*Select aberto efeito */
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open {
    border: 1px solid rgb(0, 94, 184);
    border-bottom: none;
    border-radius: 4px;
    box-shadow: rgb(143 184 239) 0px 0px 4px;
}

.select2.select2-container.select2-container--default,
.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus {
    width: 100% !important;
    font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
}

.select2-selection.select2-selection--single,
.select2-selection__rendered,
.select2-selection__arrow {
    height: 2rem !important;
    padding-top: 1px;
}

/*Lista que aparece quando é clicado no select*/
.select2-dropdown.select2-dropdown--below {
    overflow: hidden auto;
    box-sizing: border-box;
    z-index: 1000;
    background-color: rgb(255, 255, 255);
    border-style: none solid solid;
    border-right-color: rgb(0, 94, 184);
    border-bottom-color: rgb(0, 94, 184);
    border-left-color: rgb(0, 94, 184);
    border-image: initial;
    border-top-color: initial;
    border-radius: 0px 0px 4px 4px;
    height: auto;
    opacity: 1;
    margin-top: -3px;
    border-width: 1px;
    box-shadow: rgb(143 184 239) 0px 0px 4px;
    /* transition: 0.5s ease-in-out; */
}
/*Caixa de pesquisa select2*/
.select2-search__fiel {
    outline: none !important;
    border-radius: 4px !important;
}

input[aria-controls="select2-UFfinal-results"] {
    outline: none !important;
}

.btn-lg-sebrae {
    width: 10rem !important;
    height: 3rem !important;
}
