.container{
    max-width:100%;
    margin:auto;
}
img{ max-width:100%;}

.inbox_msg {
  /*border: 1px solid #c4c4c4;*/
  clear: both;
  word-wrap: break-word;
}

.incoming_msg_img {
  display: inline-block;
   max-height: 35px;
    max-width: 42px;
  width: 18%;
}
.incoming_msg_img small {
    font-size: 77%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 80%;
 }.received_msg_no_image {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 100%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  /*font-size: 12px;*/
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 10px;
  margin: 8px 0 0;
}
.received_withd_msg {
    max-width: 80%;
    display: block;
    margin-bottom: 20px;
}
.mesgs {

  float: left;
  padding: 10px 10px 10px 10px;
  width: 100%;
  max-height: 450px;
}

 .sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  /*font-size: 12px;*/
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 5px 26px;}
.sent_msg {
  float: right;
  max-width: 80%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {position: relative;}
.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging { padding: 0 0 50px 0;}
.msg_history {
  max-height: 280px;
  overflow-y: scroll;
}
.navbar-nav .order_now {
    background-color: #fea930;
    color: #83381a !important;
}