/*aside.main-sidebar li.nav-item p{
    font-size: 0.98rem;
}*/

.nav-sidebar .nav-item>.nav-link {
    font-size: .92rem;
}





.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

.skeleton-text {
    width: 100%;
    height: .5rem;
    margin-bottom: .25rem;
    border-radius: .125rem;
}

.skeleton-text:last-child {
    margin-bottom: 0;
    width: 80%;
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 70%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}


/* Correção das tooltips */
.tooltip {
    top: 0;
}

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

/* Estilização padrão do menu de ajuda */
#help .container p {
    font-size: 0.93rem;
}

#help .container p i {
    font-size: 18px !important;
    vertical-align: top;
}



/* Botão com a informação da página aberta*/
#headerTitleDesktop {
    pointer-events: none;
    color: rgba(0, 0, 0, 1);
    font-size: 1.125rem;
    font-weight: 600;
    align-content: center;
    height: 40px;
}


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

input:disabled::-webkit-input-placeholder {
    /* WebKit browsers */
    opacity: 0;
}

input:disabled:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 0;
}

input:disabled::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 0;
}

input:disabled:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    opacity: 0;
}

.class_filtracao_dados {
    display: inline-flex;
    padding-bottom: 10px;
}


/* -------------------------------------------------------
Datatables
------------------------------------------------------- */

@media only screen and (min-width: 768px) {
    .dataTables_filter {
        margin-bottom: -40px;
    }
}

.table thead tr th {
    font-size: 0.88rem !important;
    font-weight: 600;
}

.table tbody tr td {
    font-size: 0.85rem !important;
}

.form-control {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    /*padding: 0.5rem 0.4rem;*/
}

.form-label {
    font-size: 14px;
    font-weight: 600 !important;
    /*color: #5B6670;*/
    margin-bottom: 8px;
}

.btn-added {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*background: #FF9F43;*/
    padding: 8px 11px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
}

.modal .close,
.modal .btn-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    color: #000;
    opacity: 1;
    font-size: 2rem;
    /*width: 22px;*/
    height: 22px;
    border: 0;
    font-weight: 700;
    background-color: transparent;
    border-radius: 50px;
}

#tabelaDatatables_info {
    padding-top: .85rem;
    font-size: 0.9rem;
}

.invalid-feedback {
    font-size: 0.75rem;
}

.select2-selection__rendered,
.select2-results__options,
.select2-search__field {
    font-size: 0.875rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 10px !important;
    font-size: 18px !important;
    margin-top: -3px;
}

/* ------------------------------------------------
Tabelas Datatables
------------------------------------------------ */
#tabelaDatatables_processing {
    z-index: 1;
}

.dt-buttons {
    margin-top: 0;
    margin-bottom: -45px;
}

.dropdown-item {
    min-width: unset !important;
    padding-right: 0rem !important;
}

div.dt-button-collection {
    padding: unset !important;
}

.dropdown-menu {
    margin: unset !important;
}

#bt-header {
    margin-left: 20px !important;
}

.rsb {
    padding: 20px 15px 20px 15px;
}

/* -----------------------------------------------
Botões CRUD
----------------------------------------------- */
.datatables .btn {
    padding: 0.3rem 0.6rem;
}

/* -----------------------------------------------
Botões Dashboard
------------------------------------------------ */

.link-adicionar {
    display: block;
    height: 124px;
    /* 144 */
    width: 100%;
    font-size: 16px;
    color: #C0C0C0;
    text-decoration: none;
    background-color: white;
    border-radius: 2px;
    box-shadow: none;
    transition: 0.2s ease-in-out;
    padding: 20px 16px;
    margin: 0 0 20px 0;
    cursor: pointer;
}

.link-adicionar:hover,
.link-adicionar:focus {
    background-color: #005889cc !important;
    color: #ffffff;
    fill: #ffffff;
}

.control-sidebar {
    overflow-y: scroll;
}

.link-adicionar svg {
    display: block;
    vertical-align: middle;
    width: 54px;
    height: 54px;
    margin: auto;
    fill: #005889;
    transition: fill 0.15s linear 0s;
}

.link-adicionar:hover svg {
    fill: #ffffff;
}

.link-adicionar p {
    text-transform: uppercase;
    color: #005889;
    text-align: center;
    transition: color 0.15s linear 0s;
    margin-top: 12px;
    line-height: 18px;
    transition: fill 0.15s linear 0s;
}

.link-adicionar:hover p {
    color: #ffffff;
}

#datablesFiltracao {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
}

#datablesFiltracao label,
input {
    display: block;
    /* ?? */
}

#bt-dashboard {
    margin-top: 10px;
    border-color: unset;
}

