body, .dealer-chat-bg {
  background-color: #DDDDDD;
}
body.white-bg {
  background-color: #FFFFFF;
}
.topmenu .menu-over-pop {
  max-width: 500px;
  min-width: 300px;
}
.topmenu .menu-over-pop > .arrow {
  left: auto;
  right: 38px;
  margin-left: -11px;
}
.menu-over-pop.bottom {
  top: 54px;
  right: -10px;
}
.dealer-content {
  display: block;
  position: relative;
  padding: 10px 10px 0;
}
.dealer-content > div {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.dealer-content > div.inline {
  display: inline-block;
  width: 100%;
}
.dealer-content > div.trn {
  background: transparent;
  border-color: transparent;
}
.dealer-content .flat-btn {
  display: block;
  padding: 8px 10px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
}
.dealer-content .flat-btn.box {
  border: 1px solid #D2E5FF;
  color: #000000;
}
.page-tabs-container {
  display: block;
  position: relative;
  background: #FFFFFF;
  font-size: 0;
  vertical-align: top;
  height: 42px;
}
.page-tabs-container.auto {
  height: auto;
}
ul.page-tabs {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 100%;
  vertical-align: top;
  height: 36px;
  background-color: #E3E3E3;
}
ul.page-tabs li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  border-top: 1px solid transparent;
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
ul.page-tabs li.t0 {
}
ul.page-tabs li.t30 {
  box-shadow: inset 0 5px 0 #EBEB00, inset 0 -1px 0 #DDDDDD;
}
ul.page-tabs li.t60 {
  box-shadow: inset 0 5px 0 #FF991F, inset 0 -1px 0 #DDDDDD;
}
ul.page-tabs li.tend {
  box-shadow: inset 0 5px 0 #AAAAAA, inset 0 -1px 0 #DDDDDD;
  background-color: #CCCCCC;
}
ul.page-tabs li.tinfi {
  box-shadow: inset 0 5px 0 #AAAAAA, inset 0 -1px 0 #DDDDDD;
}
ul.page-tabs li.tmsg {
  box-shadow: inset 0 5px 0 #EE0000, inset 0 -1px 0 #DDDDDD;
  background-color: #FFD591;
}
.tab-bbdr {
  border-bottom: 1px solid #E3E3E3;
}
ul.page-tabs li.active {
  background-color: #FFFFFF;
}
ul.page-tabs li > .status {
  position: absolute;
  left: 5px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 2px solid #BBBBBB;
}
ul.page-tabs li > .status.green {
  background-color: #5BB75B;
  border-color: #5BB75B;
}
ul.page-tabs li > .status.orange {
  background-color: #FF991F;
  border-color: #FF991F;
}
ul.page-tabs li > .status.usrstc-0 {
}
ul.page-tabs li > .status.usrstc-1 {
  background-color: #5BB75B;
  border-color: #5BB75B;
}
ul.page-tabs li > .status.usrstc-2 {
  background-color: #FFFFFF;
  border-color: #BB0000;
}
ul.page-tabs li > .status.usrstc-3 {
}
.status-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
  background-image: url(../images2/icons/icons-lightgray.png?11351);
  background-position: -96px -96px;
  background-repeat: no-repeat;
  background-size: 312px 312px;
}
.usrstc-0 {
}
.usrstc-1, .usrstc-17 {
  background-image: url(../images2/icons/icons-green.png?11351);
  color: #5BB75B;
}
.usrstc-16 {
  color: #dd0000;
}
.usrstc-2, .status-dot.usrstc-15 {
  background-image: url(../images2/icons/icons-red.png?11351);
}
.usrstc-3 {
}
.row-device-1 .status-dot {
  background-position: -96px -96px;
}
.row-device-2 .status-dot {
  background-position: -144px -96px;
}
.row-device-3 .status-dot {
  background-position: -120px -96px;
}
.row-device-4 .status-dot {
  background-position: -192px -96px;
}
.chat-bubbles .feed-row.cu1.row-device-4 .bubble-container .bubble {
  background-color: #FFBFEE;
}
.chat-bubbles .feed-row.cu1.row-device-5 .bubble-container .bubble {
  background-color: rgba(0,135,255,1.0);
  color: #FFFFFF;
}
.chat-bubbles .feed-row.cu1.row-device-5 .bubble-container .bubble a {  
  color: lightblue;
}
.chat-bubbles .feed-row.cu1.row-device-4 .arr > .triangle {
  border-color: #FFBFEE transparent transparent transparent;
}
.chat-bubbles .feed-row.cu1.row-device-5 .arr > .triangle {
  border-color: rgba(0,135,255,1.0) transparent transparent transparent;
}
.chat-bubbles .feed-row.cu1.row-device-4 .cu-arr {
  border-color: transparent #FFBFEE transparent transparent;
}
.chat-bubbles .feed-row.cu1.row-device-5 .cu-arr {
  border-color: transparent rgba(0,135,255,1.0) transparent transparent;
}
.chat-bubbles .feed-row.cu1.row-device-4 .cu-arr.cu-bottom {
  border-color: #FFBFEE transparent transparent transparent;
}
.chat-bubbles .feed-row.cu1.row-device-5 .cu-arr.cu-bottom {
  border-color: rgba(0,135,255,1.0) transparent transparent transparent;
}
ul.page-tabs li > a {
  display: block;
  position: relative;
  padding: 9px 15px 9px 15px;
  white-space: normal;
  color: #000000;
  text-decoration: none;
}
.page-tabs-container.auto ul.page-tabs li a {
}
ul.page-tabs.white li {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 #DDDDDD;
}
ul.page-tabs li > a .title {
  display: block;
  font-size: 14px;
}
ul.page-tabs li.active > a .title {
}
ul.page-tabs li > a .sub-title {
  display: block;
  font-size: 12px;
}
ul.page-tabs li > .top-right {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
}
ul.page-tabs li > .top-right > .badge {
  display: none;
  background-color: #DD0000;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
  padding: 0 4px 2px;
  border-radius: 0 0 0 0;
  vertical-align: top;
}
ul.page-tabs li > .top-right > .x {
  display: none;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 12px;
  font-weight: 300;
  padding: 1px 4px 2px;
  border-radius: 0 0 0 0;
  vertical-align: top;
}
ul.page-tabs li:hover > .top-right > .x {
  display: inline-block;
  cursor: pointer;
}
ul.page-tabs li.active > a {
  color:#418fde;
}
ul.page-tabs.white li.active > a {
  background-color: #FFFFFF;
}
ul.page-tabs li.menu {
  background-color: #FFFFFF;
  background-image: url("../images2/icons/icon_dd_menu_arrow@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px auto;
}
ul.page-tabs li.menu.windows {
  background-image: url("../images2/icons/icon_dd_windows@2x.png");
}
ul.page-tabs li.menu, ul.page-tabs li.menu a {
  width: 36px;
  height: 42px;
}
ul.page-tabs li.menu .dropdown-menu {
  padding: 0;
  margin-right: -1px;
}
ul.page-tabs li.menu ul.page-tabs li {
  display: block;
  border-right: none;
}
ul.page-tabs li.menu ul.page-tabs li:last-child {
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}
ul.page-tabs li.menu ul.page-tabs li > a {
  display: table;
  width: 100%;
}
ul.page-tabs li.menu ul.page-tabs li > a > div > span {
  white-space: nowrap;
}
.reqs-table {
  width:100%;
}
.dataTables_wrapper {
  padding: 5px;
}
table.dataTable thead span.rpt-sort-icon {
  display: inline-block;
  border-top: 3px solid transparent;
  margin-left: 2px;
  width: 16px;
  height: 16px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled { background-image: none }

table.dataTable thead .sorting span { background: url('../css2/DataTables/DataTables-1.10.13/images/sort_both.png') no-repeat center right; }
table.dataTable thead .sorting_asc span { background: url('../css2/DataTables/DataTables-1.10.13/images/sort_asc.png') no-repeat center right; }
table.dataTable thead .sorting_desc span { background: url('../css2/DataTables/DataTables-1.10.13/images/sort_desc.png') no-repeat center right; }
table.dataTable thead .sorting_asc_disabled span { background: url('../css2/DataTables/DataTables-1.10.13/images/sort_asc_disabled.png') no-repeat center right; }
table.dataTable thead .sorting_desc_disabled span { background: url('../css2/DataTables/DataTables-1.10.13/images/sort_desc_disabled.png') no-repeat center right; }

.reqs-table .chat-req-header, .reqs-table .chat-req-footer {
  background: #003063;
}
.reqs-table .chat-req-header > td, .reqs-table .chat-req-header > th, .reqs-table .chat-req-footer > td, .reqs-table .chat-req-footer > th {
  padding: 5px 10px;
  font-weight: 300;
  font-size: 14px;
  color: #DDDDDD;
  vertical-align: top;
}
.reqs-table .chat-req-header > td.sortable, .reqs-table .chat-req-header > th.sortable, .reqs-table .chat-req-footer > td.sortable, .reqs-table .chat-req-footer > th.sortable {
  padding: 0 0;
}
.reqs-table .chat-req-header > td, .reqs-table .chat-req-header > th, .reqs-table .chat-req-footer > td, .reqs-table .chat-req-footer > th {
  background: #003063;
}
.reqs-table .chat-req-header > td > a, .reqs-table .chat-req-header > th > a, .reqs-table .chat-req-footer > td > a, .reqs-table .chat-req-footer > th > a, .fixed-grid-header a {
  padding: 5px 10px;
  color: #DDDDDD;
  text-decoration: none;
}
.reqs-table .chat-req-header > td > a:hover, .reqs-table .chat-req-header > th > a:hover, .reqs-table .chat-req-footer > td > a:hover, .reqs-table .chat-req-footer > th > a:hover, .fixed-grid-header a:hover {
  background-color: rgba(0,0,0,0.5);
}
.reqs-table .chat-req-header > td > a > i, .reqs-table .chat-req-header > th > a > i, .reqs-table .chat-req-footer > td > a > i, .reqs-table .chat-req-footer > th > a > i, .fixed-grid-header a > i {
  opacity: 0.3;
}
.reqs-table .chat-req-header > td > a.sorted > i, .reqs-table .chat-req-header > th > a.sorted > i, .reqs-table .chat-req-footer > td > a.sorted > i, .reqs-table .chat-req-footer > th > a.sorted > i, .fixed-grid-header a.sorted > i {
  opacity: 1.0;
}
.reqs-table .chat-req-header .rpt-header-group-2row {
  vertical-align: bottom;
}
.reqs-table .chat-req-header .rpt-header-group {
  text-align: left;
}
.reqs-table .chat-req-row {
  border-bottom: 1px solid #BBBBBB;
}
.incoming-request .chat-req-row {
  border-bottom: 1px solid #FFFFFF;
}
.reqs-table .chat-req-row td:first-child, .reqs-table .chat-req-row td:last-child {
  padding-right: 0px;
}
.reqs-table .chat-req-row:last-child {
  border-bottom: none;
}
.reqs-table.nolrb .chat-req-row:last-child {
  border-bottom: none;
}
.reqs-table.nolrb .chat-req-row.direct {
  background-color: #B6E697;
}
.reqs-table .chat-req-row > td {
  padding: 10px;
}
.reqs-table .chat-req-row > td.td-icon {
  padding: 5px 0 5px 10px;
}
.reqs-table .chat-req-row > td.btn-cell {
  padding: 5px;
}
.reqs-table .chat-req-row > td.btn-cell a.btn,
.incoming-request .chat-req-row a.btn {
  text-transform: uppercase;
}
.reqs-table .chat-req-row .action-btn {
  width: 90px;
}
.reqs-table .chat-req-header.filters > td, .reqs-table .chat-req-header.filters > th, .reqs-table .chat-req-footer.filters > td, .reqs-table .chat-req-footer.filters > th {
  padding: 5px 10px 5px;
  background: #DDDDDD;
  color: #555555;
}
.reqs-table .chat-req-row.red-alert {
  background-color: #DD0000;
  color: #FF0000;
}
.reqs-table .chat-req-header.filters > td > input,
.reqs-table .chat-req-header.filters > td > select,
.reqs-table .chat-req-header.filters > th > input,
.reqs-table .chat-req-header.filters > th > select,
.reqs-table .chat-req-footer.filters > td > input,
.reqs-table .chat-req-footer.filters > td > select,
.reqs-table .chat-req-footer.filters > th > input,
.reqs-table .chat-req-footer.filters > th > select {
  height: 24px;
  font-size: 12px;
  padding: 0px 5px;
  width: 100%;
}
.reqs-table .chat-req-header.filters > td > select {
}
.reqs-table .chat-req-row > td .high {
  color: #002A80;
  font-weight: 700;
}
.reqs-table .chat-req-row.totals > td {
  border-top: 2px solid #BBBBBB;
  font-weight: 700;
}
.reqs-table .chat-req-row.other-dept td {
  color: #999999;
  background:#F5F5F6;
}
.reqs-table .chat-req-row.other-dept > td .high {
  color: #999999;
}
.rp-table .chat-req-row td:last-child {
  padding-right: 10px;
}
.reqs-table .chat-req-row .bdg {
  padding: 3px 6px;
}
.reqs-table .chat-req-row.invalid > td {
  background-color: #EEEEEE;
  color: #AAAAAA;
}
.search-pane input,
.search-pane select {
  height: 32px;
  font-size: 14px;
  padding: 0px 5px;
  width: 100%;
}
.search-pane select {
  padding: 0px 30px 0px 5px;
}
.search-pane .clear-x {
  height: 30px;
}
.dealer-content div.fixed-bar {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 9px 9px 0 9px;
  background-color: #E3E3E3;
  border: none;
}
.dealer-content div.fixed-bar > div {
  border: 1px solid #FFFFFF;
}
.chat-bubbles .feed-row .bubble .read-bdg {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #FF991F;
  background: rgba(255,153,31,0.85);
  color: #FFFFFF;
  padding: 1px 3px;
  vertical-align: top;
  line-height: 0;
  border-color: #FFFFFF;
  border-color: rgba(255,255,255,0.45);
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-radius: 0 0 0 0;
}
.chat-bubbles .feed-row .bubble .read-bdg i {
  margin: 0;
}
.dl-dash {
  display: block;
  vertical-align: top;
  padding: 10px 0 0 10px;
  text-align: center;
}
.dl-dash .left {
  width: 100%;
  vertical-align: top;
  font-size: 0px;
}
.dl-dash .right {
  vertical-align: top;
}
.dl-dash .pane {
  display: block;
  vertical-align: top;
  background: #FFFFFF;
  margin-bottom: 10px;
}
.dl-dash .pane > .content {
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  min-height: 210px;
}
.dl-dash .pane > .content > table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 0 4px 10px;
}
.dl-dash .pane > .content > table td:last-child {
  padding-right: 4px;
}
.dl-dash .pane > .content > table .even td {
  background: #EEEEEE;
}
.dl-dash .col1 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.dl-dash .col2 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.dl-dash .header {
  display: block;
  background-color: #003063;
  color: #FFFFFF;
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
}
.dl-dash .links {
  display: block;
  vertical-align: top;
  background: #FFFFFF;
  margin: 0 10px 10px 0;
  width: 240px;
}
.dl-dash .links .sub-header {
  display: block;
  padding: 10px 5px 5px;
  color: #999999;
  font-size: 12px;
}
.dl-dash .links a {
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 5px;
  margin-left: 5px;
  border-radius: 4px;
}
.dl-dash .links a:hover {
  background-color: #EEEEEE;
}
.dl-dash .num-bx {
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  background-color: #DDDDDD;
  margin: 5px;
  min-width: 20%;
}
.dl-dash .num-bx .lbl {
  display: block;
  font-size: 16px;
  color: #555555;
  text-align: center;
  padding-bottom: 7px;
}
.dl-dash .num-bx .val {
  display: block;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.dealer-content > .fixed-grid-header, .fixed-grid-header {
  display: none;
  position: absolute;
  background: #003063;
  font-weight: 300;
  font-size: 14px;
  color: #DDDDDD;
  z-index:20;
  white-space: nowrap;
}
.fixed-grid-header .disib {
  white-space: normal;
}
.list-grid {
  width: 100%;
  min-width: 1200px;
  position: absolute;
  border: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto !important;
}
.list-grid .ui-grid-top-panel {
    background: #003063;
    color: white;
    height: 32px !important;
}
.list-grid .ui-grid-column-menu-button {
  display: none;
}
.list-grid .ui-grid-row .ui-grid-cell {
  overflow: inherit;
  display: block;
  vertical-align: middle;
  border: none;
  padding: 5px 10px 5px 10px;
}
.list-grid .ui-grid-row .ui-grid-cell .distc {
  height: 34px;
  font-size: 12px;
}
.list-grid .ui-grid-cell, .list-grid .ui-grid-cell .ui-grid-vertical-bar {
  height: 44px !important;
}
.list-grid .ui-grid-row:hover .ui-grid-cell {
}
.list-grid .ui-grid-row:nth-child(even) .ui-grid-cell {
}
.list-grid .ui-grid-row:nth-child(odd) .ui-grid-cell {
}
.list-grid .ui-grid-row .ui-grid-cell.invalid div,
.list-grid .ui-grid-row .ui-grid-cell.invalid span {
  opacity: 0.5;
}
.list-grid .ui-grid-cell .action-btn {
  text-transform: uppercase;
  width: 90px;
}
.list-grid .ui-grid-cell .ibdg {
  border-radius: 4px;
}
.list-grid .ui-grid-header-cell {
  padding: 0px 0px;
  box-sizing:border-box;
  height:20px !important;
  white-space: normal;
  vertical-align: top;
}
.list-grid .ui-grid-header-cell .ui-grid-cell-contents {
  padding: 8px 10px;
  vertical-align: top;
  display: inline-block;
  white-space: normal;
}
.list-grid .ui-grid-header-cell .ui-grid-header-cell-label {
  white-space: normal;
}
.list-grid .ui-grid-top-panel .ui-grid-header-cell {
  border: none;
  border-left: 1px solid rgba(255,255,255,0.3);
  border-color: rgba(255,255,255,0.3);
}
.list-grid .ui-grid-top-panel .ui-grid-header-cell .header-cell {
  color: #DDDDDD;
  text-decoration: none;
  line-height: 32px;
  padding: 0px 10px;
  font-size: 12px;
}
.list-grid .ui-grid-top-panel .ui-grid-header-cell.sortable:hover {
  background-color: rgba(255,255,255,0.1);
}
.list-grid .ui-grid-top-panel .ui-grid-header-cell.sortable:hover a {
  color: #FFFFFF;
}
.list-grid .ui-grid-top-panel .ui-grid-header-cell a > i {
  display: none;
}
.list-grid .ui-grid-top-panel .ui-grid-header-cell a.sorted > i {
  display: inline-block;
  opacity: 1.0;
}
.list-grid .ui-grid-footer-panel {
  border-bottom: none;
  background: #F9F9F9;
}
.list-grid .ui-grid-footer-panel .ui-grid-cell-contents {
  padding: 7px 10px;
  border-color: #DDDDDD;
}
.lh2 .list-grid .ui-grid-header,
.lh2 .list-grid .ui-grid-top-panel,
.lh2 .list-grid .ui-grid-top-panel .ui-grid-header-cell a,
.lh2 .list-grid .ui-grid-top-panel .ui-grid-header-cell span {
  vertical-align: top;
  height: 52px !important;
  line-height: 18px;
}
.lh2 .list-grid .ui-grid-top-panel .ui-grid-header-cell .header-cell {
  padding: 0px 10px;
  display: inline-block;
  padding-top: 8px;
}
.lh2 .list-grid .ui-grid-top-panel .ui-grid-header-cell a {
  display: block;
}
.lfw .list-grid {
  min-width: 0px;
}
.list-grid .ui-grid-row .ui-grid-cell.col-bg span {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 3px;
  font-weight: 700 !important;
}
.list-grid .ui-grid-row .ui-grid-cell.col-red span {
  background-color: #DD0000;
  color: #FFFFFF;
}
.list-grid .ui-grid-row .ui-grid-cell.col-green span {
  background-color: #5BB75B;
  color: #FFFFFF;
}
.list-grid .ui-grid-icon-up-dir {
  background-image: url(../images2/icons/icons-white.png?11351);
  background-position: -36px -180px;
  margin-bottom: -1px;
}
.list-grid .ui-grid-icon-down-dir {
  background-image: url(../images2/icons/icons-white.png?11351);
  background-position: -54px -180px;
  margin-bottom: -1px;
}
.list-grid .ui-grid-icon-up-dir:before,
.list-grid .ui-grid-icon-down-dir:before {
  content: none;
}
.icon-12-arr-up { background-position: -36px -180px; }
.icon-12-arr-down { background-position: -54px -180px; }
@-webkit-keyframes value-change-flash {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1;
  }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0;
  }
}
@keyframes value-change-flash {
  0%, 20%, 40%, 60%, 80%, 100% {
    opacity: 1;
  }
  10%, 30%, 50%, 70%, 90% {
    opacity: 0;
  }
}
.value-change-flash span {
  -webkit-animation-name: value-change-flash;
  animation-name: value-change-flash;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* .ichat {
  display: block;
  position: fixed;
  z-index: 201;
  bottom: 10px;
  left: 10px;
  height: 600px;
  width: 440px;
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  border: 1px solid #DDDDDD;
} */
.ichat {
  display: block;
  position: fixed;
  z-index: 201;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  overflow: hidden;
}
.ichat > .user-sch {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #DDDDDD;
  z-index: 10;
}
.ichat > .user-sch > div {
  display: block;
  margin: 10px 10px 10px 10px;
}
.ichat > .user-sch > div > input[type='text'] {
  display: block;
  position: relative;
  height: 30px;
  line-height: 14px;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 15px;
  border: none;
  background-color: #FFFFFF;
  width: 100%;
}
.ichat .inp-x {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #DDDDDD;
  text-align: center;
}
.ichat > .user-sch > div > .inp-x {
  top: 15px;
  right: 15px;
}
.ichat .inp-x > i {
  font-size: 10px;
  color: #FFFFFF;
  line-height: 20px;
}
.ichat > .user-scrl {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  white-space: nowrap;
  font-size: 0;
  background-color: #DDDDDD;
  overflow: hidden;
  overflow-x: auto;
  z-index: 10;
  padding: 0 10px;
  height: 66px;
}
.ichat > .user-scrl > a {
  display: inline-block;
  position: relative;
  padding: 10px;
  vertical-align: top;
  color: #000000;
  text-decoration: none;
}
.ichat > .user-scrl > a.active {
  background-color: #FFFFFF;
}
.ichat > .user-scrl > a > .red-dot {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  background-color: #BB0000;
  color: #FFFFFF;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
}
.ichat > .user-scrl > a > .usr-img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin: auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.5);
}
.ichat > .user-scrl > a > .usr-name {
  display: block;
  text-align: center;
  font-size: 12px;
  padding-bottom: 2px;
}
.ichat > .bubble-cont {
  display: block;
  position: absolute;
  top: 116px;
  left: 0;
  right: 0;
  bottom: 44px;
  white-space: nowrap;
  overflow: hidden;
  overflow-y: auto;
  padding: 10px 10px 10px 10px;
}
.ichat > .msgbar {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  overflow-y: auto;
  background-color: #FFFFFF;
  border-top: 1px solid #dddddd;
  min-height: 44px;
  max-height: 100px;
}
.ichat > .msgbar > .msgfld {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 44px;
  min-height: 44px;
  max-height: 100px;
}
.ichat > .msgbar > .msgfld > textarea {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: none;
}
.ichat > .msgbar > .snd-b {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  text-align: center;
  min-height: 44px;
  max-height: 100px;
}
.ichat > .msgbar > .snd-b > i {
  font-size: 24px;
  font-weight: normal;
  line-height: 44px;
}
.ichat .chat-bubbles .feed-row.msg-bubble {
  opacity: 1;
}