.ticket {
    font-size: 14px;
}
#demo-chat-body {
    max-height: 1000px; 
    overflow: auto;
    margin: 20px 0;
}
.message {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.message > .message-content {
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pad-all {
    /*padding: 15px;*/
}
.mar-btm {
    margin-bottom: 15px;
}
.media-block .media-left {
    display: block;
    float: left;
}
.img-sm {
    width: 46px;
    height: 46px;
}
.media-block .media-body {
    display: block;
    overflow: hidden;
    width: auto;
}
.pad-hor {
    /*    padding-left: 15px;
	padding-right: 15px;*/
}
.speech {
    position: relative;
    background: #e5f5e6;
    color: #555555;
    border-radius: 4px;
    padding: 12px 20px; 
    overflow: hidden;
}
.speech a{
    color: #23a1d1;
}

.speech .media-heading {
    font-size: 1.2em;
    color: #317787;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 300;
}
.speech .media-heading > h3{
    margin-top: 0px;
    margin-bottom: 0px;
}
.speech .message-body {
    word-break: break-all;
    margin-bottom: 10px;
}
.speech .message-parent {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    font-style: oblique;
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.speech .massage-heading {
    margin-bottom: 10px;
}
.speech-name { 
    margin: 0;
}
.speech-download { 
    margin-bottom: 10px;
}
.speech-time {
    margin: 0;
    font-size: .8em;
    font-weight: 300;
    text-align: left;
}
.speech-action{
    margin: 0;
}
.speech-action a{
    padding:0 10px;
}
.speech-time .message-quote, .speech-time .message-edit  {
    margin-right: 10px;
}
.media-block .media-right {
    float: right;
}
.speech-right {
    text-align: right;
}
.pad-hor {
    /*    padding-left: 15px;
	padding-right: 15px;*/
}
.speech-right>.speech {
    background: #e5f4ff;
    color: #555555;
    text-align: left;
}
.speech-right>.speech .media-heading {
    color: #a07617;
}
.attachment {
    float: right;
    margin-left: 20px;
}
.ticket-info .attachment i{
    font-size: 32px;
}
.attachment-file {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    text-align: right;
   background: #eeeeee;
}
.rating-massage i{
    font-size: 20px;
    padding: 0 15px;
    cursor: pointer;
}
.rating-massage .active{
    color: #1e91cf;
}
.hr-row {
    border-top: 1px solid rgba(0,0,0,.05);
    margin: 10px 0px 0px 0px;
    padding-top: 10px;
}
.ticket-info .wrapper{
    border: solid 1px #ddd;
    border-radius: 4px;
}
.ticket-info .table-no-border td, .ticket-info .table-no-border th{
    border: 1px solid #ffffff;
}
.j-container h3{ 
    margin-bottom: 10px;
}
.j-container .label{
    padding: 2px 5px;
    color: #fff;
    border-radius: 4px;
}

.j-container .list-ticket .table{
    background: #ffffff;
    margin-bottom: 20px;
}
.j-container .list-ticket .table tr td{
    padding: 5px 10px 5px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: rgb(244, 244, 244);
    text-align: center;
}
.j-container .ticket-info .wrapper {
    background: #ffffff;
}
.j-container .ticket-info .table tr td{
    padding: 5px 10px 5px 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #ffffff;
    text-align: center;
}
.j-container  .form-group {
    margin-bottom: 10px;
}
.j-container .attachment-file {
    background: #ffffff;
}
#table-order div div, #form-quick-popup-ticket .form-horizontal .form-group{
       overflow: hidden;
    margin-bottom: 5px;
   
   }
  
   .text-error {
   color: #f00
   }
  
