﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    margin-bottom: .5em;
}


.nav {
    margin-bottom: 0.5em;
}

.tree-view-container {
    border: 1px solid #1861ac;
    border-radius: .25rem;
}

/* Sticky footer styles
-------------------------------------------------- */
body, html {
    font-size: 12px;
}

body {
    padding-right: 0 !important;
    overflow: auto !important;
}

    body:not(.modal-open) {
        padding-right: 0px !important;
    }

@media (min-width: 768px) {
    body, html {
        font-size: 14px; /*.925rem;*/
    }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 3.25em;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Multi level menu
-------------------------------------------------- */
.dropdown-item { margin-right: 1rem; }
.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after { border-left-color: #fff; }
.dropdown-submenu.pull-left { float: none; }
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Custom styles
-------------------------------------------------- */
.main-container {
    margin-top: 6rem;
    margin-bottom: 4rem;
}

@media (min-width: 1024px) {
    .main-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
/*@media (min-width: 1280px) {
    .main-container {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}*/

.remove-padding {
    padding: 0;
}

.remove-horizontal-padding {
    padding-left: 0;
    padding-right: 0;
}

.remove-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.remove-margin {
    margin: 0;
}

.remove-vertical-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.remove-horizontal-margin {
    margin-left: 0;
    margin-right: 0;
}

.remove-top-margin {
    margin-top: 0;
}

.label-default {
    font-weight: 400 !important;
    margin-bottom: 0;
}

.label-bold {
    font-weight: bold !important;
    margin-bottom: 0;
}

.font-bold {
    font-weight: bold !important;
}

.badge-status {
    font-weight: bold !important;
    margin-bottom: 0;
    padding: 0.45rem;
    border-radius: .25rem;
}

.badge-choice-container {
    min-height: 2.25rem;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    padding: 0.25rem;
    background-color: transparent !important;
}

    .badge-choice-container span {
        font-weight: normal !important;
        margin: 0.25rem;
        padding: 0.5rem 1rem;
        border-radius: 0.75rem;
    }

    .badge-choice-container i {
        margin-left: 0.75rem;
        cursor: pointer;
    }

.search-input {
}

.table-container {
    margin: 1em !important;
    padding: 0 !important;
}

.table-default {
    width: 100% !important; /* Workaround para problema do datatables.js dentro de abas, modais, etc... */
    margin-top: 0.25rem;
}

    .table-default tr {
        border-width: 0;
        border-style: none;
    }

    .table-default th,
    .table-default td {
        border-width: 0.1rem;
        border-style: solid;
    }

        .table-default td > a {
            cursor: pointer;
            text-decoration: none;
        }

    .table-default thead th {
        font-size: .875rem;
        font-weight: 400 !important;
        padding: 0.5rem;
    }

    .table-default tbody td, .table-default tfoot td {
        font-size: .875rem;
        font-weight: 400 !important;
        padding: 0.5rem;
    }

.btn-group-toggle {
    width: 100% !important;
}

    .btn-group-toggle > label {
        padding: .25rem;
        font-size: .875rem;
        font-weight: 400 !important;
        color: #495057;
    }

/* Configurações padrão para as modais */
.modal {
    max-height: 100vh;
    max-width: 100vw;
}

.modal-dialog {
    margin: auto;
    /*overflow: scroll!important;*/
    /*overflow-y: scroll!important;*/
}

.modal-header {
    max-height: 4rem;
    height: 4rem;
}

.modal-content {
    width: 100% !important;
    height: 100% !important;
}

.modal-body {
    max-height: calc(100vh - 8.25rem);
    margin: 0rem;
    padding-top: 1rem !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-footer {
    max-height: 4.25rem;
    height: 4.25rem;
}

/* Configurações padrão para melhor aproveitamento do espaço pelos modais */
.modal-max-screen {
    max-width: calc(100vw - 2rem);
    width: calc(100vw - 2rem);
    max-height: calc(100vh - 2rem);
    height: calc(100vh - 2rem);
    margin: 1rem;
}

@media (max-width:767px) {
    .modal-75-screen {
        max-width: calc(100vw - 2rem);
        width: calc(100vw - 2rem);
        max-height: calc(100vh - 2rem);
        height: calc(100vh - 2rem);
        margin: 1rem;
    }
}

@media (min-width:768px) {
    .modal-75-screen {
        max-width: 75vw;
        width: 75vw;
        max-height: calc(100vh - 2rem);
        height: calc(100vh - 2rem);
        margin: auto auto !important;
    }
}

.modal-max-width {
    max-width: calc(100vw - 2rem);
    width: calc(100vw - 2rem);
    margin-right: 1rem;
    margin-left: 1rem;
}

.modal-max-height {
    max-height: calc(100vh - 2rem);
    height: calc(100vh - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* Configurações para o TreeView */
.gj-list {
    font-size: .875rem !important;
    font-weight: 400 !important;
    color: #495057 !important;
}

.wrapper-centered {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: calc(100vw - 4rem);
    min-height: calc(100vh - 16rem);
    margin: 1rem;
}

/* Configurações para o jQuery UI Autocomplete */
.ui-autocomplete {
    position: absolute;
    /*top: 100%;*/
    left: 0;
    z-index: 99999 !important;
    cursor: default;
    /*display: none;*/
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: .875rem; /*14px*/
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    max-height: 25vh;
    overflow-x: hidden;
    overflow-y: auto;
}

    .ui-autocomplete > li > div {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Configurações para o logo do tomador instalado e do parceiro quando existente */
.logo-company {
    max-width: 10em;
    max-height: 2.5em;
}

.logo-partner {
}

.background-container {
    max-height: calc(100vh - 8.25em);
    height: calc(100vh - 8.25em);
    margin-top: -1.1em !important;
    margin-left: -2em !important;
    margin-right: -2em !important;
}

.background-home {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.app-header {
    height: 5em;
    max-height: 5em;
    min-height: 5em;
}

.app-body {
}

.app-footer {
    background-color: white !important;
    height: 3.25em;
    max-height: 3.25em;
    padding: 0.75em;
}

/* Configurações para área desconectada, que possui formulários em páginas com imagens de fundo */

.logged-off .form-control {
    /*border-width: 1px;*/
    border-style: solid;
    background-image: none;
}

.logged-off input:-webkit-autofill,
.logged-off input:-webkit-autofill:hover,
.logged-off input:-webkit-autofill:focus,
.logged-off textarea:-webkit-autofill,
.logged-off textarea:-webkit-autofill:hover,
.logged-off textarea:-webkit-autofill:focus,
.logged-off select:-webkit-autofill,
.logged-off select:-webkit-autofill:hover,
.logged-off select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    /*border-width: 1px;*/
    border-style: solid;
}

.form-control:disabled, .form-control[readonly],
.form-control-sm:disabled, .form-control-sm[readonly],
.form-select:disabled, .form-select[readonly],
.form-select-sm:disabled, .form-select-sm[readonly] {
    background-color: #e5e5e5;
}

.form-select:disabled, .form-select[readonly],
.form-select-sm:disabled, .form-select-sm[readonly] {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pointer {
    cursor: pointer;
    text-decoration: none;
}

/* DatePicker */
/* MonthPicker */

.ui-datepicker, .month-picker {
    background-color: #ffffff;
    padding: 0.5em;
    border: 0.1em solid #e5e5e5;
    display: none;
    z-index: 9999 !important;
}

.ui-datepicker-header, .month-picker-header {
    margin-bottom: 0.5em;
}

    .ui-datepicker-header.ui-widget-header {
        text-align: center;
    }

        .ui-datepicker-header.ui-widget-header a {
            margin-right: 0.25em;
            margin-left: 0.25em;
        }

.month-picker-month-table {
    margin-right: auto;
    margin-left: auto;
}

    .ui-datepicker-calendar tr, .month-picker-month-table tr {
        margin: 0.5em;
    }

    .ui-datepicker-calendar td, .month-picker-month-table td, .month-picker-month-table .ui-button {
        padding: 0.25em;
    }

label.error:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 27%;
    margin-left: -15px;
    border-left: 7px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #D3D3D3;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
    z-index: 9;
}

label.error:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -8px;
    left: 27.5%;
    margin-left: -15px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fffcd1;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
    z-index: 9;
}

label.error {
    background-color: #F37a1f !important;
    color: #ffffff !important;
    font-weight: normal;
    box-shadow: 2px 1px 1px rgba(50, 50, 50, 0.77);
    box-shadow: 2px 1px 1px rgba(50, 50, 50, 0.77);
    box-shadow: 2px 1px 1px rgba(50, 50, 100, 0.77);
    position: absolute;
    background-color: #fffcd1;
    border: 1px solid #D3D3D3;
    padding: 0px 10px;
    border-radius: .25rem;
    clear: both;
    margin-left: 5px;
    z-index: 10;
}

.input-group label.error {
    left: 10px;
    top: 0;
    margin-top: 34px;
}

.checkbox label.error {
    margin-top: 1.5em;
}

.form-control.error {
    border-color: red;
}

.btn-group {
    padding: 0;
    margin: 0;
    border: none;
}

    .btn-group .btn {
        padding: 0.05em;
        margin: 0.05em;
    }

.g-recaptcha {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.btn-table {
    border: none !important;
    background-color: #ffff0000;
    display: inline-block;
    margin: 0.1rem;
    padding: 0.1rem;
}

.btn:disabled {
    pointer-events: none;
}

/** SLIDER */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}
    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input.default:checked + .slider {
    background-color: #444;
}

input.primary:checked + .slider {
    background-color: #2196F3;
}

input.success:checked + .slider {
    background-color: #8bc34a;
}

input.info:checked + .slider {
    background-color: #3de0f5;
}

input.warning:checked + .slider {
    background-color: #FFC107;
}

input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/*.datepicker {
    z-index: 9999 !important;
}
*/

.card {
    margin-top: 1em;
    margin-bottom: 1em;
}

.card .selected {
    border-bottom-width: 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: none;
}

.dataTables_length,
.dataTables_filter,
.dataTables_info,
.paginate_button {
    font-size: .875rem;
    font-weight: 400 !important;
}

.paginate_button {
}

.image-container {
    border: 0.125em solid #dcdcdc;
    border-radius: 0.375em 0.4em;
    padding: 0.3em;
}


.transparent-color {
    color: #ffffff00 !important;
}

.warning-color {
    color: #ffff00 !important;
}

.danger-color {
    color: #ff0000 !important;
}

.whatsapp-color {
    color: #00A884 !important;
}


/**
    Tamanhos fixos
*/
.fix-w-1 {
    min-width: 1em;
    max-width: 1em;
    width: 1em;
}

.fix-w-2 {
    min-width: 2em;
    max-width: 2em;
    width: 2em;
}

.fix-w-3 {
    min-width: 3em;
    max-width: 3em;
    width: 3em;
}

.fix-w-4 {
    min-width: 4em;
    max-width: 4em;
    width: 4em;
}

.fix-w-5 {
    min-width: 5em;
    max-width: 5em;
    width: 5em;
}

.fix-w-6 {
    min-width: 6em;
    max-width: 6em;
    width: 6em;
}

.fix-w-7 {
    min-width: 7em;
    max-width: 7em;
    width: 7em;
}

.fix-w-8 {
    min-width: 8em;
    max-width: 8em;
    width: 8em;
}

.fix-w-9 {
    min-width: 9em;
    max-width: 9em;
    width: 9em;
}

.fix-w-10 {
    min-width: 10em;
    max-width: 10em;
    width: 10em;
}

.fix-w-11 {
    min-width: 11em;
    max-width: 11em;
    width: 11em;
}

.fix-w-12 {
    min-width: 12em;
    max-width: 12em;
    width: 12em;
}

.fix-w-13 {
    min-width: 13em;
    max-width: 13em;
    width: 13em;
}

.fix-w-14 {
    min-width: 14em;
    max-width: 14em;
    width: 14em;
}

.fix-w-15 {
    min-width: 15em;
    max-width: 15em;
    width: 15em;
}

.fix-w-20 {
    min-width: 20em;
    max-width: 20em;
    width: 20em;
}

.fix-w-25 {
    min-width: 25em;
    max-width: 25em;
    width: 25em;
}

.fix-w-30 {
    min-width: 30em;
    max-width: 30em;
    width: 25em;
}

.fix-w-35 {
    min-width: 35em;
    max-width: 35em;
    width: 25em;
}

.fix-w-40 {
    min-width: 40em;
    max-width: 40em;
    width: 25em;
}

.fix-w-45 {
    min-width: 45em;
    max-width: 45em;
    width: 25em;
}

.fix-w-50 {
    min-width: 50em;
    max-width: 50em;
    width: 25em;
}

/**
    Larguras mínimas
*/
.min-w-10 {
    min-width: 10em;
}

.min-w-15 {
    min-width: 15em;
}

.min-w-20 {
    min-width: 20em;
}

.min-w-25 {
    min-width: 25em;
}

.min-w-50 {
    min-width: 50em;
}

.min-w-60 {
    min-width: 60em;
}

.min-w-70 {
    min-width: 70em;
}

.min-w-80 {
    min-width: 80em;
}

.min-w-90 {
    min-width: 90em;
}

.min-w-100 {
    min-width: 100em;
}

.min-w-110 {
    min-width: 110em;
}

.min-w-120 {
    min-width: 120em;
}

.min-w-130 {
    min-width: 130em;
}

.min-w-140 {
    min-width: 140em;
}

.min-w-150 {
    min-width: 150em;
}

.min-w-160 {
    min-width: 160em;
}

.min-w-170 {
    min-width: 170em;
}

.min-w-180 {
    min-width: 180em;
}

.min-w-190 {
    min-width: 190em;
}

.min-w-200 {
    min-width: 200em;
}


.p-1px {
    padding: 0.075em;
}


/**
    Pisca-pisca
*/
.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/**
    File upload
*/

.file-browse {
    height: calc(1.5em + 0.5rem + 2px) !important;
    font-size: .875rem !important;
    padding: .05rem .05rem !important;
}

/**
    Badge de célula de grid
*/

.badge-td {
    padding: 0.2em !important;
    width: 100% !important;
    display: inline-block;
    text-align: center;
    border-radius: .25rem;
}

/**
    Timeline
*/
.main-timeline {
    position: relative;
}

    .main-timeline:after {
        content: '';
        display: block;
        clear: both;
    }

    .main-timeline .timeline {
        width: 50%;
        padding: 2em 0 0 7em;
        margin: 0 0 0.5em 0.5em;
        float: right;
    }

    .main-timeline .timeline-content {
        display: block;
        position: relative;
    }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
        }

    .main-timeline .timeline-icon {
        background-color: #fff;
        font-size: 2em;
        text-align: center;
        line-height: 2em;
        height: 2.25em;
        width: 2.25em;
        border-radius: 50%;
        border: 0.1em solid #e7e7e7;
        position: absolute;
        left: -5.125em;
        top: -0.25em;
        z-index: 2;
    }

    .main-timeline .title {
        font-size: 1em;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 1em 1em;
        margin: 0 0 0.25em;
        border-radius: 10px;
        position: relative;
    }

        .main-timeline .title:before,
        .main-timeline .title:after {
            content: '';
            background-color: #fff;
            height: 1.25em;
            width: 1.25em;
            border-radius: 50%;
            box-shadow: 0 0 5px rgba(0,0,0,0.2);
            transform: translateY(-50%);
            position: absolute;
            left: -0.6em;
            top: 50%;
        }

        .main-timeline .title:after {
            color: #000000;
        }

        .main-timeline .title:after {
            background-color: transparent;
            height: 0.25em;
            width: 4em;
            border-top: 0.5em dotted;
            box-shadow: none;
            border-radius: 0;
            left: -5em;
        }

    .main-timeline .description {
        font-size: .875rem;
        font-weight: 400 !important;
        margin: 0 0 0 1em;
    }

    .main-timeline .timeline:nth-child(even) {
        float: left;
        padding: 2em 9em 0 0;
        margin: 0 0.5em 0.5em 0;
    }

        .main-timeline .timeline:nth-child(even) .timeline-icon {
            left: auto;
            right: -5.125em;
        }

        .main-timeline .timeline:nth-child(even) .title:before {
            left: auto;
            right: -0.5em;
        }

        .main-timeline .timeline:nth-child(even) .title:after {
            left: auto;
            right: -5em;
        }

@media screen and (max-width:767px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 15px 0 0 10px;
        margin: 0 0 20px;
    }

        .main-timeline .timeline-icon,
        .main-timeline .timeline:nth-child(even) .timeline-icon {
            font-size: 30px;
            line-height: 48px;
            height: 50px;
            width: 50px;
            left: 0;
            top: -6px;
        }

    .main-timeline .title {
        padding-left: 70px;
    }

    .main-timeline .description {
        margin-left: 70px;
    }

    .main-timeline .title:before,
    .main-timeline .title:after {
        display: none;
    }
}

.img-thumbnail:hover {
    border-color: yellow; /*change the transparent border to yellow*/
    border-width: 4px;
}

.img-thumbnail.selected {
    border-color: yellow; /*change the transparent border to yellow*/
    border-width: 4px;
}


/* ---------------------------------------------------
        SIDEBAR STYLE
    ----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}


#sidebar {
    min-width: 25vw;
    max-width: 25vw;
    max-height: calc(100vh - 10rem);
    min-height: calc(100vh - 10rem);
    height: calc(100vh - 10rem);
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

    #sidebar.active {
        margin-left: -25vw;
        transform: rotateY(100deg);
    }

    #sidebar .sidebar-header {
        background-color: #007bff;
        color: #fff;
        margin: 0;
    }

        #sidebar .sidebar-header div {
            padding: 0.5rem 0.35rem 0.20rem 0.5rem;
            margin-top: 0;
            color: #fff;
        }

/* ---------------------------------------------------
        CONTENT STYLE
    ----------------------------------------------------- */
.content {
    width: 100%;
    max-width: 100%;
    padding: 0 0 0 1em;
    transition: all 0.3s;
}

    .content.inactive {
        padding: 0 0 0 0em;
    }

    .content .content-header {
        margin: 0;
    }

        .content .content-header h3 {
            margin-top: 0.5rem;
        }

.header-button, .sidebarCollapse {
    width: 2em;
    height: 2em;
    max-width: 2em;
    max-height: 2em;
    min-width: 2em;
    min-height: 2em;
    border: none;
    cursor: pointer;
    margin: 0;
}

    .header-button span, .sidebarCollapse span {
        opacity: 1;
        font-size: 1em;
    }

#sidebarCollapseContainer.sidebarCollapse span:before {
    content: '\f100';
}

#sidebarCollapseContainer.sidebarCollapse.active span:before {
    content: '\f0b0';
}

#sidebarCollapseMenu.sidebarCollapse span:before {
    content: '\f100';
}

#sidebarCollapseMenu {
    display: none;
}

