table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
}

.editable-table+input.error {
  border: 1px solid #DB2828;
  outline: 0;
  outline-offset: 0;
}

.editable-table+input,
.editable-table+input:focus,
#editable-datatable_wrapper+input:focus {
  border: 1px solid #03a9f3 !important;
  outline: 0 !important;
  outline-offset: 0 !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: #035E7F;
    color: white;
}

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

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #A6CE3A !important;
    border: transparent !important;
    background-color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button :hover {
    color: #fff !important;
    border: 1px solid #A6CE3A !important;
    background-color: #A6CE3A !important;
}

.dataTables_wrapper .dt-buttons a.dt-button {
    background-image: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 7px 10px;
    margin-right: 10px;
}

.dataTables_wrapper .dt-buttons a.dt-button .icon-download i {
    font-size: 20px;
    color: #CECBCB;
}

.dataTables_wrapper .dt-buttons a.dt-button:hover {
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    background-image: none;
}

.dataTables_wrapper .dt-buttons a.dt-button:hover .icon-download i {
    color: #ACACAC;
}

.dataTables_wrapper .dt-buttons a.dt-button:active,
.dataTables_wrapper .dt-buttons a.dt-button:focus {
    border: 1px solid #F4F4F4;
    background-color: #F4F4F4;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.dataTables_wrapper .dataTables_filter {
    position: absolute;
    left: 2rem;
    top: 20px;
    display: flex;
}

.dataTables_wrapper .dataTables_filter .icon_lupa {
    width: 37px;
    height: 37px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #F4F4F4;
}

.dataTables_wrapper .dataTables_filter .icon_lupa i {
    font-size: 16px;
    color: #CECBCB;
}

.dataTables_wrapper .dataTables_filter .icon_lupa:before {
    content: "";
    width: 1px;
    height: 18px;
    background-color: #F4F4F4;
    position: absolute;
    top: 9px;
    right: 0;
}

.dataTables_wrapper .dataTables_filter label {
    padding-left: 0;
}

.dataTables_wrapper .dataTables_filter label input {
    margin-left: 0;
    border: none;
    border-bottom: 1px solid #F4F4F4;
    padding: 9.5px 50px 9.5px 10px;
    font-size: 12px;
    color: #CECBCB;
}

.dataTables_wrapper .dataTables_filter label input::-webkit-input-placeholder {
    font-size: 12px;
    color: #CECBCB;
}

.dataTables_wrapper .dataTables_filter label input:-ms-input-placeholder {
    font-size: 12px;
    color: #CECBCB;
}

.dataTables_wrapper .dataTables_filter label input::placeholder {
    font-size: 12px;
    color: #CECBCB;
}


table.dataTable {
  position: relative;
  top: 30px;
  border: 1px solid #ffffff !important;
  margin-bottom: 50px !important;
  border-radius: 4px;
}

table.dataTable thead tr th {
  background-color: #f4f4f4 !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  color: #CECBCB !important;
  border-bottom: none;
}

table.dataTable thead tr th:first-child {
  border-radius: 4px 0 0 0;
}

table.dataTable thead tr th:last-child {
  border-radius: 0 4px 0 0;
}

table.dataTable thead .sorting_asc {
  background-image: none !important;
}

table.dataTable thead .sorting_desc {
  background-image: none !important;
}

table.dataTable thead .sorting {
  background-image: none !important;
}

table.dataTable tbody tr {
  background-color: #fafafa !important;
}

table.dataTable tbody tr td {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  line-height: 20px;
  padding: 8px 20px;
}

table.dataTable tbody tr td .label-ativo {
  color: #00d284;
  font-weight: bold;
}

table.dataTable tbody tr td .label-inativo {
  color: #ff0854;
  font-weight: 400;
}

table.dataTable tbody tr td .botao-boas-vindas {
  color: #00B1CD;
}

table.dataTable tbody tr td .botao-boas-vindas i {
  font-size: 20px;
}

table.dataTable tbody tr td .botao-boas-vindas span {
  text-decoration: underline;
  font-size: 16px;
  color: #333333;
}

table.dataTable tbody tr td .botoes-datatable {
  display: flex;
  margin-top: 5px;
}

table.dataTable tbody tr td .botoes-datatable .editar-datatable {
  display: flex;
  color: #FBBD08;
  margin-right: 20px;
}

table.dataTable tbody tr td .botoes-datatable .editar-datatable i {
  font-size: 20px;
}

