@charset "UTF-8";
/* Fundo da pagina */

body {
    background-color: #e8eced !important;
    color: black !important;
}

/* Ajuste do botão de menu mobile */
.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler i {
    color: white !important;
}

.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler.kt-header-mobile__toolbar-topbar-toggler--active i, .kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-topbar-toggler:hover i {
    color: yellow;
}

/* Fundo da Barra de menu principal na versão mobile */
.kt-header-mobile {
    background-color: #6d392c;
}

.kt-header .kt-header__top .kt-container {
    background-color: #ffa028;
}

.kt-header .kt-header__bottom {
    background-color: #ffffff;
}

.kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler span {
    background: white;
}

kt-header-mobile .kt-header-mobile__toolbar .kt-header-mobile__toolbar-toggler:hover span {
    background: yellow;
}

/* Botões barra principal */

.kt-header__topbar .kt-header__topbar-item .kt-header__topbar-wrapper .kt-header__topbar-icon {
    background-color: white;
}

.kt-header__topbar .kt-header__topbar-item:hover .kt-header__topbar-icon, .kt-header__topbar .kt-header__topbar-item.show .kt-header__topbar-icon {
    background-color: #2d1e5f;
}

/* Visualizacao Desktop */
@media (min-width: 1025px) {
    .kt-header-menu {
        margin:0 auto;
    }
    .modal-xl {
        max-width: 95% !important;
    }
    /* Fundo do menu */
    .kt-header .kt-header__bottom {
        background-color: #ffffff;
    }
    /* Altura da faixa inicial da tela */
    .kt-header .kt-header__top {
        height: 70px;
    }

    /* Cor de fundo do botão do menu -> hover */
    .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link {
        background-color: #ffa028;
    }

    .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
        background-color: #ffa028 !important;
    }

    /* Cor do icone do menu */
    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
        color: #000000;
    }

    .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
        color: #fff !important;
    }

    /* Cor do icone do menu cabecalho -> hover */
    .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-text {
        color: #ffffff !important;
        font-weight: bolder;
    }

    /* Cor do texto do menu */
    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
        color: #6c6e86;
    }

    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
        color: black !important;
    }

    /* Cor do texto do menu */
    .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text, .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-text {
        color: #fff !important;
    }

    /* Icone do menu */
    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
        color: #000000 !important;
    }
    /* Icone do menu hover*/
    .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon {
        color: #ffffff !important;
        font-weight: bolder;
    }

    .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--here > .kt-menu__link .kt-menu__link-icon {
        color: #fff !important;
    }

    /* Fundo do menu */
    .kt-header .kt-header__bottom {
        background-color: #ffffff;
    }
    /* Altura da faixa inicial da tela */
    .kt-header .kt-header__top {
        height: 70px;
    }

    /* Cor de fundo do botão do menu -> hover */
    .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
        background-color: #374afb;
    }

    /* Cor do icone do menu */
    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon {
        color: #b5b2c8;
    }

    /* Cor do icone do menu cabecalho -> hover */
    .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon, .kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link .kt-menu__link-icon {
        color: #ffffff;
        font-weight: bolder;
    }

    /* Cor do texto do menu */
    .kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-text {
        color: #6c6e86;
    }

    /* Padding do topo do submenus */
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu.kt-menu__submenu--classic {
        padding: 8px 0;
    }

    /* Fundo menu on hover */
    .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item .kt-menu__submenu > .kt-menu__subnav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link {
        background-color: lightgray;
    }
}

.kt-portlet .kt-portlet__body {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 4px;
}

.kt-portlet .kt-portlet__head {
    padding: 0 10px;
    min-height: 50px;
}

.kt-portlet .kt-portlet__foot {
    padding: 10px;
}

.kt-footer {
    background-color: #374afb;
}

/* Fundo do footer principal */
.kt-footer .kt-footer__bottom {
    background-color: #ffffff;
}

/* Tamanho do botão xs */
.btn-group-xs > .btn, .btn-xs {
    padding: .1rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .4rem;
}

/*Sub header do breadcrumbs */
.kt-subheader .kt-subheader__main .kt-subheader__desc {
    color: #374afb;
}

/*Campo de pesquisa do select2 */
.select2-container--default .select2-search--dropdown {
    padding: 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #73787d;
}

.select2-container--default .select2-dropdown {
    border: 1px solid #b6c0d9;
}

