/* here you can put your own css to customize and override the theme */

/*
 * Component: Small Box
 * --------------------
 */
.mt-10{margin-top: 10px}
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 95px;
}
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}

.chats li img.avatar {
    height: 25px;
    width: 25px;
}
.chats li.in .message {
    margin-left: 35px;

}

.chats li.in .member {
    text-align: left;
    border: 0px;
    margin-left: 0px;
}
.chats li .member {
    display: block;
    padding: 10px;
    /*position: relative;*/
}

.chats li.out .message {

background-color: #d9edf7;
border-color: #bce8f1;
margin-left: 20%;
margin-right: 35px;

}
.chats li.out .message .arrow {

    border-left-color: #d9edf7;
}
.chats li.in .message {


margin-right:  20%

}

.chatto img.avatar {
   /* float: left;
    margin-right: 10px;
    margin-left: 100px; */
}
.chatto img.avatar {
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.chatto .member {
    text-align: left;
    border: 0px;
    margin-left: 50px;
    margin-top: -45px;
    margin-bottom: 20px;
    background: #fafafa;
}
.chatto .member {
    display: block;
    float: left;
    padding: 10px;
    /*position: relative;*/
}
.chatto{
  display: block;
}
.chats li.in img.contact-avatar {
    float: left;
    margin-right: 10px;
}
.chats li img.contact-avatar {
    height: 45px;
    width: 45px;
}
.right {
  float: right;
}