body {
    display: flex;
    flex-direction: column;
    background-color:
        /*#f4f2f9*/
        #fbfbfb;
}

html {
  scroll-behavior: smooth;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #353535;
    text-decoration: none;
    background-color: #fcf7b6;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #616161;
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #616161;
}

.sidebar {
    width: 250px;
    height: auto !important;
    background-color: #ffffff;
    padding-top: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
}

@media (min-width: 320px) and (max-width:359px) {
    .element-box {
        width: 285px;
    }
}

@media (min-width: 360px) and (max-width:384px) {
    .element-box {
        width: 325px;
    }
}

@media (min-width: 385px) and (max-width:411px) {
    .element-box {
        width: 350px;
    }
}

@media (min-width: 412px) and (max-width: 499px) {
    .element-box {
        width: 550px;
    }
}

@media (min-width: 500px) and (max-width: 600px) {
    .element-box {
        width: 350px;
    }
}

@media (min-width: 600px) and (max-width: 630px) {
    .element-box {
        width: 350px;
    }
}

@media (min-width: 630px) and (max-width: 670px) {
    .element-box {
        width: 350px;
    }
}

@media (min-width: 670px) and (max-width: 740px) {
    .element-box {
        width: 350px;
    }
}

@media (min-width: 740px) and (max-width: 768px) {
    .element-box {
        width: 450px;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    .element-box {
        width: 715px;
    }
}

@media (max-width: 768px) {
    .sidebar {
        width: 100%;
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: start;
        position: absolute;
        top: 150px;
        left: 0;
        z-index: 1000;
        background-color: #fff;
        padding: 0;
    }

    .sidebar img.logo-SIGEM {
        order: -1;
        width: 150px;
        margin: 5px;
    }

    .sidebar h3 {
        order: -1;
        width: 100%;
        text-align: center;
        margin: 5px 0;
        font-size: 12px;
    }

    .sidebar a.nav-link {
        flex: 1 1 auto;
        text-align: center;
        padding: 10px;
    }


    .conteudo,
    .margin-top {
        padding-top: 565px;
    }
}


.sidebar .nav-link {
    color: #000;
}

.sidebar .nav-link:hover,
.nav-link.active {
    background-color: #f8f5ff;
    color: #e2a925;
}

.content {
    flex: 1;
    padding: 20px;
}

.d-flex.contentLenth {
    min-height: 93.5vh;
}

.logo-SIGEM {
    width: 145px;
    height: auto;
    margin-top: 18px;
}

.search-bar {
    flex: 1;
}

.profile img {
    object-fit: cover;
}

.profile span {
    font-weight: 500;
}

.img-profile {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.bg-warning-light,
.card-agenda {
    background-color: #fffbe6 !important;
}

.bg-success-light {
    background-color: #E6FFF7 !important;
}

.bg-danger-light {
    background-color: #ffeaea !important;
}

.text-dark {
    color: #343a40 !important;
}

.text-dark.p {
    font-size: 15px
}

.text-bg-success {
    color: #40997E;
}

.text-bg-warning {
    color: #E0A23A;
}

.text-bg-danger {
    color: #FF3737;
}

.bg-bem-vindo {
    background-color: #E2A925 !important;
    height: 115px !important;
}

.text-primary {
    /*color: #3b2900 !important;*/
    color: #282828 !important;
}

.bg-purple {
    background-color: #6f42c1 !important;
}

.bg-purple-light {
    background-color: #ccc9f0;
}

.text-bg-purple {
    color: #6f42c1;
}

.profile-container img {
    object-fit: cover;
}

.profile-container h5,
.profile-container small,
.profile-container p {
    margin: 0;
}

.text-small {
    font-size: 13.5px
}

.profile:hover {
    cursor: pointer;
}

.icon-container {
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
    position: relative;
}

.icon-container:hover {
    color: #343a40;
}

.icon-container .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.icon-container.show .dropdown-menu {
    display: block;
}

.icon-container i {
    font-size: 1.5rem;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.profile {
    position: relative;
}

.profile-container {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -180px;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item i {
    margin-right: 8px;
}

footer {
    background-color: #fff;
    color: #E2A925;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
}

.card-detalhes-alunos {
    height: 40vh;
}

/*.btn-cadastro {
    background: #c6e4a9 !important;
    border: 1px solid #074c27 !important;
    color: #032f17 !important;
}*/

.btn-cadastro {
    background: #e4f1ff !important;
    border: 1px solid #3a5170 !important;
    color: #032f17 !important;
}


.btn.btn-primary {
    background: #e3b04b !important;
    border: 1px solid #e3b04b !important;
    color: #fff;
}

.btn.btn-primary:active {
    background: #757575 !important;
    border: 1px solid #e3b04b !important;
    color: #fff !important;
}

.btn.btn-primary:hover {
    border: 1px solid #e3b04b;
    background-color: #393939;
}

.btn.btn-primary:focus,
.btn-primary-light:focus,
.btn-outline-primary:focus,
.btn-primary-light:active .btn.btn-primary.focus,
.btn-primary-light.focus,
.btn-outline-primary.focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-outline-primary {
    border: 1px solid #e3b04b;
    background: transparent;
    color: #e3b04b;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    border: 1px solid transparent !important;
    background: #9c9c9c !important;
    color: #fff;
}

.btn-primary-light {
    background: #fffbe6 !important;
    border: 1px solid #e3b04b !important;
    color: #545454 !important;
}

.btn-outline-secondary:hover {
    background: transparent;
    color: #545454 !important;
}

.form-control-file.bg-primary {
    background-color: #e3b04b !important;
}

/* .form-control-file {
    border-radius: .25rem !important;
} */
/*.btn-blue-light,
.table-primary {
    background-color: #e6ecff;
    color: #4e4e4e;
    border: 1px solid #6d92ae;
}*/

.btn-blue-light,
.table-primary {
    background-color:
        /*#f4f7ff*/
        #f8faff;
    color: #4e4e4e;
    border: 1px solid #91adc3;
}

.fc-toolbar-title {
    text-transform: capitalize;
}

.fc-event-title {
    text-transform: uppercase;
    color: #000;
    text-wrap: wrap;
}

.custom-event {
    background-color: #e3b04b !important;
    border-color: #e3b04b !important;
}

.fc .fc-daygrid-event-dot {
    border-color: #e3b04b !important;
}

.fc-event-title-container {
    background-color: #e3b04b !important;
    border: none
}

.fc-h-event {
    border: 1px solid #9c9c9c !important;
    border: 1px solid var(--fc-event-border-color, #e3b04b) !important;
    background-color: #5c5c5c !important;
    background-color: var(--fc-event-bg-color, #535353) !important;
}

.news-card {
    margin-bottom: 20px;
}

.news-header {
    background-color: #e6ecff;
    color: #4e4e4e;
}

.news-footer {
    background-color: #f8f9fa;
}

.card-header-cadastro {
    background-color:
        /*#ffc107*/
        /*#ffdd7c*/
        #ffe6a0;
    color: #000;
}

.card-bg-light {
    background: #fffbe6 !important;
    color: #545454 !important;
}

.btn-link.blue {
    color: #545454 !important;
}

.btn-rounded {
    border-radius: 20px;
}

.bold {
    font-weight: 600;
}

/*Breadcrumb*/
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-item {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    color: #333;
}

.breadcrumb-item:first-child {
    list-style: none;
}

.breadcrumb-item:last-child {
    font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    margin-right: 5px;
}

.btn-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    text-decoration: none;
    color: #000;
}

.btn-link i {
    transition: transform 0.3s ease;
}

.btn-link.collapsed i {
    transform: rotate(90deg);
}

.card-header {
    padding: .55rem 1.15rem !important;
}

.card-header-cadastro {
    cursor: pointer;
}

.btn-icon i {
    margin-right: 5px;
}

.icon-view {
    color: rgb(140, 140, 202);
}

.icon-edit {
    color: orange;
}

.icon-menu {
    color: gray;
}

.icon-access {
    color: green;
}

.icon-file {
    color: purple;
}

.icon-id {
    color: darkblue;
}

.icon-enrollment {
    color: teal;
}

.icon-student {
    color: brown;
}

.icon-delete {
    color: red;
}

.icon-etapas {
    color: #007bff;
}

.icon-unidades {
    color: #28a745;
}

.icon-calendario {
    color: #17a2b8;
}

.icon-relatorio {
    color: #064172;
}

.icon-configurar-avaliacao {
    color: #565656;
}

.icon-detalhes-calendario-anual {
    color: #539e6f;
}

.icon-matricular {
    color: rgb(40, 40, 255);
}

.icon-roxo {
    color: rgb(202, 0, 247);
}

.photo-box {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

.photo-box i {
    font-size: 50px;
    color: #888;
}

.element-box {
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    height: auto;
}

.document-container {
    margin-top: 50px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.document-title {
    text-align: center;
    margin-bottom: 30px;
}

.document-section {
    margin-bottom: 20px;
}

.document-label {
    font-weight: bold;
}

.no-print {
    margin-bottom: 20px;
}

@media print {
    body * {
        visibility: hidden;
    }

    .printable,
    .printable * {
        visibility: visible;
    }

    .printable {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .no-print {
        display: none;
    }

    #imprimir_modal {
        display: none;
    }

    .modal-body, .modal-body * {
        visibility: visible;
    }
    
    .modal-dialog {
        margin: unset !important;
    }

    .modal-content {
        width: 1050px !important;
        height: 794px !important;
    }
    .modal-header {
        display: none !important;
    }
}

.info-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.info-list div {
    width: 15%;
    margin-bottom: 10px;
}

.info-list dt {
    font-weight: bold;
}

.info-list dd {
    margin-top: 5px;
}

.element-wrapper .element-header:after {
    content: "";
    background-color: #E0A23A;
    width: 25px;
    height: 4px;
    border-radius: 0;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.element-wrapper .element-header {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
}

.add-category-btn {
    cursor: pointer;
}

#new-category-section {
    display: none;
}

.container#new-category-section {
    background-color: #eaeaea;
    border-radius: 8px;
    padding: 15px;
    margin: auto;
}

.container-cinza {
    background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.excluir-icon {
    color: #dc3545;
    cursor: pointer;
}

.text-danger {
    color: #721c24 !important;
}

span.text-danger {
    color: #ff0019 !important;
}

.icon-container {
    position: relative;
}

.dt-button {
    background: #fffbe6 !important;
    border: 1px solid #e3b04b !important;
    color: #545454 !important;
    height: calc(1.5em + .75rem + 2px);
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dataTables_filter input:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) !important;
}

.dataTables_wrapper .dataTables_length label {
    line-height: calc(1.5em + .75rem + 2px) !important;
}

.dataTables_wrapper .dataTables_filter label {
    line-height: calc(1.5em + .75rem + 2px) !important;
}

.dataTables_wrapper .dataTables_length select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.empty_trow {
    height: calc(0.7em + .75rem + 2px);
}

form.stylized label, form.stylized p.label {
    margin: 6px 0 4px 0;
    font-family: AkzidenzGroteskBQBold, Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: block;
    text-align: start;
}

form.stylized select {
    min-width: 76px;
    max-width: 460px;
    text-transform: uppercase;
    padding: 6px 4px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem !important;
    color: #007bff !important;
    background-color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #e3b04b !important;
    background-color: #e9ecef !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #040404 !important;
    border-color: #e3b04b !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background-color: #e3b04b !important;
}

#table tbody tr:hover {
    background-color: #F7DF49!important;
}

.datatables-button-right {
    float: right;
}

.icon-container {
    position: relative;
}
.badge-notificacoes {
    position: absolute;
    top: 5px;
    right: 90px;
    zoom: 85%;
    border-radius: 12px;
    color: white !important;
}

div.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -100px;
    margin-left: -200px;
    background-color: #fff;
    border: 2px solid #dee2e6;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    text-align: center;
    z-index: 1050;
}

div.dt-button-info h2 {
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

div.dt-button-info > div {
    padding: 1em;
}

  div.dt-button-collection {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    margin-top: 3px;
    padding: 8px 8px 4px 8px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background-color: white;
    overflow: hidden;
    z-index: 2002;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    -ms-column-gap: 8px;
    -o-column-gap: 8px;
    column-gap: 8px;
  }
  div.dt-button-collection button.dt-button,
  div.dt-button-collection div.dt-button,
  div.dt-button-collection a.dt-button {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 4px;
    margin-right: 0;
  }
  div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
  div.dt-button-collection div.dt-button:active:not(.disabled),
  div.dt-button-collection div.dt-button.active:not(.disabled),
  div.dt-button-collection a.dt-button:active:not(.disabled),
  div.dt-button-collection a.dt-button.active:not(.disabled) {
    background-color: #dadada;
    /* Fallback */
    background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    /* IE10 */
    background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f0f0f0', EndColorStr='#dadada');
    box-shadow: inset 1px 1px 3px #666;
  }
  div.dt-button-collection.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    border-radius: 0;
  }
  div.dt-button-collection.fixed.two-column {
    margin-left: -150px;
  }
  div.dt-button-collection.fixed.three-column {
    margin-left: -225px;
  }
  div.dt-button-collection.fixed.four-column {
    margin-left: -300px;
  }
  div.dt-button-collection > * {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
  div.dt-button-collection.two-column {
    width: 300px;
    padding-bottom: 1px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
  div.dt-button-collection.three-column {
    width: 450px;
    padding-bottom: 1px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  }
  div.dt-button-collection.four-column {
    width: 600px;
    padding-bottom: 1px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
  }
  div.dt-button-collection .dt-button {
    border-radius: 0;
  }

.custom-color-1 {
    background-color: #e1bee7;
    color: black;
}

.custom-color-2 {
    background-color: #d1c4e9;
    color: black;
}

.custom-color-3 {
    background-color: #c5cae9;
    color: black;
}

.custom-color-4 {
    background-color: #b3e5fc;
    color: black;
}

.custom-color-5 {
    background-color: #b2ebf2;
    color: black;
}

.custom-color-6 {
    background-color: #b2dfdb;
    color: black;
}

.custom-color-7 {
    background-color: #c8e6c9;
    color: black;
}

.custom-color-8 {
    background-color: #dcedc8;
    color: black;
}

.custom-color-9 {
    background-color: #f0f4c3;
    color: black;
}

.custom-color-10 {
    background-color: #fff9c4;
    color: black;
}

.custom-color-11 {
    background-color: #ffecb3;
    color: black;
}

.custom-color-12 {
    background-color: #ffe0b2;
    color: black;
}

.custom-color-13 {
    background-color: #ffccbc;
    color: black;
}

.custom-color-14 {
    background-color: #d7ccc8;
    color: black;
}

.custom-color-15 {
    background-color: #f5f5f5;
    color: black;
}

.custom-color-16 {
    background-color: #cfd8dc;
    color: black;
}

.custom-color-17 {
    background-color: #ff8a80;
    color: black;
}

.custom-color-18 {
    background-color: #ff80ab;
    color: black;
}

.custom-color-19 {
    background-color: #ea80fc;
    color: black;
}

.custom-color-20 {
    background-color: #b388ff;
    color: black;
}

.custom-color-21 {
    background-color: #8c9eff;
    color: black;
}

.custom-color-22 {
    background-color: #82b1ff;
    color: black;
}

.custom-color-23 {
    background-color: #80d8ff;
    color: black;
}

.custom-color-24 {
    background-color: #84ffff;
    color: black;
}

.whatsapp-duplo{margin: 0}	
#abre_janela_wp,
#fecha_janela_wp,
#janela_wp{
    position: fixed;
    right: 0;
    top: 160px;
    z-index: 500;
    background: #ABABAB;
    color: #FFF;

    -webkit-border-top-left-radius: .3rem;
    -webkit-border-bottom-left-radius: .3rem;
    -moz-border-radius-topleft: .3rem;
    -moz-border-radius-bottomleft: .3rem;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
    -webkit-box-shadow: 0 0 0.3rem 0 rgba(50,50,50,0.75);
    -moz-box-shadow: 0 0 .3rem 0 rgba(50,50,50,0.75);
    box-shadow: 0 0 0.3rem 0 rgba(50,50,50,0.75);
    background-color: #ABABAB;

    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;		
}

#abre_janela_wp,
#fecha_janela_wp{
    z-index: 500;
    top: 120px;
}
    #abre_janela_wp{right: -50px}

#abre_janela_wp span, 
#fecha_janela_wp span{
    display: block;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
    #abre_janela_wp span i, 
    #fecha_janela_wp span i{display: none;}	

#janela_wp{
    z-index: 500;
    padding: 10px 15px;
    text-align: right;		
}
    #janela_wp a,
    #janela_wp a:hover{
        font-size: 18px;
        text-decoration: none;
        color: #FFF
    }
    #janela_wp a .ddd{font-size: 14px;}

#abre_janela_wp.open    {right: 0 !important;}
#fecha_janela_wp.close  {right: -60px !important;}
#janela_wp.close        {right: -280px !important;}

/* ==========================================================================
   =FORM VALIDATION
   ========================================================================== */
.formValitadion {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
}

.formValitadion .title,
.formValitadion .protocol {
    padding: 0.5rem; 
    border-radius: 0.25em;
    margin-top: 0 !important;
    color: #fff;
    font-size: 1.125rem !important; 
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0.0625rem #fff; 
}

.formValitadion ol {
    padding: 0 !important;
    margin-left: 10px !important;
}

.formValitadion .protocol {
    margin: 10px 0 0 0 !important;
    font-weight: 700;
}

.formValitadion .protocol span {
    position: relative;
    top: 2px;
    font-size: 28px !important;
}

.formValitadion.error,
.formValitadion.success {
    background-image: none !important;
}

.formValitadion.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.formValitadion.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.required_error{
	border-color: #721c24;
	border-style: dashed !important;
}

.loading-overlay-geral {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    z-index: 10000;
}

.loading-overlay-geral.hidden {
    opacity: 0;
    visibility: hidden;
}

.spinner-overlay-geral {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top: 6px solid #4285F4;
    border-right: 6px solid #EA4335;
    border-bottom: 6px solid #FBBC05;
    border-left: 6px solid #34A853;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* alerts */
.message_box{
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-weight: 600;
}

.message_box.warning{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
/*ERROS*/
.message_box.error{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
/*INFORMAÃ‡Ã•ES*/
.message_box.info{
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
/*SUCESSO*/
.message_box.success{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

/* Apenas para dar borda arredonda a tabela - inicio - sujeito a mudancas */
/* .bg-white {
    background-color: transparent !important;
}

.table-bordered td, .table-bordered th {
    border: none !important;
}

.table-bordered td:not(:first-child), .table-bordered th:not(:first-child) {
    border-left: 1px solid #dee2e6 !important;
}

.table-bordered tr:not(:first-child) td, .table-bordered tr:not(:first-child) th {
    border-top: 1px solid #dee2e6 !important;
}

.table-bordered th {
    border-bottom: 2px solid #dee2e6 !important;
}

table, td {
    border-collapse: unset !important;
}

.table.table-bordered {
    border-spacing: 0;
    border-radius: .25rem !important;
} */
/* Apenas para dar borda arredonda a tabela - final */

.btn-link .left-contentAccordeon {
    display: flex;
    align-items: center;
    color: #616161;
}

.btn-link .left-contentAccordeon span {
    margin-right: 8px;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #FFC100 white;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }
  
  *::-webkit-scrollbar-track {
    background: white;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: #FFC100;
    border-radius: 20px;
    border: 3px solid white;
  }

  .accordion .card {
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
  }

  .sidebar .profile {
    text-align: center;
    margin-bottom: 10px;
  }

  .sidebar .profile img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }

  .sidebar .profile h4 {
    margin: 5px 0;
    font-size: 1.1em;
  }

  .sidebar .profile span {
    font-size: 0.9em;
    color: #676666;
  }

  .sidebar .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }

  .left-aligned-title {
    text-align: left !important;
    font-size: 1.5rem;
  }

  .left-aligned-items {
    text-align: left !important;
  }

  .text-menu {
    color: #2f2f2f !important;
    font-weight: 600;
  }

  .circleBall {
    color:white;
    font-weight: bold;
    border-radius: 10px;
    text-align: center;
    text-decoration-style: solid;
}

.red-ball {
    background-color: #e74c3c;
}

.green-ball {
    background-color: #2ecc71;
}

.blue-ball {
    background-color: #3498db;
}

.HeightFull {
    min-height: 95vh;
}