:root {
    --primary: #3e5d40;
}

body,
a:hover,
a:focus,
.btn-default,
.btn-default:focus {
    color: #565656;
    /* font-family: 'Lato', sans-serif; */
    /* font-weight: 300; */
    font-size: 16px;
    /* color: #fff; */
    /*background-color: #ecf0f5;*/
    transition: 300ms;
    /* cursor: pointer; */
}

a:hover {
    font-size: unset;
}

* {
    outline: none !important;
}

body {
    overflow-x: hidden;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#mainnav-menu .active:not(.active-sub) > a,
#mainnav-menu .active:not(.active-sub) > i {
    color: #fff;
}

table.table-striped {
    font-size: 14px;
}

.select.form-group {
    display: inline-block;
}

.col-md-3-custom {
    width: 20% !important;
}

/*
.select.form-group select {
    width: 100% !important;
}
.panel-body .select.form-group select {
    width: 100% !important;
}
*/

.container-congrats {
    padding: 0px !important;
}

.loader {
    border: 8px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid var(--primary);
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    text-align: center;
}

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

.pad-all {
    -moz-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.42);
}

.form-inline .form-group {
    margin-right: 5px;
}

.form-inline .btn {
    margin-top: 1px;
}

#content-container:before {
    background: linear-gradient(175deg, #3e5d40, #4e7050);
}

.navbar-content,
.navbar-top-links > li > a:hover,
.navbar-top-links > li > a:focus {
    background: linear-gradient(134deg, var(--primary), #39643c);
}

.status_menu .fa-bars {
    font-size: 20px;
}

#dropdown-user .ic-user {
    font-size: 26px;
    line-height: 59px;
}

.navbar-top-links .head-list li a i {
    margin-right: 10px;
}

.navbar-top-links .tgl-menu-btn {
    top: 0px;
}

@media (min-width: 768px) {
    #navbar-container {
        background-color: var(--primary);
    }
    .navbar-header:before {
        background-color: #fff;
    }
}

.navbar-top-links > .open > a,
.navbar-top-links > .open > a:focus {
    background: #ffa200 !important;
}

.form-control {
    /* border: 1px solid rgba(0,0,0,0.2); */
}

#page-content > .panel > .panel-heading {
    display: none;
}

.panel-footer {
    background-color: #f7f7f7;
}

.select:before {
    display: none;
}

.form-inline .select:before {
    margin: -2px 0px 0;
    top: 50%;
}

.title_menor {
    font-size: 13px;
}

.final_texto {
    position: absolute;
    width: 50px;
    height: 30px;
    top: 11px;
    right: 16px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.68) 50%,
        rgba(255, 255, 255, 1) 74%
        );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(255, 255, 255, 0)),
        color-stop(50%, rgba(255, 255, 255, 0.68)),
        color-stop(74%, rgba(255, 255, 255, 1))
        );
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.68) 50%,
        rgba(255, 255, 255, 1) 74%
        );
    background: -o-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.68) 50%,
        rgba(255, 255, 255, 1) 74%
        );
    background: -ms-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.68) 50%,
        rgba(255, 255, 255, 1) 74%
        );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.68) 50%,
        rgba(255, 255, 255, 1) 74%
        );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

:required,
select:required {
    border-left: 3px solid #39633C;
}

.pagination {
    margin: 0px;
}

#navbar .brand-title {
    padding: 0px;
}