table.dataTable tbody tr td .botoes-datatable .editar-datatable p {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

table.dataTable tbody tr td .botoes-datatable .reavaliar-datatable {
    display: flex;
    color: #0895fb;
    margin-right: 20px;
}

table.dataTable tbody tr td .botoes-datatable .reavaliar-datatable p {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

table.dataTable tbody tr td .botoes-datatable .reavaliar-datatable i {
    font-size: 20px;
}

table.dataTable tbody tr td .botoes-datatable .result-datatable {
    display: flex;
    color: #558a8a;
    margin-right: 20px;
    font-size: 16px;
}

table.dataTable tbody tr td .botoes-datatable .visualizar-datatable {
  display: flex;
  color: #2987ec;
  margin-right: 20px;
}

table.dataTable tbody tr td .botoes-datatable .visualizar-datatable i {
  font-size: 20px;
}

table.dataTable tbody tr td .botoes-datatable .visualizar-datatable p {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

table.dataTable tbody tr td .botoes-datatable .excluir-datatable {
  display: flex;
  color: #ff0854;
  cursor: pointer;
}

table.dataTable tbody tr td .botoes-datatable .excluir-datatable i {
  font-size: 20px;
}

table.dataTable tbody tr td .botoes-datatable .excluir-datatable p {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

table.dataTable tbody tr:last-child td {
  border-bottom: none;
}

table.dataTable tbody tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

table.dataTable tbody tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #8e8d8d !important;
}


.filtros_datatable {
  margin: 0 -13px 30px -13px;
}

.filtros_datatable .box-status {
  margin-top: 10px;
}

.filtros_datatable h2 {
  font-size: 20px;
  color: #035E7F;
  font-weight: 400;
  margin: 2px 0;
  text-transform: uppercase;
}

.filtros_datatable h2 strong {
  font-weight: 900;
}


table.dataTable {
  width: 100% !important;
}

/* #buscaDataTable {
  background-image: url(../images/lupa.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
} */


.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  color: #888888 !important;
  background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  color: #021722 !important;
  background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  color: #888888 !important;
  background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #021722 !important;
  background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #021722 !important;
  background: transparent !important;
}

.dataTables_wrapper {
  position: inherit;
}

.mdi-file-pdf:before {
  content: "\f02f";
}

.dataTables_wrapper .dataTables_paginate .paginate_button
{
    min-width: 0.2em !important;
}

.dataTables_info, .dataTables_paginate {
  font-size: 12px;
}

.paginate_button {
  background-color: transparent !important;
}

.dataTables_wrapper .dt-buttons a.dt-button {
  background-image: none;
  background-color: transparent;
  border: 1px solid #F4F4F4;
  border-radius: 4px;
  padding: 7px 10px;
  margin-right: 10px;
}

.dt-action-btn {
  padding: 10px 10px;
}

.loadingoverlay {
    background-color: rgba(255, 255, 255, 0.8) !important;
    position: fixed !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 9999 !important;
    background-image: url(/assets/images/loading.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background-size: 100px !important;
}

p.text-black.font-weight-semibold.m-0 {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-panel {
    width: 100%;
    background: #f8f9fb !important;
}

.form-control, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .typeahead, .tt-query, .tt-hint {
    display: block;
    width: 100%;
    /* height: 2.3rem !important; */
}

.main-panel .content-wrapper .header-right .btn-icon-text i {
    padding: 7px;
    display: inline-block;
    background: #63d287;
    margin-right: 15px;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .input-group-text i {
    font-size: 15px;
    padding: 9px 9px;
    color: #a0a0a0;
}

.footer a {
    color: #eb8074;
    font-size: inherit;
}

.dualbox-title {
    font-weight: bold;
    margin-bottom: -12px;
}

.header_menus {
    border-bottom: 1px solid #969696;
}

.panel .panel-body:first-child h3 {
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.header_menus ul {
    list-style: none;
    float: right;
    margin: 0;
    margin-top: -3vh;
}

.header_menus ul li {
    padding: 0 32px;
    display: inline-block;
}

.lista_menus {
    margin: 20px 0px 30px;
}

.lista_menus .menu_pai {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}

.lista_menus .menu_pai .box_pai h4 {
    float: left;
}

.lista_menus .menu_pai .box_pai ul {
    float: right;
    list-style: none;
    padding: 0;
}

.lista_menus .menu_pai .box_pai ul li {
    padding: 10px 25px;
    display: inline-block;
}

.lista_menus .menu_pai .menu_filho {
    width: 100%;
    float: left;
    padding: 0 0 0 20px;
    list-style: none;
}

.lista_menus .menu_pai .menu_filho .box_filho {
    width: 100%;
    float: left;
    border-top: 1px solid #ececec;
}

.lista_menus .menu_pai .menu_filho .box_filho h5 {
    padding-top: 10px;
    float: left;
}

.lista_menus .menu_pai .menu_filho .box_filho ul {
    float: right;
    list-style: none;
    padding: 0;
}

.lista_menus .menu_pai .menu_filho .box_filho ul li {
    padding: 10px 25px;
    display: inline-block;
}

textarea {
    resize: vertical;
}

/* Search Bar Color */
#org-search > .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group
.form-control, .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group
.select2-container--default .select2-selection--single, .select2-container--default .horizontal-menu .top-navbar
.navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-selection--single, .horizontal-menu
.top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-container--default
.select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single
.horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .select2-search__field,
.horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .typeahead,
.horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .tt-query,
.horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group
.tt-hint, .horizontal-menu .top-navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-search .input-group .input-group-text {
    background: #f8f9fb !important;
}

#select2-org-search-container {
    background-color: #f4f4f4 !important;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    color: #000 !important;
    border-bottom: none;
}



/* MEDIA NAVBAR */
@media (min-width: 280px) {
    .orgsearch-select > .select2-container {
        width: 40px !important;
    }
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 18px !important;
        right: 119px !important;
        padding: 3px 7px 3px 7px !important;
    }
}

@media (min-width: 320px) {
    .orgsearch-select > .select2-container {
        width: 105px !important;
    }
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 18px !important;
        right: 123px !important;
        padding: 3px 7px 3px 7px !important;
    }
}

@media (min-width: 360px) {
    .orgsearch-select > .select2-container {
        width: 140px !important;
    }
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 18px !important;
        right: 125px !important;
        padding: 3px 7px 3px 7px !important;
    }
}

@media (min-width: 410px) {
    .orgsearch-select > .select2-container {
        width: 125px !important;
    }
}

@media (min-width: 500px) {
    .orgsearch-select > .select2-container {
        width: 195px !important;
    }
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 18px !important;
        right: 124px !important;
        padding: 3px 7px 3px 7px !important;
    }
}
@media (min-width: 500px) {
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 18px !important;
        right: 123px !important;
        padding: 3px 7px 3px 7px !important;
    }
}

