.highlight {
    background-color: #FFBA00 !important;
    color: white;
}

.subpage.audio-messages table tbody tr td .tooltip {
    max-width: 100% !important;
}

.edit-schedule {
    background:url(../img/admin-sprite.png) 0 -64px no-repeat;
    display: none;
    position: absolute;
    width: 25px;
    height: 0;
    padding-top: 25px;
    overflow: hidden;
    cursor: pointer;
}

.sidebar ul li:hover .edit-schedule {
    display:inline-block
}

.edit-schedule-form {
    background-color: #47be9d;
    position: absolute;
    top: 0;
    z-index: 500;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    border: 0.5px solid #00A392;
    min-width: 245px;
}

.edit-schedule-form input {
    max-width: 100%;
}

.edit-schedule-form-container {
    padding: 0 !important;
}

.moodBox { 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2px;
}

#showMood {
    background-color: rgba(255,186,0,1);
    border-radius: 5px;
    padding: 5px;
    color: white;
    position: absolute;
    height: auto;
    min-width: 120px !important;
    z-index: 11 !important;
}

.moodBox:hover { 
    box-shadow: inset 0px 0px 0px 2px rgba(255,186,0,1) !important;
}

.mood-name {
    user-select: none;
}

.mood-cell {
    border: none !important;
    box-shadow: inset 0px 0px 0px 1px white;
}

input[type=range] {
    width: 100%;
}

.hours-wrapper-minute-table{
    position: unset !important;
}

.hours-minute-table {
    width: unset !important;
    left: 5px !important;
    right: 5px !important;
}

.time-container{
    display: flex;
}

.playlist-container {
    display: flex;
}

.fixed{
    width: 200px;
}

.flex-item{
    flex-grow: 1;
}

.disabled {
    cursor: not-allowed;
    pointer-events: all !important;
    opacity: 0.5;
}

.temporary {
    color: red;
}

.removable {
    display: none;
}

.track-history, .track-actions {
    text-align: center;
}

.delete-xls{
    background: url(../img/admin-sprite.png) 0 -39px no-repeat;
    width: 25px;
    height: 0;
    padding-top: 23px;
    overflow: hidden;
    cursor: pointer;
    margin-left: 15px;
}

.sp-fade {
    opacity: 0.7;
}

.fixed-menu ul {
    display: block !important;
}
.fixed-menu ul li {
    display: block !important;
}
.fixed-menu ul a {
    display: block !important;
    background: #47be9d !important;
    text-align: center !important;
    border-top: 1px solid #75c9b6 !important;
}

.fixed-menu ul a:hover {
    background-color: #028d7e !important;
}

.close-menu ul {
    display: none !important;
}
.close-menu ul li {
    display: none !important;
}
.close-menu ul a {
    display: none !important;
}

.lengthInMillisec {
    text-align: center;
}
