.table-scroll {
    overflow-y: auto; 
    overflow-x: hidden; 
}

#liveBot-list .list-group-item {
    width: 100%;
}

#liveBot-list .list-group-item div {
    display: inline-block;
}

#liveBot-list .roomToken-title {
    width: 60%; 
}
#liveBot-list .roomUN-title {
    width: 20%; 
}
#liveBot-list .roomState-title {
    width: 20%; 
}

#liveBot-list .roomToken {
    width: 70%; 
}
#liveBot-list .roomUN {
    width: 15%; 
}
#liveBot-list .roomState {
    width: 10%; 
}

#liveBot-list .roomToken {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


#liveBot-list table th {
    text-align: left;
    padding-left: 0;
}

#page-monitering .tit-url {
    font-size: 0.8em;
    color: #d9d9d9;
}

#page-monitering .state-danger {
    color: #f75b36;
}

#page-monitering .state-warning {
    color: #f8c255;
}

#page-monitering .state-success {
    color: #00c292;
}

#page-monitering iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: hidden;
}

#page-monitering .chatbotFrame {
    height: 100%;
}
.navTabs-wrapper {
    overflow-x: auto; 
    height: 60px;
      scrollbar-face-color: #f9f9f9;
    scrollbar-shadow-color: #fff;
    scrollbar-highlight-color: #fff;
    scrollbar-3dlight-color: #fff;
    scrollbar-darkshadow-color: #fff;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #fff;
}
#page-monitering .navTabs-wrapper::-webkit-scrollbar-track {
      background-color: #fff;
} /* the new scrollbar will have a flat appearance with the set background color */
 
#page-monitering .navTabs-wrapper::-webkit-scrollbar-thumb {
      background-color: #f9f9f9 !important; 
} /* this will style the thumb, ignoring the track */
 
#page-monitering .navTabs-wrapper::-webkit-scrollbar-button {
      background-color: #fff;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
#page-monitering .navTabs-wrapper::-webkit-scrollbar-corner {
      background-color: #f9f9f9;
} 

#page-monitering .navTabs-wrapper::-webkit-scrollbar {
    width: 5px;
}

.moniteringChatbot-wrapper {
    display: none;
}

.moniteringChatbot-wrapper .nav-tabs {
    width: 2000px;
    height: 40px;
}

.moniteringChatbot-wrapper .nav-tabs > li {
    margin-right: 5px;
    width: 140px;
}

.moniteringChatbot-wrapper .nav-tabs > li .fa {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 7px;
    color: #fff;
    font-size: 1em;
    font-weight: 200;
    cursor: pointer;
}

.moniteringChatbot-wrapper .nav-tabs > li.active > a, 
.moniteringChatbot-wrapper .nav-tabs > li.active > a:hover, 
.moniteringChatbot-wrapper .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: #516673;
    background: url(../images/bg_chat.png) no-repeat center center;
}

#mn-rightPanel .tab-content {
    margin-top: 30px;
}

.moniteringPage-guide {
    text-align: center;
    margin-top: 50%;
    color: #999;
}

.botList-guide {
    margin-top: 60%;
}
.chatBox-guide {
    margin-top: 47%;
}
/* 우측 부분 : 응답힌트 , 자주 사용하는 문장*/
.resHint-wrapper, .tagFA-wrapper {
    overflow-y: auto; 
    overflow-x: hidden; 
}

.tag-editor{
    border: none !important;
} 