.btn-success,
.btn-success:focus {
    background-color: #223f27 !important;
    border-color: #223f27 !important;
    color: #fff;
}
.btn-success:hover,
.btn-success:focus {
    background-color: #b5b5b5 !important;
    border-color: #b5b5b5 !important;
    color: #fff;
}
.btn-blocked,
.btn-blocked:focus {
    background-color: #ffa200 !important;
    border-color: #ffa200 !important;
    color: #fff;
}
.btn-blocked:hover,
.btn-blocked:focus {
    background-color: #ffa200 !important;
    border-color: #ffa200 !important;
    color: #fff;
}
.btn-filter,
.btn-filter:focus {
    background-color: #223f27 !important;
    border-color: #223f27 !important;
    color: #fff;
}
.btn-filter:hover,
.btn-hover-filter:hover,
.btn-hover-filter:active,
.btn-hover-filter.active,
.btn-filter:active,
.btn-active-filter.btn:active,
.btn-active-filter.btn.active,
.btn-active-filter + .dropdown-menu > li > a:hover,
.btn-active-filter + .dropdown-menu > li > a:focus,
.btn-active-filter + .dropdown-menu > .active > a,
.open .dropdown-toggle.btn.btn-active-filter,
.btn-group.open .dropdown-toggle.btn.btn-active-filter,
.btn-filter.active,
.btn-filter:disabled,
.btn-filter.disabled,
.btn-filter:not([class*="btn-active-"]) + .dropdown-menu > li > a:hover,
.btn-filter:not([class*="btn-active-"]) + .dropdown-menu > li > a:focus,
.btn-filter:not([class*="btn-active-"]) + .dropdown-menu > .active > a,
.btn-filter + .dropdown-menu:not(.head-list) > li > a.active,
.open > .dropdown-toggle.btn-filter {
    background-color: #b5b5b5 !important;
    border-color: #b5b5b5 !important;
    color: #fff;
}

.btn-aprove,
.btn-aprove:focus,
.btn-aprove:hover {
    background-color: #ffa200;
    border-color: #ffa200 !important;
    color: #fff;
}

.btn-new {
    background-color: #7c4c35;
    border-color: #7c4c35 !important;
    color: #fff;
}

.btn-aprovar:hover {
    background-color: #8bc34a !important;
    border-color: #8bc34a !important;
    color: #fff;
}

.nav-tabs li a {
    color: #4d627b;
}

.nav-tabs > li > a:hover {
    background: #c4bebe;
    border-color: #c4bebe;
}

.table_relatorio > tr {
    background: #bbb;
}

.table_relatorio thead tr {
    background: #bbb;
}

.table_relatorio thead a {
    color: #fff;
}

#container .table th {
    background: #bbb;
    color: #fff !important;
}

#mainnav-menu a {
    padding: 8px 0px 8px 20px;
}

#mainnav-menu .active:not(.active-sub) > a {
    background: var(--primary);
}

.tooltip-inner {
    max-width: 400px;
}

#mainnav-menu > .active {
    background-color: #333;
}
.navbar-header:before {
    background-color: #333;
}

#mainnav {
    height: 100% !important;
    background-color: #333;
    color: white;
}

.btn:not(.disabled):not(:disabled):hover {
    color: #fff;
}

.mapa_loc .table > tbody > tr > td,
.mapa_loc .table > tbody > tr > th,
.mapa_loc .table > tfoot > tr > td,
.mapa_loc .table > tfoot > tr > th,
.mapa_loc .table > thead > tr > td,
.mapa_loc .table > thead > tr > th {
    padding: 0px !important;
    border-right: 1px solid #bbb;
}

.select2-container {
    width: 100% !important;
}

.color_fundo_mapa_loc {
    background: #bbbbbb;
    color: #fff;
    font-weight: bold;
}

.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}

.listFileUpload {
    max-width: 10%;
}

.image_grid {
    max-height: 50px;
    border-radius: 5px;
    max-width: 50px;
}

.btn-aprove {
    background-color: #92c755;
    border-color: #8bc34a !important;
    color: #fff;
    margin: 0 1em;
}

.btn-reprove {
    background-color: #f55145;
    border-color: #f44336 !important;
    color: #fff;
}

.btn-pront,
.btn-pront:hover,
.btn-pront:focus {
    background-color: #7fd4d1;
    border-color: #7fd4d1 !important;
    color: #fff;
}

span.label {
    line-height: 23px;
    font-weight: 400;
    padding: 6px 10px;
    /* margin: 10px; */
}

.btn-xs {
    margin-right: 3px;
}

.flatpickr-calendar,
.flatpickr-innerContainer,
.flatpickr-rContainer,
.flatpickr-weekdays,
.dayContainer,
.flatpickr-days,
.flatpickr-day {
    /* width: 100%; */
    max-width: 100%;
}

.flatpickr-innerContainer {
    justify-content: center;
}

.flatpickr-months .flatpickr-month {
    height: 40px;
}

.flatpickr-days {
    margin-bottom: 10px;
}

.pad-btm {
    padding-bottom: 10px !important;
    margin-bottom: 10px;
    /* min-height: 60px; */
}

