.scroller::-webkit-scrollbar {
    width: 7px;
    height: 12px;
}

.scroller::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.scroller::-webkit-scrollbar-thumb {
    background: #ddd;
}

.scroller:hover::-webkit-scrollbar-thumb {
    background: #bbb;
}

.scroller::-webkit-scrollbar-thumb:horizontal:hover, .scroller::-webkit-scrollbar-thumb:vertical:hover {
    background: #999;
}

.scroller::-webkit-scrollbar-thumb:horizontal:active, .scroller::-webkit-scrollbar-thumb:vertical:active {
    background: #777;
}

.containers {
    font-size: 1em;
}

.containers .time {
    font-size: .8em;
    clear: both;
    position: relative;
}

.containers .time_alt {
    text-align: right;
    font-size: .8em;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
    clear: both;
}

.bubble {
    border-radius: 10px;
    clear: both;
    float: left;
    margin: 0px 0px 10px 5px;
    max-width: 86%;
    padding: 4px 5px;
    position: relative;
    text-shadow: none;
    width: auto;
    word-wrap: break-word;
    line-height: 27px;
}

.bubble:before, .bubble:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 0px;
}

.bubble:before {
    border-image: none;
    border-style: solid;
    border-width: 0 0 14px 16px;
    bottom: 7px;
    left: -16px;
    z-index: 0;
}

.bubble:after {
    border-image: none;
    border-style: solid;
    border-width: 0 0 12px 14px;
    bottom: 8px;
    left: -14px;
}

.bubble-first:before {
    border-color: transparent transparent #CCCCCC transparent;
}

.bubble-first:after {
    border-color: transparent transparent #FFFFFF transparent;
}

.bubble-first {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #393939;
}

.bubble--alt {
    background: none repeat scroll 0 0 #4D8DC6;
    border: 1px solid #246FB1;
    color: #FFFFFF;
    float: right;
    margin: 0px 5px 10px 0px;
}

.bubble--alt:before {
    border-color: transparent transparent #246FB1 transparent;
    border-width: 0 16px 14px 0px;
    left: auto;
    right: -16px;
}

.bubble--alt:after {
    border-color: transparent transparent #4D8DC6 transparent;
    border-width: 0 14px 12px 0px;
    left: auto;
    right: -14px;
}