.dashboard-header-text {
    color: white;
}

.dashboard-header {
    background-color: #0070c0c0;
}

/* ----------------------------------------------------------------
GROUP RADIO
---------------------------------------------------------------- */

.group-radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.group-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.group-radio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.group-radio input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.group-radio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.group-radio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* -------------------------------------------------------
Sweet Alert 2
------------------------------------------------------ */

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

/* -------------------------------------------------------
Página Bloquear Agenda
------------------------------------------------------ */
@media screen and (min-width: 992px) {
    #formBloqDatas {
        padding-top: 6px;
        padding-left: 30px;
        float: left;
    }

    #visualizarBloqDatas {
        float: left;
    }
}

@media screen and (max-width: 991px) {
    #formBloqDatas {
        padding-top: 50px;
        padding-left: 6px;
        float: unset;
    }

    #visualizarBloqDatas {
        float: unset;
    }
}

/* -------------------------------------------------------
Dashboard + RightSideBar Font Awesome 5 Icons
------------------------------------------------------ */

.icons-dashboard {
    display: block;
    text-align: center;
    color: #212529;
    font-size: 48px !important;
    transition: fill 0.15s linear 0s;
    transition: color 0.15s linear 0s;
}

.link-adicionar:hover i {
    color: #ffffff !important;
}

/* -------------------------------------------------------
Datepicker
------------------------------------------------------ */

.datepicker {
    padding: 12px !important;
}

.datepicker td,
.datepicker th {
    padding: 6px 8px !important;
}

/* -------------------------------------------------------
Datetimepicker
------------------------------------------------------ */

.bootstrap-datetimepicker-widget {
    width: 300px !important;
}

/*.bootstrap-datetimepicker-widget td, th{
  padding: 6px 8px !important;
}*/

/* -------------------------------------------------------
TimePicker
------------------------------------------------------ */

/*input[type="time"].form-control{
  padding: 5px !important;
}*/


/* ------------------------------------------------------
FullCalender.io
------------------------------------------------------- */

.fc-daygrid-event {
    cursor: pointer;
}

.fc-bg-event {
    cursor: pointer;
    opacity: 0.6 !important;
    font-style: unset !important;
}

/* ------------------------------------------------------
Select2
------------------------------------------------------ */
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-top: 0px !important;
    margin-right: 0px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e9ecef !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

/* ------------------------------------------------------
Bootstrap DualListBox
------------------------------------------------------ */
.bootstrap-duallistbox-container option {
    padding: 4px 10px 4px 10px;
    border-bottom: 1px solid #efefef;
}

/**/


.form-checkbox-custom {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.form-checkbox-label-custom {
    vertical-align: top;
}

/*Retira a margem dos titulos dos cartões*/
.card-header h3 {
    margin-bottom: 2px;
}

.card-header-text-smaller h3 {
    font-size: 1.5rem;
}

.card-tools {
    margin-top: -6px;
}

/* -------------------------------------------------------
Background Botões (Atribuir ás cores conforme necessidade)
------------------------------------------------------- */
.bg-lightblue.btn:hover,
.bg-lightblue.btn:focus {
    background-color: #307095 !important;
}


/* -------------------------------------------------------
Cor de Icones (Atribuir ás cores conforme necessidade)
------------------------------------------------------- */
.text-navy:hover,
.text-navy:focus {
    color: #001f3fcb !important;
}

/*.text-gray-dark:hover, .text-gray-dark:focus{
  color: #000000!important;
} */

.text-secondary:hover,
.text-secondary:focus {
    color: #5a6268 !important;
}


/* -------------------------------------------------------
Stick on Bottom of Screen
------------------------------------------------------- */
.stick-on-bottom-screen {
    position: fixed;
    bottom: 0%;
    width: 100%;
    opacity: 0.99;
}

/* -------------------------------------------------------
Buttons History
------------------------------------------------------- */
.btn-icon-history {
    padding: 0.1rem 0.3rem;
    height: 30px;
}


/* ------------------------------------------------------
Datatables Smaller Size
------------------------------------------------------ */
.table-small td {
    padding: 0.30rem !important;
    font-size: 0.92rem;
}

.table-small th {
    font-size: 0.93rem !important;
}

.btn-small {
    padding: 0.2rem 0.3rem 0.3rem 0.3rem !important;
    line-height: 1!important;
}

.icon-crud-small {
    font-size: 13px !important;
    /*width: 18px;
  height: 18px;*/
}

table.dataTable thead>tr>th.dt-orderable-asc, table.dataTable thead>tr>th.dt-orderable-desc {
    padding-left: 0.3rem;
}
