.skin-blue .sidebar-menu>li.header
{
    color: #fff;
    font-size: 14px;
    border-left: 3px;
    border-left-color: #4e4e4e;
    border-left-style: solid;
}

.sms-box {
    width: 500px;
    min-width: 200px;
    max-width: 75%;
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 1000;
}

.token-input-dropdown {
    z-index: 1500 !important;
}

.sms-message {
    min-height: 200px;
}

.direct-chat-contacts{
    height: auto;
    background: rgba(255, 255, 255, 0.5)
}

.direct-chat-contacts .direct-chat-text{
    margin-right: 15px;
    margin-left: 15px;
}

.unstyled{
    list-style: none;
}

.hs-label {
    height: 18px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid transparent
}

.hs-label-danger {
    background-color: #dd4b39;
    border-color: #d73925;
    color: white;
}

.hs-label-success {
    background-color: #00a65a;
    border-color: #008d4c;
    color: white;
}

.hs-label-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
    color: white;
}

.hs-label-default {
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

.hs-label-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.hs-alert-with-icon i {
    display: table-cell;
    vertical-align: middle;
}

.hs-alert-with-icon span {
    display: table-cell;
    padding-left: 15px;
}

.hs-reset-pwd-link {
    text-align: right;
    margin-top: 15px;
}