
html,
body,
div,
span {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


.spacer {
  display: block;
  height: 25px;
}
.connected {
  padding: 1%;
}
.fa-2x {
  font-size: 1.5em;
}
.vertical_hr {
      width: 2px;
    display: inline-block;
    background: #bdbdbd;
    height: 16px;
    vertical-align: middle;
    margin: 0px 5px 0px 5px;
}
.app {
  position: relative;
  overflow: hidden;
  top: 19px;
  height: calc(100% - 38px);
  margin: auto;
  padding: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.app-one {
  background-color: #f7f7f7;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2);
}

.side {
  padding: 0;
  margin: 0;
  height: 100%;
}
.side-one {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  display: block;
  top: 0;
}

.side-two {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  top: -100%;
  left: -100%;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;

}


.heading {
  padding: 10px 16px 10px 15px;
  margin: 0;
  height: 60px;
  width: 100%;
  background-color: #eee;
  z-index: 1000;
}

.heading-avatar {
  padding: 0;
  cursor: pointer;

}

.heading-avatar-icon img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.heading-name {
  padding: 0 !important;
  cursor: pointer;
}

.heading-name-meta {
  font-weight: 700;
  font-size: 100%;
  padding: 10px;
  padding-bottom: 0;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  display: block;
}
.heading-online {
  display: none;
  padding: 0 5px;
  font-size: 12px;
  color: #93918f;
}
.heading-compose {
  padding: 0;
}

.heading-compose i {
  text-align: center;
  padding: 5px;
  color: #93918f;
  cursor: pointer;
}

.heading-dot {
  padding: 0;
  margin-left: 10px;
}

.heading-dot i {
  text-align: right;
  padding: 5px;
  color: #93918f;
  cursor: pointer;
}

.searchBox {
  padding: 0 !important;
  margin: 0 !important;
  height: 60px;
  width: 100%;
}

.searchBox-inner {
  height: 100%;
  width: 100%;
  padding: 10px !important;
  background-color: #fbfbfb;
}


/*#searchBox-inner input {
  box-shadow: none;
}*/

.searchBox-inner input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.sideBar {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #f7f7f7;
  height: calc(100% - 60px);
}

.sideBar-body {
  position: relative;
  padding: 10px !important;
  border-bottom: 1px solid #f7f7f7;
  height: 72px;
  margin: 0 !important;
  cursor: pointer;
}

.sideBar-body:hover {
  background-color: #f2f2f2;
}

.sideBar-avatar {
  text-align: center;
  padding: 0 !important;
}

.avatar-icon img {
  border-radius: 50%;
  height: 49px;
  width: 49px;
}

.sideBar-main {
  padding: 0 !important;
}

.sideBar-main .row {
  padding: 0 !important;
  margin: 0 !important;
}

.sideBar-name {
  padding: 5px !important;
}
.messages {
  overflow: initial !important;
}
.name-meta {
  font-size: 100%;
  padding: 1% !important;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  display: block;
  height: 22px;
}
.msg img, .msg video {
  width: 100%;
  height: auto;
}
.loading_progress {
  position: absolute;
    right: 10px;
    top: 0px;
    display: inline-block;
    width: auto;
    height: auto;
    padding-right: 5px;
    color: #a7a7a7;
}
.msg audio {
    width: 100%;
    height: auto;
    min-width: 245px;
    min-height: 60px;
}
.message-forward {
    text-align: right;
    font-size: 9px;
    color: #ec3737;
    float: right;
    display: inline-block;
    width: 50px;
}
.message-sender {
      padding-top: 2px;
    padding-left: 3px;
    float: left;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3884f3;
}
.message-text {
  white-space: normal !important;
}
.toastify {
  width: initial !important;
  height: initial !important;
}
.out {
  color: #ff1b1b;
  font-weight: bold;
}
.sideBar-time {
  padding: 10px !important;
}
.sideBar-unread {
  padding: 8px !important;
}
.message-body {
    margin-bottom: 5px !important;
}
.name-msg {
  font-size: 10px;
  color: #a0a0a0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.time-meta {
  text-align: right;
  font-size: 12px;
  padding: 1% !important;
  color: rgba(0, 0, 0, .4);
  vertical-align: baseline;
  height: 85%;
}
.name-type {
  font-size: 10px;
  text-align: right;
  color: #056cd6;
  vertical-align: baseline;
}
/*New Message*/

.newMessage {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
  position: relative;
  left: -100%;
}
.newMessage-heading {
  padding: 10px 16px 10px 15px !important;
  margin: 0 !important;
  height: 100px;
  width: 100%;
  background-color: #00bfa5;
  z-index: 1001;
}

.newMessage-main {
  padding: 10px 16px 0 15px !important;
  margin: 0 !important;
  height: 60px;
  margin-top: 30px !important;
  width: 100%;
  z-index: 1001;
  color: #fff;
}

.newMessage-title {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 5px !important;
}
.newMessage-back {
  text-align: center;
  vertical-align: baseline;
  padding: 12px 5px !important;
  display: block;
  cursor: pointer;
}
.newMessage-back i {
  margin: auto !important;
}

.composeBox {
  padding: 0 !important;
  margin: 0 !important;
  height: 60px;
  width: 100%;
}

.composeBox-inner {
  height: 100%;
  width: 100%;
  padding: 10px !important;
  background-color: #fbfbfb;
}

.composeBox-inner input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.compose-sideBar {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #f7f7f7;
  height: calc(100% - 160px);
}

/*Conversation*/

.conversation {
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
  /*width: 100%;*/
  border-left: 1px solid rgba(0, 0, 0, .08);
  /*overflow-y: auto;*/
}

.message {
  padding: 0 !important;
  margin: 0 !important;
  background-size: cover;
  overflow-y: auto;
  border: 1px solid #f7f7f7;
  height: calc(100% - 120px);
}
.message-previous {
  margin : 0 !important;
  padding: 0 !important;
  height: auto;
  width: 100%;
}
.previous {
  font-size: 15px;
  text-align: center;
  padding: 10px !important;
  cursor: pointer;
}

.previous a {
  text-decoration: none;
  font-weight: 700;
}

.message-body {
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
  height: auto;
}

.message-main-receiver {
  /*padding: 10px 20px;*/
  max-width: 90%;
}

.message-main-sender {
  padding: 3px 20px !important;
  margin-left: 20% !important;
  max-width: 80%;
}

.message-text {
  margin: 0 !important;
  padding: 5px !important;
  word-wrap:break-word;
  font-weight: 200;
  font-size: 14px;
  padding-bottom: 0 !important;
}

.message-time {
  margin: 0 !important;
  margin-left: 50px !important;
  font-size: 12px;
  text-align: right;
  color: #9a9a9a;

}

.receiver {
  width: auto !important;
  padding: 4px 10px 7px !important;
  border-radius: 10px 10px 10px 0;
  background: #ffffff;
  font-size: 12px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  word-wrap: break-word;
  display: inline-block;
}

.sender {
  float: right;
  width: auto !important;
  background: #dcf8c6;
  border-radius: 10px 10px 0 10px;
  padding: 4px 10px 7px !important;
  font-size: 12px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  display: inline-block;
  word-wrap: break-word;
}


/*Reply*/

.reply {
  height: 60px;
  width: 100%;
  background-color: #f5f1ee;
  padding: 10px 5px 10px 5px !important;
  margin: 0 !important;
  z-index: 1000;
}

.reply-emojis {
  padding: 5px !important;
}

.reply-emojis i {
  text-align: center;
  padding: 5px 5px 5px 5px !important;
  color: #93918f;
  cursor: pointer;
}

.reply-recording {
  padding: 5px !important;
}

.reply-recording i {
  text-align: center;
  padding: 5px !important;
  color: #93918f;
  cursor: pointer;
}

.reply-send {
  padding: 5px !important;
}

.reply-send i {
  text-align: center;
  padding: 5px !important;
  color: #93918f;
  cursor: pointer;
}

.reply-main {
  padding: 2px 5px !important;
}

.reply-main textarea {
  width: 100%;
  resize: none;
  overflow: hidden;
  padding: 5px !important;
  outline: none;
  border: none;
  text-indent: 5px;
  box-shadow: none;
  height: 100%;
  font-size: 16px;
}

.reply-main textarea:focus {
  outline: none;
  border: none;
  text-indent: 5px;
  box-shadow: none;
}

.user {
    width: 40px;
    height: 40px;
    background: #f3c2c2;
    display: inline-block;
    border-radius: 30px;
}
.user span {
    font-size: 15px;
    color: white;
    font-weight: bold;
    width: 40px;
    line-height: 42px;
    padding-left: 6px;
}
.you {
  background: #c9c2f3;
}
.roster {
  width: 50px;
  height: 50px;
}
.roster span {
  font-size: 20px;
      line-height: 51px;
    padding-left: 1px;
}
.color_1 {
  background: #f3c2c2;
}
.color_2 {
  background: #f3a2a2;
}
.color_3 {
  background: #e8bd5a;
}
.color_4 {
  background: #a5c750;
}
.color_5 {
  background: #52c750;
}
.color_6 {
  background: #50c7c7;
}
.color_7 {
  background: #5080c7;
}
.color_8 {
  background: #a450c7;
}
.fore_color_1 {
  color: #f3c2c2;
}
.fore_color_2 {
  color: #f3a2a2;
}
.fore_color_3 {
  color: #e8bd5a;
}
.fore_color_4 {
  color: #a5c750;
}
.fore_color_5 {
  color: #52c750;
}
.fore_color_6 {
  color: #50c7c7;
}
.fore_color_7 {
  color: #5080c7;
}
.fore_color_8 {
  color: #a450c7;
}
.small_user {
    width: 30px;
    height: 30px;
}
.small_user span {
  font-size: 18px;
  line-height: 31px;
}
.small_dialog {
  height: 52px;
}
.dialog.active {
  background: #3884f3;
}
.active .name-meta, .active .name-msg {
  color: white;
}
.dialog .error {
  pointer-events: none;
  border-bottom: 0;
}
.dialog.error {
  pointer-events: none;
}
.loader {
  position: relative;
}
.loader img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.settings {
  height: auto;
  margin: 0;
  background: #eeeeee;
}
.form-check-inline {
  font-weight: normal;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
.colored {
  }
  .helper {
        background: url(https://graphicfort.com/templates/lune/templates/images/hero/hero-017.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .error .connect_error {
    display: block;
  }
  .connect_error {
    position: absolute;
    right: 20px;
    top: 15px;
    width: auto;
    height: auto;
    font-size: 26px;
    z-index: 2;
    color: red;
    display: none;
  }
  .add_helper_button {
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
  }
  .add_new_helper {
    width: 85%;
    margin-right: 6px;
    display: inline-block;
    resize: none;
    overflow: inherit;
  }
  .vertical_move {
    width: 5px;
    height: calc(100% - 38px);
    position: relative;
    top: 19px;
    background: #dedede;
    cursor: e-resize;
    float: left;
    z-index: 3;
  }
  .helper .head {
    height: 32px;
    background: #eeeeee;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }
  .helper {
    text-align: center;
    width: auto;
    height: calc(100% - 38px);
    margin: auto;
    padding: 0;
    position: relative;
    top: 19px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 5px 0 rgba(0, 0, 0, .2);
  }
  .li_viewer {
    text-align: left;
    padding: 10px 8px;
    height: calc(100% - 72px);
    overflow: auto;
    overflow-x: hidden;
  }
  .li_viewer ul {
    list-style: none;
    padding-left: 20px;
  }
  .li_viewer li {
    cursor: pointer;
    color: #0095ff;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #autoreply_table tr th:last-child {
    width: 280px;
  }
  #autoreply_table tr td:active, #autoreply_table tr td:focus {
    background: white;
  }
  .app-two {
    margin-left: 0;
    margin-right: 0;
    height: auto;
  }
  .app {
    width: 80%;
    float: left;
    margin-left: 20px;
  }
  .no_content_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .li_viewer li:hover {
    color: red;
  }
    .app-one {
    height: 70%
  }
  #autoreply_table tr:not(:last-child) #table-add {
    display: none;
  }
  .split_bar {
    height: 5px;
    background: #e0e0e0;
    cursor: ns-resize;
    text-align: center;
    font-size: 6px;
  }

  .wait_send_msg {
    background: #f5f1ee;
    padding: 10px;
    display: none;
  }
  .msgs_counter {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
    color: white;
    background: #f7254c;
    padding: 0px 4px;
    font-size: 10px;
  }
  .msgs_counter:empty {
    display: none;
  }
  .connected {
    position: absolute;
    right: 10px;
    top: 14px;
    width: auto;
    height: auto;
  }
  .con_yes {
    display: none;
  }
