body {
    background-image: url("images/background.png");
    background-attachment: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
}
input[type="radio"],
input[type="checkbox"] {
    transform: scale(1.8);
    margin: auto 0.5rem auto 0;
}
.row-password {
    position: relative;
}
.custom-alert {
    position: fixed;
    top: 4rem;
    right: 1rem;
    left: auto;
    bottom: auto;
    z-index: 99;
}
.card-header {
    font-size: 1.4rem;
    margin: 0;
    padding: 0.5rem 1rem;
    line-height: normal;
}
.app-version {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
#togglePassword {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 1;
}
.login-logo {
    height: 14em;
    width: 14em;
    object-fit: contain;
    margin: 0 auto;
    opacity: 1;
    animation-name: animationLogo;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
}
#login-form {
    width: 360px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    #login-form {
        width: 300px;
        margin: 0 auto;
    }
}

.sidebar-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar-content img {
    height: 5rem;
    object-fit: contain;
    padding: 0;
    margin: 0 auto;
}
.dropdown-menu > li > .btn {
    width: 100%;
    margin: 0 1rem;
}
.navbar-nav > .nav-item {
    margin: 0 0.25rem;
    height: 100%;
    padding: 0.25rem 0.5rem;
}
.header {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 1rem;
    background-color: #fff;
}
.header-time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem 0 0;
    padding: 0.25rem 0.5rem;
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
}
.header-time > i {
    margin-right: 0.25rem;
}
.header-logo {
    text-decoration: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.header-logo img {
    height: 4rem;
    object-fit: contain;
    padding: 0.5rem;
    margin: 0 1rem 0 0;
    transition: all 0.2s linear;
}
.header-logo img:nth-child(1) {
    border-right: 1px solid #eee;
    opacity: 1;
    animation-name: animationLogo;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
}
.header-logo img:nth-child(1):hover {
    animation-play-state: paused;
    opacity: 1;
}
.header-logo img:nth-child(2) {
    padding: 1rem 0.5rem;
}
@keyframes animationLogo {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.navbar {
    border-top: 1px solid #eee;
    padding: 0;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
.btn.btn-light.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn.btn-light.dropdown-toggle > i {
    margin-right: 0.25rem;
}
.btn > i {
    margin-right: 0.25rem;
}
.main {
    margin: 10em auto 4em auto;
    padding: 1rem 1rem 0.5rem 1rem;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 0.25rem;
    min-height: 50vh;
}
.page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem;
}
.page-link > i {
    margin: auto 0.25rem;
}
.nav-link {
    font-weight: 600;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5rem 0;
}
.gdc-table-tr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.5rem;
}
.number.hours {
    width: 1.6rem;
    font-size: 0.8rem;
    border: none;
    padding: 0.25rem;
    line-height: normal;
}
button.inc-dec {
    width: 1.4rem;
    height: 1.4rem;
    padding: 0 0.1rem;
    line-height: 100%;
}
td > hr {
    margin: 0.5rem 0;
}
.card-header > h6 {
    margin: 0;
}
form {
    margin: 0;
}
i::before {
    line-height: normal !important;
}

td p {
    margin: 0;
}
.td-custom-row {
    width: auto;
    height: 280px;
    margin: auto;
    padding: 1rem;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #0df04708;
    border-radius: 0.25rem;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}
table {
    margin-bottom: 0 !important;
}

main.main.container.card > .card-header {
    border: none;
    border-radius: 0rem;
    border-left: 0.25rem solid var(--bs-blue);
    padding: 0.5rem;
    font-weight: 500;
}

.card-body.has-table {
    max-height: 400px;
    overflow-y: auto;
}

.card.is-widget {
    margin: 1rem 0;
}

.card.is-widget-filter {
    background-color: #f7f7f7;
    margin: 1.5rem 0 1rem 0;
}
.td-head {
    display: flex;
    flex-flow: column wrap;
    flex: 1;
}
.td-head-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.td-head-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.td-head-main-list {
    display: flex;
    flex-flow: row wrap;
    flex: 1;
}
.td-head-main-list > .alert {
    width: 280px;
    margin: 0.1rem;
}
.td-head-bottom {
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.25rem;
}
.td-head-bottom-list {
    display: flex;
    flex-flow: row wrap;
    flex: 1;
}
.td-head-bottom > .alert {
    flex: 1;
}
.activity-row {
    background-color: #aaa;
}
.activity-head {
}
.activity-stat.false {
    background-color: rgba(248, 215, 218, 0.5);
}
.activity-stat.true {
    background-color: rgba(209, 231, 221, 0.5);
}
.is-hide {
    display: none;
}
a#btn-return {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    bottom: auto;
    left: auto;
    z-index: 10;
}
a.alert {
    text-decoration: none;
    display: flex;
}
a.alert:hover,
a.alert:focus,
a.alert:active {
    text-decoration: none;
    display: flex;
}
.td-head-main-list a.alert {
    background-color: transparent;
}

.timbreuse-set-hours {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.timbreuse-set-hours button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 1rem;
}
.timbreuse-set-hours input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
}
.timbreuse-set-hours-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.timbreuse-set-hours-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.timbreuse-set-hours-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.gdc-card-container {
    display: flex;
    flex-flow: row wrap;
    flex: 1;
    justify-content: center;
}
.gdc-card {
    width: 256px;
    display: flex;
    flex-direction: column;
    margin: 1.2rem 0.6rem;
    padding: 0.5rem;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}
.gdc-card-break {
    flex-basis: 100%;
    height: 2rem;
    background-color: #f7f7f7;
}
.gdc-card-title {
    font-weight: bold;
    margin-bottom: 0.5rem;
    border-left: 2px solid;
    padding-left: 0.5rem;
}
.alert img {
    height: 1.2rem;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 0;
    margin: auto 0.25rem;
}
.gdc-card-item a.alert {
    flex-direction: row;
    align-items: center;
}
.gdc-card-travail {
    padding: 0.5rem;
}
.gdc-card-travail .input-group {
    margin: 0.5rem auto;
}