.bubble a {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

.bubble a, .bubble-alert a {
    color: #2C96F0;
}

.bubble--alt a {
    text-decoration: underline;
    color: black;
}

.bubble a {
    text-decoration: underline;
}

.bubble-alert {
    background: none repeat scroll 0 0 #fcecec;
    border: 1px solid #c84343;
    color: #393939;
    float: left;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.bubble-alert:before {
    border-color: transparent transparent #C84343 transparent;
    right: auto;
    left: -16px;
}

.bubble-alert:after {
    border-color: transparent transparent #FCECEC transparent;
    right: auto;
    left: -14px;
}

.bubbleL {
    float: left;
    margin: 0px 5px 10px 0px;
}

.bubbleL:before {
    right: auto;
    border-width: 0 0px 14px 16px;
    left: -16px;
}

.bubbleL:after {
    border-width: 0 0px 12px 14px;
    left: -14px;
    bottom: 8px;
    right: auto;
}

.bubbleR {
    float: right;
    margin: 0px 5px 10px 0px;
}

.bubbleR:before {
    left: auto;
    border-width: 0 16px 14px 0px;
    right: -16px;
}

.bubbleR:after {
    left: auto;
    border-width: 0 14px 12px 0px;
    right: -14px;
}

.bubble img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.bubble .time {
    color: #adadad;
    font-size: 9px;
    margin-bottom: 0px;
    margin-right: 0px;
    text-align: right;
    padding: 0px 6px;
    line-height: 12px;
}

.bubble .time .cuName {
    display: inline;
    font-size: 10px;
    padding-right: 5px;
}

.bubble .time .cuName b {
    font-size: 14px;
    margin: 0px 2px 0px 1px;
}

.bubble--alt .time {
    color: #d8dadc;
}

.bubble--alt .time .cuName {
}

.bubble-alert .time {
    color: #afafaf;
    text-shadow: none;
}

.bubbleProfilePic, .bubbleContent {
    /*display: table-cell;*/
    padding-bottom: 4px;
    vertical-align: top;
}

.bubbleChat {
    position: relative;
    padding-left: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
}

.bubbleProfilePic img {
    width: 36px;
    height: 36px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.bubble .fa-lock {
    float: right;
    visibility: hidden;
}

.bubble-private .fa-lock {
    visibility: visible;
}

.bubble.bubble-private {
    padding-right: 18px;
}

.bubble--alt.bubble-private {
    padding-left: 20px;
    padding-right: 5px;
}

.bubble--alt .fa-lock {
    float: left;
}

.bubble .fa-lock:before {
    margin-right: -14px;
    margin-left: 4px;
}

.bubble--alt .fa-lock:before {
    margin-left: -14px;
    margin-right: 0px;
}

.scroller {
    color: #444444;
    font: 13px/1.2 Arial;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2% 3% 0 3%;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #CDCDCD;
    height: 250px;
}

.chatIframeWrapper, .chatWindowWrapper, .nav-tabs.chatVerticalTabs {
}

.chatWindowWrapper {
    border-right: 2px solid #DDDDDD;
    margin-top: 0px;
    padding-right: 20px;
    width: 50%;
    float: left;
}

.chatIframeWrapper {
    border: none;
    width: 50%;
    float: right;
}

.chatIframeWrapper iframe {
    border: none;
}

.wrapper-btn-div {
    margin: 12px 0px;
    text-align: left;
}

.chatWindowBox, .chatList, chatInputBox .chatInput {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.chatWindowBox {
    background: none repeat scroll 0 0 #D8E3ED;
    position: relative;
    border: 1px solid #cdcdcd;
    margin-top: 10px;
}

.adminChatWrap .chatWindowBox {
    height: 100%;
}

.chatList {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #cdcdcd;
    float: none;
    height: 60px;
    margin: 0px auto 5px auto;
    padding: 2px 6px 0px 1px;
    position: relative;
    width: 100%;
    z-index: 8;
    overflow-y: auto;
}

.groupChat {
}

.chatList h1 {
    font-size: 11px !important;
    font-weight: bold !important;
    color: #9db0b7 !important;
    margin-bottom: 7px !important;
    line-height: 10px !important;
}

.groupChat {
    display: table-row;
    width: 100%;
}

.groupChat .friendList, .chatHeadBg {
    display: table-cell;
    vertical-align: top;
}

.groupChat .friendList {
    width: 100%;
}

.chatHeadBg {
    float: right;
    height: 45px;
    margin-right: 2px;
    margin-top: 5px;
    width: 90px;
}

.chatHeadBg img {
    height: 45px;
    width: 90px;
}

.chatHeadBg > span {
    border: 1px solid #dddddd;
    display: block;
    height: 100%;
    padding-top: 4px;
    position: relative;
    font-size: 14px;
    text-align: center;
    width: 100%;
}


.chatHeaderSmall img {
    height: 40px;
    width: 75px;
}


.friendList {
    margin: 0;
}

.friendList li {
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: auto;
    padding: 4px 6px;
    position: relative;
}

.friendList li .nameTag .actionRemove:hover, .friendList li .nameTag .actionRemove:focus {
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
}

.friendList li.current-chat {
}

.friendList .nameTag > span img, .chatting img {
    width: 47px;
    height: 47px;
    float: left;
    margin-right: 2px;
}

.friendList .nameTag {
    display: inline-block;
}

.friendList .nameTag span {
    display: inline-block;
    text-shadow: 1px 1px 0 #fff;
    vertical-align: middle; /*float: left;*/
}

.friendList .nameTag .name {
    font-size: 12px;
    color: #000;
    font-weight: normal;
    line-height: 17px;
}

.friendList .nameTag .name.active, .friendList .nameTag .active .name {
    color: #000;
    font-weight: bold;
}

.friendList .actionRemove, .friendList .actionResetPw {
    /*float: left;*/
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    cursor: pointer;
}

.friendList .actionRemove {
    background: url(../image/tick-noB.png) no-repeat;
    margin-right: 4px;
}

.friendList .actionResetPw {
    background: url(../image/icon-pw.png) no-repeat;
}

.friendList .nameTag .pro {
    font-size: 11px;
    color: #7f8c91;
}

.friendList .nameTag .fa {
    color: #ccc;
    font-size: 26px;
    height: 30px;
    line-height: 28px;
    margin-right: 2px;
}

.friendList .nameTag .name.online:before, .friendList .nameTag .name.idle:before, .friendList .nameTag .name.away:before, .friendList .nameTag .name.busy:before, .friendList .nameTag .name.disturb:before, friendList .nameTag .name.offline:before, .name.online:before, .name.idle:before, .name.away:before, .name.disturb:before, .name.busy:before, .name.offline:before {
    content: " ";
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 0px 0px -22px;
    position: absolute;
}

table.cwDataTable td .name:before {
    margin-top: 2px;
}

/*.name.online:before, .name.idle, .name.away:before, .name.disturb:before, .name.busy, .name.offline:before {
	margin-top: 0px;
}*/
.name.online, .name.idle, .name.away, .name.disturb, .name.busy, .name.offline {
    padding-left: 22px;
    /* display: inline-block;*/
    display: inline;
}

.friendList .nameTag .name.online:before, .friendList .nameTag .name.idle:before, .friendList .nameTag .name.away:before, .friendList .nameTag .name.busy:before, .friendList .nameTag .name.disturb:before, friendList .nameTag .name.offline:before {
    /*margin-top: -1px; */
}

.friendList .nameTag .name.online:before, .name.online:before {
    background: url(../image/available_17.png);
    background-repeat: no-repeat;
}

.friendList .nameTag .name.idle:before, .name.idle:before, .name.away:before {
    background: url(../image/away_17.png);
    background-repeat: no-repeat;
}

.friendList .nameTag .name.busy:before, .name.busy:before, .name.disturb:before {
    background: url(../image/DND_17.png);
    background-repeat: no-repeat;
}

.friendList .nameTag .name.offline:before, .name.offline:before {
    background: url(../image/offline_17.png);
    background-repeat: no-repeat;
}

.inviteChatList .name {
    cursor: pointer;
}

.inviteChatList .name:hover, .inviteChatList .name:focus {
    text-decoration: underline;
}

.staticPopsize .name {
   cursor: pointer;
}
.staticPopsize .name:hover, .staticPopsize .name:focus {
   text-decoration: underline;
}
.chatting {
    margin-bottom: 10px;
    overflow: auto;
}

.chatting.me img {
    float: right
}

.chatting.me .chatBubble {
    float: right
}

.chatBubble {
    padding: 13px 7px 55px 15px;
    width: 416px;
    float: left;
    position: relative;
}

.chatBubble h2 {
    color: #b0b7b9;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

.chatBubble h2 a {
    color: #b0b7b9;
    text-decoration: none;
}

.chatBubble h2 a:hover, .chatBubble h2 a:focus {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=7);
}

.chatBubble h2:after {
    content: " ";
    background: url(https://nachat.myconnectwise.net/common/app/img/up.png);
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 5px;
}

.chatting .bubble {
    width: 347px;
    padding: 6px 9px;
    float: left;
    font-size: 12px;
    border: 1px solid #dde0e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px;
    position: relative;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03), inset 0 -4px 9px rgba(9, 9, 9, 0.05);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03), inset 0 -4px 9px rgba(9, 9, 9, 0.05);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03), inset 0 -4px 9px rgba(9, 9, 9, 0.05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03), inset 0 -4px 9px rgba(9, 9, 9, 0.05);
}

.chatting.me .bubble {
    background: #f6f8f9;
    margin-left: 0;
    margin-right: 5px;
}

.chatting .bubble:before {
    content: " ";
    background: url(https://nachat.myconnectwise.net/common/app/img/arrow-1.png);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: -10px;
    top: 10px;
}

.chatting.me .bubble:after {
    content: " ";
    background: url(https://nachat.myconnectwise.net/common/app/img/arrow-2.png);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: -10px;
    top: 10px;
}

.chatting.me .bubble:before {
    content: " ";
    background: none;
}

.chatting .bubble .time {
    color: #949494;
    line-height: 1.3em;
    display: block;
}

.chatting .bubble p {
    color: #393939;
    line-height: 1.4em;
}

.chatInputBox {
    margin: 0px;
    width: 100%;
    clear: both;
}

.chatInputBox .chatInput {
    height: 60px;
    margin-bottom: 0;
    width: 100% !important;
    border-top: 1px solid #CDCDCD;
    line-height: 16px;
    opacity: 1;
    color: #333333 !important;
}

.inputChat {
    background: #E6EAEC url(https://nachat.myconnectwise.net/common/app/img/bg-chatBox.png) repeat;
    height: 55px;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -o-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #dde0e3;
}

.inputChat input {
    height: 30px;
    width: 80%;
    margin: 10px 2% 0;
    position: relative;
    left: 0;
    right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DDE0E3;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03), inset 0 2px 3px rgba(9, 9, 9, 0.05);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03), inset 0 2px 3px rgba(9, 9, 9, 0.05);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03), inset 0 2px 3px rgba(9, 9, 9, 0.05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03), inset 0 2px 3px rgba(9, 9, 9, 0.05);
    color: #393939;
    padding: 0 7px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.inputChat input:focus {
    outline: none;
}

#copyright {
    font-size: 12px;
    color: #436277;
    text-shadow: 0 1px 0 #ffffff;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
}

#copyright a {
    color: #CC0033;
    text-decoration: none;
}

