.chat .chat-list .user-status.priority-level-0{
    display: none;
}
.chat .chat-list .user-status.priority-level-1{
    background-color: #21ba45;
}
.chat .chat-list .user-status.priority-level-2{
    background-color: #b5cc18;
}
.chat .chat-list .user-status.priority-level-3{
    background-color: #0264D9;
}
.chat .chat-list .user-status.priority-level-4{
    background-color: #F5A623;
}
.chat .chat-list .user-status.priority-level-5{
    background-color: #f2711c;
}
.chat .chat-list .user-status.priority-level-6{
    background-color: #db2828;
}

.order-color > .body > span.priority-level-0 span{
    background-color: #f2f2f2;
}
.order-color > .body > span.priority-level-0 input:checked + span{
    box-shadow: 0px 0px 0px 1px #CCCCCC;
}

.order-color > .body > span.priority-level-1 span{
    background-color: #21ba45;
}
.order-color > .body > span.priority-level-1 input:checked + span{
    box-shadow: 0px 0px 0px 1px #21ba45;
}

.order-color > .body > span.priority-level-2 span{
    background-color: #b5cc18;
}
.order-color > .body > span.priority-level-2 input:checked + span{
    box-shadow: 0px 0px 0px 1px #b5cc18;
}

.order-color > .body > span.priority-level-3 span{
    background-color: #0264D9;
}
.order-color > .body > span.priority-level-3 input:checked + span{
    box-shadow: 0px 0px 0px 1px #0264D9;
}

.order-color > .body > span.priority-level-4 span{
    background-color: #F5A623;
}
.order-color > .body > span.priority-level-4 input:checked + span{
    box-shadow: 0px 0px 0px 1px #F5A623;
}

.order-color > .body > span.priority-level-5 span{
    background-color: #f2711c;
}
.order-color > .body > span.priority-level-5 input:checked + span{
    box-shadow: 0px 0px 0px 1px #f2711c;
}

.order-color > .body > span.priority-level-6 span{
    background-color: #db2828;
}
.order-color > .body > span.priority-level-6 input:checked + span{
    box-shadow: 0px 0px 0px 1px #db2828;
}

.noti{
    position: fixed !important;
    width: 320px !important;
    max-width: 100%;
    bottom: 0px;
    right: 0px;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 20000;
    padding: 0px !important;
    margin: 0px !important;
    min-height: initial !important;
    height: auto !important;
}
.noti .chat-list{
    position: relative !important;
    width: 100% !important;
    margin: 0px !important;
    top: auto !important;
    left: auto !important;
    height: auto !important;
    background: transparent !important;
    overflow: hidden !important;
    padding: 15px 20px;
    transform: .3s ease 0s;
}
.noti .noti-close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 12px;
    z-index: 2;
}
.noti .chat-list .user-name{
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
} 
.noti .chat-list .user-name .img{
    top: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0px;
}
.noti .chat-list .user-name .name{
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.noti .chat-list .user-name .action{
    padding-left: 20px;
    position: relative; 
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px;
}
.noti .chat-list .user-name .action i{
    position: absolute;
    left: 0px;
    top: 42%;
    transform: translateY(-50%);
    font-size: 15px;
}
.noti .chat-list .user-box.is-call .user-name .action{
    color: green;
    font-weight: 600;
}
.noti .chat-list .user-box.is-msg .user-name .action span{
    display: inline-block;
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.noti .chat-list .user-box{
    margin: 0px;
    margin-top: 10px;
    border-radius: 10px !important;
    box-shadow: 0 2px 21px 0 rgba(0,0,0,0.17) !important;
}
.noti .chat-list .user-box:first-child{
    margin-top: 0px;
}

@media (max-width: 767px){
    .noti{
        width: 100% !important;
        top: 0px;
        bottom: auto;
    }
    .noti .chat-list{
        padding: 15px 15px;
    }
}


#video-call .you{
    width: 250px;
    height: auto;
    display: inline-block;
    top: 50%;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
}
#video-call .you .img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
#video-call .you .img img{
    width: auto;
    height: 100%;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}
#video-call .you .name{
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    margin-top: 8px;
}
#video-call.no-zoom{
    position: relative;
    padding: 15px 0px 10px;
    z-index: 0;
    margin-left: -5px;
    width: calc(100% + 10px);
}
#video-call.no-zoom .you .img{
    width: 60px;
    height: 60px;
}
#video-call.no-zoom .you{
    top: 0px;
    left: 0px;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
#video-call.no-zoom .you .name{
    padding: 0px 15px;
    font-size: 14px;
    min-height: auto;
}

#video-call .loading {
    height: 80px !important;
    margin-top: 0px;
    font-size: 14px;
}

#video-call.no-zoom #subscriber {
    max-width: 254px !important;
    max-height: 206px !important;
}
#video-call.no-zoom .you {
    max-width: 254px !important;
    max-height: 206px !important;
}

#vc_up {
    left: 2%;
    position: absolute;
    z-index: 20001;
    top: 40%;
    color: #FFFFFF;
}
#vc_up.move {
    top: 90%;
}
#vc_down {
    left: 2%;
    position: absolute;
    z-index: 20001;
    top: 50%;
    color: #FFFFFF;
}
#vc_down.move {
    top: 0%;
}

.ui-helper-hidden-accessible{
    display:none !important;
}

   .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}


.monitor-table {
    border: #999999 1px solid !important;
}

.monitor-table th {
    border: #999999 1px solid !important;
    padding: 15px 0px 15px 0px !important;
}

.monitor-table td {
    border: #999999 1px solid !important;
    padding: 5px !important;
}

.monitor-table td a {
    padding: 5px 10px 5px 10px !important;
}