@media (min-width: 576px) {
    .orgsearch-select > .select2-container {
        width: 285px !important;
    }
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 18px !important;
        right: 212px !important;
        padding: 3px 7px 3px 7px !important;
    }
}
@media (min-width: 600px) {
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 18px !important;
        right: 149px !important;
        padding: 3px 7px 3px 7px !important;
    }
}
@media (min-width: 650px) {
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 18px !important;
        right: 168px !important;
        padding: 3px 7px 3px 7px !important;
    }
}
@media (min-width: 700px) {
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 18px !important;
        right: 188px !important;
        padding: 3px 7px 3px 7px !important;
    }
}
@media (min-width: 768px) {
    .orgsearch-select > .select2-container {
        width: 330px !important;
    }
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 18px !important;
        right: 251px !important;
        padding: 3px 7px 3px 7px !important;
    }
}
@media (min-width: 800px) {
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 18px !important;
        right: 283px !important;
        padding: 3px 7px 3px 7px !important;
    }
}
@media (min-width: 850px) {
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 18px !important;
        right: 297px !important;
        padding: 3px 7px 3px 7px !important;
    }
}
@media (min-width: 900px) {
    .orgsearch-select > .select2-container {
        width: 460px !important;
    }
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 18px !important;
        right: 318px !important;
        padding: 3px 7px 3px 7px !important;
    }
}
@media (min-width: 992px) {
    .orgsearch-select > .select2-container {
        width: 460px !important;
    }
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 12px !important;
        right: -9px !important;
        padding: 3px 7px 3px 7px !important;
    }
}
@media (min-width: 1200px) {
    .orgsearch-select > .select2-container {
        width: 640px !important;
    }
    #select2-org-search-container {
        width: 580px !important;
    }
    .btn-badge {
        background: #FF5D5D !important;
        color: white !important;
        font-size: 10px !important;
        position: absolute !important;
        top: 12px !important;
        right: -9px !important;
        padding: 3px 7px 3px 7px !important;
    }
}

/* DATATABLES BTNS */

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    background-color: #ff1059 !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    background-color: #04d285 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button :hover {
    color: #fff !important;
    border: 1px solid #3794f8 !important;
    background-color: #3794f8 !important;
}
.dataTables_wrapper .dataTables_filter {
    position: unset !important;
    margin-bottom: -30px !important;
}
.dataTables_wrapper .dataTables_filter .icon_lupa {
    width: 37px;
    height: 41px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #F4F4F4;
}

/* Notification */
.notification-icon {
    font-size: 18px !important;
    color: #ff8721 !important;
}

.notification-item-icon {
    margin-right: 0 !important;
}

.horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand img {
    max-width: 100%;
    width: 50px;
    height: 45px;
    margin: auto;
    vertical-align: middle;
}

.custom-file-label::after {
    content: "Selecionar" !important;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item:last-child > .nav-link i {
    /* font-size: 20px; */
    font-size: 0.875rem;
    font-weight: 400;
}

@media (min-width: 992px)
{
    .horizontal-menu .bottom-navbar .page-navigation > .nav-item:last-child > .nav-link i {
        /* font-size: 20px; */
        font-size: 0.875rem;
        font-weight: 400;
    }

    .horizontal-menu .bottom-navbar .page-navigation > .nav-item:last-child > .nav-link {
        padding: 15px 0 15px 13px;
        border: 0;
        color: #ffffff;
        padding: 22px 12px 22px 7px;
        line-height: 1;
        font-weight: 400;
    }
}