#copyright a:hover, #copyright a:focus {
    color: #436277;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.chatDetailsWrapper {
    height: 40px;
    position: relative;
}

.chatTypingStatus {
    float: left;
    color: #777;
    font-size: 13px;
    padding: 15px 2px 0px 15px;
}

.chatboxBtnPanel {
    float: right;
    padding-top: 7px;
    padding-right: 10px;
}

.chatboxBtnPanel > ul {
    float: left;
}

.infoArrowD {
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #004A78;
    height: 0;
    margin: 0px 0 0px 5px;
    width: 0;
}

.emoticons img {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}

.popOverBoxWrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    border-radius: 3px;
    box-shadow: 0 3px 10px;
    padding: 4px;
    position: absolute;
}

.popOverBoxWrapperInner {
    background: #fff;
    padding: 14px 12px 12px 12px;
    position: relative;
}

.popOverBoxHeader {
    display: block;
}

.popOverBoxHeader h3 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    padding: 0 14px 16px;
}

.popOverBoxContent {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0px 2px;
}

.popOverBoxArrowD, .popOverBoxArrowU {
    z-index: 97;
    position: absolute;
    border-left: 14px solid rgba(0, 0, 0, 0);
    border-right: 14px solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    margin: 0px;
}

.popOverBoxArrowD {
    border-top: 14px solid #FFFFFF;
    bottom: -12px;
}