.disabled-select {
    background-color: #d5d5d5;
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

.kt-section {
    padding: 0;
    margin: 0;
}

/* Linha pontilhada na cor preta */
.kt-separator.kt-separator--border-dashed, .kt-separator.kt-separator--dashed {
    border-bottom: 1px dashed black;
}

/* Margem do fundo das linhas do formulário */
.form-group {
    margin-bottom: 1rem;
}

.form-control {
    border: 1px solid #73787d;
}

.form-control-plaintext {
    color: #000000;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 1px solid #73787d;
}

.kt-radio > span::after {
    border: solid #1e3c77;
    background: #1e3c77;
}

.kt-radio > input:checked ~ span {
    border: 1px solid #1e3c77;
}

.kt-radio > span {
    border: 1px solid #1e3c77;
}

.accordion.accordion-solid .card .card-header .card-title {
    padding: .5em;
}

.accordion.accordion-solid .card {
    margin-bottom: .5rem;
}
/* Linha pontilhada na cor preta */
.kt-separator.kt-separator--border-dashed, .kt-separator.kt-separator--dashed {
    border-bottom: 1px dashed black;
}

/* Topo de alguns portlets */
.kt-portlet__head--grey {
    background-color: #f7f8fa;
}

.kt-portlet.kt-portlet--bordered {
    box-shadow: none;
    border: 1px solid #b6c0d9;
}

.kt-portlet .kt-portlet__head {
    border-bottom: 1px solid #b6c0d9;
}

@media (max-width:1399px) {
    .kt-timeline-v1 .kt-timeline-v1__items {
        margin-bottom: 30px;
        padding: 0;
    }
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time {
    position: inherit;
}

/* Plano de fundo da timeline de pesquisa */
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content {
    position: relative;
    border-radius: 4px;
    padding: 1rem;
    background-color:  #f2f2f2;
}

/* Seta da timeline */
.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item::after {
    top: 27px !important;
    border-right: solid 10px  #f2f2f2 !important;
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-time {
    font-weight: 450;
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item.kt-timeline-v1__item--left .kt-timeline-v1__item-circle {
    top: 34px;
}

.kt-timeline-v1 .kt-timeline-v1__items .kt-timeline-v1__item .kt-timeline-v1__item-content .kt-timeline-v1__item-actions {
    margin-top: -1.25rem;
}
/* Menu de notificação */
.kt-notification .kt-notification__item {
    padding: .5rem .9rem;
}

.input-group-text {
    border: 1px solid #73787d;
}

.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
    border-color: #73787d;
}

.kt-header-mobile {
    background-color: #ffa028;
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid #73787d;
    color: #595d6e;
}

.card-header {
    background-color: #e6eeee !important;
}

.kt-section .kt-section__content.kt-section__content--solid {
    padding: .8rem !important;
}

.kt-section {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
}
.kt-section .kt-section__content.kt-section__content--brand {
    padding: 1rem;
    border-left: 4px solid #5867dd;
    background-color: #f7f8fa;
    border-radius-top-left: 4px;
    border-radius-top-right: 4px;
}
.kt-section .kt-section__content.kt-section__content--danger {
    padding: 1rem;
    border-left: 4px solid #fd397a;
    background-color: #f7f8fa;
    border-radius-top-left: 4px;
    border-radius-top-right: 4px;
}
.kt-section .kt-section__content {
    display: block;
    padding: 0;
    margin: 0;
}

.table {
    margin-bottom: 0px;
}

/* Padding do cabeçalho da table small */
.table-sm thead td, .table-sm thead th {
    padding: .3rem;
}

/* Zebrado das tabelas */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: white !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #e6eeee !important;
}
/* fim do zebrado das tabelas */

.table-hover tbody tr:hover {
    color: #212529;
    background-color: #ffebc1 !important;
}

.table thead th, .table td, .table th {
    vertical-align: inherit !important;
}

.table thead.fixed th {
  position: sticky;
  top: 0; /* Don't forget this, required for the stickiness */
}

.modal-xl {
    max-width: 95% !important;
}

.kt-bg-success .error, .kt-bg-brand .error {
    font-weight: bold;
    background-color: yellow;
    padding: .5rem;
}

.kt-widget1 {
    padding: 10px;
}

.kt-widget1 .kt-widget1__item {
    padding: 1.1rem 0;
    padding-top: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: .16rem dashed #b6c0d9;
}

.media-photos-container {
    box-sizing: border-box;
    position: relative;
    width: auto;
    margin-bottom: 12px;
}
.media-photos {
    position: relative;
    background: #E2E4E6;
}

.media-photos .header.info {
    background: #2A92BF;
    color: #fff;
    font-weight: bold;
}
.media-photos .header, .media-photos .content {
    font-size: 14px;
    padding: 12px;
}

.media-photos .header.green {
    background: #34bfa3;
    color: #fff;
    font-weight: bold;
}

.media-photos .content > .kt-avatar, .media-photos .content > .kt-avatar > .kt-avatar__holder {
    background-color: #ffffff;
    width: 100% !important;
    height: 250px !important;
}

.media-photos .footer {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    vertical-align: center;
    text-align: center;
    line-height: 25px;
}

.kt-timeline-v2::before {
    top: 15px;
    left: 8.3rem;
    height: calc(100% - 33px);
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item:last-child {
    margin-bottom: 1.8rem;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-cricle {
    left: 7.5rem;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-time {
    font-size: 1.2rem;
    text-align: right;
}
.kt-timeline-v2 .kt-timeline-v2__items .kt-timeline-v2__item .kt-timeline-v2__item-text {
    padding: .18rem 0 0 8.3rem;
    color: black;
    text-align: justify;
}

.popover {
    border: 1px solid #b6c0d9;
}

.popover .popover-header {
    border-bottom: 1px solid #b6c0d9;
}
.popover-header {
    background-color: #f7f8fa;
}
.bs-popover-auto[x-placement^="top"] > .arrow::after, .bs-popover-top > .arrow::after {
    border-top-color: #b6c0d9;
}
.bs-popover-auto[x-placement^="right"] > .arrow::after, .bs-popover-right > .arrow::after {
    border-right-color: #b6c0d9;
}

.bs-popover-auto[x-placement^="right"] > .arrow::before, .bs-popover-right > .arrow::before {
    border-right-color: #b6c0d9;
}
/* Justifica o conteúdo da mensagem do SWAL alerts */
.swal2-popup #swal2-content {
    text-align: justify !important;
}

.swal2-popup {
    width: 50%;
}

