@charset "UTF-8";
.center {
  text-align: center; }
.btn-file {
  position: relative;
  overflow: hidden; }
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 999px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }
.twitter-blue {
  color: #4099ff; }
.btn-primary {
  background: #2f5262;
  border: 1px solid #2f5262;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s; }
  .btn-primary:hover {
    background: #1b3f50;
    border: 1px solid #1b3f50; }
.btn-success {
  background: #51B265;
  border: 1px solid #51B265;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s; }
  .btn-success:hover {
    background: #48a25a;
    border: 1px solid #48a25a; }
.btn-dm {
  font-size: 13px;
  font-weight: 300;
  color: white;
  background-color: #59ADEC;
  width: 120px; }
.alert-success {
  color: #48a25a;
  background-color: #cde9d3;
  border-color: #98d1a4; }
.alert-danger {
  color: #dd514f;
  background-color: #f8dcdc;
  border-color: #f5cbcb; }
  .alert-danger span {
    color: #315667; }
html {
  height: 100%; }
body {
  background-color: #edf0f1;
  color: #1b3f50;
  font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 14px; }
.chatsidebar {
  position: absolute;
  width: 220px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden; }
.mobile-sidebar-adjustments .chatEntryFileImage {
  display: none; }
.mobile-sidebar-adjustments .chatEntryfile {
  display: none; }
.mobile-sidebar-adjustments #sendButton {
  display: none; }
.mobile-sidebar-adjustments .toggleApp {
  display: none; }
.mobile-sidebar-adjustments .chatEntryForm {
  margin-right: 2px;
  margin-left: 0px;
  width: 100%; }
.mobile-sidebar-adjustments #chatEntryTextArea {
  margin-left: 0px;
  margin-right: 0px; }
.mobile-sidebar-adjustments .environment {
  display: none; }
.mobile-sidebar-adjustments .metrics {
  display: none; }
.mobile-sidebar-adjustments .currentRoomName {
  cursor: none;
  text-align: left !important; }
.appSidebar {
  background: #edf0f1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 320px;
  font-size: 13px;
  color: #1b3f50; }
  .appSidebar .titleBar {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 55px;
    color: #edf0f1;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    background: #1b3f50; }
    .appSidebar .titleBar .to-toggle {
      float: left;
      height: 100%;
      width: 32px;
      color: #698592;
      font-size: 20px;
      text-align: center;
      cursor: pointer;
      padding-top: 14px;
      padding-left: 4px;
      padding-right: 2px; }
      .appSidebar .titleBar .to-toggle i {
        font-weight: bold; }
    .appSidebar .titleBar .to-toggle:hover {
      color: white; }
    .appSidebar .titleBar .titleSection {
      display: inline-block;
      width: 280px;
      margin: 0 auto;
      height: 100%; }
      .appSidebar .titleBar .titleSection .titleOption {
        display: inline-block;
        width: 64px;
        margin: 0 auto;
        text-align: center;
        cursor: pointer;
        height: 100%;
        font-size: 28px;
        padding-top: 6px; }
    .appSidebar .titleBar .titleOptionSelected {
      color: #f1c40f;
      background: #2f5262; }
.appsBug {
  background: #E4341B;
  color: white;
  border-radius: 10px;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  opacity: .95;
  font-size: 11px;
  top: 5px;
  right: 15px !important;
  position: absolute;
  font-weight: bold; }
.appsBugTitleBar {
  border-radius: 10px;
  background: #E4341B;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: inline-block;
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 125px;
  font-weight: bold; }
.cam-header {
  position: absolute;
  height: 55px;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 21px;
  font-weight: 400;
  color: #edf0f1;
  background: #1b3f50;
  overflow-x: none;
  white-space: nowrap; }
  .cam-header div {
    display: inline-block; }
  .cam-header .cam-agentStatus {
    position: absolute;
    left: 55px;
    bottom: 5px;
    top: 5px;
    padding: 4px 5px 2px 5px;
    background: #f7f7f7;
    display: block;
    background: inherit !important;
    font-size: 0.929em;
    text-align: center;
    border-radius: 3px; }
    .cam-header .cam-agentStatus div {
      display: block; }
.chatContainer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 220px;
  right: 320px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: white; }
  .chatContainer .chatheader-noagent {
    background: #bb342f !important; }
  .chatContainer .agentAvatar {
    width: 41px;
    height: 41px;
    background: grey;
    position: absolute;
    border-radius: 100px;
    top: 7px;
    left: 7px; }
  .chatContainer .chatheader-cust {
    border-bottom: 1px solid #e7e7e7 !important;
    background: #f7f7f7 !important;
    color: #1b3f50 !important; }
  .chatContainer .chatheader {
    position: absolute;
    height: 55px;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 21px;
    font-weight: 400;
    color: #edf0f1;
    background: #1b3f50;
    overflow-x: none;
    white-space: nowrap; }
    .chatContainer .chatheader div {
      display: inline-block; }
    .chatContainer .chatheader .toggleButtons {
      padding-left: 6px;
      padding-right: 8px;
      padding-top: 14px;
      padding-bottom: 9px;
      color: #698592;
      cursor: pointer; }
    .chatContainer .chatheader .toggleButtons:hover {
      color: white; }
    .chatContainer .chatheader .supportRoomGraphic {
      max-height: 30px;
      height: 30px;
      position: relative;
      top: -3px; }
    .chatContainer .chatheader .currentRoomName-pr {
      position: absolute;
      padding-top: 10px !important;
      padding-bottom: 3px !important;
      right: 30px !important;
      left: 20px !important;
      text-align: left !important; }
      .chatContainer .chatheader .currentRoomName-pr .currentRoomName-txt {
        position: relative;
        top: 2px; }
    .chatContainer .chatheader .customerOptions {
      position: absolute;
      right: 10px;
      bottom: 5px;
      font-size: 24px; }
      .chatContainer .chatheader .customerOptions .btn-link {
        font-size: 18px;
        height: 43px;
        color: white; }
    .chatContainer .chatheader .agentStatus {
      position: absolute;
      left: 55px;
      bottom: 5px;
      top: 5px;
      padding: 4px 5px 2px 0px;
      background: #f7f7f7;
      background: inherit !important;
      font-size: 0.929em;
      text-align: left;
      border-radius: 3px; }
      .chatContainer .chatheader .agentStatus div {
        display: block; }
    .chatContainer .chatheader .agentPresent {
      background: #698592 !important; }
    .chatContainer .chatheader .agentWaiting {
      background: #F36460 !important; }
    .chatContainer .chatheader .currentRoomName {
      position: absolute;
      left: 35px;
      right: 35px;
      padding-top: 14px;
      text-align: left;
      padding-bottom: 7px;
      overflow-x: hidden !important;
      font-weight: normal;
      overflow-y: hidden !important; }
      .chatContainer .chatheader .currentRoomName i {
        opacity: 0.6;
        font-size: 16px;
        position: relative;
        top: -3px; }
      .chatContainer .chatheader .currentRoomName .header-numUsers {
        color: #698592;
        float: right;
        cursor: pointer;
        text-align: center; }
        .chatContainer .chatheader .currentRoomName .header-numUsers i {
          opacity: 1.0; }
        .chatContainer .chatheader .currentRoomName .header-numUsers .numActive {
          display: block;
          font-size: 10px !important;
          position: relative;
          top: -5px; }
          .chatContainer .chatheader .currentRoomName .header-numUsers .numActive i {
            font-size: 10px !important;
            color: #51B265;
            position: relative;
            top: 0px; }
      .chatContainer .chatheader .currentRoomName .header-numUsers-sr {
        position: relative;
        top: 7px; }
      .chatContainer .chatheader .currentRoomName .header-numUsers-sr:hover {
        color: #698592;
        cursor: default; }
      .chatContainer .chatheader .currentRoomName .header-numUsers:hover {
        color: white; }
    .chatContainer .chatheader .unreadBugHeader {
      display: inline-block;
      width: 32px;
      margin-top: 9px; }
    .chatContainer .chatheader .unreadBug {
      position: absolute;
      left: 13px !important;
      top: 5px;
      color: white;
      border-radius: 10px;
      opacity: .95;
      font-size: 11px;
      background: #E4341B;
      padding-top: 1px;
      padding-bottom: 1px;
      padding-left: 5px;
      padding-right: 5px;
      font-weight: bold;
      z-index: 9991 !important; }
    .chatContainer .chatheader .toggleApp {
      position: absolute;
      right: 0px;
      cursor: pointer;
      padding: 14px 8px 10px 6px;
      color: #698592; }
    .chatContainer .chatheader .toggleApp:hover {
      color: white; }
    .chatContainer .chatheader .toggleApp-cust {
      padding-top: 8px !important; }
  .chatContainer .chatc {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-top: 55px;
    border-left: 1px solid #dadddb;
    border-right: 1px solid #dadddb; }
    .chatContainer .chatc .chatIsTyping {
      position: absolute;
      top: -8px;
      left: 0px;
      right: 0px;
      font-size: 10px;
      padding-left: 5px;
      padding-right: 10px;
      padding-top: 1px;
      z-index: 6000;
      background-color: inherit;
      color: #777; }
    .chatContainer .chatc .chatIsTyping-whisper {
      color: black !important; }
    .chatContainer .chatc .chatIsTyping-tweet {
      color: black !important; }
    .chatContainer .chatc .chatIsTyping-chat {
      color: #777 !important; }
    .chatContainer .chatc .chatUnavailable {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      height: 100px;
      max-height: 100px;
      overflow-y: auto;
      border-top: 1px solid #e6e6e6;
      color: #1b3f50;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 5px;
      text-align: center;
      opacity: 1.0; }
    .chatContainer .chatc .systemMessage {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      height: 100px;
      max-height: 100px;
      overflow-y: auto;
      border-top: 1px solid #e6e6e6;
      color: white;
      background-color: #E16664;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 5px;
      text-align: center;
      opacity: 1.0; }
    .chatContainer .chatc .cem-chat {
      background-color: #eee; }
    .chatContainer .chatc .cem-tweet {
      background-color: #DDEFFC; }
    .chatContainer .chatc .cem-sms {
      background-color: #DDFCE7; }
    .chatContainer .chatc .cem-email {
      background-color: #ffffbb; }
    .chatContainer .chatc .cem-whisper {
      background-color: #e0c4ba;
      border-color: #e0c4ba; }
    .chatContainer .chatc .chatEntry {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      height: 50px;
      z-index: 10; }
      .chatContainer .chatc .chatEntry .chatTypeSelect {
        position: absolute;
        left: 5px;
        top: 7px;
        width: 32px; }
        .chatContainer .chatc .chatEntry .chatTypeSelect .input-group-btn button {
          height: 37px; }
        .chatContainer .chatc .chatEntry .chatTypeSelect .input-group-btn button:focus {
          border: 1px solid transparent; }
        .chatContainer .chatc .chatEntry .chatTypeSelect .input-group-btn .twitter {
          background: #54ABEE;
          border-color: #54ABEE;
          color: white; }
        .chatContainer .chatc .chatEntry .chatTypeSelect .input-group-btn .whisper {
          background: #a94f2f;
          border-color: #a94f2f;
          color: white; }
        .chatContainer .chatc .chatEntry .chatTypeSelect .input-group-btn li {
          padding-left: 10px;
          padding-top: 3px;
          padding-bottom: 3px;
          font-size: 0.929em;
          cursor: pointer; }
      .chatContainer .chatc .chatEntry .currentChatType {
        height: 100%;
        padding-left: 5px;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        cursor: pointer;
        border: 1px solid red; }
        .chatContainer .chatc .chatEntry .currentChatType .chatTypeChoices {
          font-size: 11px; }
      .chatContainer .chatc .chatEntry .currentChatType-tweet {
        background: #4099ff;
        color: white; }
      .chatContainer .chatc .chatEntry .chatEntryForm {
        position: absolute;
        left: 45px;
        right: 60px;
        top: 7px; }
        .chatContainer .chatc .chatEntry .chatEntryForm textarea {
          border-radius: 3px; }
      .chatContainer .chatc .chatEntry .noChatEntryMenu {
        left: 5px !important; }
      .chatContainer .chatc .chatEntry .sendButton {
        position: absolute;
        right: 5px;
        width: 50px;
        bottom: 8px;
        border-radius: 5px;
        padding: 5px;
        margin: 0px;
        text-align: center;
        z-index: 102; }
      .chatContainer .chatc .chatEntry .sendButtonWhisper {
        background: #a94f2f;
        border-color: #a94f2f; }
      .chatContainer .chatc .chatEntry .chatEntryInput {
        font-size: 14px;
        resize: none;
        max-height: 38px;
        padding-top: 8px;
        padding-bottom: 8px;
        display: inline-block;
        border-radius: 2px;
        z-index: 99; }
      .chatContainer .chatc .chatEntry .chatEntryFileDiv {
        font-size: 20px;
        border-radius: 2px;
        position: absolute;
        top: 10px;
        width: 30px;
        right: 62px;
        bottom: 10px;
        width: 25px;
        cursor: pointer;
        z-index: 101;
        color: #cbcbcb;
        overflow-x: hidden;
        overflow-y: hidden; }
        .chatContainer .chatc .chatEntry .chatEntryFileDiv .overlayPosition {
          height: 30px;
          max-height: 30px;
          width: 30px;
          max-width: 30px;
          overflow-x: hidden;
          overflow-y: hidden;
          position: absolute;
          left: 0px;
          right: 0px;
          top: 0px;
          bottom: 0px; }
        .chatContainer .chatc .chatEntry .chatEntryFileDiv input {
          cursor: pointer;
          z-index: 101;
          position: relative;
          bottom: 3px;
          opacity: 0; }
        .chatContainer .chatc .chatEntry .chatEntryFileDiv i {
          z-index: 100;
          color: #cbcbcb; }
      .chatContainer .chatc .chatEntry .chatEntryFileDiv:hover i {
        color: #b0b0b0; }
.miniDisplayListDiv {
  cursor: pointer;
  position: absolute;
  top: 55px;
  border-radius: 0px 0px 3px 3px;
  right: 18px;
  z-index: 1000;
  background: white;
  border: 1px solid gray;
  border-top-width: 0px; }
.miniDisplayList-IE {
  right: 25px !important; }
.chatcontent {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  overflow-x: hidden;
  overflow-y: hidden; }
  .chatcontent .chatContent-msgs {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch !important;
    -webkit-transform: translateZ(0px) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 1000 !important; }
  .chatcontent .chatContent-inters {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch !important;
    border-top: 1px solid black;
    -webkit-transform: translateZ(0px) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 1000 !important; }
  .chatcontent .chatContent-uploads {
    border: 1px solid green; }
.getId {
  background: #107c10;
  color: white;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 10px; }
  .getId .getId-closeButton {
    float: right;
    margin-right: 20px;
    font-size: 18px; }
  .getId .getId-img {
    height: 70px;
    width: 70px;
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 20px; }
  .getId input {
    width: 200px;
    margin-top: 10px;
    height: 35px;
    border-radius: 5px;
    color: black; }
  .getId button {
    margin-left: 20px;
    background: #166114;
    color: white;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .getId button:hover {
    background: #222222 !important;
    color: white; }
.getRating {
  background: inherit;
  text-align: center;
  border-radius: 3px 3px 3px 3px;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #1b3f50;
  border-top: 1px solid #f7f7f7; }
  .getRating .ratingPrompt {
    padding-top: 5px;
    font-weight: bold; }
  .getRating .smiley {
    color: black; }
  .getRating i {
    cursor: pointer;
    color: #f5a623;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 18px;
    margin-right: -3px; }
  .getRating .no-thanks {
    color: #7f7f7f; }
  .getRating .no-thanks:hover {
    color: #1b3f50;
    font-weight: bold; }
.xboxIssueType {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f7f7f7; }
  .xboxIssueType .typePrompt {
    padding-left: 20px; }
  .xboxIssueType .typeOptions {
    margin-top: 20px; }
  .xboxIssueType table {
    border-collapse: separate; }
  .xboxIssueType td {
    font-size: 12px;
    text-align: center;
    border: 2px solid white;
    width: 100px;
    cursor: pointer; }
  .xboxIssueType td:hover {
    border: 2px solid grey; }
  .xboxIssueType img {
    height: 40px; }
@media only screen and (max-width: 640px) {
  .no-mobile {
    display: none; }
  .getRating {
    font-size: 0.929em; }
    .getRating .no-thanks {
      float: none; }
    .getRating i {
      font-size: 16px; }
  .xboxIssueType {
    padding-left: 10px; }
    .xboxIssueType .typePrompt {
      padding-left: 10px; }
    .xboxIssueType img {
      height: 30px; }
    .xboxIssueType td {
      font-size: 10px;
      width: 80px; }
  .getId {
    padding-top: 10px; }
    .getId .getId-img {
      height: 50px;
      width: 50px;
      margin-right: 10px;
      margin-left: 10px; }
    .getId input {
      width: 130px;
      margin-bottom: 10px; }
    .getId .getId-closeButton {
      margin-right: 5px; } }
.toaster {
  position: absolute;
  bottom: 50px;
  background: #1b3f50;
  color: white;
  left: 20%;
  right: 20%;
  z-index: 5000;
  text-align: center;
  text-shadow: 1px 1px 1px #444;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: none;
  padding: 5px;
  cursor: pointer;
  opacity: 0.94; }
.toaster-normal {
  background: #1b3f50;
  color: white; }
.toaster-urgent {
  background: #b66f69;
  color: white; }
.toaster-green {
  background: #50905b;
  color: white; }
.toaster-mention {
  background: #1b3f50;
  color: white; }
.environment {
  position: absolute;
  bottom: 50px;
  height: 20px;
  width: 100px;
  right: 0px;
  background: #b66f69;
  z-index: 2000;
  text-align: center;
  color: white;
  vertical-align: center;
  opacity: 0.5; }
.metrics {
  font-size: 10px;
  position: absolute;
  bottom: 70px;
  right: 0px;
  width: 80%;
  padding: 5px;
  background: #b66f69;
  z-index: 2000;
  max-height: 150px;
  overflow-y: scroll; }
.emojiMatches-ML {
  position: absolute;
  bottom: 100px;
  right: 0px;
  left: 0px;
  max-height: 200px;
  z-index: 9990;
  background: #1b3f50;
  color: white;
  padding: 10px;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important;
  -webkit-transform: translateZ(0px) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 1000 !important;
  opacity: 0.9; }
.chatEntry-ML {
  position: absolute;
  bottom: 0px;
  height: 100px;
  min-height: 100px;
  max-height: 100px; }
  .chatEntry-ML .chatEntryFileDiv {
    display: none !important; }
.chatEntryInput-ML {
  max-height: 88px;
  min-height: 88px; }
.emojiMatches-email-ML {
  position: absolute;
  bottom: 200px;
  right: 0px;
  left: 0px;
  max-height: 200px;
  z-index: 9990;
  background: #1b3f50;
  color: white;
  padding: 10px;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important;
  -webkit-transform: translateZ(0px) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 1000 !important;
  opacity: 0.9; }
.chatEntry-email-ML {
  position: absolute;
  bottom: 0px;
  height: 200px;
  min-height: 200px;
  max-height: 200px; }
  .chatEntry-email-ML .chatEntryFileDiv {
    display: none !important; }
.chatEntryInput-email-ML {
  max-height: 188px;
  min-height: 188px; }
.chatEntry-tweet .chatEntryForm {
  right: 10px !important; }
.chatEntry-tweet .sendButton {
  display: none !important; }
.chatEntry-tweet .chatEntryInput {
  max-height: 60px !important;
  min-height: 60px !important; }
.chatEntry-tweet .chatEntryFile {
  display: none !important; }
.chatEntry-tweet .chatEntryFileImage {
  display: none !important; }
.chatEntry-tweet .chatEntry-tweet-controls {
  font-size: 0.857em;
  position: relative;
  top: -2px;
  color: black; }
  .chatEntry-tweet .chatEntry-tweet-controls div {
    display: inline-block; }
  .chatEntry-tweet .chatEntry-tweet-controls button {
    font-size: 11px;
    background-color: #54ABEE;
    border-color: #54ABEE;
    color: white; }
  .chatEntry-tweet .chatEntry-tweet-controls select {
    font-size: 0.929em; }
  .chatEntry-tweet .chatEntry-tweet-controls .tweet-timeout {
    margin-left: 20px;
    font-size: 10px; }
  .chatEntry-tweet .chatEntry-tweet-controls .tweet-num-post {
    float: right; }
    .chatEntry-tweet .chatEntry-tweet-controls .tweet-num-post .tweetLength {
      margin-right: 5px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 2px;
      padding-bottom: 2px;
      position: relative;
      top: 1px;
      color: black; }
    .chatEntry-tweet .chatEntry-tweet-controls .tweet-num-post li {
      padding-bottom: 3px;
      padding-top: 3px;
      font-size: 14px;
      padding-left: 5px;
      padding-right: 5px;
      cursor: pointer; }
.chatEntry-email .chatEntryForm {
  right: 10px !important; }
.chatEntry-email .sendButton {
  display: none !important; }
.chatEntry-email .chatEntryInput {
  max-height: 118px !important;
  min-height: 118px !important; }
.chatEntry-email .chatEntrySubjectInput {
  max-height: 38px !important;
  min-height: 38px !important;
  margin-bottom: 4px; }
.chatEntry-email .chatEntryFile {
  display: none !important; }
.chatEntry-email .chatEntryFileImage {
  display: none !important; }
.chatEntry-email .chatEntry-tweet-controls {
  font-size: 0.857em;
  position: relative;
  top: -2px;
  color: black; }
  .chatEntry-email .chatEntry-tweet-controls div {
    display: inline-block; }
  .chatEntry-email .chatEntry-tweet-controls button {
    font-size: 11px;
    background-color: #54ABEE;
    border-color: #54ABEE;
    color: white; }
  .chatEntry-email .chatEntry-tweet-controls select {
    font-size: 0.929em; }
  .chatEntry-email .chatEntry-tweet-controls .tweet-timeout {
    margin-left: 20px;
    font-size: 10px; }
  .chatEntry-email .chatEntry-tweet-controls .tweet-num-post {
    float: right; }
    .chatEntry-email .chatEntry-tweet-controls .tweet-num-post .tweetLength {
      margin-right: 5px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 2px;
      padding-bottom: 2px;
      position: relative;
      top: 1px;
      color: black; }
    .chatEntry-email .chatEntry-tweet-controls .tweet-num-post li {
      padding-bottom: 3px;
      padding-top: 3px;
      font-size: 14px;
      padding-left: 5px;
      padding-right: 5px;
      cursor: pointer; }
.tweetNormal {
  color: black !important;
  background: inherit !important; }
.tweetDanger {
  color: red !important;
  background: inherit !important;
  font-weight: bold; }
.tweetInvalid {
  color: white !important;
  background: #b66f69 !important;
  font-weight: bold; }
.HIDDENDIV {
  position: absolute;
  height: auto;
  width: auto;
  visibility: hidden;
  font-size: 14px; }
.abc {
  background: blue;
  height: 50px; }
.userPanel {
  position: absolute;
  right: 0px;
  top: 57px;
  max-height: 300px;
  width: 125px;
  background: #fff;
  padding: 5px;
  z-index: 1500; }
  .userPanel .list {
    font-size: 12px; }
.optionsPanel {
  position: absolute;
  right: 200px;
  left: 220px;
  top: 55px;
  z-index: 500;
  background: #fff;
  border-left: 3px solid #edf0f1;
  border-right: 3px solid #edf0f1;
  border-bottom: 3px solid #edf0f1;
  border-top: 3px solid #edf0f1;
  padding: 10px; }
.roomOptions {
  font-size: 12px; }
.verifyPanel {
  position: absolute;
  left: 220px;
  top: 65px;
  z-index: 500;
  width: 350px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-right: 3px solid #edf0f1;
  border-top: 3px solid #edf0f1;
  border-bottom: 3px solid #edf0f1;
  background: #fff; }
.PRESENCE_ACTIVE {
  color: #51B265; }
.PRESENCE_IDLE {
  color: #51B265; }
.PRESENCE_RECENTLY_GONE {
  color: #E2CA29; }
.PRESENCE_GONE {
  color: #BFC8CA; }
.PRESENCE_NEVER_LOGGED_IN {
  color: #E16664; }
.PRESENCE_UNKNOWN {
  color: #1b3f50; }
.chatui-NOSIDE {
  margin-left: 0px; }
.chatui-ML-NOSIDE {
  margin-left: 0px;
  z-index: 1000; }
.chatcontent-NOSIDE {
  margin-left: 0px; }
.buttonBlock {
  background: #edf0f1;
  text-align: center;
  height: 45px;
  padding-top: 10px; }
.addCreateButton {
  background: #2f5262;
  color: #edf0f1;
  cursor: pointer;
  border-radius: 3px;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 6px;
  width: 90%;
  font-weight: 400;
  border: 1px solid #2f5262;
  margin-bottom: 5px; }
.addCreateButton:hover {
  background: #1b3f50; }
.chatsidebar {
  color: #1b3f50;
  background-color: #eef1f3;
  padding: 0px;
  margin: 0px; }
  .chatsidebar .toggleButtons {
    color: white;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 24px; }
  .chatsidebar a {
    text-decoration: none;
    color: #1b3f50; }
    .chatsidebar a:hover {
      color: #1b3f50; }
  .chatsidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .chatsidebar .logo-block {
    cursor: pointer;
    background: #2f5262;
    height: 55px;
    z-index: 1;
    color: #1b3f50;
    text-align: center; }
    .chatsidebar .logo-block img {
      margin-top: 15px;
      width: 110px; }
  .chatsidebar .profile {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    padding: 3px;
    background: #dfe5e8;
    color: #1b3f50;
    font-weight: 400; }
    .chatsidebar .profile .icon {
      width: 35px;
      height: 35px;
      float: left;
      margin-top: 6px;
      border-radius: 3px;
      margin-left: 8px; }
    .chatsidebar .profile .profile-detail {
      position: absolute;
      left: 55px;
      bottom: 5px;
      max-width: 135px;
      width: 135px;
      overflow: hidden;
      font-size: 16px; }
      .chatsidebar .profile .profile-detail .profile-detail-name {
        font-size: 0.857em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 24px; }
      .chatsidebar .profile .profile-detail .profile-detail-email {
        font-size: 0.857em;
        max-height: 24px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .chatsidebar .profile .gear {
      float: right;
      border-radius: 5px;
      color: #1b3f50;
      opacity: 0.5;
      margin-top: 12px;
      margin-right: 5px;
      font-size: 18px; }
    .chatsidebar .profile .gear:hover {
      color: #1b3f50;
      opacity: 1.0; }
  .chatsidebar .roomListNoButton {
    top: 60px !important; }
  .chatsidebar .roomListServiceHours {
    bottom: 110px !important; }
  .chatsidebar .boxicon {
    color: #587787;
    margin-left: 0.5em;
    padding: .5em 0; }
  .chatsidebar .privateIcon {
    margin-left: 0.5em;
    padding: .5em 0; }
  .chatsidebar .boxiconselected {
    color: white; }
  .chatsidebar .roomControlsGear {
    font-size: 1em;
    line-height: 1.143em;
    float: right;
    padding: .45em 0;
    padding-left: .5em;
    right: .8em;
    position: relative;
    display: inline;
    color: white; }
  .chatsidebar .roomList {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch !important;
    -webkit-transform: translateZ(0px) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 1000 !important;
    position: absolute;
    bottom: 50px;
    padding-top: 0px;
    top: 115px;
    left: 0px;
    right: 0px; }
    .chatsidebar .roomList .roomEntry {
      color: #1b3f50;
      font-size: 14px;
      cursor: pointer;
      padding-bottom: 2px; }
      .chatsidebar .roomList .roomEntry .titleLine {
        display: table-row;
        padding: 13px; }
        .chatsidebar .roomList .roomEntry .titleLine .unreadCount {
          color: white;
          background: #E4341B;
          font-size: 11px;
          border-radius: 10px;
          padding-top: 2px;
          padding-bottom: 3px;
          padding-left: 7px;
          padding-right: 7px;
          text-align: center;
          font-weight: bold;
          margin: 3px;
          margin-top: 6px;
          margin-right: 4px; }
        .chatsidebar .roomList .roomEntry .titleLine .roomIcon {
          opacity: 0.8;
          font-size: 18px;
          min-width: 22px;
          margin: 3px;
          margin-left: 6px; }
        .chatsidebar .roomList .roomEntry .titleLine .parentRoomIconAdj {
          padding-right: 3px;
          padding-left: 1px; }
        .chatsidebar .roomList .roomEntry .titleLine .roomName {
          word-wrap: break-word;
          margin: 3px;
          margin-top: 6px;
          max-width: 155px;
          display: inline-block;
          width: 155px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      .chatsidebar .roomList .roomEntry .roomContent {
        padding-top: 4px;
        padding-bottom: 3px;
        padding-left: 4px;
        padding-right: 6px; }
      .chatsidebar .roomList .roomEntry .roomActive {
        color: #2f5262;
        border-radius: 2px;
        text-align: left;
        margin-top: 2px;
        background: pink;
        margin-top: 2px; }
      .chatsidebar .roomList .roomEntry .roomUsers {
        font-size: 0.929em;
        cursor: default;
        font-weight: 400 !important;
        padding: .8em 0;
        padding-left: .8em; }
      .chatsidebar .roomList .roomEntry .otherUsers {
        margin-left: 14px; }
      .chatsidebar .roomList .roomEntry .roomUsers-admin {
        cursor: pointer; }
      .chatsidebar .roomList .roomEntry .roomControlLink {
        color: #1b3f50; }
      .chatsidebar .roomList .roomEntry .userName {
        color: #1b3f50;
        display: inline-block;
        vertical-align: top;
        max-width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
.dropdown.roomControlLink {
  padding: .15em 0; }
.currentRoom {
  background: #1b3f50;
  color: #1b3f50 !important; }
  .currentRoom .titleLine {
    background-color: #1b3f50;
    color: white; }
.pausedSupportRoom {
  background: #fbebea !important; }
  .pausedSupportRoom .titleLine {
    background-color: #DE6262; }
.pausedCurrentRoom {
  background: #fbebea !important; }
  .pausedCurrentRoom .titleLine {
    background-color: #DE6262;
    color: white; }
.bigInvite {
  padding-right: 5px;
  padding-left: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: white;
  background: #619432;
  font-size: 13px;
  border-radius: 3px; }
  .bigInvite a {
    color: white; }
  .bigInvite span {
    color: white;
    padding-right: 3px; }
  .bigInvite i {
    color: white; }
.bigInvite:hover {
  background: #1b3f50; }
.userActive {
  color: #1b3f50; }
.userInactive {
  color: #2f5262; }
.noRooms {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 55px;
  bottom: 0px;
  background: #b4dbea;
  text-align: center;
  color: #1b3f50;
  font-size: 16px;
  font-weight: bold;
  overflow-y: scroll;
  z-index: 9990; }
  .noRooms .pic img {
    width: 100%; }
  .noRooms .overlay {
    position: relative;
    top: -120px; }
.advanced {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 20px;
  padding: 5px;
  font-weight: normal;
  font-size: 14px; }
  .advanced span {
    font-size: 16px;
    padding: 5px; }
.entry {
  min-width: 320px;
  max-width: 80%;
  display: block;
  background: #D5DCDF;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-left: 16px;
  border-radius: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  clear: both;
  float: left;
  position: relative; }
  .entry:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -7px;
    height: 20px;
    border-left: 20px solid #D5DCDF;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px); }
  .entry:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px); }
.entry blockquote {
  font-size: 12px;
  font-style: italic;
  color: #666;
  max-width: 75%;
  margin: 3px 10px 3px 20px;
  padding: 0px 10px 0px 8px;
  line-height: 20px; }
@media only screen and (max-width: 320px) {
  .entry {
    min-width: 320px;
    display: block;
    background: white; } }
.myself {
  background: #2f5262;
  color: white !important;
  clear: both;
  float: right !important;
  position: relative;
  margin-right: 16px;
  border-radius: 14px; }
  .myself:before {
    content: "";
    position: absolute;
    z-index: -1 !important;
    bottom: -2px !important;
    right: -7px !important;
    height: 20px;
    left: auto;
    border-right: 20px solid #2f5262;
    border-left: 0;
    border-bottom-left-radius: 16px 14px;
    border-bottom-right-radius: 0;
    -webkit-transform: translate(0, -2px); }
  .myself:after {
    content: "";
    position: absolute;
    z-index: 1 !important;
    bottom: -2px;
    right: -56px !important;
    left: auto;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    -webkit-transform: translate(-30px, -2px); }
    .myself:after .entry:after {
      left: none; }
  .myself .msg-header {
    border-top: 1px solid #eef1f2; }
.entry .bubble-time {
  position: absolute;
  left: -8px;
  padding-top: 2px; }
.myself .bubble-time {
  position: absolute;
  right: -8px;
  padding-top: 2px; }
.user {
  font-size: 13px;
  font-weight: 700;
  margin-left: 50px;
  white-space: nowrap; }
.userSpecial {
  color: green; }
.msg-header {
  border-top: 1px solid #ededed;
  padding-top: 4px; }
@media only screen and (max-width: 320px) {
  .msg-header {
    border-top: 1px solid #ededed;
    padding: 0px; } }
.msg-row {
  margin-left: 14px;
  margin-right: 14px;
  padding-top: 1px;
  word-break: break-all; }
  .msg-row .bubble-p {
    margin: 0; }
    .msg-row .bubble-p a:not .entry {
      color: white;
      text-decoration: underline; }
    .msg-row .bubble-p p {
      margin-bottom: auto; }
  .msg-row .ticket {
    float: right;
    margin-right: 4px;
    padding-top: 3px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 18px;
    cursor: pointer; }
  .msg-row .tk-open {
    color: #bca869; }
  .msg-row .tk-create {
    color: #ddd; }
  .msg-row .ticket:hover {
    color: #bca869; }
.ellipses {
  text-align: center;
  background-color: #cccccc; }
@media only screen and (max-width: 320px) {
  .msg-row {
    margin-left: 10px;
    margin-right: 6px; } }
@media only screen and (max-width: 640px) {
  .msg-row {
    padding: 0px; }
  .msg-header {
    padding: 0px; }
  .entry {
    padding: 3px; }
  .system-msg {
    padding: 3px; } }
.user-type {
  margin-left: 7px;
  color: #ccc; }
.like {
  float: right;
  margin-right: 4px;
  color: #f1c40f;
  cursor: pointer;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 1em; }
.noLikes {
  color: #aaa;
  opacity: 0.0; }
.msg-row:hover .noLikes {
  display: block;
  opacity: 1.0; }
.showLikes {
  display: block; }
@media only screen and (max-width: 640px) {
  .like {
    margin-right: 5px; }
  .noLikes {
    display: inline;
    opacity: 0.2; } }
@keyframes fade {
  50% {
    background-color: rgba(240, 195, 15, 0.48); } }
@-moz-keyframes fade {
  50% {
    background-color: rgba(240, 195, 15, 0.48); } }
@-webkit-keyframes fade {
  50% {
    background-color: rgba(240, 195, 15, 0.48); } }
.newLike {
  animation: fade 1.2s 1;
  -moz-animation: fade 1.2s 1;
  -webkit-animation: fade 1.2s 1; }
.user-mod-menu {
  margin-left: 5px;
  color: #ddd; }
.user-mod-menu:hover {
  color: #666; }
.msg {
  font-size: 13px;
  white-space: pre-wrap;
  line-height: 25px; }
  .msg .upload a {
    color: #ccc;
    font-size: 75%; }
.user-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 3px;
  border-radius: 3px; }
.user-icon-initials {
  width: 36px;
  height: 36px;
  position: absolute;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 3px;
  border-radius: 3px;
  background: #f6a623;
  display: table; }
.user-icon-initials-inner {
  font-weight: bold;
  font-size: 20px;
  color: white;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }
.preview {
  padding: 10px;
  margin-left: 50px; }
  .preview img {
    background: white;
    box-shadow: 2px 2px 4px #999;
    max-width: 450px; }
@media only screen and (max-width: 375px) {
  .preview {
    margin-left: 10px;
    max-width: 250px; }
  .preview img {
    margin-left: 10px;
    max-width: 250px; } }
.preview-toggle {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px; }
.time {
  float: right;
  font-size: 0.857em;
  margin-left: 10px;
  margin-right: 10px;
  color: #BFC8CA;
  text-align: right; }
.mail {
  font-size: 12px;
  margin-left: 10px; }
.upload-container {
  left: 0px;
  right: 0px;
  border-top: 2px solid #edf0f1; }
.upload {
  margin-left: 5px;
  margin-right: 5px;
  height: 30px;
  padding-top: 5px; }
.upload-canceled {
  background: #b66f69;
  color: white;
  padding: 3px; }
.upload-title {
  font-size: 14px;
  padding: 5px 0px 5px 5px;
  color: #9295ae; }
.form-signin {
  max-width: 300px;
  margin: 0 auto;
  padding: 5px;
  margin-top: 5px; }
  .form-signin .form-group {
    padding: 2px; }
  .form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    font-size: 16px; }
  .form-signin .form-control:focus {
    z-index: 2; }
  .form-signin input.top {
    margin-bottom: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .form-signin input.mid {
    margin-bottom: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .form-signin input.bottom {
    margin-bottom: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.welcome-msg {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  border-bottom: 3px solid #edf0f1;
  overflow: hidden;
  white-space: nowrap; }
  .welcome-msg p {
    margin-left: 37px; }
  .welcome-msg .terms {
    margin-left: 37px;
    font-size: 12px; }
@keyframes newmsg-received {
  to {
    background-color: #007cff; } }
@-webkey-keyframes newmsg-received {
  to {
    background-color: #007cff; } }
.HIDDEN {
  display: none; }
.FLATBUTTON {
  border: none;
  background: inherit; }
.SCALE:hover {
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.LEFT20 {
  margin-left: 20px; }
.system-msg {
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  padding-bottom: 3px; }
  .system-msg h2 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 5px; }
.system-icon {
  width: 40px;
  padding-top: 5px;
  padding-left: 5px; }
.system-block {
  background: #bad9ff;
  border-top: 2px solid #edf0f1;
  border-bottom: 2px solid #edf0f1;
  font-size: 18px;
  color: black; }
.system-dismiss {
  margin-top: 10px; }
.disconnected {
  background-color: #b66f69; }
.emoji {
  min-width: 24px; }
  .emoji img {
    max-height: 22px;
    vertical-align: text-middle; }
.emojiTitle {
  font-size: 16px;
  margin-bottom: 3px; }
.emojiMatches {
  position: absolute;
  bottom: 50px;
  right: 0px;
  left: 0px;
  max-height: 200px;
  z-index: 9990;
  background: #1b3f50;
  color: white;
  padding: 10px;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important;
  -webkit-transform: translateZ(0px) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 1000 !important;
  opacity: 0.93; }
.emojiEntry {
  display: inline-block;
  margin-top: 2px;
  overflow: hidden;
  cursor: pointer; }
.emojiEntry:hover {
  background: #66a1a3; }
.emojiIcon {
  vertical-align: top;
  width: 24px;
  max-height: 24px; }
.emojiName {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px; }
input#chatInputSL:focus {
  box-shadow: none;
  border: 1px solid #aaa; }
.unreadBadge {
  background: #E4341B;
  color: white;
  border-radius: 3px;
  padding: 5px;
  font-size: 14px; }
.unreads {
  background: #e74832;
  position: relative;
  min-width: 25px;
  vertical-align: middle;
  float: right;
  top: .5em;
  right: .8em;
  line-height: 13px;
  padding: 2px 7px; }
#settingPanel {
  padding: 20px; }
#avatar-drop {
  text-align: center;
  color: #999;
  font-size: 20px;
  margin: 20px;
  padding: 20px;
  border: 4px dashed #aaa;
  border-radius: 10px; }
  #avatar-drop img {
    min-height: 50px;
    max-height: 50px;
    max-width: 100px;
    max-height: 100px;
    padding: 2px;
    border: 1px solid #aaa; }
.badge.unread {
  background: #b66f69;
  color: white;
  font-weight: bold; }
.form-table {
  margin-left: auto;
  margin-right: auto; }
  .form-table td {
    padding: 3px; }
  .form-table .form-label {
    font-weight: bold;
    text-align: right; }
.login-modal p {
  font-size: 90%;
  color: #777;
  margin-bottom: 20px; }
.login-modal button {
  margin-top: 10px; }
.login-feedback {
  margin-top: 40px;
  font-size: 85%;
  color: #E74B3B;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center; }
.center-block {
  float: none !important; }
.newLogin {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
  height: 100%; }
  .newLogin input,
  .newLogin button,
  .newLogin select,
  .newLogin textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .newLogin a {
    color: #337ab7;
    text-decoration: none; }
  .newLogin a:hover, .newLogin a:focus {
    color: #23527c;
    text-decoration: underline; }
  .newLogin a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .newLogin figure {
    margin: 0; }
  .newLogin img {
    vertical-align: middle;
    max-width: 100%; }
  .newLogin hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }
  @media (max-width: 768px) {
    .newLogin {
       }
      .newLogin .text-center-up-to-xs {
        text-align: center; } }
  @media (min-width: 769px) {
    .newLogin {
       }
      .newLogin .text-right-gt-than-xs {
        text-align: right; } }
  .newLogin .form {
    padding: 0 0 0 0; }
  .newLogin .chatbox-logo {
    max-width: 170px;
    padding-bottom: 0em;
    padding-top: 1em; }
  .newLogin #head-sign {
    padding-top: 0; }
  .newLogin #content-sign {
    background-color: RGB(255, 255, 255); }
  @media (max-width: 768px) {
    .newLogin {
       }
      .newLogin #content-sign {
        padding: 16px 0; } }
  @media (min-width: 769px) {
    .newLogin {
       }
      .newLogin #content-sign {
        padding-top: 20px;
        padding-bottom: 30px; } }
  .newLogin #content-sign .content-title {
    font-size: 1.8em;
    padding-bottom: 8px; }
  .newLogin #sign-tagline {
    color: RGB(85, 85, 85);
    font-size: 1.4em;
    font-weight: 300; }
  .newLogin #signer .invitation #card .form .form-input input {
    background: url("https://cdn.tetrapod.io/chatbox/site/envelope-light.svg") no-repeat left center;
    background-size: 18px;
    background-position-x: 15px;
    background-color: RGB(255, 255, 255);
    font-size: 1.2em;
    font-weight: 300;
    padding-left: 40px;
    border: solid 1px #E9EFF2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
  .newLogin #signer .invitation .form .form-button button {
    background-color: RGB(245, 210, 0);
    color: RGB(16, 67, 87);
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 20px; }
  .newLogin #signer .invitation .form input, .newLogin #signer .invitation .form button {
    height: 52px;
    width: 100%; }
  .newLogin #card {
    clear: both;
    width: auto;
    background-color: #F9F9F9;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.27); }
  .newLogin #terms {
    clear: both;
    position: relative; }
  .newLogin #terms a {
    color: RGB(26, 133, 254); }
.mention {
  color: #430dff;
  font-weight: bold;
  cursor: pointer; }
.almost_mention {
  font-weight: bold; }
.loading {
  position: absolute;
  top: 0px;
  bottom: 50px;
  right: 0px;
  left: 0px;
  font-size: 44px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 100px;
  background: white; }
.configureRoom input {
  margin-top: 2px;
  width: 100%; }
.configureRoom textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  margin-top: 0px; }
.configureRoom div span {
  margin-top: 10px; }
.configureRoom .cb {
  width: auto; }
.configureRoom .subtext {
  padding: 10px 30px 20px 30px; }
.createRoomEmail {
  padding-left: 10px;
  padding-right: 10px; }
  .createRoomEmail .left-div {
    float: left;
    width: 200px;
    border: 3px solid #50905b; }
.muted-desc {
  padding: 4px;
  font-size: 75%;
  color: #aaa;
  text-align: center; }
.create-room .muted-desc {
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  text-align: right; }
.create-room table {
  width: 100%; }
#create-room-completed {
  font-size: 32px;
  font-weight: bold;
  color: #bbb;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px; }
@media (orientation: landscape) {
  html.ipad.ios7 > body {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 672px !important; } }
.edited {
  color: #ccc;
  float: right; }
.appConfigure {
  position: absolute;
  background: #edf0f1;
  top: 55px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 6000; }
  .appConfigure .appConfigureTemplate {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch !important;
    -webkit-transform: translateZ(0px) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -webkit-perspective: 1000 !important;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding-bottom: 20px; }
  .appConfigure .appConfigureFooter {
    text-align: center; }
.appError {
  color: #b66f69; }
.appOk {
  color: #52B266; }
.appMiniView {
  position: absolute;
  background: #edf0f1;
  top: 55px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important;
  -webkit-transform: translateZ(0px) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -webkit-perspective: 1000 !important;
  font-weight: normal;
  padding-bottom: 10px; }
.appMiniViewCustomIcon {
  display: inline-block; }
.updatedApp {
  border: 2px solid #1b3f50;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 5px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 3px; }
  .updatedApp .appMiniViewEntry {
    margin-top: 0px; }
.appHasChanges {
  border-left: 5px solid #b66f69;
  border-radius: 3px 3px 0px 0px !important; }
.appMiniViewEntry {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  background: #e4e4e4;
  border-radius: 3px 3px 3px 3px;
  padding: 2px;
  color: #1b3f50;
  cursor: pointer; }
  .appMiniViewEntry img {
    padding: 2px;
    width: 25px;
    height: 25px; }
  .appMiniViewEntry span {
    padding-left: 2px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: normal; }
  .appMiniViewEntry .appOptions {
    display: inline-block;
    float: right;
    color: #c3cdd2;
    font-size: 14px;
    padding-top: 2px;
    padding-right: 2px;
    margin-right: -2px; }
    .appMiniViewEntry .appOptions .i {
      margin-left: 15px; }
.miniViewText {
  padding-top: 3px; }
.appMiniViewEntry:hover {
  background: #c3cdd2 !important; }
  .appMiniViewEntry:hover .appOptions {
    color: #1b3f50; }
.appMiniViewEntryExpanded {
  background: white !important;
  border-radius: 3px 3px 0px 0px;
  border-bottom: 1px solid #f7f7f7; }
  .appMiniViewEntryExpanded .appOptions {
    display: inline-block; }
.activeApp {
  background: white;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 0px 0px 3px 3px; }
.appOptions {
  font-size: 12px;
  margin-bottom: 15px;
  margin-left: 7px;
  margin-right: 7px;
  text-align: right;
  cursor: pointer; }
.card {
  font-weight: bold;
  font-family: monospace;
  background: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 2px;
  margin-left: 1px;
  margin-right: 1px; }
.spade {
  color: black; }
.diamond {
  color: blue; }
.club {
  color: #50905b; }
.heart {
  color: #b66f69; }
.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
.adornment {
  margin-left: 3px; }
a.publink:visited, a.publink:link {
  color: #2f5262; }
a.publink:hover {
  color: white; }
.publink-title {
  color: #edf0f1; }
.publink-title:hover {
  color: white; }
.modal {
  z-index: 9999; }
.modal-backdrop {
  z-index: 9998; }
.github-app {
  max-width: 100% !important;
  padding: 10px; }
  .github-app .token {
    font-family: monospace;
    font-size: 80%;
    padding: 15px; }
.anonSignup {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 50px;
  background-color: #eee;
  z-index: 10;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 5px; }
.loginAnon {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
.pointer {
  cursor: pointer; }
.support {
  margin-top: 15px;
  padding: 4px;
  font-size: 75%;
  text-align: center;
  color: #555; }
  .support a {
    color: #2f5262; }
  .support i {
    color: #2f5262; }
#publicModal .plink {
  padding: 5px;
  font-family: monospace;
  font-size: 10px;
  text-align: left;
  background: #e9edff;
  border-radius: 3px;
  margin-top: 5px;
  -ms-word-break: break-all;
  
  word-break: break-all;
  
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }
.invite-form input {
  margin-top: 4px;
  margin-bottom: 4px; }
iframe.twitter-tweet {
  width: 100% !important; }
.titleLine .support-icon {
  color: #5C0000; }
.currentRoom .support-icon {
  color: white; }
.twitterverified {
  color: #88c9f9; }
.subheading {
  font-weight: bold;
  font-size: 16px; }
#main {
  height: 100%;
  overflow-x: hidden; }
.interactives-dropdown {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px; }
.scrollable-dropdown {
  height: auto;
  max-height: 300px;
  overflow-x: hidden; }
.customerActive {
  color: #42BD41 !important; }
.customerInactive {
  color: #f1c40f !important; }
.roomGroup {
  margin-bottom: 20px; }
  .roomGroup .roomGroupTitle {
    font-weight: bold;
    font-size: 0.929em;
    color: #587787;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer; }
    .roomGroup .roomGroupTitle .roomGroupFilter {
      display: inline-block;
      position: relative;
      float: right;
      top: .4em;
      padding: 0 .5em;
      border-radius: 20px;
      background: #D5DCDF;
      font-size: 0.714em;
      line-height: 1.3em;
      font-weight: bold;
      color: white;
      cursor: pointer; }
  .roomGroup .roomGroupList .roomGroupListEntry {
    font-size: 1em;
    cursor: pointer; }
  .roomGroup .roomGroupList .roomGroupListEntry-sel {
    background: #1b3f50;
    color: white;
    cursor: pointer; }
    .roomGroup .roomGroupList .roomGroupListEntry-sel i {
      padding: .5em 0; }
  .roomGroup .roomGroupList .roomNameContainer {
    display: inline-block;
    vertical-align: middle;
    top: .35em;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .roomGroup .roomGroupList .roomNameContainer-selected {
    display: inline-block;
    vertical-align: middle;
    top: .35em;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .roomGroup .roomGroupTitle:hover .roomGroupFilter {
    display: inline-block;
    position: relative;
    float: right;
    top: .4em;
    opacity: 1;
    padding: 0 .5em;
    border-radius: 20px;
    background: #1b3f50;
    font-size: 0.714em;
    line-height: 1.3em;
    font-weight: bold;
    color: white;
    cursor: pointer; }
  .roomGroup .roomUserList {
    padding: .8em 0;
    padding-left: .8em;
    font-size: 0.929em;
    background-color: white; }
    .roomGroup .roomUserList .roomListControls {
      display: none; }
  .roomGroup .roomUserList:hover .roomListControls {
    display: block; }
.notification-table thead {
  background: #D5DCDF;
  border: none; }
  .notification-table thead tr th {
    border: 0; }
.notification-table .mentions {
  background: #c7d0d4; }
label.radio-label {
  margin-bottom: 0;
  font-weight: normal; }
.appStore {
  position: absolute;
  background: #edf0f1;
  top: 55px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 5000;
  text-align: center;
  color: #1b3f50; }
  .appStore .titleBar {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 35px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-top: 7px;
    padding-left: 5px;
    background: #2f5262; }
    .appStore .titleBar .close-button {
      display: none;
      float: right;
      border: 1px solid #edf0f1;
      padding-right: 3px;
      padding-left: 3px;
      margin-right: 5px;
      padding-top: 2px;
      padding-bottom: 2px;
      border-radius: 2px; }
  .appStore .scroll {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #edf0f1; }
  .appStore .appSection {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 1px solid #c3cdd2;
    padding-bottom: 5px; }
    .appStore .appSection .appSectionTitle {
      font-size: 12px;
      margin-left: 10px;
      margin-bottom: 5px;
      text-align: left;
      font-weight: bold;
      margin-top: 5px; }
    .appStore .appSection .appSectionIcons {
      text-align: left; }
  .appStore .featured {
    background: #c3cdd2;
    border-top: none; }
  .appStore .asEntry {
    width: 32%;
    height: 55px;
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 8px;
    cursor: pointer;
    text-align: center; }
    .appStore .asEntry .storeEntryName {
      font-size: 12px;
      padding-top: 5px;
      position: relative;
      width: 100%;
      overflow: hidden;
      text-align: center; }
    .appStore .asEntry .storeEntryIcon {
      margin: 0 auto;
      height: 30px;
      padding-top: 3px;
      padding-bottom: 3px;
      margin-top: 1px;
      max-width: 30px; }
  .appStore .asEntry:hover {
    background: #fafafa; }
  .appStore .mobileOfferings {
    text-align: center;
    padding-bottom: 5px;
    text-align: center;
    padding-top: 10px;
    font-size: 12px; }
    .appStore .mobileOfferings div {
      margin-top: 10px; }
.appearApp .rating {
  padding: 8px;
  text-align: center; }
  .appearApp .rating i {
    font-size: 18px;
    cursor: pointer; }
  .appearApp .rating i:hover {
    color: #1b3f50; }
.appear-buttons {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px; }
  .appear-buttons button {
    margin: 5px; }
.fullScreenOptions {
  z-index: 9990;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9990; }
  .fullScreenOptions .controls {
    background: #1b3f50;
    height: 55px; }
    .fullScreenOptions .controls .exitButton {
      width: 150px;
      margin-left: 10px;
      margin-top: 5px; }
    .fullScreenOptions .controls div {
      margin-top: 7px; }
  .fullScreenOptions .video {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 55px;
    bottom: 0px; }
  .fullScreenOptions iframe {
    width: 100%;
    height: 100%; }
  .fullScreenOptions .cb {
    display: inline-block;
    float: right; }
  .fullScreenOptions .logo-img {
    width: 125px;
    float: right;
    margin-right: 5px;
    margin-top: 7px; }
.branditApp .logo {
  max-height: 55px;
  min-height: 40px;
  max-width: 200px;
  background: #2f5262;
  padding: 2px; }
.branditApp .configure .form-control {
  margin-bottom: 3px; }
.branditApp .content {
  padding: 5px; }
  .branditApp .content a:hover {
    text-decoration: underline; }
.draganddropimgpreview {
  background: #2f5262;
  max-height: 50px;
  max-width: 200px;
  padding: 2px; }
.prevbinding .rowpb {
  text-align: left;
  display: inline-block; }
  .prevbinding .rowpb span {
    position: relative;
    top: -20px;
    left: 20px; }
.brandit-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 55px;
  color: #1b3f50;
  background: white;
  overflow: hidden;
  text-align: center;
  padding: 2px;
  background: #2f5262;
  color: white;
  cursor: pointer; }
  .brandit-custom a {
    color: white; }
  .brandit-custom a:hover {
    color: white; }
  .brandit-custom .logo {
    cursor: pointer;
    display: inline-block;
    padding-top: 2px; }
    .brandit-custom .logo img {
      max-height: 55px;
      min-height: 40px;
      max-width: 200px; }
  .brandit-custom .expandedContent {
    padding-left: 3px;
    padding-right: 3px; }
.brandit-nologo {
  font-size: 24px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 3px;
  cursor: pointer; }
.dd-error {
  color: red;
  text-align: center; }
.dd-description {
  border: 1px solid #1b3f50;
  text-align: center;
  padding: 10px; }
.checklistApp {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100% !important;
  -webkit-overflow-scrolling: touch; }
  .checklistApp .configure {
    padding: 5px;
    max-height: 400px; }
  .checklistApp .content {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
    max-height: 350px;
    font-weight: normal; }
    .checklistApp .content label {
      font-weight: normal; }
  .checklistApp .completed {
    font-size: 70%;
    font-style: italic;
    color: #698592;
    margin-left: 20px;
    font-weight: 200; }
    .checklistApp .completed i:hover {
      color: #1b3f50; }
  .checklistApp .assign {
    font-size: 70%;
    color: #698592;
    font-weight: 200;
    padding-left: 5px; }
  .checklistApp .dropdown {
    width: 58%;
    border-bottom: 1px #ccc;
    background-color: white;
    margin-top: 5px; }
  .checklistApp .dropdown ul {
    text-align: left;
    border: 1px solid black; }
  .checklistApp .dropdown li {
    text-align: left;
    border-bottom: 1px #ccc; }
  .checklistApp .dropdown li.selected {
    background-color: #ccc; }
  .checklistApp .dropdown li:hover {
    background: #E4E4E4;
    cursor: pointer; }
  .checklistApp .assignee {
    width: 58%;
    font-size: 100%;
    padding-bottom: 2px; }
  .checklistApp ::-webkit-input-placeholder {
    color: #777; }
  .checklistApp :-moz-placeholder {
    
    color: #777;
    opacity: 1; }
  .checklistApp ::-moz-placeholder {
    
    color: #777;
    opacity: 1; }
  .checklistApp :-ms-input-placeholder {
    color: #777; }
  .checklistApp .datepicker {
    width: 40%;
    font-size: 100%; }
  .checklistApp .owner-label {
    font-size: 70%; }
  .checklistApp .date-label {
    font-size: 70%;
    padding-left: 20px;
    width: 150px; }
  .checklistApp .due-date {
    font-size: 70%;
    margin-left: 5px;
    display: inline;
    width: 50%; }
  .checklistApp .date-error {
    font-size: 70%;
    color: red;
    text-align: center;
    margin-bottom: 5px; }
  .checklistApp .assignee-error {
    font-size: 70%;
    color: red;
    text-align: center;
    margin-bottom: 5px; }
.linksApp {
  max-height: 300px;
  overflow-y: auto;
  width: 100% !important; }
  .linksApp .configure {
    padding: 5px; }
  .linksApp .content {
    padding: 5px; }
    .linksApp .content .links .linkName .clicks {
      color: #698592;
      padding-left: 2px;
      padding-right: 2px;
      margin-left: 5px; }
    .linksApp .content .links .delete {
      color: #698592;
      cursor: pointer;
      font-size: 70%; }
    .linksApp .content .links .delete:hover {
      color: #1b3f50;
      font-size: 70%; }
    .linksApp .content .links .linkUrl {
      font-size: 10px;
      cursor: pointer;
      overflow: hidden;
      height: 12px;
      word-wrap: normal;
      word-break: break-all;
      color: #698592;
      font-weight: 200; }
    .linksApp .content .addButton {
      cursor: pointer; }
    .linksApp .content .add input {
      margin-bottom: 3px; }
  .linksApp .error {
    color: #b66f69;
    text-align: center; }
.stickyDiv {
  position: relative; }
.noteApp .content {
  padding-top: 5px;
  padding-bottom: 0px; }
  .noteApp .content .sticky {
    color: #1b3f50;
    width: 100%;
    font-size: 13px;
    border: 1px solid #edf0f1; }
  .noteApp .content .rgb {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    bottom: 5px; }
.noteApp .configure {
  padding: 5px; }
.noteApp .privateLabel {
  font-size: 11px;
  font-weight: 300;
  padding-bottom: 5px; }
.noteApp .saveNote {
  text-align: center;
  background: #50905b;
  margin-top: 2px; }
.noteColor {
  width: 29px;
  display: inline-block;
  text-align: center;
  outline: 1px solid #1b3f50; }
.colorList {
  padding-top: 2px;
  padding-bottom: 5px; }
.miniViewText {
  vertical-align: middle;
  font-size: 13px; }
.uploadsApp .content {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 0px;
  margin-right: 0px; }
  .uploadsApp .content .files {
    padding: 4px;
    overflow-y: auto;
    max-height: 350px;
    -webkit-overflow-scrolling: touch; }
  .uploadsApp .content .totals {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    padding: 4px;
    color: #a9a9a9; }
  .uploadsApp .content .nav {
    text-align: center;
    margin: 4px; }
    .uploadsApp .content .nav .fa {
      cursor: pointer;
      text-align: center;
      font-size: 12px;
      font-weight: bold;
      background: #9295ae;
      color: #edf0f1;
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 10px;
      padding-right: 10px;
      border-radius: 4px; }
  .uploadsApp .content .files .uploadEntry {
    color: #1b3f50;
    margin-bottom: 6px; }
    .uploadsApp .content .files .uploadEntry .filename {
      font-weight: normal;
      font-size: 13px;
      text-decoration: none;
      word-break: break-all;
      cursor: pointer; }
    .uploadsApp .content .files .uploadEntry .meta {
      margin-left: 15px;
      font-size: 10px;
      color: #a9a9a9; }
.webhookApp .configure {
  padding: 5px; }
.webhookApp .content {
  padding: 5px; }
.webhookApp .avatar {
  border: 1px solid #eee;
  margin-right: 10px;
  width: 36px;
  height: 36px; }
.webhookApp .api-token {
  font-family: monospace;
  font-size: 10px; }
.webhookApp .api-example {
  margin-top: 10px;
  margin-bottom: 5px; }
  .webhookApp .api-example pre {
    margin-top: 5px;
    font-family: monospace;
    font-size: 10px;
    white-space: pre-wrap;
    padding: 4px;
    border: none; }
  .webhookApp .api-example .token {
    font-size: 9px; }
.pollApp {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100% !important; }
  .pollApp .pollOption input {
    width: 60%; }
  .pollApp .pollTitle {
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px; }
  .pollApp .pollDesc {
    font-size: 14px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 3px;
    border-bottom: 1px solid #cbcbcb; }
  .pollApp .pollVotes {
    font-size: 14px;
    margin-left: 20px;
    padding-bottom: 5px;
    margin-top: 8px; }
    .pollApp .pollVotes .numVotes {
      font-size: 16px;
      background: #edf0f1;
      color: #1b3f50;
      width: 30px;
      display: inline-block;
      text-align: center; }
  .pollApp .voteEntry {
    margin-top: 5px;
    margin-bottom: 5px; }
  .pollApp .voters {
    font-size: 12px;
    margin-bottom: 5px; }
    .pollApp .voters .voterDiv {
      display: inline-block;
      text-align: left;
      overflow-x: hidden; }
    .pollApp .voters .voterName {
      font-size: 10px;
      padding-right: 7px; }
    .pollApp .voters .voterPic {
      width: 38px;
      height: 38px;
      text-align: center; }
.voteNeeded {
  color: #b66f69;
  text-align: center; }
.chessApp .configure {
  padding-left: 10px;
  padding-right: 10px; }
  .chessApp .configure p {
    margin-top: 15px; }
.chessApp .content {
  padding-top: 10px;
  padding-bottom: 10px; }
.chessApp .playerName {
  color: rgba(0, 0, 0, 0.6); }
.chessApp .icon {
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  display: block;
  font-size: 40px;
  width: 50px;
  height: 50px; }
.chessApp .sqBlack {
  background-color: #cecece; }
.chessApp .sqWhite {
  background-color: #e8e8e8; }
.chessApp .sqClicked {
  background-color: green; }
.chessApp .sqWhiteLegal {
  background-color: #9abaaa; }
.chessApp .sqBlackLegal {
  background-color: #7a9a8a; }
.chessApp .pBlack {
  color: black; }
.chessApp .pWhite {
  color: white; }
.chessApp table {
  font-size: 20px;
  margin-left: auto;
  margin-right: auto; }
.chessApp td {
  vertical-align: middle;
  text-align: center;
  width: 32px;
  height: 32px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default; }
.amazonsApp .configure {
  padding-left: 10px;
  padding-right: 10px; }
  .amazonsApp .configure p {
    margin-top: 15px; }
.amazonsApp .content {
  padding: 10px; }
.amazonsApp .playerName {
  color: rgba(0, 0, 0, 0.6); }
.amazonsApp .icon {
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  display: block;
  font-size: 40px;
  width: 50px;
  height: 50px; }
.amazonsApp .sqBlack {
  background-color: #bebebe; }
.amazonsApp .sqWhite {
  background-color: #c8c8c8; }
.amazonsApp .sqClicked {
  background-color: green; }
.amazonsApp .sqClickedArrow {
  color: #00AA00;
  background-color: #007700; }
.amazonsApp .sqWhiteLegal {
  opacity: .8;
  background-color: #9abaaa; }
.amazonsApp .sqBlackLegal {
  opacity: .8;
  background-color: #7a9a8a; }
.amazonsApp .pBlack {
  color: black; }
.amazonsApp .pWhite {
  color: white; }
.amazonsApp .pArrow {
  color: black;
  background-color: #004400; }
.amazonsApp table {
  font-size: 20px;
  margin-left: auto;
  margin-right: auto; }
.amazonsApp td {
  vertical-align: middle;
  text-align: center;
  width: 27px;
  height: 27px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default; }
.twitterApp .needsAuth {
  padding: 15px; }
.twitterApp .error {
  text-align: center;
  color: red;
  font-size: 20px; }
.twitterApp .tracking {
  font-size: 18px;
  margin-right: 15px;
  color: #0084B4; }
.twitterApp .authed {
  text-align: center;
  color: #999999;
  font-size: 12px; }
  .twitterApp .authed a {
    cursor: pointer;
    color: #0084B4; }
.twitterApp .btn-xs {
  margin-bottom: 3px; }
.twitterApp .configure {
  padding: 6px; }
.twitterApp .content {
  padding: 6px; }
.twitter-control {
  color: #87969D;
  text-decoration: none !important; }
.twitter-control:hover {
  color: #0084B4; }
.tweet {
  background: #f1faff; }
  .tweet .msg-header {
    padding-top: 5px; }
  .tweet .msg-row {
    padding-bottom: 3px; }
  .tweet .mention {
    color: #0084B4; }
  .tweet .handle {
    margin-left: 4px;
    margin-right: 4px;
    color: #8899A6;
    font-size: 85%;
    text-decoration: none !important; }
  .tweet .handle:hover {
    color: #0084B4; }
  .tweet .at {
    color: #66B5D2; }
@media only screen and (max-width: 400px) {
  .tweet .handle {
    display: none; } }
@media only screen and (max-width: 320px) {
  .tweet .handle {
    display: none; } }
.websupport {
  background: rgba(179, 255, 179, 0.49); }
  .websupport .msg-header {
    padding-top: 5px;
    padding-left: 20px; }
  .websupport .msg-row {
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px; }
.ignored {
  background: #e5eef3; }
.ticketed {
  background: #fffbf0; }
.resolved {
  background: #e7ffe4; }
.owntweet {
  background: #fbfffc; }
.supportApp {
  overflow-y: auto;
  width: 100% !important; }
  .supportApp .configure {
    padding: 5px; }
  .supportApp h2 {
    margin: 2px;
    padding: 2px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px; }
  .supportApp .content {
    padding: 0px 2px 4px 2px; }
    .supportApp .content .clone-apps {
      padding: 6px; }
      .supportApp .content .clone-apps .messages .section {
        margin-bottom: 30px; }
        .supportApp .content .clone-apps .messages .section div {
          font-size: 10px;
          font-style: italic;
          text-align: left;
          position: relative;
          top: -3px;
          opacity: 0.8; }
      .supportApp .content .clone-apps .messages textarea {
        font-size: 85%; }
      .supportApp .content .clone-apps #apps-to-clone {
        margin-top: 3px; }
      .supportApp .content .clone-apps li {
        list-style-type: none; }
      .supportApp .content .clone-apps ul {
        padding-left: 20px; }
      .supportApp .content .clone-apps .app {
        cursor: pointer;
        width: 100%; }
        .supportApp .content .clone-apps .app .app-icon {
          width: 25px;
          height: 25px;
          margin: 3px;
          display: inline-block; }
        .supportApp .content .clone-apps .app .app-text {
          font-size: 12px;
          display: inline-block; }
      .supportApp .content .clone-apps .app-list .app {
        border-radius: 6px;
        padding-left: 3px;
        padding-right: 3px; }
      .supportApp .content .clone-apps .app-list .app:hover {
        background: #ddd; }
      .supportApp .content .clone-apps .btns {
        text-align: right; }
      .supportApp .content .clone-apps #choose-app-to-clone {
        margin-top: 3px;
        background: #f4f4f4;
        border-radius: 4px;
        padding: 4px; }
    .supportApp .content .btn {
      cursor: pointer; }
    .supportApp .content .btn:hover {
      color: #66d; }
    .supportApp .content .add {
      margin: 5px 5px 3px 5px; }
    .supportApp .content .del {
      float: right;
      margin-right: 10px;
      margin-top: 3px;
      color: #aaa; }
    .supportApp .content .cancel {
      margin-top: 3px; }
  .supportApp .error {
    color: red;
    text-align: center; }
.rationalApp .rationalAppDel {
  display: none; }
.rationalApp:hover .rationalAppDel {
  display: block; }
.rationalAppDel {
  cursor: pointer; }
.rationalAppDel:hover {
  color: lightblue; }
.rational-pane {
  padding: 10px;
  padding-bottom: 5px; }
.redpane {
  background: red; }
.greenpane {
  background: green; }
.redtext {
  color: red; }
.paneTitle {
  font-size: 14px;
  font-weight: bold; }
.paneDescription {
  font-size: 12px;
  font-weight: normal; }
.rationalLabel {
  margin-top: 10px;
  font-weight: bold; }
.msftGreen {
  background: green;
  color: white; }
  .msftGreen input {
    color: black; }
.chatboxBlue {
  background: #1b3f50;
  color: white; }
  .chatboxBlue input {
    color: black; }
.tmobile {
  background: #EB3D8E;
  color: white; }
  .tmobile input {
    color: black; }
.btn-tmobile {
  background: #eb3d8e;
  color: white; }
.btn-tmobile:hover {
  background: red; }
.hoverOutline:hover {
  outline: 1px solid orange; }
.formBuilder-tabActive {
  background: #f7f7f7 !important;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black; }
.formBuilder-tabInactive {
  background: inherit !important; }
.formBuilder-tab {
  cursor: pointer;
  width: 100px;
  text-align: center;
  display: inline-block; }
.formBuilder-vars {
  padding: 10px;
  border: 1px solid black;
  height: 180px; }
.builderElemInvisible {
  padding-left: 3px;
  padding-right: 3px;
  background: red;
  border-radius: 3px;
  color: white; }
.interactivePane input {
  color: black; }
.ilistEntry {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 10px;
  width: 250px;
  border: 1px solid #e7e7e7;
  background: #f8f8f8 !important;
  border-radius: 2px; }
.ilistEntry:hover {
  background: #cce1e8 !important;
  border: 1px solid #1b3f50; }
.macroApp {
  max-height: 300px;
  overflow-y: auto;
  width: 100% !important; }
  .macroApp .configure {
    padding: 5px; }
  .macroApp .content {
    padding: 0px 2px 5px 5px; }
    .macroApp .content .macros .options {
      color: #c3cdd2;
      cursor: pointer;
      border: 1px solid #c3cdd2;
      border-radius: 3px;
      padding-left: 5px;
      margin-left: 5px; }
      .macroApp .content .macros .options i {
        padding-right: 5px; }
      .macroApp .content .macros .options i:hover {
        color: #1b3f50; }
    .macroApp .content .macros .hideOptions {
      border: none; }
      .macroApp .content .macros .hideOptions i {
        padding-right: 0px; }
    .macroApp .content .macros .singleLine {
      font-size: 15px; }
    .macroApp .content .macros .item {
      word-wrap: normal;
      word-break: break-all;
      cursor: pointer; }
      .macroApp .content .macros .item .text {
        margin-top: 3px;
        font-size: 80%; }
    .macroApp .content .addButton {
      cursor: pointer; }
    .macroApp .content .add input {
      margin-bottom: 3px; }
  .macroApp .error {
    color: red;
    text-align: center; }
.disabled {
  border: 1px solid red; }
.createRoom {
   }
  .createRoom .chatboxtype {
    vertical-align: top;
    cursor: pointer;
    border-collapse: collapse;
    height: 60px; }
  .createRoom .chatboxtype-img {
    height: 50px;
    padding-top: 10px; }
  .createRoom .chatboxtype-name {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold; }
  .createRoom .chatboxtype-desc {
    font-size: 11px;
    font-weight: 300; }
  .createRoom .chatboxtype:hover {
    background: #f7f7f7; }
@keyframes searchFade {
  50% {
    background-color: yellow; } }
@-moz-keyframes searchFade {
  50% {
    background-color: yellow; } }
@-webkit-keyframes searchFade {
  50% {
    background-color: yellow; } }
.clickedSearch {
  background: #c3cdd2; }
.hilight {
  text-shadow: 2px 2px 7px #fff200; }
.highlightSearch {
  padding-top: 10px;
  animation: searchFade 2.5s 1;
  -moz-animation: searchFade 2.5s 1;
  -webkit-animation: searchFade 2.5s 1; }
.highlightSearch > div:first-child {
  animation: searchFade 2.5s 1;
  -moz-animation: searchFade 2.5s 1;
  -webkit-animation: searchFade 2.5s 1; }
.searchSidebar {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 55px;
  padding: 10px; }
  .searchSidebar .title {
    height: 55px;
    background: #edf0f1; }
  .searchSidebar .error {
    color: #b66f69;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px; }
  .searchSidebar .controls {
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
    background: #edf0f1;
    text-align: center;
    padding-top: 2px;
    font-size: 14px;
    line-height: 20px; }
    .searchSidebar .controls i {
      cursor: pointer; }
  .searchSidebar .results {
    color: #1b3f50;
    position: absolute;
    top: 85px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #edf0f1;
    -webkit-overflow-scrolling: touch; }
    .searchSidebar .results .result {
      font-size: 12px;
      padding: 5px;
      margin-bottom: 2px;
      cursor: pointer; }
      .searchSidebar .results .result .icon {
        width: 9%;
        max-width: 30px;
        display: inline-block; }
        .searchSidebar .results .result .icon img {
          width: 24px; }
      .searchSidebar .results .result .resultText {
        width: 88%;
        display: inline-block;
        margin-top: -5px;
        vertical-align: text-top; }
        .searchSidebar .results .result .resultText .highlight {
          color: yellow;
          background: #c3cdd2;
          padding-left: 2px;
          padding-right: 2px; }
    .searchSidebar .results .date {
      font-size: 16px;
      text-align: center;
      color: #1b3f50; }
      .searchSidebar .results .date span {
        margin-top: 10px; }
.helpScreen {
  position: absolute;
  z-index: 20;
  left: 0px;
  right: 0px;
  top: 60px;
  bottom: 0px;
  overflow-y: auto;
  padding: 15px;
  -webkit-overflow-scrolling: touch; }
  .helpScreen .helpSection {
    margin-bottom: 15px; }
    .helpScreen .helpSection .helpSectionTitle {
      font-size: 15px;
      font-weight: bold;
      color: #1b3f50; }
    .helpScreen .helpSection .helpSectionContent {
      font-size: 13px;
      margin-left: 20px; }
      .helpScreen .helpSection .helpSectionContent a {
        color: #66a1a3; }
.gatedLogin {
  background: #edf0f1;
  color: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }
  .gatedLogin .gated-container {
    font-size: 14px;
    display: block;
    max-width: 400px;
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    border: 3px solid #e8e8e8;
    border-radius: 5px;
    margin-top: 40px;
    background: #f7f7f7; }
    .gatedLogin .gated-container .gated-header {
      margin-top: 20px;
      margin-left: 20px;
      margin-right: 20px;
      padding-bottom: 5px;
      font-size: 24px;
      border-bottom: 1px solid #ebebeb; }
    .gatedLogin .gated-container .gated-header-logo {
      margin-top: 10px; }
      .gatedLogin .gated-container .gated-header-logo img {
        max-width: 200px;
        max-height: 100px; }
      .gatedLogin .gated-container .gated-header-logo div {
        margin-top: 3px;
        font-size: 12px;
        margin-bottom: 3px; }
    .gatedLogin .gated-container .gated-authmsg {
      margin-left: 20px;
      margin-right: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
      border-bottom: 1px solid #ebebeb;
      font-size: 12px; }
    .gatedLogin .gated-container .gated-welcome {
      color: #1b3f50;
      font-size: 18px;
      margin-top: 30px;
      font-style: bold; }
    .gatedLogin .gated-container .gated-paused-zzz {
      font-size: 64px;
      font-weight: bold;
      margin-top: 30px;
      color: #e1e1e1; }
    .gatedLogin .gated-container .gated-paused-msg {
      margin-top: 30px;
      margin-left: 30px;
      margin-right: 30px;
      font-size: 16px;
      font-weight: normal;
      color: #1b3f50; }
    .gatedLogin .gated-container .gated-invite {
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 15px;
      font-size: 12px; }
    .gatedLogin .gated-container .gated-login {
      margin-top: 20px; }
      .gatedLogin .gated-container .gated-login button {
        background: #55acee;
        color: white;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px; }
    .gatedLogin .gated-container .gated-wrong-user {
      padding-top: 15px;
      padding-bottom: 15px;
      font-weight: bold;
      background: red;
      color: white; }
    .gatedLogin .gated-container .gated-power {
      margin-top: 30px;
      border-top: 1px solid #ebebeb; }
      .gatedLogin .gated-container .gated-power .gated-power-by {
        padding-top: 5px;
        font-style: bold;
        font-size: 12px; }
      .gatedLogin .gated-container .gated-power .gated-restricted {
        color: black;
        opacity: 0.7;
        font-style: normal;
        font-size: 10px;
        padding-bottom: 5px; }
    .gatedLogin .gated-container .gated-webqueue-form {
      border: 1px solid #ddd;
      border-radius: 3px;
      padding: 20px;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-right: 15px;
      margin-left: 15px; }
@media only screen and (max-width: 640px) {
  .gatedLogin {
    background: #f7f7f7; }
    .gatedLogin .gated-container {
      width: 100%;
      margin-left: 0%;
      margin-right: 0%;
      border: 0px;
      border-radius: 0px;
      margin-top: 0px;
      padding-bottom: 5px;
      background: #f7f7f7; }
      .gatedLogin .gated-container .gated-header {
        font-size: 20px; }
      .gatedLogin .gated-container .gated-authmsg {
        font-size: 10px; } }
.agentPane-intChoose {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 55px;
  color: #1b3f50;
  background: #f7f7f7;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }
  .agentPane-intChoose .int {
    background: white;
    border-radius: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border: 1px solid white;
    margin-bottom: 10px;
    cursor: pointer; }
  .agentPane-intChoose .int:hover {
    border: 1px solid #1b3f50; }
.agentPane {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 55px;
  background: #f7f7f7; }
.agentPane-profile {
  left: 0px;
  right: 0px;
  top: 0px;
  background: #f7f7f7;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid gray;
  padding-top: 20px; }
  .agentPane-profile .cust-pic {
    cursor: pointer; }
    .agentPane-profile .cust-pic img {
      border-radius: 3px; }
  .agentPane-profile .cust-initials-avatar {
    font-weight: bold;
    font-size: 24px;
    background: #f6a623;
    color: white;
    width: 48px;
    height: 48px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px; }
  .agentPane-profile .cust-profile {
    padding-left: 5px; }
    .agentPane-profile .cust-profile .cust-profile-name {
      font-weight: bold;
      cursor: pointer;
      font-size: 14px; }
      .agentPane-profile .cust-profile .cust-profile-name i {
        margin-left: 5px;
        color: #20a4f3;
        font-size: 18px; }
    .agentPane-profile .cust-profile .cust-profile-details {
      font-size: 12px;
      color: #698592; }
  .agentPane-profile .cust-profile-follow {
    text-align: center;
    width: 100px;
    font-size: 10px; }
    .agentPane-profile .cust-profile-follow .followsYou {
      background: #20a4f3;
      color: white; }
    .agentPane-profile .cust-profile-follow .unfollow {
      background: red;
      color: white;
      cursor: pointer; }
    .agentPane-profile .cust-profile-follow .weFollow {
      background: #20a4f3;
      color: white;
      border-radius: 3px;
      padding-top: 2px;
      padding-bottom: 2px;
      cursor: pointer; }
      .agentPane-profile .cust-profile-follow .weFollow .followText {
        display: block; }
      .agentPane-profile .cust-profile-follow .weFollow .unfollowText {
        display: none; }
    .agentPane-profile .cust-profile-follow .weFollow:hover {
      background: red; }
      .agentPane-profile .cust-profile-follow .weFollow:hover .followText {
        display: none; }
      .agentPane-profile .cust-profile-follow .weFollow:hover .unfollowText {
        display: block; }
    .agentPane-profile .cust-profile-follow .followStyle {
      background: #20a4f3;
      color: white;
      border-radius: 3px;
      padding-top: 2px;
      padding-bottom: 2px; }
    .agentPane-profile .cust-profile-follow .canFollow {
      border: 1px solid black;
      border-radius: 3px;
      cursor: pointer; }
    .agentPane-profile .cust-profile-follow .canFollow:hover {
      border: 1px solid #20a4f3;
      color: #20a4f3; }
.agentPane-conv {
  height: 65px;
  left: 0px;
  right: 0px;
  background: #f7f7f7;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid gray;
  padding-top: 10px; }
  .agentPane-conv .conv-switch {
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 3px;
    margin-right: 2px;
    margin-left: 2px;
    width: 40px;
    cursor: pointer; }
  .agentPane-conv .conv-switch-on {
    background: green;
    color: white; }
  .agentPane-conv .conv-switch-off {
    background: red;
    color: white; }
  .agentPane-conv .get-transcript {
    cursor: pointer;
    color: #587787; }
    .agentPane-conv .get-transcript:hover {
      color: #1b3f50; }
.agentPane-content {
  left: 0px;
  right: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .agentPane-content .agentPane-whisper {
    border-radius: 3px;
    margin-top: 20px; }
    .agentPane-content .agentPane-whisper textarea {
      margin-top: 3px;
      width: 100%; }
  .agentPane-content .agentPane-inter {
    margin-top: 20px; }
.agentPane-acct {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  margin-top: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 105px;
  height: 30px;
  border-top: 1px solid gray;
  text-align: center;
  padding-top: 7px; }
.agentPane-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  border-top: 1px solid gray; }
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 99999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single:before {
    content: " ";
    display: table; }
  .pika-single:after {
    content: " ";
    display: table;
    clear: both; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }
.pika-title {
  position: relative;
  text-align: center; }
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9990;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9990;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0; }
.pika-prev, .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5; }
.pika-prev:hover, .pika-next:hover {
  opacity: 1; }
.pika-prev, .is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg=="); }
.pika-next, .is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII="); }
.pika-prev.is-disabled, .pika-next.is-disabled {
  cursor: default;
  opacity: .2; }
.pika-select {
  display: inline-block; }
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th, .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold; }
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px; }
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3; }
.pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important; }
.anon .user {
  color: #999; }
.zdconfig2 {
  background: #EDF0F1;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: center; }
  .zdconfig2 .zdconfig2-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 220px;
    background: #f8f8f8; }
    .zdconfig2 .zdconfig2-left .zdconfig2-left-title {
      height: 55px;
      background: #2f5262;
      color: white;
      padding-top: 1em;
      padding-left: 1em;
      font-size: 16px;
      text-align: left; }
    .zdconfig2 .zdconfig2-left .zdconfig2-left-options {
      background: #eef1f3;
      color: #1b3f50;
      text-align: left;
      padding: 1em;
      overflow-y: auto;
      overflow-x: hidden;
      border-right: 1px solid #d3dadd;
      position: absolute;
      left: 0;
      top: 55px;
      bottom: 0;
      width: 220px; }
      .zdconfig2 .zdconfig2-left .zdconfig2-left-options .zdc-option {
        padding-left: 1em;
        font-size: 1em;
        padding-top: 0.5em;
        cursor: pointer;
        padding-bottom: 0.5em;
        border-radius: 5px; }
        .zdconfig2 .zdconfig2-left .zdconfig2-left-options .zdc-option i {
          font-size: 1em; }
        .zdconfig2 .zdconfig2-left .zdconfig2-left-options .zdc-option.active {
          background: #1b3f50;
          color: white; }
        .zdconfig2 .zdconfig2-left .zdconfig2-left-options .zdc-option:hover {
          background: #e2e6e8; }
        .zdconfig2 .zdconfig2-left .zdconfig2-left-options .zdc-option .sub {
          border-left: 3px solid red; }
        .zdconfig2 .zdconfig2-left .zdconfig2-left-options .zdc-option .zdc-warn {
          color: #E16664;
          font-size: 10px;
          padding-left: 2em; }
  .zdconfig2 .zdconfig2-right {
    position: absolute;
    left: 220px;
    bottom: 0;
    top: 0;
    right: 0; }
    .zdconfig2 .zdconfig2-right .markdownSupport {
      font-size: 12px;
      font-style: italic; }
    .zdconfig2 .zdconfig2-right .zdconfig2-right-title {
      height: 55px;
      background: #2f5262; }
      .zdconfig2 .zdconfig2-right .zdconfig2-right-title button {
        float: right;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 0.68em;
        margin-right: 10px;
        background: #eef1f3;
        color: #698592;
        -o-transition: .15s;
        -ms-transition: .15s;
        -moz-transition: .15s;
        -webkit-transition: .15s;
        transition: .15s; }
        .zdconfig2 .zdconfig2-right .zdconfig2-right-title button:hover {
          background: #fafbfb;
          color: #1b3f50; }
    .zdconfig2 .zdconfig2-right .zdconfig2-right-content {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 55px;
      bottom: 0px;
      padding-top: 20px;
      padding-left: 20px;
      text-align: left;
      padding-right: 20px;
      font-size: 14px;
      font-style: normal;
      overflow-y: scroll !important;
      padding-bottom: 30px;
      background: white; }
    .zdconfig2 .zdconfig2-right .zdconfig2-right-content-save {
      bottom: 50px !important; }
.zdc-option-sel {
  padding-left: 0.5em;
  padding-right: 0.5em;
  background: #1b3f50;
  color: white; }
.zdc-option-sel:hover:hover {
  background: #1b3f50 !important; }
.edit-section {
  margin-top: 20px; }
.saveChangesBottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  border-top: 3px solid #1b3f50; }
  .saveChangesBottom button {
    margin-top: 7px; }
.twitter-section {
  margin-top: 20px; }
  .twitter-section .twitter-section-header {
    font-size: 16px;
    font-weight: bold;
    color: #1b3f50; }
    .twitter-section .twitter-section-header i {
      cursor: pointer; }
    .twitter-section .twitter-section-header i:hover {
      color: gray; }
  .twitter-section .twitter-section-table {
    margin-top: 10px; }
    .twitter-section .twitter-section-table .error {
      color: #E16664; }
    .twitter-section .twitter-section-table .entryTable {
      border: 1px solid #D5DCDF;
      border-collapse: collapse;
      background: white; }
      .twitter-section .twitter-section-table .entryTable .tst-header {
        background: #D5DCDF;
        font-weight: bold; }
        .twitter-section .twitter-section-table .entryTable .tst-header td {
          padding-left: 10px;
          padding-right: 10px; }
      .twitter-section .twitter-section-table .entryTable tr {
        border-bottom: 1px solid #D5DCDF; }
        .twitter-section .twitter-section-table .entryTable tr td {
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 10px;
          padding-right: 10px;
          text-align: center; }
          .twitter-section .twitter-section-table .entryTable tr td .check {
            color: #51B265;
            font-size: 24px; }
          .twitter-section .twitter-section-table .entryTable tr td .minus {
            color: #E16664;
            font-size: 24px; }
      .twitter-section .twitter-section-table .entryTable .tst {
        text-align: center;
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px; }
      .twitter-section .twitter-section-table .entryTable .tst-controls {
        width: 75px;
        font-size: 16px; }
        .twitter-section .twitter-section-table .entryTable .tst-controls i {
          margin-left: 5px;
          cursor: pointer; }
        .twitter-section .twitter-section-table .entryTable .tst-controls i:hover {
          color: #52B266 !important; }
      .twitter-section .twitter-section-table .entryTable .tst-account {
        width: 210px;
        text-align: left;
        font-weight: bold;
        color: #1b3f50; }
      .twitter-section .twitter-section-table .entryTable .tst-search {
        width: 100px; }
      .twitter-section .twitter-section-table .entryTable .tst-retweet {
        width: 100px; }
      .twitter-section .twitter-section-table .entryTable .tst-dms {
        width: 100px; }
      .twitter-section .twitter-section-table .entryTable .tst-replies {
        width: 100px; }
.zdconfig2-twitter {
  overflow-y: auto;
  overflow-x: hidden; }
  .zdconfig2-twitter .zd2-twitter-title {
    font-size: 16px;
    font-weight: bold !important; }
  .zdconfig2-twitter .zd2-twitter-add .zd2-add-title {
    font-weight: bold;
    margin-top: 30px;
    color: #1b3f50; }
  .zdconfig2-twitter .zd2-twitter-add input {
    margin-top: 5px;
    width: 200px; }
  .zdconfig2-twitter .zd2-twitter-add .zd2-add-small {
    margin-top: 3px;
    font-size: 10px; }
  .zdconfig2-twitter .zd2-twitter-auth {
    border: 1px solid #fdc2bc;
    background: #fbebea;
    border-radius: 5px;
    padding: 15px;
    width: 400px;
    margin-top: 20px; }
    .zdconfig2-twitter .zd2-twitter-auth .title {
      font-weight: bold;
      color: #d0021b; }
    .zdconfig2-twitter .zd2-twitter-auth .activate {
      font-size: 12px;
      margin-top: 8px;
      color: black; }
    .zdconfig2-twitter .zd2-twitter-auth .zd-table {
      font-size: 12px;
      margin-top: 10px; }
    .zdconfig2-twitter .zd2-twitter-auth .zd-warn {
      margin-top: 10px;
      color: #d0021b;
      font-size: 12px; }
    .zdconfig2-twitter .zd2-twitter-auth .zd-auth-button {
      margin-top: 10px;
      padding-left: 10px;
      padding-right: 10px; }
  .zdconfig2-twitter .zd2-twitter-authed {
    margin-top: 30px; }
    .zdconfig2-twitter .zd2-twitter-authed .authed-title {
      font-weight: bold;
      font-size: 14px; }
    .zdconfig2-twitter .zd2-twitter-authed .authed-msg {
      font-weight: normal;
      font-size: 12px;
      margin-top: 5px; }
  .zdconfig2-twitter .zd2-twitter-list {
    margin-top: 20px; }
    .zdconfig2-twitter .zd2-twitter-list .list div {
      margin-bottom: 10px;
      background: #f8f8f8;
      border-radius: 3px;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 2px;
      paddding-bottom: 2px; }
    .zdconfig2-twitter .zd2-twitter-list .list div div {
      text-align: left;
      display: inline-block; }
    .zdconfig2-twitter .zd2-twitter-list .list .icon {
      font-size: 18px;
      width: 25px;
      cursor: pointer; }
  .zdconfig2-twitter .loading {
    background: white;
    color: #1b3f50; }
.zdconfig2-hours .zd2-hours-msg {
  font-weight: bold;
  font-size: 16px; }
.zdconfig2-hours .zd2-hours-input {
  margin-top: 1em;
  width: 400px;
  resize: none; }
.zdconfig2-welcome .zd2-welcome-msg {
  font-weight: bold !important;
  font-size: 16px; }
.zdconfig2-welcome .zd2-welcome-input {
  margin-top: 1em;
  width: 400px;
  resize: none; }
.zdconfig2-brand .zd2-brand-title {
  font-weight: bold !important;
  font-size: 16px; }
.zdconfig2-brand .zd2-brand-name {
  margin-top: 10px; }
  .zdconfig2-brand .zd2-brand-name input {
    width: 220px; }
.zdconfig2-brand .zd2-brand-logo {
  width: 220px;
  height: 50px;
  background: white;
  text-align: center;
  margin-top: 20px; }
  .zdconfig2-brand .zd2-brand-logo div {
    font-size: 12px;
    padding-top: 5px; }
  .zdconfig2-brand .zd2-brand-logo div div {
    font-size: 10px; }
.zdconfig2-brand .zd2-current-logo {
  margin-top: 20px; }
  .zdconfig2-brand .zd2-current-logo .zd2-current-logo-img {
    width: 220px;
    height: 50px;
    border: 1px solid black;
    text-align: center; }
    .zdconfig2-brand .zd2-current-logo .zd2-current-logo-img img {
      max-width: 220px !important;
      max-height: 50px !important;
      border: none; }
.zdconfig2-agent .zd2-agent-title {
  font-weight: bold !important;
  font-size: 16px; }
.zdconfig2-agent .zd2-agent-option {
  margin-top: 20px; }
.zdconfig2-billing .zd2-bill-title {
  font-size: 16px;
  color: #1b3f50;
  font-weight: bold; }
.zdconfig2-billing .zd2-bill-msg {
  font-size: 14px;
  color: black;
  margin-top: 5px; }
.zdconfig2-billing .zd2-bill-warn {
  border: 1px solid red;
  width: 300px;
  text-align: center;
  padding: 15px;
  font-color: black;
  border: 1px solid #fdc2bc;
  background: #fbebea;
  border-radius: 5px; }
  .zdconfig2-billing .zd2-bill-warn .zd2-bill-warn-title {
    font-size: 16px;
    font-weight: bold;
    color: red; }
  .zdconfig2-billing .zd2-bill-warn .zd2-bill-warn-msg {
    font-size: 12px;
    font-weight: normal;
    color: black;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 20px; }
.zdconfig2-appList .applist-line {
  margin-bottom: 10px; }
  .zdconfig2-appList .applist-line div {
    display: inline-block; }
.zdconfig2-save {
  margin-top: 10px; }
.zd-save-string {
  background: #a9d9b3;
  color: white;
  padding: 6px;
  text-align: center;
  border-radius: 4px;
  width: 100px;
  margin-top: 5px; }
.zd-config-auth {
  margin-top: 10px;
  border: 3px solid red;
  display: inline-block;
  padding: 10px; }
  .zd-config-auth .big {
    font-size: 24px;
    font-style: bold; }
.zdw-body {
  font-size: 16px; }
  .zdw-body .zdw-body-bullet {
    margin-bottom: 30px; }
    .zdw-body .zdw-body-bullet div {
      margin-left: 25px;
      margin-top: 5px;
      font-size: 14px; }
.examples {
  margin-top: 1em;
  font-size: 1em; }
  .examples .heading {
    font-weight: bold; }
  .examples ul {
    padding-top: 0.5em; }
  .examples li {
    font-weight: normal; }
.note {
  padding-top: 0.5em;
  font-size: 0.75em;
  font-weight: bold; }
  .note span {
    color: #E16664; }
.macroname {
  padding-bottom: 0.5em; }
.macrosearch {
  padding: 1em 0;
  max-width: 416px; }
.macrolist {
  padding: 1em 0;
  max-width: 416px; }
  .macrolist .short {
    margin-bottom: 0.5em;
    background: #f4f6f7;
    padding: 0.5em;
    border: 1px solid;
    border-color: #edf0f1 #edf0f1 #d6dddf;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 0 0 #d3dadd;
    -moz-box-shadow: 0 1px 0 0 #d3dadd;
    -webkit-box-shadow: 0 1px 0 0 #d3dadd;
    -khtml-box-shadow: 0 1px 0 0 #d3dadd;
    cursor: pointer; }
    .macrolist .short:hover {
      background: #eef1f3;
      border: 1px solid;
      border-color: #edf0f1 #edf0f1 #d6dddf;
      -webkit-border-radius: 3px;
      box-shadow: 0 1px 0 0 #cdd6d8;
      -moz-box-shadow: 0 1px 0 0 #cdd6d8;
      -webkit-box-shadow: 0 1px 0 0 #cdd6d8;
      -khtml-box-shadow: 0 1px 0 0 #cdd6d8; }
  .macrolist .short-sel {
    background: #eef1f3;
    margin-bottom: 1em;
    display: block;
    padding: 0.5em;
    border: 1px solid;
    border-color: #edf0f1 #edf0f1 #d6dddf;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 0 0 #d3dadd;
    -moz-box-shadow: 0 1px 0 0 #d3dadd;
    -webkit-box-shadow: 0 1px 0 0 #d3dadd;
    -khtml-box-shadow: 0 1px 0 0 #d3dadd; }
.macrotext {
  margin-top: 0.5em; }
.macroedit {
  background: #eef1f3;
  padding: 0.5em 0;
  margin-bottom: 2em; }
  .macroedit .left {
    display: inline-block;
    float: left; }
    .macroedit .left .btn-delete {
      background: inherit;
      color: #e57b79;
      -o-transition: .2s;
      -ms-transition: .2s;
      -moz-transition: .2s;
      -webkit-transition: .2s;
      transition: .2s; }
    .macroedit .left .btn-delete:hover {
      color: #E16664; }
  .macroedit .right {
    float: right;
    display: inline-block;
    color: white; }
.check {
  color: #52B266;
  font-size: 24px; }
.minus {
  color: #F93E3A;
  font-size: 24px; }
.lang {
  display: inline-block;
  border-radius: 3px;
  width: 180px;
  background: white;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px; }
.dash-right .dashboard-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 220px;
  background: #f8f8f8; }
  .dash-right .dashboard-left .dashboard-left-title {
    height: 50px;
    background: #2b4152;
    color: white;
    padding-top: 12px;
    padding-left: 25px;
    font-size: 16px;
    text-align: left; }
  .dash-right .dashboard-left .dashboard-left-options {
    background: #f8f8f8;
    color: #2b4152;
    text-align: left;
    margin-top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 0;
    width: 220px; }
    .dash-right .dashboard-left .dashboard-left-options .dashboard-option {
      border-left: 3px solid #f8f8f8;
      padding-left: 20px;
      font-size: 16px;
      padding-top: 8px;
      cursor: pointer;
      margin-bottom: 20px;
      padding-bottom: 8px; }
      .dash-right .dashboard-left .dashboard-left-options .dashboard-option i {
        font-size: 18px; }
      .dash-right .dashboard-left .dashboard-left-options .dashboard-option span {
        margin-left: 5px; }
.dash-right .dashboard-right {
  position: absolute;
  left: 220px;
  bottom: 0;
  top: 0;
  right: 0;
  background: white; }
  .dash-right .dashboard-right .dashboard-right-title {
    height: 50px;
    background: #3D5362; }
    .dash-right .dashboard-right .dashboard-right-title button {
      float: right;
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 6px;
      margin-right: 10px;
      background: #eef0f0;
      color: #3d5362; }
  .dash-right .dashboard-right .dashboard-right-content {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 60px;
    bottom: 10px;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    overflow-y: scroll !important; }
.dashboard-option-sel {
  background: #edf0f1;
  border-left: 3px solid #2b4152 !important; }
.dashboard-tab .dashboard-tab-title {
  font-weight: bold !important;
  font-size: 16px;
  padding-top: 5px;
  overflow-y: hidden; }
.dashboard-tab .dashboard-tab-section {
  border-top: 1px solid #EFF1F3; }
.dashboard-search-form {
  display: table;
  border-radius: 6px;
  border: 4px solid #ddd;
  background: #eee;
  padding: 25px;
  margin: 15px; }
  .dashboard-search-form .table-row {
    display: table-row; }
  .dashboard-search-form .table-cell {
    display: table-cell;
    padding: 10px; }
  .dashboard-search-form button {
    display: inline-block; }
  .dashboard-search-form input {
    display: inline-block;
    opacity: 0.5f; }
  .dashboard-search-form input::disabled {
    opacity: 0.5f; }
.dashboard-search-results {
  display: table;
  width: 100%;
  border: 1px solid #D5DCDF; }
  .dashboard-search-results .title {
    display: table-row;
    background: #D5DCDF;
    color: #ccc; }
  .dashboard-search-results .trow {
    display: table-row;
    background: white; }
  .dashboard-search-results .cell {
    padding: 4px;
    display: table-cell; }
.dashboard-datepicker {
  background-color: #f0f0f0;
  border: 1px solid #e7eaec;
  border-radius: 3px; }
.dashboard-datepicker-label {
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #5778a0; }
.dashboard-stats-agents {
  display: table;
  width: 100%;
  border-left: 1px solid #D5DCDF;
  border-bottom: 1px solid #D5DCDF;
  margin-bottom: 30px; }
  .dashboard-stats-agents .title {
    display: table-row;
    font-weight: bold;
    font-size: 0.714em;
    color: #1b3f50;
    background: #D5DCDF; }
  .dashboard-stats-agents .trow {
    display: table-row;
    background: white;
    font-weight: normal;
    font-size: 0.929em;
    color: #1b3f50; }
  .dashboard-stats-agents .trow:nth-child(odd) {
    background-color: #EFF1F3; }
  .dashboard-stats-agents .cell {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 8px;
    padding-left: 8px;
    display: table-cell;
    border-right: 1px solid #D5DCDF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .dashboard-stats-agents .title-cell {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 8px;
    padding-left: 8px;
    display: table-cell;
    border-top: 1px solid #D5DCDF;
    border-bottom: 1px solid #D5DCDF; }
.dashboard-stats-queue-graph {
  width: 100%;
  height: 300px;
  font-size: 14px;
  line-height: 1.2em; }
.sname {
  font-size: 12px;
  font-weight: normal;
  color: #5B6977; }
.sstats {
  font-size: 21px;
  font-weight: bold;
  color: #1b3f50; }
.headrow {
  padding-top: 20px;
  padding-bottom: 20px; }
.regrow {
  padding-top: 10px;
  padding-bottom: 10px; }
.searchline {
  display: inline-block; }
.dashboard-interactive-results {
  display: table;
  width: 100%; }
  .dashboard-interactive-results .trow {
    display: table-row;
    background: white; }
  .dashboard-interactive-results .cell {
    padding: 4px;
    display: table-cell; }
.queueDimensions {
  position: absolute;
  top: -55px;
  right: 0px;
  text-align: right;
  z-index: 3205;
  color: white;
  background: gray;
  border: 1px solid yellow; }
.queueHeader {
  position: absolute;
  top: -50px;
  left: 25px;
  right: 0px;
  height: 55px;
  z-index: 3200 !important;
  background: #1b3f50;
  color: white; }
  .queueHeader .queueHeader-icon {
    position: absolute;
    left: 0px;
    width: 25px;
    top: 0px;
    bottom: 0px;
    font-size: 24px;
    padding-top: 10px; }
  .queueHeader .queueHeader-name {
    font-size: 1.571em;
    height: 55px;
    position: absolute;
    right: 100px;
    left: 25px;
    top: 0px;
    bottom: 0px;
    overflow-x: hidden;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 10px; }
  .queueHeader .queueHeader-controls {
    color: #698592;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    bottom: 0px;
    padding-top: 12px;
    font-size: 18px; }
    .queueHeader .queueHeader-controls i {
      margin-right: 0.3em;
      margin-left: 0.3em;
      cursor: pointer; }
    .queueHeader .queueHeader-controls i:hover {
      color: white; }
.queueContent {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: white;
  border-left: 1px solid #d3dadd; }
  .queueContent .queuePausedMsg {
    border: 1px solid #E16664;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 55px;
    height: 40px;
    background: #E16664;
    text-align: center;
    color: white;
    padding: 5px; }
    .queueContent .queuePausedMsg div {
      color: white; }
  .queueContent .queueFilters {
    position: absolute;
    right: 0px;
    width: 200px;
    top: 0px;
    bottom: 0px;
    background: #eef1f3;
    display: hidden !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .queueContent .queueFilters .queueFilters-matches {
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .queueContent .queueFilters .queueFilters-results {
      margin-top: 10px;
      text-align: center;
      font-size: 16px;
      font-weight: bold; }
    .queueContent .queueFilters .queueFilters-entry {
      margin-top: 20px;
      width: 100%; }
      .queueContent .queueFilters .queueFilters-entry .filter-entry-input {
        margin-top: 3px; }
        .queueContent .queueFilters .queueFilters-entry .filter-entry-input input {
          margin-left: 1em;
          width: 170px; }
      .queueContent .queueFilters .queueFilters-entry .queueFilters-age i {
        cursor: pointer;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 2px;
        padding-right: 2px; }
      .queueContent .queueFilters .queueFilters-entry .queueFilters-age .selected {
        background: #1b3f50;
        color: white; }
      .queueContent .queueFilters .queueFilters-entry .queueFilters-age i:hover {
        outline: 1px solid #1b3f50; }
      .queueContent .queueFilters .queueFilters-entry .queueFilters-age span {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 2px;
        padding-right: 2px;
        cursor: pointer;
        font-size: 12px; }
      .queueContent .queueFilters .queueFilters-entry .queueFilters-age span:hover {
        outline: 1px solid #1b3f50; }
    .queueContent .queueFilters .queueFilters-btns {
      margin-top: 30px;
      text-align: center; }
      .queueContent .queueFilters .queueFilters-btns button {
        width: 40%; }
  .queueContent .queueEntries-filter {
    right: 200px !important; }
  .queueContent .queueEntries {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px; }
    .queueContent .queueEntries .q-empty {
      font-size: 24px;
      text-align: center;
      margin-top: 50px; }
    .queueContent .queueEntries .queueControls {
      width: 100%;
      padding-top: 5px;
      padding-left: 0.5em;
      padding-bottom: 5px; }
      .queueContent .queueEntries .queueControls .bucket {
        display: inline-block;
        cursor: pointer;
        font-weight: normal;
        color: #698592;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        margin-left: 10px; }
        .queueContent .queueEntries .queueControls .bucket .bucket-icon {
          font-size: 24px;
          position: relative;
          top: 3px; }
          .queueContent .queueEntries .queueControls .bucket .bucket-icon:hover {
            color: #1b3f50; }
        .queueContent .queueEntries .queueControls .bucket .bucket-label {
          display: inline-block; }
          .queueContent .queueEntries .queueControls .bucket .bucket-label:hover {
            color: #1b3f50; }
        .queueContent .queueEntries .queueControls .bucket .bucket-num {
          display: inline-block;
          padding-left: 10px;
          padding-right: 10px;
          padding-top: 3px;
          padding-bottom: 3px;
          border: 3px solid #e6e6e6;
          border-radius: 15px;
          background: #f5f5f5;
          color: #698592;
          min-width: 25px; }
        .queueContent .queueEntries .queueControls .bucket .bucket-selected {
          border: 3px solid #1b3f50;
          background: #1b3f50;
          color: white;
          font-weight: bold; }
      .queueContent .queueEntries .queueControls .hint-active {
        color: #1b3f50;
        font-weight: normal; }
      .queueContent .queueEntries .queueControls .hint-normal {
        color: #698592;
        font-weight: normal; }
      .queueContent .queueEntries .queueControls .bucket-urgent .bucket-num {
        border: 3px solid #BB3432; }
      .queueContent .queueEntries .queueControls .bucket-filter {
        text-align: right;
        padding-top: 8px;
        padding-bottom: 5px;
        float: right;
        padding-right: 1em;
        width: auto;
        height: 45px;
        max-width: 25%; }
        .queueContent .queueEntries .queueControls .bucket-filter .bucket-label {
          padding-left: 5px;
          position: relative;
          top: 4px; }
      .queueContent .queueEntries .queueControls .bucket-filter-active {
        background: #f7f7f7; }
        .queueContent .queueEntries .queueControls .bucket-filter-active .bucket-label {
          top: 0px; }
.narrow-queue-taken {
  opacity: 0.3 !important; }
.narrow-queue-urgent {
  border: 2px solid #BB3432 !important; }
.narrow-queue-entry {
  background: #f4f6f7;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding: 0.5em;
  border: 1px solid;
  border-color: #edf0f1 #edf0f1 #d6dddf;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 0 0 #d3dadd;
  -moz-box-shadow: 0 1px 0 0 #d3dadd;
  -webkit-box-shadow: 0 1px 0 0 #d3dadd;
  -khtml-box-shadow: 0 1px 0 0 #d3dadd; }
  .narrow-queue-entry .highlightChops {
    color: #de6262 !important; }
  .narrow-queue-entry .narrow-queue-img {
    width: 100%;
    max-width: 40px;
    border-radius: 3px;
    margin-right: 0.5em; }
  .narrow-queue-entry .narrow-queue-initials-avatar {
    font-weight: bold;
    font-size: 20px;
    background: #f6a623;
    color: white;
    width: 40px;
    height: 40px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    margin-right: 0.5em; }
  .narrow-queue-entry .narrow-handle {
    font-weight: bold; }
  .narrow-queue-entry .hero {
    color: #698592;
    margin: 0 0.25em; }
  .narrow-queue-entry .ageDiv .ageDiv-num {
    display: block;
    color: #698592; }
  .narrow-queue-entry .ageDiv .ageDiv-date {
    display: none;
    color: #698592; }
  .narrow-queue-entry .ageDiv:hover .ageDiv-date {
    display: block; }
  .narrow-queue-entry .ageDiv:hover .ageDiv-num {
    display: none; }
  .narrow-queue-entry .narrow-tweet {
    padding: 0.5em;
    margin: 0.5em 0;
    border-radius: 3px;
    background: white;
    width: 100%;
    min-width: 100%;
    cursor: pointer;
    -webkit-border-radius: 3px; }
    .narrow-queue-entry .narrow-tweet .narrow-tweet-more {
      color: #20a4f3; }
  .narrow-queue-entry .tweet-options {
    display: none;
    cursor: pointer;
    color: #698592; }
    .narrow-queue-entry .tweet-options span {
      margin-left: 0.5em;
      margin-right: 0.5em; }
    .narrow-queue-entry .tweet-options span:hover {
      color: #20a4f3; }
.narrow-queue-entry:hover {
  background: #eef1f3;
  border: 1px solid;
  border-color: #edf0f1 #edf0f1 #d6dddf;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 0 0 #cdd6d8;
  -moz-box-shadow: 0 1px 0 0 #cdd6d8;
  -webkit-box-shadow: 0 1px 0 0 #cdd6d8;
  -khtml-box-shadow: 0 1px 0 0 #cdd6d8; }
  .narrow-queue-entry:hover .tweet-options {
    display: block; }
.ua {
  height: 100%; }
.queue {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 55px;
  bottom: 0px;
  z-index: 9990;
  background: white; }
  .queue .q-scroll-paused {
    top: 120px !important; }
    .queue .q-scroll-paused table {
      border-top: 1px solid #f8f8f8; }
  .queue.warningShowing .q-scroller {
    top: 90px; }
  .queue.filterShowing .queueContent {
    right: 200px; }
  .queue .q-scroller {
    position: absolute;
    background: white;
    left: 0px;
    right: 0px;
    top: 53px;
    bottom: 0px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .queue .q-scroller tr:hover {
      background: #f6f7f8; }
      .queue .q-scroller tr:hover .q-options i {
        opacity: 1.0; }
      .queue .q-scroller tr:hover .q-options img {
        opacity: 1.0;
        height: 20px; }
    .queue .q-scroller td {
      vertical-align: top; }
    .queue .q-scroller .q-channel {
      font-size: 20px;
      padding-left: 20px;
      color: #20a4f3;
      cursor: pointer;
      width: 55px; }
    .queue .q-scroller .q-pic img {
      width: 35px;
      height: 35px;
      border-radius: 3px; }
    .queue .q-scroller .q-detail {
      font-size: 14px; }
      .queue .q-scroller .q-detail .q-detail-handle {
        font-weight: bold;
        cursor: pointer; }
      .queue .q-scroller .q-detail .q-return {
        color: #000000;
        padding-right: 5px; }
      .queue .q-scroller .q-detail .q-verified {
        color: #20a4f3;
        padding-right: 5px; }
    .queue .q-scroller .q-preview {
      font-size: 14px;
      line-height: 20px;
      cursor: pointer; }
      .queue .q-scroller .q-preview .q-num {
        color: #20a4f3;
        margin-left: 5px; }
    .queue .q-scroller .q-chops {
      font-weight: bold;
      width: 100px;
      max-width: 100px;
      cursor: pointer; }
    .queue .q-scroller .q-age {
      font-weight: bold;
      color: #353544;
      cursor: pointer; }
    .queue .q-scroller .q-options {
      color: #c3c3c7;
      font-size: 18px;
      padding-right: 10px; }
      .queue .q-scroller .q-options i {
        cursor: pointer;
        opacity: 0;
        color: #50905b; }
      .queue .q-scroller .q-options img {
        opacity: 0;
        height: 20px;
        position: relative;
        top: -2px;
        cursor: pointer; }
  .queue .trophy {
    color: #E16664; }
  .queue .q-ctrl-paused {
    height: 100px !important;
    max-height: 100px !important;
    min-height: 100px !important; }
  .queue .q-controls {
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6dddf;
    height: 70px !important;
    max-height: 70px !important;
    min-height: 70px !important; }
    .queue .q-controls .q-current-filter {
      border: 3px solid #89929a;
      background: #1b3f50 !important;
      color: white !important;
      font-weight: bold !important; }
      .queue .q-controls .q-current-filter input {
        color: white !important;
        background: #1b3f50 !important;
        font-weight: normal !important; }
    .queue .q-controls .q-total {
      display: inline-block;
      padding-right: 15px;
      border-right: 1px solid #e6e6e6;
      cursor: pointer; }
      .queue .q-controls .q-total i {
        font-size: 24px;
        position: relative;
        top: 3px; }
      .queue .q-controls .q-total .q-total-num {
        margin-left: 5px;
        font-size: 14px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        border-radius: 15px;
        background: #f5f5f5;
        color: #5f6973;
        border: 3px solid #e6e6e6;
        text-align: center; }
    .queue .q-controls .q-urgent-nonzero .q-urgent-num {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 3px;
      padding-bottom: 3px;
      border: 3px solid #e6e6e6;
      border-radius: 15px;
      background: #f5f5f5;
      color: #5f6973;
      min-width: 25px; }
    .queue .q-controls .q-urgent {
      display: inline-block;
      margin-left: 10px;
      cursor: pointer; }
      .queue .q-controls .q-urgent .q-urgent-label {
        display: inline-block;
        margin-right: 5px;
        color: #5f6973; }
      .queue .q-controls .q-urgent .q-urgent-num {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        border: 3px solid #e6e6e6;
        border-radius: 15px;
        background: #f5f5f5;
        color: #5f6973;
        min-width: 25px; }
    .queue .q-controls .q-search {
      display: inline-block;
      margin-left: 20px;
      text-align: left;
      border: 3px solid #e6e6e6;
      border-radius: 15px;
      background: inherit;
      color: #5f6973;
      padding-top: 3px;
      padding-bottom: 3px;
      padding-left: 3px; }
      .queue .q-controls .q-search form {
        display: inline-block; }
      .queue .q-controls .q-search input {
        width: 85px;
        font-size: 12px;
        border: 0px;
        box-shadow: 0 0 0px;
        margin-right: 5px; }
      .queue .q-controls .q-search input:focus {
        outline: none !important;
        box-shadow: 0 0 0px; }
    .queue .q-controls .q-takeNext {
      display: inline-block; }
      .queue .q-controls .q-takeNext button {
        background: #52b266;
        border-radius: 3px;
        font-size: 14px;
        color: white;
        line-height: 19px;
        margin-left: 20px; }
    .queue .q-controls .q-pause {
      float: right;
      display: inline-block; }
      .queue .q-controls .q-pause button {
        background: #c5615f;
        color: white;
        border-radius: 3px;
        line-height: 19px; }
    .queue .q-controls .q-resume {
      float: right;
      display: inline-block; }
    .queue .q-controls .q-service-paused {
      background: #c5615f;
      color: white;
      padding-top: 10px;
      text-align: center;
      padding-bottom: 10px;
      margin-top: 20px;
      text-align: center;
      border-radius: 0px 0px 5px 5px;
      font-size: 16px; }
      .queue .q-controls .q-service-paused u {
        cursor: pointer; }
  .queue td {
    border-bottom: 1px solid #ededed;
    padding: 10px; }
  .queue .taken {
    background-color: #eeeeee;
    font-style: italic;
    color: #999; }
  .queue .urgentStyle {
    background: #fff1e7; }
@media only screen and (max-width: 320px) {
  .inspector-time {
    display: none !important; }
  .inspector-footer button {
    text-align: center;
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    width: 70px !important;
    max-width: 70px !important;
    min-width: 70px !important;
    font-size: 10px !important; } }
.sweet-alert-border {
  border: 1px solid black !important; }
.queue-narrow {
  border: 3px solid blue; }
  .queue-narrow .q-controls-buckets {
    width: 100% !important; }
  .queue-narrow .q-controls-filters {
    float: none !important;
    width: 100% !important; }
.q-controls-buckets {
  border: 1px solid red;
  display: inline-block;
  float: left; }
.q-controls-filters {
  border: 1px solid red;
  display: inline-block;
  float: right; }
#inspectorModal .modal-body {
  padding-right: 0px;
  padding-top: 5px; }
.scroller-entry {
  max-width: 570px; }
.inspector-urgent {
  background: #fff1e7 !important; }
.inspector-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #f4f6f7;
  border-bottom: 1px solid #d3dadd;
  padding: 1em; }
  .inspector-header .inspector-avatar {
    display: inline-block; }
    .inspector-header .inspector-avatar img {
      border-radius: 3px; }
  .inspector-header .inspector-avatar-initials {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background: #f6a623;
    display: table; }
  .inspector-header .inspector-avatar-initials-inner {
    font-weight: bold;
    font-size: 20px;
    color: white;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }
  .inspector-header .inspector-detail {
    display: inline-block;
    vertical-align: top;
    padding-left: .5em; }
    .inspector-header .inspector-detail .top-line div {
      display: inline-block; }
    .inspector-header .inspector-detail .top-line .top-line-username {
      font-weight: bold;
      cursor: pointer; }
    .inspector-header .inspector-detail .top-line .top-line-check {
      color: #20a4f3;
      margin-left: 10px; }
    .inspector-header .inspector-detail .top-line .top-line-followers {
      color: #696b74;
      margin-left: 10px; }
    .inspector-header .inspector-detail .bottom-line {
      font-size: 12px; }
      .inspector-header .inspector-detail .bottom-line div {
        display: inline-block;
        padding-right: 7px;
        padding-bottom: 4px;
        border-radius: 3px;
        font-weight: bold; }
      .inspector-header .inspector-detail .bottom-line .inspector-follower {
        color: #20a4f3; }
      .inspector-header .inspector-detail .bottom-line .inspector-following {
        color: #20a4f3; }
  .inspector-header .inspector-chops {
    font-size: 12px;
    margin-top: 5px; }
  .inspector-header .inspector-time {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    margin-right: 1em;
    float: right; }
  .inspector-header .inspector-close {
    display: inline-block; }
.inspector-scroller {
  overflow-y: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  max-height: 250px;
  height: 250px;
  min-height: 250px; }
  .inspector-scroller .is-detail {
    padding-left: 0px;
    margin-top: 0.5em;
    border-bottom: 1px solid #f4f6f7; }
    .inspector-scroller .is-detail .is-detail-top .is-detail-handle {
      font-weight: bold; }
    .inspector-scroller .is-detail .is-detail-top .is-detail-time {
      font-weight: bold;
      font-size: 12px; }
  .inspector-scroller .inspector-scroll-tweet {
    font-size: 14px;
    padding-bottom: 1em; }
.modal-footer {
  padding: 1em;
  background: #f4f6f7;
  border-top: 1px solid #d3dadd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
.inspector-footer {
  background: #f4f6f7;
  padding: 1em; }
  .inspector-footer button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px; }
  .inspector-footer .left-buttons {
    display: inline-block;
    float: left;
    color: #5B6977; }
    .inspector-footer .left-buttons .btn-empty {
      background: inherit;
      border: 2px solid #dfe4e6;
      border-radius: 3px;
      -o-transition: .2s;
      -ms-transition: .2s;
      -moz-transition: .2s;
      -webkit-transition: .2s;
      transition: .2s; }
    .inspector-footer .left-buttons .btn-empty:hover {
      border: 2px solid #9da9b4;
      color: #5B6977; }
  .inspector-footer .right-buttons {
    float: right;
    display: inline-block;
    color: white; }
    .inspector-footer .right-buttons .btn-skip {
      background: #1b3f50;
      color: white; }
    .inspector-footer .right-buttons .btn-skip:hover {
      background: #4e5a61; }
    .inspector-footer .right-buttons .btn-skip:active {
      background: #3e474d; }
    .inspector-footer .right-buttons .btn-respond {
      background: #52b266;
      color: white; }
    .inspector-footer .right-buttons .btn-respond:hover {
      background: #56ba6b; }
    .inspector-footer .right-buttons .btn-respond:active {
      background: #4ca65e; }
.q-modal-body {
  font-size: 16px; }
  .q-modal-body .q-body-bullet {
    margin-bottom: 30px; }
    .q-modal-body .q-body-bullet div {
      margin-left: 25px;
      margin-top: 5px;
      font-size: 14px; }
.highlightKeyword {
  background: yellow; }
.underlineKeyword {
  font-style: italic; }
.orgSettings {
  background: #EFF1F3;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: center; }
  .orgSettings .left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 220px;
    background: #EFF1F3; }
    .orgSettings .left .left-title {
      height: 50px;
      background: #2b4152;
      color: white;
      padding-top: 12px;
      padding-left: 25px;
      font-size: 16px;
      text-align: left; }
    .orgSettings .left .left-options {
      background: #f8f8f8;
      color: #2b4152;
      text-align: left;
      margin-top: 10px;
      overflow-y: auto;
      overflow-x: hidden;
      position: absolute;
      left: 0;
      top: 50px;
      bottom: 0;
      width: 220px; }
      .orgSettings .left .left-options .option {
        border-left: 3px solid #f8f8f8;
        padding-left: 20px;
        font-size: 16px;
        padding-top: 8px;
        cursor: pointer;
        margin-bottom: 20px;
        padding-bottom: 8px; }
        .orgSettings .left .left-options .option i {
          font-size: 18px; }
        .orgSettings .left .left-options .option span {
          margin-left: 5px; }
  .orgSettings .right {
    position: absolute;
    left: 220px;
    bottom: 0;
    top: 0;
    right: 0; }
    .orgSettings .right .right-title {
      height: 50px;
      background: #3D5362; }
      .orgSettings .right .right-title button {
        float: right;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 6px;
        margin-right: 10px;
        background: #eef0f0;
        color: #3d5362; }
    .orgSettings .right .dashboard-right-content {
      position: absolute;
      left: 10px;
      right: 10px;
      top: 60px;
      bottom: 10px;
      text-align: left;
      font-size: 14px;
      font-style: normal;
      overflow-y: scroll !important; }
  .orgSettings .selected {
    background: #edf0f1;
    border-left: 3px solid #2b4152 !important; }
.orgSetting-selected {
  background: #1b3f50;
  color: white; }
.orgSetting-button {
  border: 1px solid white; }
.orgSetting-button:hover {
  border: 1px solid #1b3f50; }
.orgConfig {
  z-index: 9999;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: white; }
  .orgConfig .org-header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 55px;
    background: #1b3f50;
    color: white;
    padding-top: 10px;
    font-size: 20px;
    padding-left: 20px; }
    .orgConfig .org-header i {
      padding-top: 2px; }
    .orgConfig .org-header label {
      padding-top: 2px;
      cursor: pointer; }
  .orgConfig .org-left {
    position: fixed;
    left: -220px;
    width: 220px;
    bottom: 0px;
    top: 55px;
    border-right: 1px solid #D5DCDF;
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 10px;
    background: #EFF1F3;
    overflow: auto;
    height: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    -webkit-transition: .2s;
    transition: .2s; }
    .orgConfig .org-left .menuEntry {
      font-size: 14px;
      cursor: pointer;
      border-radius: 4px;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-left: 5px;
      padding-right: 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .orgConfig .org-left .menuEntry span {
        margin-left: 8px; }
      .orgConfig .org-left .menuEntry i {
        color: #587787;
        padding-left: 5px; }
      .orgConfig .org-left .menuEntry:hover {
        background: #D5DCDF; }
    .orgConfig .org-left .menuEntry-selected {
      background: #1b3f50;
      color: #fff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .orgConfig .org-left .menuEntry-selected i {
        color: white !important;
        padding-left: 5px; }
    .orgConfig .org-left .menuEntry-selected:hover {
      background: #1b3f50 !important; }
    .orgConfig .org-left .menuSub-selected {
      background: #1b3f50;
      color: white !important; }
    .orgConfig .org-left .menuEntrySubList {
      margin-left: 16px; }
      .orgConfig .org-left .menuEntrySubList .menuEntrySubItem {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 3px;
        border-left: 3px solid #D5DCDF;
        cursor: pointer;
        color: #5B6977;
        border-radius: 0px; }
        .orgConfig .org-left .menuEntrySubList .menuEntrySubItem i {
          padding-left: 10px; }
        .orgConfig .org-left .menuEntrySubList .menuEntrySubItem span {
          margin-left: 5px; }
        .orgConfig .org-left .menuEntrySubList .menuEntrySubItem .link-btn {
          border-left: 0 !important;
          color: #51B265; }
      .orgConfig .org-left .menuEntrySubList .subItemAction {
        color: #BFC8CA;
        padding-left: 0 !important; }
        .orgConfig .org-left .menuEntrySubList .subItemAction:hover {
          color: #587787; }
      .orgConfig .org-left .menuEntrySubList .link-btn {
        padding-top: 10px;
        padding-bottom: 10px;
        cursor: pointer;
        border-radius: 0px;
        border-left: 0 !important;
        color: #63ba75;
        font-weight: bold; }
        .orgConfig .org-left .menuEntrySubList .link-btn:hover {
          color: #51B265; }
      .orgConfig .org-left .menuEntrySubList .menuEntrySubItem:hover {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 3px;
        border-left: 3px solid #587787;
        cursor: pointer;
        color: #1b3f50;
        border-radius: 0px; }
        .orgConfig .org-left .menuEntrySubList .menuEntrySubItem:hover .subItemAction {
          color: #587787; }
      .orgConfig .org-left .menuEntrySubList .menuEntrySubItem-active {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 3px;
        border-left: 3px solid #1b3f50;
        cursor: pointer;
        color: #1b3f50;
        border-radius: 0px; }
      .orgConfig .org-left .menuEntrySubList .menuEntrySubItem-active:hover {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 3px;
        border-left: 3px solid #1b3f50 !important;
        cursor: pointer;
        color: #1b3f50 !important;
        border-radius: 0px; }
  .orgConfig .org-right {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 55px;
    bottom: 0px;
    padding: 20px 20px 0px 20px;
    overflow-y: auto;
    -webkit-transition: .2s;
    transition: .2s; }
.pane-item {
  margin-bottom: 15px; }
  .pane-item .pane-item-label {
    font-weight: bold;
    margin-bottom: 8px; }
  .pane-item .pane-item-sublabel {
    font-size: 12px;
    color: #587787;
    margin-bottom: 10px; }
  .pane-item .pane-item-textarea {
    width: 500px; }
    .pane-item .pane-item-textarea textarea {
      width: 100%; }
  .pane-item .pane-item-table {
    border-collapse: collapse; }
    .pane-item .pane-item-table th {
      background: #D5DCDF;
      text-align: left;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 8px;
      padding-bottom: 8px;
      border: 1px solid #D5DCDF; }
    .pane-item .pane-item-table td {
      text-align: left;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 10px;
      padding-bottom: 10px;
      border: 1px solid #D5DCDF; }
  .pane-item .pane-item-code {
    background: #EFF1F3;
    border: 1px solid #D5DCDF;
    border-radius: 3px;
    font-family: fixed;
    padding: 15px;
    width: 450px;
    overflow: auto;
    white-space: pre;
    -ms-word-break: break-all;
    
    word-break: break-all;
    
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .pane-item .pane-item-examples {
    margin-top: 16px;
    margin-bottom: 16px; }
    .pane-item .pane-item-examples .example-note {
      font-size: 12px; }
      .pane-item .pane-item-examples .example-note span {
        color: #E16664;
        font-weight: bold; }
  .pane-item .pane-item-warning {
    color: #E16664;
    margin: 10px 0; }
  .pane-item .pane-item-logo {
    height: 50px;
    width: 220px;
    background: #e7e7e7;
    color: gray;
    text-align: center;
    padding-top: 20px; }
.markdown {
  font-size: 12px;
  margin-top: 5px; }
  .markdown span {
    text-decoration: none; }
    .markdown span:hover {
      text-decoration: underline; }
.pane-divider {
  border-top: 1px solid #EFF1F3;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }
.userAdmin {
  color: #51B265; }
.userNotAdmin {
  color: #E16664; }
.editpane {
  position: absolute;
  bottom: 0;
  left: -220px;
  right: 0;
  height: 54px;
  padding-top: 10px;
  background: #f5f6f7;
  border-top: 1px solid #D5DCDF;
  z-index: 7000;
  -webkit-transition: .2s;
  transition: .2s; }
.trashHidden .trash {
  display: none;
  cursor: pointer; }
.trashHidden:hover .trash {
  display: inline-block; }
.createqueue {
  position: fixed;
  width: 220px;
  border-right: 1px solid #D5DCDF; }
.groupLeft {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  padding: 20px; }
  .groupLeft .groupList {
    width: 100%;
    height: 90%;
    overflow-y: auto;
    border: 1px solid #dddddd;
    margin-bottom: 10px; }
    .groupLeft .groupList .menuItem {
      padding: 10px;
      cursor: pointer; }
    .groupLeft .groupList .menuItem:hover {
      background: #f9fbfd; }
    .groupLeft .groupList .selected {
      background: #eff1f3 !important; }
.groupRight {
  position: absolute;
  left: 300px;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px 20px 20px 0px; }
  .groupRight .content {
    padding: 20px; }
  .groupRight .scroller {
    height: 90%;
    width: 400px;
    overflow-y: auto;
    margin-bottom: 10px; }
  .groupRight .member {
    padding: 5px; }
  .groupRight .member:nth-child(odd) {
    background: #f5f5f5; }
  .groupRight label {
    font-weight: 400;
    font-size: smaller; }
  .groupRight .title {
    font-weight: 700; }
  .groupRight .checkboxes {
    padding: 10px;
    padding-bottom: 20px; }
.orgGroupPane {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 150px;
  border-right: 1px solid #1b3f50;
  border-left: 1px solid #1b3f50;
  overflow-y: scroll; }
.orgPermPane {
  position: absolute;
  left: 400px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  padding: 10px;
  overflow-y: scroll; }
.orgMemberPane {
  position: absolute;
  left: 150px;
  top: 0px;
  bottom: 0px;
  width: 250px;
  padding: 10px;
  overflow-y: scroll;
  border-right: 1px solid #1b3f50; }
.orgPaneHeader {
  background: #e7e7e7;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #1b3f50;
  padding: 5px; }
  .orgPaneHeader button {
    font-size: 10px; }
.orgPaneList {
  position: absolute;
  top: 40px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 5px;
  overflow-y: scroll; }
  .orgPaneList .title {
    font-size: 16px;
    font-weight: bold; }
.orgPaneMember {
  padding: 5px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  background: #fafafa;
  margin-bottom: 10px; }
  .orgPaneMember .memberName {
    font-size: 14px;
    font-weight: bold; }
  .orgPaneMember .memberEmail {
    font-size: 10px;
    font-weight: normal; }
  .orgPaneMember .memberDelete, .orgPaneMember .boot {
    display: none !important;
    cursor: pointer;
    float: right; }
.orgPaneMember:hover .memberDelete {
  display: block !important; }
.orgPaneGroup {
  padding: 5px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  background: #fafafa !important;
  margin-bottom: 10px; }
  .orgPaneGroup .groupName {
    font-size: 14px;
    font-weight: bold; }
  .orgPaneGroup .groupCount {
    font-size: 10px;
    font-weight: normal; }
.y-scroll {
  overflow-y: auto; }
.orgGroupSelected {
  background: #1b3f50 !important;
  color: white; }
.groupsPane {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .groupsPane .members {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    padding: 15px;
    overflow-x: hidden; }
    .groupsPane .members .head .head-button {
      float: right;
      position: absolute;
      right: 16px;
      top: 12px;
      margin-bottom: 10px; }
    .groupsPane .members .head .name {
      font-size: 1.143em;
      font-weight: bold; }
    .groupsPane .members .empty {
      background: #d7eddc;
      border: 1px #98d1a4;
      margin-top: 20px;
      padding: 15px;
      border-radius: 3px;
      color: #387f47; }
      .groupsPane .members .empty .link {
        text-decoration: none;
        font-weight: bold;
        color: #387f47;
        cursor: pointer; }
        .groupsPane .members .empty .link:hover {
          text-decoration: underline; }
    .groupsPane .members .membertile {
      background: white;
      border: 1px solid #D5DCDF;
      border-top: none;
      position: relative;
      padding: 8px 16px 8px 8px;
      margin: 0;
      cursor: pointer; }
      .groupsPane .members .membertile:nth-child(1) {
        border-top: 1px solid #D5DCDF; }
      .groupsPane .members .membertile:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .groupsPane .members .membertile:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; }
      .groupsPane .members .membertile:hover {
        background: #eef1f3; }
        .groupsPane .members .membertile:hover img {
          opacity: 1 !important; }
        .groupsPane .members .membertile:hover .boot {
          display: block !important; }
        .groupsPane .members .membertile:hover .action {
          opacity: 1; }
      .groupsPane .members .membertile .avatar {
        background: #eef1f3;
        float: left;
        width: 40px;
        height: 40px;
        margin-right: 8px;
        border-radius: 3px; }
        .groupsPane .members .membertile .avatar img {
          border-radius: 3px;
          opacity: 0.7;
          -webkit-transition: .1s;
          transition: .1s;
          max-width: 100%;
          max-height: 100%; }
      .groupsPane .members .membertile .details {
        margin-right: 2em; }
        .groupsPane .members .membertile .details .memberName {
          font-size: 1em;
          font-weight: bold;
          color: #1b3f50;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          min-width: 0; }
        .groupsPane .members .membertile .details .memberEmail {
          font-size: 1em;
          font-weight: normal;
          color: #587787;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          min-width: 0; }
      .groupsPane .members .membertile .action {
        position: absolute;
        right: 0;
        top: 0;
        margin: 1em 1em 0 0;
        padding: 5px;
        opacity: 0;
        cursor: pointer;
        color: #BFC8CA;
        font-size: 0.929em; }
        .groupsPane .members .membertile .action:hover {
          color: #E16664; }
    .groupsPane .members .invitemembers {
      margin-bottom: 20px; }
      .groupsPane .members .invitemembers .buttons {
        padding-top: 20px; }
  .groupsPane .permission {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    padding: 15px;
    overflow-x: hidden;
    background: #EFF1F3;
    border: 1px solid #D5DCDF; }
    .groupsPane .permission .head {
      height: 45px;
      padding-bottom: 15px; }
      .groupsPane .permission .head .name {
        font-size: 1.143em;
        font-weight: bold;
        padding-top: 8px; }
    .groupsPane .permission .title {
      font-size: 1em;
      font-weight: bold;
      color: #315667;
      padding-top: 10px; }
    .groupsPane .permission .checkbox {
      padding-left: 10px; }
    .groupsPane .permission .number {
      margin-left: 5px; }
    .groupsPane .permission .number-disabled {
      opacity: 0.5; }
    .groupsPane .permission .viewPermissions .rwd-table {
      margin: 1em 0;
      min-width: 100%; }
      .groupsPane .permission .viewPermissions .rwd-table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd; }
      .groupsPane .permission .viewPermissions .rwd-table th {
        display: none; }
      .groupsPane .permission .viewPermissions .rwd-table td {
        display: block; }
        .groupsPane .permission .viewPermissions .rwd-table td:first-child {
          padding-top: .5em;
          font-weight: bold;
          font-size: 1em; }
        .groupsPane .permission .viewPermissions .rwd-table td:first-child:before {
          display: none; }
        .groupsPane .permission .viewPermissions .rwd-table td:last-child {
          padding-bottom: .5em; }
        .groupsPane .permission .viewPermissions .rwd-table td:before {
          content: attr(data-th) ": ";
          font-size: 0.929em;
          width: 90%;
          display: inline-block; }
          @media (min-width: 900px) {
            .groupsPane .permission .viewPermissions .rwd-table td:before {
              display: none; } }
      .groupsPane .permission .viewPermissions .rwd-table th, .groupsPane .permission .viewPermissions .rwd-table td {
        text-align: left; }
        @media (min-width: 900px) {
          .groupsPane .permission .viewPermissions .rwd-table th, .groupsPane .permission .viewPermissions .rwd-table td {
            display: table-cell;
            padding: .25em .5em; }
            .groupsPane .permission .viewPermissions .rwd-table th:first-child, .groupsPane .permission .viewPermissions .rwd-table td:first-child {
              padding-left: 0; }
            .groupsPane .permission .viewPermissions .rwd-table th:last-child, .groupsPane .permission .viewPermissions .rwd-table td:last-child {
              padding-right: 0; } }
      .groupsPane .permission .viewPermissions .rwd-table th {
        font-size: 0.857em; }
    .groupsPane .permission .viewPermissions .rwd-table {
      background: white;
      color: #1b3f50;
      border-radius: .2em;
      overflow: hidden; }
      .groupsPane .permission .viewPermissions .rwd-table tr {
        border-color: #eef1f3; }
      .groupsPane .permission .viewPermissions .rwd-table th, .groupsPane .permission .viewPermissions .rwd-table td {
        margin: .5em 1em; }
        @media (min-width: 900px) {
          .groupsPane .permission .viewPermissions .rwd-table th, .groupsPane .permission .viewPermissions .rwd-table td {
            padding: 1em !important; } }
      .groupsPane .permission .viewPermissions .rwd-table th, .groupsPane .permission .viewPermissions .rwd-table td:before {
        color: #587787; }
.tname {
  font-size: 0.857em;
  font-weight: bold; }
#orglefttoggler {
  display: none; }
  #orglefttoggler:checked + .orgConfig .org-left {
    left: 0px; }
  #orglefttoggler:checked + .orgConfig .editpane {
    left: 0px; }
  #orglefttoggler:checked + .orgConfig .org-right {
    left: 220px; }
.permissionPermsFooter {
  position: fixed;
  bottom: 10px;
  display: inline;
  background: #F5F6F7;
  border-top: 1px solid #D5DCDF;
  border-left: 1px solid #D5DCDF;
  width: 100%;
  margin-bottom: -10px;
  padding-bottom: 10px;
  margin-left: -16px;
  padding-left: 16px;
  padding-top: 10px;
  z-index: 1; }
.channelsPane {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .channelsPane .channels {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    overflow-x: hidden; }
    .channelsPane .channels .head .head-button {
      float: right;
      position: absolute;
      right: 16px;
      top: 12px;
      margin-bottom: 10px; }
    .channelsPane .channels .head .name {
      font-size: 1.143em;
      font-weight: bold; }
.webchannel-row {
  background: white; }
.webchannel-row:hover {
  background: #f3f3f3 !important; }
.section {
  padding: 15px; }
.newUser {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #f7f7f7;
  text-align: center;
  color: #1b3f50;
  overflow-y: scroll;
  z-index: 9990;
  padding-bottom: 50px; }
  .newUser .welcomeMsg {
    margin-top: 50px;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px; }
    .newUser .welcomeMsg img {
      height: 60px; }
  .newUser .chatboxType {
    width: 30%;
    min-width: 250px;
    display: inline-block;
    vertical-align: top;
    background: #EFF1F3;
    padding: 10px;
    height: 260px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 0 0 #d3dadd;
    -moz-box-shadow: 0 2px 0 0 #d3dadd;
    -webkit-box-shadow: 0 2px 0 0 #d3dadd;
    -khtml-box-shadow: 0 2px 0 0 #d3dadd; }
    .newUser .chatboxType:hover {
      background: #ebedf0; }
    .newUser .chatboxType .typeLabel {
      font-weight: bold;
      font-size: 18px;
      color: #1b3f50; }
    .newUser .chatboxType .typeDesc {
      font-size: 14px;
      margin-top: 5px;
      min-height: 50px;
      color: #5B6977; }
    .newUser .chatboxType .typeButtons {
      margin-top: 50px; }
.starticon {
  font-size: 36px;
  padding: 10px 0;
  color: #587787; }
@keyframes vex-fadein {
  
  0% {
    opacity: 0; }
  
  100% {
    opacity: 1; } }
@-webkit-keyframes vex-fadein {
  
  0% {
    opacity: 0; }
  
  100% {
    opacity: 1; } }
@-moz-keyframes vex-fadein {
  
  0% {
    opacity: 0; }
  
  100% {
    opacity: 1; } }
@-ms-keyframes vex-fadein {
  
  0% {
    opacity: 0; }
  
  100% {
    opacity: 1; } }
@-o-keyframes vex-fadein {
  
  0% {
    opacity: 0; }
  
  100% {
    opacity: 1; } }
@keyframes vex-fadeout {
  
  0% {
    opacity: 1; }
  
  100% {
    opacity: 0; } }
@-webkit-keyframes vex-fadeout {
  
  0% {
    opacity: 1; }
  
  100% {
    opacity: 0; } }
@-moz-keyframes vex-fadeout {
  
  0% {
    opacity: 1; }
  
  100% {
    opacity: 0; } }
@-ms-keyframes vex-fadeout {
  
  0% {
    opacity: 1; }
  
  100% {
    opacity: 0; } }
@-o-keyframes vex-fadeout {
  
  0% {
    opacity: 1; }
  
  100% {
    opacity: 0; } }
@keyframes vex-rotation {
  
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }
@-webkit-keyframes vex-rotation {
  
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }
@-moz-keyframes vex-rotation {
  
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }
@-ms-keyframes vex-rotation {
  
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }
@-o-keyframes vex-rotation {
  
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }
.vex, .vex *, .vex *:before, .vex *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.vex-overlay {
  background: black;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
.vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.vex.vex-closing .vex-overlay {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden; }
.vex-content {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: white; }
.vex.vex-closing .vex-content {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden; }
.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7"; }
.vex-dialog-form {
  margin: 0; }
.vex-dialog-button {
  -webkit-appearance: none;
  cursor: pointer; }
.vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  -moz-animation: vex-rotation 0.7s linear infinite;
  -ms-animation: vex-rotation 0.7s linear infinite;
  -o-animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 10001;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: white; }
body.vex-open {
  overflow: hidden; }
@keyframes vex-flyin {
  
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
@-webkit-keyframes vex-flyin {
  
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
@-moz-keyframes vex-flyin {
  
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
@-ms-keyframes vex-flyin {
  
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
@-o-keyframes vex-flyin {
  
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }
@keyframes vex-flyout {
  
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }
@-webkit-keyframes vex-flyout {
  
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }
@-moz-keyframes vex-flyout {
  
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }
@-ms-keyframes vex-flyout {
  
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }
@-o-keyframes vex-flyout {
  
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }
@keyframes vex-pulse {
  
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }
@-webkit-keyframes vex-pulse {
  
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }
@-moz-keyframes vex-pulse {
  
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }
@-ms-keyframes vex-pulse {
  
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }
@-o-keyframes vex-pulse {
  
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }
.vex.vex-theme-os {
  padding-top: 160px;
  padding-bottom: 160px; }
.vex.vex-theme-os.vex-closing .vex-content {
  animation: vex-flyout 0.2s;
  -webkit-animation: vex-flyout 0.2s;
  -moz-animation: vex-flyout 0.2s;
  -ms-animation: vex-flyout 0.2s;
  -o-animation: vex-flyout 0.2s;
  -webkit-backface-visibility: hidden; }
.vex.vex-theme-os .vex-content {
  animation: vex-flyin 0.2s;
  -webkit-animation: vex-flyin 0.2s;
  -moz-animation: vex-flyin 0.2s;
  -ms-animation: vex-flyin 0.2s;
  -o-animation: vex-flyin 0.2s;
  -webkit-backface-visibility: hidden; }
.vex.vex-theme-os .vex-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px #a6a6a6, 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px #a6a6a6, 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px #a6a6a6, 0 0 0 1px rgba(0, 0, 0, 0.08);
  background: #e0e0e0;
  color: #444444;
  padding: 1em;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  line-height: 1.5em; }
.vex.vex-theme-os .vex-content h1, .vex.vex-theme-os .vex-content h2, .vex.vex-theme-os .vex-content h3, .vex.vex-theme-os .vex-content h4, .vex.vex-theme-os .vex-content h5, .vex.vex-theme-os .vex-content h6, .vex.vex-theme-os .vex-content p, .vex.vex-theme-os .vex-content ul, .vex.vex-theme-os .vex-content li {
  color: inherit; }
.vex.vex-theme-os .vex-close {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }
.vex.vex-theme-os .vex-close:before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  content: "\00D7";
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbbbbb;
  background: transparent; }
.vex.vex-theme-os .vex-close:hover:before, .vex.vex-theme-os .vex-close:active:before {
  color: #777777;
  background: #e0e0e0; }
.vex.vex-theme-os .vex-dialog-form .vex-dialog-message {
  margin-bottom: 0.5em; }
.vex.vex-theme-os .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1em; }
.vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="week"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: white;
  width: 100%;
  padding: 0.25em 0.67em;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 0.25em; }
.vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
  -webkit-box-shadow: inset 0 0 0 1px #3288e6;
  -moz-box-shadow: inset 0 0 0 1px #3288e6;
  box-shadow: inset 0 0 0 1px #3288e6;
  outline: none; }
.vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1; }
.vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both; }
.vex.vex-theme-os .vex-dialog-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  float: right;
  margin: 0 0 0 0.5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.75em 2em; }
.vex.vex-theme-os .vex-dialog-button.vex-last {
  margin-left: 0; }
.vex.vex-theme-os .vex-dialog-button:focus {
  animation: vex-pulse 1.1s infinite;
  -webkit-animation: vex-pulse 1.1s infinite;
  -moz-animation: vex-pulse 1.1s infinite;
  -ms-animation: vex-pulse 1.1s infinite;
  -o-animation: vex-pulse 1.1s infinite;
  -webkit-backface-visibility: hidden;
  outline: none; }
@media (max-width: 568px) {
  
  .vex.vex-theme-os .vex-dialog-button:focus {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    -webkit-backface-visibility: hidden; } }
.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-primary {
  background: #3288e6;
  color: white; }
.vex.vex-theme-os .vex-dialog-button.vex-dialog-button-secondary {
  background: #d0d0d0;
  color: #666; }
.vex-loading-spinner.vex-theme-os {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  width: 0;
  height: 0;
  border: 1.2em solid #bbbbbb;
  border-top-color: #f0f0f0;
  border-bottom-color: #f0f0f0; }
.urgentMsg {
  border: 3px solid #ff857d !important;
  color: #ff857d !important;
  font-weight: bold; }
.warningMsg {
  border: 3px solid yellow !important;
  color: yellow !important; }
.bigMsg {
  font-size: 24px !important; }
.moneyMsg {
  border: 3px solid #57e01d !important;
  color: #57e01d !important;
  font-weight: bold; }
.emoteMsg {
  font-style: italic !important; }
.codeMsg {
  font-family: monospace; }
.likeStar {
  color: #f1c40f; }
.zeroLikesStar {
  color: lightgray; }
.hideStar .zeroLikesStar {
  color: white; }
.previewHoverShow:hover .previewButton {
  display: block; }
.previewHoverShow .previewButton {
  display: none; }
.hideStar:hover .zeroLikesStar {
  color: lightgray; }
.hideTwitterIcon .twitterIcon {
  color: white; }
.hideTwitterIcon:hover .twitterIcon {
  color: #4099ff; }
.hideTwitterIcon:hover .twitterIcon:hover {
  color: blue; }
.twitterIcon {
  cursor: pointer; }
.messagePresence {
  font-size: 10px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: left;
  padding: 5px 5px 5px 5px;
  background: darkgrey;
  color: white; }
.messageEntry {
  width: 80%;
  margin-bottom: 25px; }
  .messageEntry .messageTrash {
    display: none;
    cursor: pointer;
    margin-right: 15px; }
.whisperTrash:hover {
  color: #E16664; }
.messageNewLike .theirChatBubble {
  background: #f1c40f !important; }
  .messageNewLike .theirChatBubble:before {
    border-left: 20px solid #f1c40f; }
.messageNewLike .myChatBubble {
  background: #f1c40f !important; }
  .messageNewLike .myChatBubble:before {
    border-right: 20px solid #f1c40f; }
.messageEntry:hover .messageTrash {
  display: inline-block; }
.message-left {
  border: 1px solid red; }
.bubble-interior {
  padding: 0px 10px 0px 10px;
  clear: both; }
  .bubble-interior div {
    overflow-wrap: break-word;
    word-wrap: break-word; }
  .bubble-interior .compactTrash {
    display: none !important; }
.bubble-interior:hover .compactTrash {
  display: inline-block !important; }
.theirTweetBubble {
  position: relative;
  padding: 10px 20px;
  background: #4099ff;
  border-radius: 25px;
  color: white;
  max-width: 80%; }
  .theirTweetBubble .interior a {
    color: white;
    text-decoration: underline; }
  .theirTweetBubble .interior a:hover {
    color: cyan; }
  .theirTweetBubble:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -7px;
    height: 20px;
    border-left: 20px solid #4099ff;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px); }
  .theirTweetBubble:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px); }
.myTweetBubble {
  position: relative;
  padding: 10px 20px;
  color: white;
  background: #4099ff;
  border-radius: 25px;
  float: right; }
  .myTweetBubble .interior a {
    color: white;
    text-decoration: underline; }
  .myTweetBubble .interior a:hover {
    color: cyan; }
  .myTweetBubble:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -2px;
    right: -7px;
    height: 20px;
    border-right: 20px solid #4099ff;
    border-bottom-left-radius: 16px 14px;
    -webkit-transform: translate(0, -2px); }
  .myTweetBubble:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -56px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
    -webkit-transform: translate(-30px, -2px); }
.theirSMSBubble {
  position: relative;
  padding: 10px 20px;
  background: #D7F1D9;
  border-radius: 25px;
  color: black;
  max-width: 80%;
  border: 1px solid #bfdbc0; }
  .theirSMSBubble .interior a {
    color: black;
    text-decoration: underline; }
  .theirSMSBubble .interior a:hover {
    color: blue; }
  .theirSMSBubble:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -7px;
    height: 20px;
    border-left: 20px solid #D7F1D9;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px); }
  .theirSMSBubble:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    border-right: 1px solid #bfdbc0; }
.mySMSBubble {
  position: relative;
  padding: 10px 20px;
  color: white;
  background: #4ad015;
  border-radius: 25px;
  float: right; }
  .mySMSBubble .interior a {
    color: white;
    text-decoration: underline; }
  .mySMSBubble .interior a:hover {
    color: blue; }
  .mySMSBubble:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -2px;
    right: -7px;
    height: 20px;
    border-right: 20px solid #4ad015;
    border-bottom-left-radius: 16px 14px;
    -webkit-transform: translate(0, -2px); }
  .mySMSBubble:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -56px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
    -webkit-transform: translate(-30px, -2px); }
.bubble-caption {
  font-size: 11px;
  color: darkgray; }
.myChatBubble {
  position: relative;
  padding: 10px 20px;
  color: white;
  background: #0B93F6;
  border-radius: 25px;
  float: right;
  min-width: 100px;
  max-width: 100%; }
  .myChatBubble .interior a {
    color: white;
    text-decoration: underline; }
  .myChatBubble .interior a:hover {
    color: cyan; }
  .myChatBubble .interior .mention {
    color: cyan !important; }
  .myChatBubble:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -2px;
    right: -7px;
    height: 20px;
    border-right: 20px solid #0B93F6;
    border-bottom-left-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px); }
  .myChatBubble:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -56px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    -ms-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px); }
.theirChatBubble {
  position: relative;
  padding: 10px 20px;
  background: #E5E5EA;
  border-radius: 25px;
  color: black;
  max-width: 70%; }
  .theirChatBubble .interior a {
    color: black;
    text-decoration: underline; }
  .theirChatBubble .interior a:hover {
    color: blue; }
  .theirChatBubble:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -7px;
    height: 20px;
    border-left: 20px solid #E5E5EA;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px); }
  .theirChatBubble:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    left: 18px;
    width: 12px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    -ms-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px); }
.theirEmailBubble {
  position: relative;
  padding: 5px 20px 5px 20px;
  background: #f2e8c4;
  border-radius: 2px 2px 2px 25px;
  color: black;
  max-width: 80%;
  font-family: monospace;
  font-size: 12px; }
  .theirEmailBubble .interior a {
    color: black;
    text-decoration: underline; }
  .theirEmailBubble .interior a:hover {
    color: blue; }
  .theirEmailBubble:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: -7px;
    height: 20px;
    border-left: 20px solid #f2e8c4;
    border-bottom-right-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px); }
  .theirEmailBubble:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -2px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    -ms-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px); }
.myEmailBubble {
  position: relative;
  padding: 5px 20px 5px 20px;
  color: black;
  background: #efc319;
  border-radius: 2px 2px 25px 2px;
  float: right;
  font-family: monospace;
  font-size: 12px; }
  .myEmailBubble .interior a {
    color: black;
    text-decoration: underline; }
  .myEmailBubble .interior a:hover {
    color: blue; }
  .myEmailBubble:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -2px;
    right: -7px;
    height: 20px;
    border-right: 20px solid #efc319;
    border-bottom-left-radius: 16px 14px;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px); }
  .myEmailBubble:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -2px;
    right: -56px;
    width: 26px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px;
    -webkit-transform: translate(-30px, -2px);
    -ms-transform: translate(-30px, -2px);
    transform: translate(-30px, -2px); }
.previewText a:hover {
  text-decoration: underline; }
.previewText a {
  color: white; }
.bubble-preview {
  margin-left: 0 !important;
  padding: 0 !important;
  padding-bottom: 14px !important;
  padding-top: 14px !important; }
  .bubble-preview img {
    box-shadow: none !important;
    max-width: 90%;
    width: 100%;
    height: 100%; }
.msgLooksLikeCode {
  white-space: pre;
  font-family: monospace;
  overflow-x: scroll;
  font-size: 11px;
  overflow-wrap: normal !important; }