.popOverBoxArrowU {
    border-bottom: 14px solid #FFF;
    left: 12px;
    top: -13px;
}

.popOverBoxContent ul {
    margin: 0px;
}

.popOverBoxContent ul li {
    padding: 9px 4px;
}

.popOverBoxContent ul li a {
    color: #004A78 !important;
    display: inline-block;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: bold;
}

.popOverBoxContent ul li input[type="checkbox"] {
    margin: 0px;
}

.popOverBoxContent ul li a:hover, .popOverBoxContent ul li a:focus {
    color: #004A78 !important;
    text-decoration: underline;
}

#chatwindow {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

.startendtime {
    padding: 0px !important;
    font-size: 10px;
}

.span_tab_display {
    position: relative;
    margin: 0px !important;
    cursor: pointer;
}

.bubble p {
    margin-bottom: 3px;
}

.chatWindowWrapper > .btn-toolbar .btn-group {
    margin: 0px;
}

.chatWindowWrapper > .btn-toolbar .btn-group .btn {
    margin-right: 8px;
    margin-left: 0px;
}

.chatWindowWrapper.custOffChatWrap {
    margin-top: 14px;
    border-right: 0px;
}

.chatWindowWrapper.custOffChatWrap .scroller {
    border: 0px;
    padding: 0px;
    height: auto !important;
    margin-bottom: 20px;
}