@media screen and (max-width:767px) {
    #sidebar {
        min-width: 94vw;
        max-width: 94vw;
    }

        #sidebar.active {
            margin-left: -94vw;
            transform: rotateY(100deg);
        }

    #sidebarCollapseMenu {
        display: block;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #sidebar {
        min-width: 30vw;
        max-width: 30vw;
    }

        #sidebar.active {
            margin-left: -30vw;
            transform: rotateY(100deg);
        }

    #sidebarCollapseMenu {
        display: none;
    }
}

.scroolable-div {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    height: 14rem;
    overflow: auto
}

.carousel {
    border-style: solid;
    border-width: 0.125em;
    padding: 0;
}

.carousel-inner {
    margin-bottom: 1em;
}

.carousel-item .card {
    margin: 0.5em;
}

    .carousel-item .card.active {
        border-width: 0.5em;
        margin-top: 0em;
    }

.carousel .carousel-nav-buttons {
    margin-top: .5em;
    margin-right: .5em;
    padding: .1em;
}

    .carousel .carousel-nav-buttons .indicator {
        padding: 0.25em .75em;
    }

@media (max-width: 767px) {
    .carousel .carousel-inner .carousel-item > div {
        display: none;
    }

        .carousel .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
}

.carousel .carousel-inner .carousel-item.active,
.carousel .carousel-inner .carousel-item-next,
.carousel .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    .carousel .carousel-inner .carousel-item-end.active,
    .carousel .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel .carousel-inner .carousel-item-start.active,
    .carousel .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel .carousel-inner .carousel-item-end,