.scroll-top.in > i {
    display: block;
    width: 15px;
    height: 1em;
    line-height: 1.9em;
    margin-top: 5px;
}

.flatpickr-day.selected:hover,
.flatpickr-day.selected {
    background: #84266a;
    border-color: #84266a;
}

.panel-dangerous .panel-heading,
.panel-dangerous .panel-footer,
.panel-dangerous.panel-colorful {
    background-color: #6b084f;
    border-color: #6b084f;
    color: #fff;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    height: auto !important;
}

.form-control {
    height: 41px;
    font-size: 16px;
    color: #888;
    margin: 0px 0px 0px;
    border-radius: 100px;
    /* padding: 1; */
    /* font-family: -webkit-body; */
}

.btn {
    height: 36px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 300;
}

.select.form-group select {
    height: 41px;
    font-size: 16px;
    border-radius: 100px;
}

.alert {
    border-radius: 50px !important;
}

.alert .close {
    right: 17px;
    top: 17px;
}

.breadcrumb .active {
    font-weight: 300;
}

#mainnav-menu > .active-link > a,
#mainnav-menu > .active-link > a:hover {
    font-weight: 300;
    width: 100%;
    margin: 0px;
    padding: 8px 20px;
    border-radius: 0px;
}

#mainnav-menu i {
    margin-top: -5px;
    display: inline-block;
    width: 22px;
}

label {
    font-weight: 300;
}

.table,
.table th,
#container .table th {
    font-size: 16px;
    font-weight: 300;
}

.toolbar-left,
.toolbar-right,
.table-toolbar-left,
.table-toolbar-right {
    padding-bottom: 0px;
    /* padding: 0px !important; */
}

.btn-xs {
    height: 25px;
}

.btn-xs,
.btn-icon.btn-xs,
.btn-group-xs > .btn {
    padding: 0px 5px;
}

.select2-container .select2-selection--single {
    height: 41px !important;
    border-radius: 100px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 3px !important;
}

.navbar-top-links .head-list li a {
    font-size: 16px;
}

.btn-xs-icon {
    padding: 4px 5px;
    height: 26px !important;
    margin: 0px 2px;
    width: 26px !important;
    text-align: center;
}

textarea.form-control {
    border-radius: 20px;
    height: auto;
}

.list-group {
    padding-top: 10px;
}

.timeline-icon {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    height: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-top: 15px;
    background-color: #ecf0f5;
}

.timeline-time {
    padding: 8px 3px;
}

@media (min-width: 768px) {
    #navbar {
        background-color: transparent;
        z-index: 1000;
    }
}

.select2-container--default .select2-results > .select2-results__options {
    background: white !important;
}

#loader {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999999999999999999999 !important;
    width: 100%;
    height: 100%;
}

#loader > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -79px;
    margin-left: -105px;
}

.empty-fields {
    color: red;
    font-weight: bold;
}

.readonly {
    border: none;
    outline: none;
    margin: 0px 0px 10px;
    color: #333;
    background-color: transparent;
    border: none;
}

.readonly-info {
    border: none;
    outline: none;
    margin: 0px 0px 10px 0px;
    max-height: 20px;
    color: #888;
    background-color: #fff !important;
    border: none;
    font-size: 16px;
    padding: 18px 10px 18px 10px !important;
    border: 1px solid #d8d7d7;
    border-left: 3px solid #e7e7e7;
    border-radius: 100px;
    width: 100%;
    background-color: #f2f2f2 !important;
}

#dropdown {
    margin-top: 8px;
}

#dropdown:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 100%;
    left: 25px;
    width: 14px;
    height: 14px;
    margin-bottom: -7px;
    /*    border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;*/
    background: #fff;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.dropdown-item .form-group {
    padding: 0px;
}

.dropdown-item .form-group input {
    width: 100%;
    display: block;
}

.mensagem_error {
    color: #f55a4e;
    font-size: 13px;
}

.bt-pesquisa-consultar {
    margin-top: -9px !important;
    height: 41px !important;
}

.form-inline .table-toolbar-left form {
    margin-bottom: 0px !important;
}

.panel-body .form-inline {
    padding-bottom: 0px;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .form-inline .table-toolbar-right {
        position: absolute;
        right: 11px;
        top: -30px;
    }
}