.custOffChatWrap .chatInput {
    height: 150px !important;
    margin-bottom: 0;
    width: 100% !important;
    line-height: 16px;
}

.custOffChatWrap .scroller .alert {
    display: block;
}

.refreshFrameBtnWrapper {
    margin-right: 0px;
    padding-right: 15px;
    padding-bottom: 8px;
}

.ftOptions {
    float: right !important;
}

.ftOptions .btn {
    border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    margin-left: 0px;
}

.ftOptions .btn .caret {
    margin: 0px;
}

.ftOptionsAttach {
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-right: 0px;
}

/*.addtextcolor {*/
/*color:#333333;*/
/*}*/
/*.container {*/
/*width: 100% !important;*/
/*height: 100% !important;*/
/*}*/
.newChatWindowPanel {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    bottom: 0;
}

.chatPanelContent {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0px 6px;
}

.custChatPanel.newChatWindowPanel {
    /*width: 400px;*/
    width: auto;
    min-width:400px;
    left: auto;
}

.custChatPanel .chatPanelContent {
    position: relative;
}

.custChatPanel .chat-window {
    width: 100%;
    margin: 0px;
}

.chatPanelHeader {
    background: #1768B2;
}

.chatInputBox .chatInput.input-sm {
    border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
}

.custChatPanel.newChatWindowPanel > .panel {
    margin: 0px;
}

.custChatPanel.newChatWindowPanel > .panel > .panel-heading {
    padding: 5px 5px 5px 12px;
}

.custChatPanel.newChatWindowPanel .chat-window {
    height: 370px;
    overflow-x: hidden;
    overflow-y: auto;
}

.custChatPanel.newChatWindowPanel .msg-container-base {
    max-height: 240px;
    height: 156px;
}

/*chatpage.css*/
/* line 2, ../sass/components/chat-window.scss */
.chat-window {
    float: right;
    /*bottom: 0;*/
    /*position: fixed;*/
    /*right: 0;*/
    /*margin-left: 10px;*/
    padding: 0px;
    position: relative;
    /*width: 20%;*/
}

/* line 10, ../sass/components/chat-window.scss */
.chat-window .panel {
    border: 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}

/* line 2, ../sass/components/chat-top-bar.scss */
.chat-top-bar {
    background: #1768B2;
    color: #fff;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

/* line 9, ../sass/components/chat-top-bar.scss */
.chat-top-bar .icon-minim {
    padding: 2px 10px;
}

.msg-container-wrap {
    background: #D8E3ED;
    padding: 0;
    margin: 0;
}

.msg-container-wrap .chatTypingStatus {
    padding-top: 5px;
}

.msg-container-wrap .chatDetailsWrapper {
    height: 34px;
}

/* line 2, ../sass/components/chat-msg-container.scss */
.msg-container-base {
    padding: 10px;
    max-height: 300px;
    overflow-x: hidden;
    min-height: 150px;
}

/* line 9, ../sass/components/chat-msg-container.scss */
.msg-container-base::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 14, ../sass/components/chat-msg-container.scss */
.msg-container-base::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 12px;
}