.carousel .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.fix-h-1 {
    min-height: 5em;
    max-height: 5em;
    height: 5em;
}

.fix-h-2 {
    min-height: 26em;
    max-height: 26em;
    height: 26em;
}

.fix-h-3 {
    min-height: 16em;
    max-height: 16em;
    height: 16em;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

/**
    Alturas mínimas
*/
.min-h-2 {
    min-height: 2em;
}

.min-h-3 {
    min-height: 3em;
}

.min-h-4 {
    min-height: 4em;
}

.min-h-5 {
    min-height: 5em;
}

.min-h-6 {
    min-height: 6em;
}

.min-h-7 {
    min-height: 7em;
}

.min-h-8 {
    min-height: 8em;
}

.min-h-9 {
    min-height: 9em;
}

.min-h-10 {
    min-height: 10em;
}

.min-h-11 {
    min-height: 11em;
}

.min-h-12 {
    min-height: 12em;
}

.min-h-13 {
    min-height: 13em;
}

.min-h-14 {
    min-height: 14em;
}

.min-h-15 {
    min-height: 15em;
}

.min-h-16 {
    min-height: 16em;
}

.min-h-17 {
    min-height: 17em;
}

.min-h-18 {
    min-height: 18em;
}

.min-h-19 {
    min-height: 19em;
}

.min-h-20 {
    min-height: 20em;
}

/**
    Alturas máximas
*/
.max-h-5 {
    max-height: 5em;
}
.max-h-10 {
    max-height: 10em;
}
.max-h-15 {
    max-height: 15em;
}
.max-h-20 {
    max-height: 20em;
}
.max-h-25 {
    max-height: 25em;
}
.max-h-30 {
    max-height: 30em;
}



.input-group-text i {
    cursor: pointer;
}

.dataTables_wrapper {
    padding-bottom: 0.5em;
}

.table > :not(:first-child) {
    border-top: 0 solid currentColor;
}

.form-group {
    margin-bottom: 0.5em;
}

hr {
    margin-top: 0.1em;
}

.header-default button {
    margin-top: -0.5em;
}

.header-default {
    font-size: 1.5rem;
    padding: 0.85rem;
    border-radius: .25rem;
}

.h5-header-default {
    font-size: 1.125rem;
    padding: 0.85rem;
    border-radius: .25rem;
}

.h6-header-default {
    font-size: 1rem;
    padding: 0.85rem;
    border-radius: .25rem;
}

.sub-header-default {
    font-size: 0.75em;
}

.accordion-header .header-default {
    padding: 0.5em 0.5em 0.15em 0.5em;
    border-radius: .25rem;
}

.accordion, .accordion-header-badge {
    border-style: solid;
    border-width: 0.125rem;
}

.accordion .accordion-header, .accordion .accordion-header .header-default, .accordion, .accordion-button {
    padding: 0.25em;
    text-decoration: none !important;
    box-shadow: none;
}

.accordion-header, .accordion-button, .accordion-item {
    border: none!important;
}

.card-header, .accordion-header {
    border-radius: .25rem;
}

.alert {
    padding: 0.5em 1em;
    border-radius: .25rem;
    border-style: dotted !important;
}

.card-buttons .fas, .card-buttons .fas:disabled {
    margin-bottom: 0.25em !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row-eq-height > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.iconCircle {
    border-radius: 50%;
    border: 0.125em solid;
    padding: 0.5em;
    height: 2.25em;
    width: 2.25em;
}

/** Fixed Column Table */

.fixedColumnTable {
    width: 100%;
}

.imagem1 {
    max-height: 40px !important;
    text-align: center;
}

.iconeRadio {
    padding: 0 1.25em 0 1.25em !important;
}

    .iconeRadio img {
        margin: 0.5em;
        height: 90px;
    }

.cardon {
    font-family: Regular;
    border: 1px solid #f37a1f !important;
}

.display-none {
    display: none;
}

.font-0875rem {
    font-size: .875rem !important;
}

.font-1rem {
    font-size: 1rem !important;
}

.font-1125rem {
    font-size: 2.125rem !important;
}

.font-125rem {
    font-size: 1.25rem !important;
}

.font-15rem {
    font-size: 1.5rem !important;
}

.font-175rem {
    font-size: 1.75rem !important;
}

.font-2rem {
    font-size: 2rem !important;
}

.font-3rem {
    font-size: 3rem !important;
}

.font-4rem {
    font-size: 4rem !important;
}

.font-5rem {
    font-size: 5rem !important;
}

.font-6rem {
    font-size: 6rem !important;
}

.font-7rem {
    font-size: 7rem !important;
}

.font-8rem {
    font-size: 8rem !important;
}

.font-9rem {
    font-size: 9rem !important;
}

.font-10rem {
    font-size: 10rem !important;
}

.height-5-rows {
    height: 9rem !important;
}

.multi-select-list {
    max-height: 15em;
    overflow-y: auto;
}

.text-script {
    font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace !important;
    font-size: 12px !important;
}

.hr-sub {
    border-style: dashed;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0.75rem !important;
}

.contactus-box {
    right: 0.5rem;
    position: fixed;
    bottom: 3rem;
    z-index: 9998;
}

.contactus-button {
    right: 0.5rem;
    position: fixed;
    width: 3.5rem;
    height: 3.5rem;
    bottom: 4rem;
    border-radius: 3.25rem;
    text-align: center;
    font-size: 1.75rem;
    z-index: 9997;
}

.call-center-button i {
    /*margin-top: 0;*/
}

.rating-positive {
    color: #009900;
}

.rating-negative {
    color: #ff0000;
}

.form-control, .form-select, .input-group-text {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

    .form-control.borderless, .form-select.borderless, .input-group-text.borderless {
        border-radius: 0;
        border-top: 0;
        border-right: 0;
        border-left: 0;
    }

/*.input-group-text.borderless {
    background-color: transparent;
}
*/
.form-floating .color-picker {
    padding-top: 1.625rem !important;
    padding-bottom: 0rem !important;
    border-bottom: 0;
    border-radius: .5rem !important;
    background-color: transparent !important;
    border-color: #dee2e6 !important;
}

.form-floating .btn-group {
    padding-top: 1.625rem !important;
    padding-bottom: 0rem !important;
    border-bottom: 0;
    background-color: transparent !important;
}

    .form-floating .btn-group .btn {
        padding: 0 !important;
        margin-top: 0 !important;
        border-radius: 0;
    }

hr {
    border-top: 1px dashed;
}


.SvgBrazilMap path {
    fill: #0094d9
}

.SvgBrazilMap text {
    fill: #fff;
    font: 12px Arial-BoldMT, sans-serif;
    cursor: pointer
}

.SvgBrazilMap a {
    text-decoration: none
}

    .SvgBrazilMap a:hover {
        cursor: pointer;
        text-decoration: none
    }

        .SvgBrazilMap a:hover path {
            fill: #003399 !important
        }

.SvgBrazilMap .circle {
    fill: #66ccff
}

.SvgBrazilMap a:hover .circle {
    fill: #003399 !important;
    cursor: pointer
}

.card-body a {
    text-decoration: none;
}

.readOnlyClear {
    cursor: default;
}


.accordion-button:after {
    background-image: none;
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion-button.collapsed:after {
    background-image: none;
    font-family: 'FontAwesome';
    content: "\f067";
    float: right;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
}

.table-fixed tbody {
    height: 300px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

    .table-fixed tbody td,
    .table-fixed tbody th,
    .table-fixed thead > tr > th {
        float: left;
        position: relative;
        &::after {
        content: '';
        clear: both;
        display: block;
    }
}


.form-check-input {
    clear: left;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-sm .form-check-input {
        height: 1rem;
        width: calc(1rem + 0.75rem);
        border-radius: 2rem;
    }

.form-switch.form-switch-md {
    margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-md .form-check-input {
        height: 1.5rem;
        width: calc(2rem + 0.75rem);
        border-radius: 3rem;
    }

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-lg .form-check-input {
        height: 2rem;
        width: calc(3rem + 0.75rem);
        border-radius: 4rem;
    }

.form-switch.form-switch-xl {
    margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-xl .form-check-input {
        height: 2.5rem;
        width: calc(4rem + 0.75rem);
        border-radius: 5rem;
    }


.checkbox-lg {
    width: 1.55rem;
    height: 1.55rem;
    margin: auto;
}

.checkbox-xl {
    width: 1.85rem;
    height: 1.85rem;
}

.shortcut-circle {
    border: 1px solid;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    font-size: 4rem;
    margin: auto;
    padding: 1.5rem;
}

.checkbox-group {
    border-bottom: solid 1px #ced4da;
    padding: 0.125em 0.5em;
}

.font-terminal {
    font-family: "Lucida Console", "Courier New", monospace;
}







.tag {
    background-color: rgb(245, 179, 13);
    padding: 4px 12px 4px 24px;
    border-radius: 4px;
    width: fit-content;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
}

    .tag p {
        font-weight: bold;
    }

.best-offert {
    border: 3px solid var(--bs-blue) !important;
    box-shadow: 0 0 8px #00000020;
}

.best-offert-tag {
    position: absolute;
    top: -24px;
    left: 32px;
    background-color: var(--bs-blue);
    padding: 8px 30px 0 30px;
    border-radius: 4px;
}

.best-offert-tag p {
    color: #fff;
    font-weight: bold;
    text-align: center;
}






.comparison-modal {
    width: 100vw;
    height: min-content;
    overflow-y: auto;
    position: fixed;
    bottom: -30vh;
    left: 0;
    background-color: #fff;
    pointer-events: none;
    padding: 8px 0 32px 0;
    z-index: 1099;
    box-shadow: -20px 0 32px #00000020;
    transition: 0.3s;
}
.comparison-modal.show {
    pointer-events: all;
    bottom: 0vh;
}

.comparison-img {
    object-fit: contain;
    height: 50px;
    margin: 0 auto -4px 16px;
}

/*.btn-close {
    display: block;
    margin-right: 12px;
}
*/
/*.f-modal {
    width: 100vw;
    height: 100vh;
    background-color: #00000020;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
*/
/*    .f-modal.show {
        display: flex;
    }
*/
/*.f-modal-content {
    background-color: #fff;
    padding: 24px;
    max-width: 95vw;
    border-radius: 8px;
    box-shadow: 0 0 16px #00000020;
}
*/
/*.content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 16px;
}
*/
.comparasion-img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin: 24px 0;
}

.comparasion-opened-margin {
    margin-bottom: 10em!important;
}


/**
    Mega menu
*/
.dropdown-mega {
    position: absolute;
    left: 0;
    right: 0;
    padding: 1rem;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    display: none;
    z-index: 1000;
}

.megaTabContent .dropdown-item {
    /* margin-left: 0.75em; */
    overflow-wrap: break-word !important;
    /* For modern browsers */
    word-wrap: break-word !important;
    /* For older browser compatibility */
    white-space: normal;
    display: block;
    /* Ensure it behaves as a block for wrapping */
}

.dropdown-mega .card-header {
    background-color: #000 !important;
    color: #fff !important;
}


.megaTabContent .dropdown-item:hover {
    font-weight: bold;
}

.dropdown:hover .dropdown-mega {
    display: block;
}

.tab-content .tab-pane {
    /* padding-top: 1rem; */
}

@media (max-width: 991.98px) {
    .dropdown-mega {
        position: static;
        display: block;
        box-shadow: none;
    }
}

.dropdown-mega {
    max-height: calc(100vh - 6.25rem) !important;
    overflow-y: auto;
}