.form-inline label {
    margin-right: 5px;
}

.modal-header > button {
    font-size: 35px !important;
    margin-right: 10px !important;
    padding-top: 3px;
}

.modal-body .form-group {
    padding: 0px;
}

.modal-header h4 {
    margin-top: 0px;
}

.modal-header {
    padding-top: 10px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: gray !important;
}

.img-edit {
    margin: 0px auto;
    border-radius: 400px;
    overflow: hidden;
    width: 160px;
    height: 160px;
    border: 6px solid rgb(239, 239, 239);
}

.img-edit img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.remove_field {
    margin-top: 5px;
}

.success-message {
    color: #9cc56c;
    width: 40%;
    font-weight: bold;
    padding: 6px 27px;
    border-radius: 100px;
}

.flatpickr-calendar.open {
    z-index: 999999999999999 !important;
}

#container .table th {
    background-color: #d1d1d1;
    border: none;
}

#container .table th a {
    color: #fff;
    font-weight: 500;
}

.table-responsive {
    border-radius: 5px;
}

.table-responsive table {
    margin-bottom: 0px;
}

.table-responsive table tbody tr {
    border: none;
    margin-bottom: 10px;
}

.table-responsive table tbody tr td {
    border: none !important;
    vertical-align: middle !important;
}

.table-responsive table tbody tr td img {
    max-width: 30px !important;
    border-radius: 0px;
}

.table-responsive table tbody tr td a {
    flex: 1;
    border-radius: 0px;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    border: none;
    width: 20px !important;
    padding: 0px 20px;
    float: right;
}

.table-responsive table tbody .td-status {
    margin: 0px !important;
    padding: 0px !important;
    height: 60px !important;
}

.table-responsive table tbody .td-status span {
    width: 100% !important;
    border-radius: 0px;
    height: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
    width: max-content !important;
    font-size: 12px;
    font-weight: bold;
    /* float: right; */
    padding: 0px 18px;
    color: #333;
    background-color: transparent;
    border-left: 5px solid;
}

.table-responsive table tbody tr td:last-child {
    /* display: flex; */
    padding: 0px !important;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    padding-left: 0px !important;
}

.table-responsive table tbody .actions a {
    background-color: transparent;
    color: #333;
    border-bottom: 5px solid;
}

.table-responsive table tbody tr td .img-index-cubo {
    border-radius: 10px;
    height: 88px !important;
    min-width: 88px !important;
}

.btn-primary,
.btn-primary:focus {
    border-color: #294f75 !important;
}

