.date-chart{
    padding: 0.5rem 0 0.5rem 0 !important;
    height: auto!important;
    width: 120px!important;
}
.nav-item{
    cursor: default !important;
}

#navbar-main{
    position: absolute!important;
}

.flagged {
    position: relative;

    margin-top: 100px !important;
}


.expanded {
    top: 5% !important;
    left: 2% !important;
    width: 95% !important;
    height: 95% !important;
    position: fixed !important;
    z-index: 9 !important;
}

.expanded{
    display: flex !important;
}
.expanded .card-body {
    overflow: auto !important;
}

#userNav {
    width: 200px;
    height: 200px;
    display: none;
    background: #ff0000;
}


.z-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 245, 0.34);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.z-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px 0 rgba(220, 220, 220, 0.2), 0 6px 20px 0 rgba(78, 71, 71, 0.19);
}
.z-close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.z-close-button:hover {
    background-color: darkgray;
}
.z-show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.horizontal-center {
    margin-right: auto !important;
    margin-left: auto !important;
}

.item-center{
    text-align: center;
}

.box-card{
    margin-right: 40px;
}
.inline{
    display: inline;
}
.pagination{
    display: inline-flex;
    margin-top: 15px;
    margin-bottom: 0;
}

.batch-nav{
    display: inline-table
}

.batch-btn{
    margin: 10px 3px 3px 3px !important;
    width: 100px;
}

.none{
    display: none !important;
}

.inline-grid{
    display: inline-grid !important;
}

.col-btn{
    width: 100px !important;
}

.card-admin{
    margin-top: 20px;
}

.card-admin .card{
    margin-top: 20px;
    height: 150px;
}