.box_dashboard{
	display: block;
    font-size: 15px;
    margin-top: 38px;
    white-space: nowrap;
    margin-left: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-success {
    background-color: #e0f3ca !important;
}
/* Fullscreen dark overlay */
#ajax-loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* dark background */
    z-index: 9999;
}

/* Centered spinner container */
#ajax-loading .loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    text-align: center;
}

/* Spinner animation */
/* .glyphicon-refresh-animate {
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    display: inline-block;
    font-size: 30px;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
} */

.subject-load.btn{
    font-size: 11px !important;
    border-radius: 2px !important;
}