/* fixes an ios bug bear */
button.ion-android-send {
  padding-top: 2px;
}

.message {
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 10px
}

.message-detail {
  white-space: nowrap;
  font-size: 14px;
}

.message-wrapper {
  position: relative;
}

.message-wrapper:last-child {
  margin-bottom: 10px;
}


.chat-bubble {
  border-radius: 5px;
  display: inline-block;
  padding: 10px 18px;
  position: relative;
  margin: 7px !important;
  max-width: 85%;
}

.chat-status {
  display: inline-block;
  padding: 10px 18px;
  position: relative;
  margin: 7px !important;
}

.chat-bubble:before {
  content: "\00a0";
  display: block;
  height: 16px;
  width: 9px;
  position: absolute;
  bottom: -7.5px;
}

.chat-bubble.left {
  background-color: #e6e5eb;
  float: left;
  /*margin-left: 55px;*/
}

.chat-bubble.left:before {
  background-color: #e6e5eb;
  left: 10px;
  -webkit-transform: rotate(70deg) skew(5deg);
}

.chat-bubble.right {
  background-color: #dbf9c4;
  color: #000;
  font-size: 14px;
  float: right;
  /*margin-right: 55px;*/
}

.chat-bubble.right:before {
  background-color: #dbf9c4;
  right: 10px;
  -webkit-transform: rotate(118deg) skew(-5deg);
}

.chat-bubble.rightPersonal {
  background-color: #FFc900;
  color: #fff;
  float: right;
  /*margin-right: 55px;*/
}

.chat-bubble.rightPersonal:before {
  background-color: #FFc900;
  right: 10px;
  -webkit-transform: rotate(118deg) skew(-5deg);
}


.chat-bubble.right a.autolinker {
  color: #fff;
  font-weight: bold;
}

.cf {
  clear: both !important;
}


/* add this to keep your footer buttons down
at the bottom as the textarea resizes
.footer-btn-wrap {
  position: relative;
  height: 100%;
  width: 50px;
  top: 7px;
}

.footer-btn {
  position: absolute !important;
  bottom: 0;
}
*/

/*
.user-messages-top-icon {
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  right: 5px;
}

.msg-header-username {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.bold {
  font-weight: bold;
}
*/


/* loading
.loader-center {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader .ion-loading-c {
  font-size: 64px;
}
*/
