.widget-hide {
    display: none;
}

[id*='timeTrackerModal'] .modal-dialog {
    width: 25%;
}

[id*='activityListModal'] .modal-dialog {
    width: 40%;
}

.app-containerBox .icon {
    margin-right: 5px;
}

.timeTrackerBoxPanel-header {
    height: 35px;
    background: #26bc9a;
    line-height: 33px;
    text-indent: 20px;
    text-align: center;
    border-radius: 15px 15px 0 0;
}

.timeTrackerBoxPanelTitle {
    width: 10px;
    height: 10px;
    background: #26bc9a;
    float: left;
    position: relative;
    top: 11px;
    left: 10px;
    border: 1px solid #ededed;
}

.badgePanel .widget-closed {
    font-size: 44px;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 32%);
    font-weight: 600;
    border-radius: 100px;
    border: 2px solid #e8eced;
    padding: 4px;
    background: #26bc9a;
    color: #4d4d4d;
    bottom: 0;
    height: 61px;
    width: 61px;
    text-align: center;
    line-height: 1.1em;
}

.timetracker_btn-group {
    position: relative;
    display: flex;
    vertical-align: middle;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.table > tbody > tr > td.button-cell {
    text-align: right;
    vertical-align: unset !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table > tbody > tr > td.button-link {
    vertical-align: unset !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.app-containerBox button[disabled] {
    opacity: 0.4;
}

.list-container-box .list-container {
    max-height: 700px;
    height: auto;
    overflow-y: auto;
}