/* line 19, ../sass/components/chat-msg-container.scss */
.msg-container-base::-webkit-scrollbar-thumb {
    background-color: #555;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 24, ../sass/components/chat-msg-container.scss */
.msg-container-base .msg-container {
    display: flex;
    overflow: hidden;
    padding: 10px;
}

/* line 2, ../sass/components/chat-msg.scss */
.chat-msg {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    padding: 10px;
}

/* line 9, ../sass/components/chat-msg.scss */
.chat-msg p {
    font-size: 13px;
    margin: 0 0 .2rem;
}

/* line 14, ../sass/components/chat-msg.scss */
.chat-msg time {
    color: #ccc;
    font-size: 11px;
}

/* line 19, ../sass/components/chat-msg.scss */
.chat-msg .chat-msg-author {
    display: block;
}

/* line 23, ../sass/components/chat-msg.scss */
.chat-msg.chat-msg-receive {
    margin-right: 0;
    padding-bottom: 20px;
}

/* line 28, ../sass/components/chat-msg.scss */
.chat-msg.chat-msg-sent {
    margin-right: 0;
    padding-bottom: 20px;
}

/* line 32, ../sass/components/chat-msg.scss */
.chat-msg.chat-msg-sent .chat-msg-author {
    text-align: right;
}

/* line 36, ../sass/components/chat-msg.scss */
.chat-msg.chat-msg-sent time {
    float: right;
}

/*html, body{*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

/* Move down content because we have a fixed navbar that is 50px tall */

.my-custom-chat-theme > .chat-window {
    float: right;
}

.firstRightPosition {
    right: 0%;
}

.secondRightPosition {
    right: 25%;
}

.thirdRightPosition {
    right: 50%;
}

.fourRightPosition {
    right: 75%;
}

.chatActionsPanel > .panel-heading {
    padding: 2px 6px;
}

.expandNewChat .chat-window {
    width: 100%;
}

.newChatWindowPanel.expandNewChat {
    top: 0;
}

.expandNewChat .chatPanelContent {
    top: 0;
}

.newChatWindowPanel .msg-container-base {
    min-height: 50px;
}

.newChatWindowPanel .chat-window .friendList .nameTag > span img {
    width: 18px;
    height: 18px;
}

.newChatWindowPanel .chatInputBox .chatInput {
    height: 46px;
    font-size: 14px;
}

.newChatWindowPanel .chatInputBox .chatInputDesc {
    height: 60px !important;
}

.newChatWindowPanel .chatList {
    border-radius: 0px;
    height: 50px;
    margin-bottom: 0px;
}

.newChatWindowPanel .friendList li {
    padding: 2px 4px;
}

.chatIframeWrapper.iframeNotesWindow {
    width: 100%;
}

.newChatWindowPanel .cwLoginLogo {
    background-size: 200px;
    height: 70px;
}

select.form-control, textarea.form-control, input.form-control {
    width: 100%;
}
.transparent-wrap-2{
    background-color: rgba(0,0,0,0.2);
    color: #fff;
}

.loginWrapper.aboutInfoWrap.aboutInfoWrap h4,.loginWrapper.aboutInfoWrap.aboutInfoWrap h5{
    padding-left: 0px;
}

input.form-control, select.form-control{
    border-color:#B3B3B3;
    color: #000000;
}
.appchat-wrap {
display: block;

}
.appchat-time, .appchat-content {

}
.appchat-msg {

}
.appchat-time {
    color: #5179A5;
}
.alt-chat .appchat-time {
    color: #F15B61;
}
.appchat-content span {
float left;
}
.chatWindowBox.appchat-box {
    background: #fff;
}
.chat-ticket-window {
height: 430px;
overflow-y: auto;
}
.chat-archive-pane {
    height: calc(100vh - 160px) !important;
    overflow-y: auto;
    padding: 12px;
}
.appcues-widget-icon {
    font-size: 0px;
    background-image: url(../image/Application_Appcues-01.png);
     background-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    }

.back-grnd{
    background-color: orange;
    text-align: center;
    color:  #ffffff;
}
.bubbleChat ol, .bubbleChat ul {
    padding-left: 20px;
}
.bubbleChat ol li, .bubbleChat ul li {
    list-style-type: decimal !important;
}
.chatInputBox ol,  .chatInputBox ul{
    padding-left: 20px;
}
.chatInputBox ol li,.chatInputBox ul li{
    list-style-type: decimal !important;
}
.friendListUl
{
    padding:0px !important;;
}
