.dms-logo{
    max-height: 45px;
}
.w-40{width:40px;height: 40px; border-radius: 50%;}
.w-60{width:60px;height: 60px; border-radius: 50%;}
.w-200{max-width:200px;height: auto; border-radius: 50%; right: 0px; top: 0px;
}
.no-after::after{display:none;}

.text-strikethrough{
    text-decoration: line-through;
}
.doc-container {
    position: relative;
    padding-bottom: 50%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
}
.doc-iframe{
    position: absolute;
    padding:0;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.email-page .checkbox label{position:absolute;}

.list-group-item{padding:0;border:0 none}
.mail-list a.list-group-item, .list-group-item a{color:#5e5e5e;padding:0; display:block; margin:3px 0 3px 0}
.list-group-item.active{ background:none; border:0 none}
.list-group-item.active a,
.mail-list a.list-group-item{color:#000000;}
.check-drop.btn-secondary, .check-drop.btn-secondary.disabled{background:none;}
.btn-secondary.check-drop:hover, .btn-secondary.check-drop:focus,
.btn-secondary.check-drop:not(:disabled):not(.disabled).active, .btn-secondary.check-drop:not(:disabled):not(.disabled):active, .show>.btn-secondary.check-drop.dropdown-toggle
{background:none; box-shadow:0 0 0 0.2rem rgba(108, 117, 125, 0);}

.check-drop.dropdown-toggle::after{color:#6498fe;}

.top-section-left{float:left; padding:0 15px 0 30px;}
.check-drop,
.top-section-left .checkbox{
    top: -20px;
    position: relative;}
.inbox-center .table td{padding:1rem 0.2rem; font-weight:400;}
.inbox-center td:nth-child(2){text-align:center;padding:1rem 0.5rem;}
.inbox-center .text-muted{color:#d3e0fc!important;}

.inbox-center td a{color:#5e5e5e;font-weight:500}
.inbox-center td:hover a{color:#000;}
.scrollbox{position:relative;}
.faded-background{position:absolute;bottom:0; height:170px; z-index:999; width:100%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */;}


.list-group .list-group-item i{
    width: 26px;
    display: inline-block;
}

.dms .upload-photo{
    margin-top:25px;
}

.dms .dt-buttons{
    margin-bottom: 0;
    margin-left:20px;
}

.dms .dt-button.buttons-columnVisibility.active{
    background: #eeeeee;
}
.dms .dt-button.buttons-columnVisibility{
    background: none;
    padding: 0;
    margin: 5px;
}

.chart-inside{
    display: inline-block;
    line-height: 100px;
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
    color: #263238;
}

.text-black{
    color: #000000;
}

.paging_simple_numbers .pagination .paginate_button.active a{
    font-weight:bold;
}

.cursor-pointer{
    cursor: pointer;
}

.dataTables_filter {
    margin-bottom: 4px;
    float: left
}

.staff-card-onleave{
    border: 2px solid #D1495B !important;
}
.staff-card-onleave .label{
    border-radius: 60px;
    background-color: rgba(209, 73, 91, 0.81);
}

.staff-card-working{
    border: 2px solid #4AB247 !important;
}
.staff-card-working .label{
    border-radius: 60px;
    background-color: rgba(74, 178, 71, 0.8);
}

.staff-card-onbreak{
    border: 2px solid #d7cd36 !important;
}
.staff-card-onbreak .label{
    border-radius: 60px;
    background-color: rgba(215, 205, 54, 0.8);
}

.staff-card-checkedout{
    border: 2px solid #D98324 !important;
}
.staff-card-checkedout .label{
    border-radius: 60px;
    background-color: rgba(217, 131, 36, 0.8);
}

.staff-card-weekend{
    border: 2px solid grey !important;
}
.staff-card-weekend .label{
    border-radius: 60px;
    background-color: rgba(128, 128, 128, 0.81);
}

.staff-card-absent{
    border: 2px solid #D98324 !important;
}
.staff-card-absent .label{
    border-radius: 60px;
    background-color: rgba(217, 131, 36, 0.8);
}

.blueOnHover :hover{
    transition: .3s;
    color: #305cae;
}

.icon-size{
    width: 20px;
}

.status-label-0 ,.status-label-3 {
    color: black;
}
.status-label-1 {
    color: #8BC34A;
}
.status-label-2 {
    color: #F44336;
}

.gap-1 {
	gap: .25rem
}

.gap-2 {
	gap: .5rem
}

/* Full screen overlay */
#fullscreen-loader .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spinner {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.spinner .circle {
    width: 18px;
    height: 18px;
    background-color: #007bff;
    border-radius: 50%;
    animation: bounce 0.6s infinite alternate;
}

.spinner .circle:nth-child(2) {
    animation-delay: 0.2s;
}
.spinner .circle:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
        opacity: 0.6;
    }
    to {
        transform: translateY(-15px);
        opacity: 1;
    }
}
