/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 10px;
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 100px; /* Vertically center the text there */
}

#container-login {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
}

#img-box {
    width: 50%;
    height: 100%;
    background-color: #000;
    align-items: center;
    text-align: center;
    padding-top: 22%;
    padding-bottom: 16%
}

    #img-box #img-box-logo {
        width: 70%;
        height: auto;
        background-color: #000;
        align-items: center;
        text-align: center;
        justify-content: center
    }

#content-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}

#container-box #form-box {
    width: 50%;
}

#content-box #form-box #ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #content-box #form-box #ul li {
        list-style-type: none;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0 7px;
        cursor: pointer;
        transform: 0.3s;
    }

#content-box #form-box h2 {
    color: #AEAEAE;
    font-weight: 600;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

#content-box #form-box #input-box {
    margin-bottom: 20px;
}

    #content-box #form-box #input-box input {
        width: 100%;
        padding: 10px;
        outline: none;
        font-weight: 400;
        border: none;
        font-size: 17px;
        font-family: IstokB;
        color: #AEAEAE;
        background-color: #E8E8E8;
    }

    #content-box #form-box #input-box span {
        font-size: 16px;
        display: inline-block;
        color: #AEAEAE;
        font-weight: 400;
    }

    #content-box #form-box #input-box input::placeholder {
        color: #AEAEAE;
    }

    #content-box #form-box #input-box input[type=submit] {
        background: #363636;
        color: #fff;
        outline: none;
        border: none;
        font-weight: 500;
        font-size: 20px;
        transition: 0.3s;
    }

.input-box input[type=submit] {
    background: #363636;
    color: #fff;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 20px;
    transition: 0.3s;
}


#content-box #form-box #input-box input[type=submit]:hover {
    background: #4F4F4F;
    font: bold;
}

#content-box #form-box #remember a {
    text-decoration: none;
    color: #405636;
}

    #content-box #form-box #remember a:hover {
        color: #59764B;
    }

#content-box #form-box #input-box p {
    color: #AEAEAE;
}

    #content-box #form-box #input-box p a {
        color: #363636;
    }

        #content-box #form-box #input-box p a:hover {
            color: #59764B
        }



p {
    margin-top: unset !important;
    margin-bottom: unset !important;
}

.header-container {
    text-align: center;
    display: flex;
    flex-direction: row;
    background-color: #343a40;
    width: 100%;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.logo-container {
    display: flex;
    gap: 10px;
    color: #fff;
    margin-left: 10px;
}

.links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
}

.icon {
    height: 20px;
}

.link-container {
    color: #fff;
    gap: 5px;
    display: flex;
    align-items: center;
}

.profile-container {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 20px;
    margin-right: 10px;
}

    .profile-container h2 {
        font-size: 16px;
        font-weight: bold;
        margin: unset;
        left: unset;
        top: unset;
    }

        .profile-container h2 span {
            font-weight: lighter;
        }

.profile {
    height: 45px;
    width: auto;
    border-radius: 50%;
}

.menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.tabs {
    display: flex;
}

.tab {
    padding: 20px;
}

.filters-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 0 40px;
    align-items: center;
}

.filter {
    display: flex;
    gap: 5px;
    align-items: center;
}

    .filter select {
        font-size: 15px;
        border: none;
        padding: 0 5px;
        text-align: center;
    }

    .filter img {
        height: 17px;
    }

.year.active.active, .month.active.active, .day.active.active {
    background-color: #17a2b8 !important;
    background-image: none;
    color: #fff !important;
}

table tr td {
    padding: 5px;
}

.dow {
    font-size: 10px;
}

#day-picker,
#month-picker,
#year-picker {
    border: none;
    font-size: 15px;
    color: black !important;
    text-align-last: center;
}

.rangeMode {
    margin: 1px;
}

.period-active {
    display: unset;
}

.period-inactive {
    display: none;
}

.show-period-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px;
}

    .show-period-buttons button {
        font-size: 13px;
        background-color: #fff;
        border-radius: 5px;
        border: solid 1px black;
        font-weight: bold;
    }
