.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}
.tab-content > .active, .pill-content > .active {
    display: block;
}
.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .chatVerticalTabs > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}
.tabs-left > .chatVerticalTabs > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.tabs-left > .chatVerticalTabs > .nav-tabs {
    float: left;
    border: none;
    margin-top: 1px;
}
.tabs-left > .chatVerticalTabs > .nav-tabs > li > a {
    margin-right: -1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-style: solid;
    border-width: 1px;
}
.tabs-left > .chatVerticalTabs > .nav-tabs > li > a:hover, .tabs-left > .chatVerticalTabs > .nav-tabs > li > a:focus {
    border: 1px solid #DDD;
}
.tabs-left > .chatVerticalTabs > .nav-tabs .active > a, .tabs-left > .chatVerticalTabs > .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    width: 101%;
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
}
.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}
.tabs-left > .chatVerticalTabs > .nav-tabs > li > a {
    width: 94%;
}
.tabs-left > .chatVerticalTabs > .nav-tabs > li > a .tabClose {
    float: right;
    line-height: 16px;
}
.tabs-left > .chatVerticalTabs > .nav-tabs .active > a .tabClose {
   margin-right: 7%;
}
.chatVerticalTabs {
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 12%;
}
.chatVerticalTabs .nav-tabs {
    border-right: 1px solid #DDD !important;
}
.tabs-left > .chatVerticalTabs > .nav-tabs > li:before, .tabs-left .nav-tabs > li:after {
    clear: both;
    display: table;
}