.top-bar-wrapper {
    overflow: hidden;

    position: fixed;
    height: auto;
    width: 100%;
    top: 0;
    z-index: 100000;

    font-size: 14px !important;
    line-height: 1.5 !important;
}

.idle-indicator {
    display: none;
    height: auto;
    border: 1px solid #9F6000;
    color: #9F6000;
    background: #FEEFB3;
    padding: 10px;
    margin-bottom: 5px; 
}

.idle-indicator.active {
    border-color: #51891E;
    color: #51891E;
    background-color: #DFF1C1;
}

.idle-indicator .idle, .idle-indicator .active {
    display: none;
}

.idle-indicator.idle .idle, .idle-indicator.active .active {
    display: block;
}

.time-left-warning {
    display: none;
    height: auto;
    border: 1px solid red;
    color: red;
    background-color: #FFFFFF;
    padding: 10px;
    position: relative;
}

.time-left-warning .close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.is-desktop .idle-indicator .btn {
    line-height: 1.5 !important;
    height: auto !important;
    border-radius: 3px !important;
    font-size: 12px !important;

    font-weight: normal !important;
    background-color: #ffffff !important;
    border-color: #cccccc !important;
    color: #333333 !important;

    text-align: center !important;;
    vertical-align: middle !important;;
    white-space: nowrap !important;
    padding: 1px 5px !important;
}