@media (max-width: 500px) {
    .filter_tag {
        display: none;
    }

    .dropdown-item .form-group {
        min-height: 55px;
    }

    #calendario_filtro_especialidade {
        margin-top: 0px !important;
    }

    .search.form-group {
        width: 100%;
    }
    .select.form-group {
        width: 100%;
    }
    .table-toolbar-right a {
        width: 100%;
        margin: 10px 0px !important;
    }
    .table-responsive {
        /* border: 1px solid #f85050 !important; */
        border: none;
    }
    .table-responsive table {
        /*border: 1px solid purple;*/
        max-width: 100%;
        display: block;
    }
    .table-responsive table tbody {
        display: block;
    }
    .table-responsive table thead {
        display: none;
    }
    .table-responsive table tbody tr {
        /*border: 1px solid yellow;*/
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        /* border: 1px solid #ebebeb; */
        margin-bottom: 10px;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
        overflow-x: scroll;
        border-radius: 15px;
        overflow: hidden;
    }
    .table-responsive table tbody tr td {
        width: 100% !important;
        text-align: left;
        display: flex;
        vertical-align: middle !important;
    }
    .table-responsive table tbody tr td:last-child {
        padding: 0px !important;
        margin: 0px !important;
        border: none !important;
    }
    .table-responsive table tbody tr td a {
        width: 48.5%;
        flex: 1;
        margin: 0px;
        border-radius: 0px;
    }
    .table-responsive table tbody tr .td-status {
        padding: 0px !important;
        border: none;
    }
    .table-responsive table tbody tr .td-status span {
        width: 100%;
        border-radius: 0px;
        padding: 3px 10px;
    }
    .table-responsive table tbody tr .td-detalhes {
        text-align: left !important;
        width: 100% !important;
    }
    .table-responsive table tbody tr .td-detalhes i {
        width: 50px;
        border-radius: 0px !important;
    }
    .table-responsive table tbody tr .td-nome:before {
        content: "Nome: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-unidade:before {
        content: "Unidade: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-especialidade:before {
        content: "Especialidade: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-entrada:before {
        content: "Entrada: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-saida:before {
        content: "Saída: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-medico:before {
        content: "Médico: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-dt-candidatura:before {
        content: "Candidatou-se: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-dt-ult-mensagem:before {
        content: "Últ. Mensagem: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-apelido:before {
        content: "Apelido: ";
        font-weight: bold;
        margin-right: 10px;
    }

    .table-responsive table tbody tr .td-cnpj:before {
        content: "CNPJ: ";
        font-weight: bold;
        margin-right: 10px;
    }

    .table-responsive table tbody tr .td-numero-pedido:before {
        content: "Número do pedido: ";
        font-weight: bold;
        margin-right: 10px;
    }

    .table-responsive table tbody tr .td-servico:before {
        content: "Serviço: ";
        font-weight: bold;
        margin-right: 10px;
    }

    .table-responsive table tbody tr .td-fone:before {
        content: "Telefone: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-data:before {
        content: "Data: ";
        font-weight: bold;
        margin-right: 10px;
    }

    .table-responsive table tbody tr .td-data-inicio:before {
        content: "Data de início: ";
        font-weight: bold;
        margin-right: 10px;
    }

    .table-responsive table tbody tr .td-tipo-medicao:before {
        content: "Tipo de medição: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-sigla:before {
        content: "Sigla: ";
        font-weight: bold;
        margin-right: 10px;
    }

    .table-responsive table tbody tr .td-cidade:before {
        content: "Cidade: ";
        font-weight: bold;
        margin-right: 10px;
    }

    .table-responsive table tbody tr .td-estado:before {
        content: "Estado: ";
        font-weight: bold;
        margin-right: 10px;
    }

    .table-responsive table tbody tr .td-email:before {
        content: "E-mail: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-address:before {
        content: "Logradouro: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-numero:before {
        content: "Número: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-bairro:before {
        content: "Bairro: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-cpf:before {
        content: "CPF: ";
        font-weight: bold;
        margin-right: 10px;
    }

    .table-responsive table tbody tr .td-cnpj:before {
        content: "CNPJ: ";
        font-weight: bold;
        margin-right: 10px;
    }

    .table-responsive table tbody tr .td-data-de-cria:before {
        content: "Data de Criação: ";
        font-weight: bold;
        margin-right: 10px;
    }

    .table-responsive table tbody tr .td-data-cadastro:before {
        content: "Data Cadastro: ";
        font-weight: bold;
        margin-right: 10px;
    }

    .table-responsive table tbody tr .td-valor:before {
        content: "Valor: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-detalhes:before {
        content: "Detalhes: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-id:before {
        content: "Nº: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-inicio:before {
        content: "Início: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-fim:before {
        content: "Fim: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-termino:before {
        content: "Término: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-plano:before {
        content: "Plano: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-assinado:before {
        content: "Assinado: ";
        font-weight: bold;
        margin-right: 10px;
    }
    .table-responsive table tbody tr .td-renovacao:before {
        content: "Renovação: ";
        font-weight: bold;
        margin-right: 10px;
    }
}

.success {
    background-color: #92c755;
}

.danger {
    background-color: #f44336;
}

.warning {
    background-color: #ffb80f;
}

.primary {
    background-color: var(--primary);
}

.primary:hover {
    background-color: rgb(27, 74, 155) !important;
}

#filtros {
    width: 100%;
    /* display: inline-block !important; */
    margin: 10px;
    /* float: left; */
    vertical-align: top;
    position: absolute;
    top: 16px;
    left: 109px;
}

.filter_tag {
    display: inline-block;
    background-color: #223f27;
    color: #fff;
    border-radius: 3px;
    padding: 2px 7px;
    margin: 2px 5px;
    font-size: 12px;
}

@media (max-width: 500px) {
    .filter_tag {
        display: none;
    }

    .dropdown-item .form-group {
        min-height: 55px;
    }
}

@media (max-width: 900px) {
    .filter_tag {
        display: none;
    }
}

