body {
    font-size: .875rem;
    overflow-x: hidden;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */
.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

/*@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}*/

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    padding: 0.5rem 0.75rem;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */
.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

@media (max-width: 768px) {
    .navbar .menu-perfil {
        right: 5rem;
    }
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.btn {
    border-radius: 2px;
}

.card-tipo1 .card-header {
    background-color: #e5e5e5;
    font-weight: 500;
}

.card-tipo1, .card-tipo1 .card-header, .card-tipo1 .card-footer, .accordion-tipo1 .accordion-item {
    border-radius: 0;
    border-color: #e5e5e5;
}

.card-tipo1 .form-control {
    border-radius: 0;
    background-color: #fbfbfb;
    border: 1px solid #d9d9d9;
    color: #666;
}

.card-tipo1 .form-control:focus {
    background-color: #ffffff;
}

.card-tipo1 .form-label {
    position: relative;
    z-index: 0;
}

.card-tipo1 .badge {
    color: #fff;
    background-color: #a6a6a6 !important;
    border-radius: 2px;
    font-size: 10px;
    line-height: 11px;
    margin-left: 0.25rem;
    padding: 0.25em 0.35em;
    position: relative;
    z-index: 0;
    top: -2px;
}

.card-tipo1 .form-label .badge {
    margin-left: 0.5rem;
    position: absolute;
    z-index: 0;
    top: 4px;
}

.card-tipo1 .card-body {
    padding: 1.5rem 1rem;
}

.nav-link {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 0.25rem !important;
}

.nav-link:hover {
    background-color: rgba(36, 112, 220, 0.1);
    color: rgba(36, 112, 220, 1);
}

.nav-link:active, .nav-link.active {
    background-color: rgba(36, 112, 220, 1);
    color: #ffffff !important;
}

.dropdown .nav-link[data-bs-toggle="collapse"]:after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.dropdown .nav-link[data-bs-toggle="collapse"]:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.dropdown .nav {
    margin-left: 1.75em;
}

.fs-7-grey {
    color: #c2c2c2 !important;
    font-size: 70%;
}

.sticky_column {
    padding-top: 0px;
}

.sticky_column.is_stuck {
    padding-top: 60px;
}

.sticky_column, .sticky_column.is_stuck {
    -webkit-transition: all .16s ease-in-out;
    -moz-transition: all .16s ease-in-out;
    -o-transition: all .16s ease-in-out;
    transition: all .16s ease-in-out;
}

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

/* ----- */
.tt-registo-adicionar {
}

.tt-registo-adicionar .card-header {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: 15px 20px 0 20px;
}

.tt-registo-adicionar .row {
    margin-left: -7px;
    margin-right: -7px;
}

.tt-registo-adicionar .row [class*=col] {
    padding-left: 7px;
    padding-right: 7px;
}

.tt-registo-adicionar .card-body {
    padding: 15px 20px 20px 20px;
}

.tt-form-texto-hora1, .tt-form-texto-hora1 input, .tt-form-texto-hora2, .tt-form-texto-hora2 input {
    text-align: center;
}

.tt-form-texto-hora1 {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.tt-form-texto-hora1 input {
    border: 0;
}

.tt-registo-adicionar, .tt-registo-adicionar input, .tt-registo-adicionar textarea, .tt-registo-adicionar .btn {
    font-size: 16px;
}

.tt-registo-editar {
    background-color: rgba(255, 193, 7, 0.04);
    border-left: solid 3px #dc3545;
    border-bottom: solid 2px rgba(0,0,0,.1);
}

.tt-registo-iniciar {
    background-color: rgba(220, 53, 69, 0.04);
    border-left: solid 3px #dc3545;
    border-bottom: solid 2px rgba(0,0,0,.1);
    outline: solid 2px rgba(220, 53, 69, 0.04);
}

.tt-registo-iniciar {
    -webkit-animation-name: start_count;
    -webkit-animation-duration: 1.5s
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    animation-name: start_count;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
}

@-webkit-keyframes start_count {
    0% {
        outline: solid 2px rgba(220, 53, 69, 0.04);
    }

    50% {
        outline: solid 4px rgba(220, 53, 69, 0.35);
    }

    100% {
        outline: solid 2px rgba(220, 53, 69, 0.04);
    }
}

@keyframes start_count {
    0% {
        outline: solid 2px rgba(220, 53, 69, 0.04);
    }

    50% {
        outline: solid 4px rgba(220, 53, 69, 0.35);
    }

    100% {
        outline: solid 2px rgba(220, 53, 69, 0.04);
    }
}

/* --- */
.tt-registos-listagem {
}

.tt-registos-listagem .card {
    margin-bottom: 13px;
}

.tt-registos-listagem .btn-group .btn {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    margin: 0 0 0 5px;
    position: relative;
    z-index: 0;
}

.tt-registos-listagem .btn-group .btn .feather {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* --- */
.tt-registos-cabecalho {
}

.tt-registo-avatar {
    float: left;
    margin-right: 10px;
}

.tt-registo-avatar i {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 100%;
    background-color: #494e54;
    color: #fff;
    text-align: center;
    line-height: normal;
    font-size: 18px;
    width: 35px;
    height: 35px;
    padding: 5px 0;
    display: block;
}

.tt-registo-cabecalho, .tt-registo-cabecalho a {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.tt-registos-listagem .card-text {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.tt-registo-cabecalho span {
    font-size: 1.2rem;
    line-height: normal;
    display: inline-block;
}

.tt-registo-info {
    font-size: 14px;
}

.tt-registo-tempo-total, .tt-registo-tempo-periodo, .tt-registo-tempo-data {
    font-size: 14px;
    margin-bottom: 4px;
}

.tt-registo-tempo-total .feather, .tt-registo-tempo-periodo .feather, .tt-registo-tempo-data .feather {
    color: #8f8f8f;
}

.btn-group-black .btn {
    background-color: transparent;
    color: #ffffff;
}

main .form-control:focus {
    box-shadow: none;
}

.pag-login {
    background-color: #9A616D;
    background-color: #e3e3e3;
}

.pag-login .card {
    border-radius: 1rem;
    border: 0;
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.3);
}

.pag-login .img-fluid {
    border-radius: 1rem 0 0 1rem;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.divider:after, .divider:before {
    content: '';
    flex: 1;
    height: 1px;
    background: #eee;
}

.btn-facebook, .btn-facebook:hover, .btn-facebook:active {
    background-color: #3b5998;
    color: #fff;
}

.btn-google, .btn-google:hover, .btn-google:active {
    background-color: #dd4b39;
    color: #fff;
}

.btn-facebook:hover, .btn-google:hover {
    -webkit-filter: brightness(1.05);
    -moz-filter: brightness(1.05);
    -ms-filter: brightness(1.05);
    -o-filter: brightness(1.05);
    filter: brightness(1.05);
}

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



.autocomplete {
    position: relative;
}

.autocomplete-results {
    float: left;
    list-style: none;
    margin-top: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    max-height: 17em;
    overflow-y: auto;
    z-index: 99;
    background: #e9ecef;
    border-radius: 0;
    z-index: 99;
    border: #c2c3c5 1px solid;
    border-radius: 0.25rem;
    margin-top: 1px;
}

.autocomplete-result {
    list-style: none;
    text-align: left;
    padding: 10px;
    cursor: pointer;
}

.autocomplete-result.is-active,
.autocomplete-result:hover {
    background-color: #2470dc;
    color: white;
}

.blocked-elemn {
    opacity: 1;
    position: relative;
    pointer-events: none;
    cursor: not-allowed;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.f-basis-fcont {
    flex-basis: fit-content;
}

.table.dataTable .fa,
.table.dataTable .bi {
    font-size: 1.2rem;
}

div.dataTables_processing {
    z-index: 5;
}

@media (max-width: 992px) {
    .dataTables_wrapper {
        text-align: center;
    }

    .dataTables_paginate.paging_simple_numbers,
    .dataTables_info {
        float: none !important;
        display: inline-block;
        margin-bottom: 15px;
    }

    .table-listagem1.table th,
    .table-listagem1.table td {
        text-align: center !important;
        width: 5% !important;
    }

    .dataTables_paginate .page-item {
        display: none;
    }

    .dataTables_paginate .page-item:first-child,
    .dataTables_paginate .page-item.active,
    .dataTables_paginate .page-item.previous,
    .dataTables_paginate .page-item.next,
    .dataTables_paginate .page-item:last-child {
        display: block;
    }
}


.form-control.password-input {
    padding-right: 2rem;
    background-image: none;
}

.toggle-password {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}