@media (max-width: 1024px) {
    #dropdown {
        max-width: 250px;
    }
    .filtros_element div {
        width: 100% !important;
    }
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4 !important;
}
.nav-tabs > li {
    background: lightgrey;
}

.filtros_element div div {
    margin: 5px 0px !important;
}
.filtros_element div div div {
    width: 97% !important;
}

.input-data-clean {
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0.3;
    padding: 10px;
    transition: 600ms;
}

.input-data-clean:hover {
    opacity: 1;
    cursor: pointer;
}

.label-info {
    border-color: #03a9f4 !important;
}

.label-warning {
    border-color: #ffb300 !important;
}

.label-success {
    border-color: #8bc34a !important;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4 !important;
}

.btn-warning {
    border-color: #eea236 !important;
}

.btn-info {
    border-color: #46b8da !important;
}

.btn-danger {
    border-color: #d43f3a !important;
}

.btn-aprovar {
    border-color: #8bc34a !important;
}

.nav-tabs > li {
    background: lightgrey;
}

.select2-container .select2-selection--multiple {
    min-height: 41px !important;
    border-radius: 100px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 2px 5px;
    max-width: 97%;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    margin-top: 3px !important;
}

.breadcrumb li a:hover {
    background-color: transparent;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.end-end {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.error-message {
    color: #f55a4e;
    font-weight: 600;
    margin-top: 10px;
}

.debug {
    border: 1px solid red;
}

.box {
    display: flex;
    justify-content: space-between;
}

.profissional-detalhes {
    margin: 15px;
}

#mainnav-menu > li > a:hover,
#mainnav-menu > li > a:active {
    color: #26522d;
}

#container.mainnav-sm #mainnav-menu > .active-link > a,
#container.mainnav-sm #mainnav-menu > .active-link a:hover,
#container.mainnav-sm #mainnav-menu > .active-sub > a,
#container.mainnav-sm #mainnav-menu > .active-sub a:hover {
    border-radius: 3px;
    background-color: #26522d;
    box-shadow: none;
}

#mainnav-menu > li > a.hover {
    color: #26522d;
    background-color: #fff;
}

.single-content {
    color: #26522d !important;
}

.modal-footer .btn {
    margin: 0px 20px;
    padding: 0 10%;
}

.contener_administrador {
    padding-left: 0px !important;
    padding-right: 20px !important;
}

.card-row .contener_administrador:last-child {
    padding-right: 10px !important;
}

#container.mainnav-sm #mainnav-menu>.active-link {
    padding: 0px !important;
}

#container.mainnav-sm #mainnav-menu>.active-link > a{
    border-radius: 0px !important;
}

.busca-admin{
    padding-left: 0px !important;
}

@media (max-width: 768px) {
    .pad-btm .col-md-2 .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .bt-pesquisa-consultar {
        width: 100%;
        margin-top: 0px !important;
        background-color: #eee;
    }

    #modal_delete .modal-dialog {
        width: 90%;
        margin: 0px !important;
    }

    .delete_nome {
        white-space: pre-wrap;
    }

    .nav-item {
        max-width: 50%;
    }

    .profissional-detalhes {
        margin: 0px;
    }

    .select2-container .select2-selection--multiple {
        min-height: 41px !important;
        border-radius: 10px !important;
    }

    .contener_administrador {
        padding: 0px !important;
    }

    .card-row .contener_administrador:last-child {
        padding-right: 0px !important;
    }

    .modal-footer .btn {
        margin: 0px 20px;
        padding: 0 10%;
    }

    #modal_bloquear{
        margin: 0px !important;
    }

    #modal_bloquear .modal-dialog{
        width: 93%;
    }

    .bloquear_nome{
        white-space: normal;
    }
}

.div-tooltip-custom{
    color: #606060;
    margin-left: 15px;
    padding:2px 10px;
    width: max-content;
}
.div-tooltip-custom > p{
    font-weight: 900;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat.nano .nano-content{
    height:initial;
}
.chat-body .media-body>div>span, .chat-body .media-body>div>p{
    word-break: break-all;
}
.chat-body .media-body>div>p{
    margin-top:0;
}
.chat-body .media-body>div>p>strong{
    display:block;
}

button.loading-btn {
    width: max-content;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 2px;
}

button.loading-btn img {
    height: 30px;
}