
.img_resize {
	width: 100%; height: auto;

}

.customer-date{
	color: #B0B4BD;
	font-size: 11px;
	display: block;
	text-align: right;
	padding-top: 10px;
}

.btn-default.active, .btn-default:active {
	background-color: #DE2666;
}
.chatline-customer{
	padding: 30px 39px 18px 39px;
	border-bottom: 0px solid #F3F3F5;
	border-top: 0px solid #FBFBFC;
	position: relative;
}
.chatline-customer .profile{
	width: 60px;
	float: left;
}
.chatline-customer .ballon{
	width: 80%;
	float: right;
	background: #FBFFF4;
	border: 1px solid #AAB385;
	border-radius: 8px;
	color: #70736B;
	line-height: 20px;
	padding: 14px 25px;
	box-shadow: inset 0px 2px 2px #fff, inset 0px -1px 2px #C3C8B4, 0px 1px 2px #E6E9EF;
	border-bottom: 1px solid #99A278;
    word-wrap:break-word;
}

.chatline-customer .ballon pre{
    background: #F5F5F5;
    border:1px dashed #ccc;
    padding:6px;
}
    
.chatline-support .ballon pre{
    background: #F5F5F5;
    border:1px dashed #ccc;
    padding:6px;
}

.chatline-customer .ballon ul{
    margin-left:10px;
}

.chatline-support .ballon ul{
    margin-left:10px;
}

.chatline-customer .ballon ol{
    margin-left:10px;
}

.chatline-support .ballon ol{
    margin-left:10px;
}

.customer-arrow{
	position: absolute;
	top: 46px;
	left: 112px;
}

.customer-date{
	color: #B0B4BD;
	font-size: 11px;
	display: block;
	text-align: right;
	padding-top: 10px;
}

.chatline-support{
	padding: 30px 39px 18px 39px;
	border-bottom: 1px solid #F3F3F5;
	border-top: 1px solid #FBFBFC;
	position: relative;
}
.chatline-support .profile{
	width: 60px;
	float: right;
}
.chatline-support .ballon{
	width: 664px;
	float: left;
	background: #FFF9F3;
	border: 1px solid #D18966;
	border-radius: 8px;
	color: #604F47;
	line-height: 20px;
	padding: 14px 25px;
	box-shadow: inset 0px 2px 2px #fff, inset 0px -1px 2px #EED1C2, 0px 1px 2px #E6E9EF;
	border-bottom: 1px solid #C77A52;
    word-wrap:break-word;
}
.support-arrow{
	position: absolute;
	top: 46px;
	right: 112px;
}

.support-date{
	color: #B0B4BD;
	font-size: 11px;
	display: block;
	text-align: left;
	padding-top: 10px;
}

.ballon li{margin:0px;padding:0px;}
.reply{
	border-top: 1px solid #ACB0BC;
	padding: 20px 39px;
	background: url('../images/replybg.jpg') repeat-x top;
}
.reply textarea{
	width: 786px;
	margin-bottom: 8px;
}
.reply .button{
	width: 100px;
	float: right;
	display: block;
}

.getticket{
	padding: 17px;
	border-top: 1px solid #E5E7EA;
	margin-top: -1px;
}
.getticket:hover{
	background: #F8F9FB;
}
.getticket .c1{
	width: 29px;
	float: left;
	margin-left: -6px;
}
.getticket .c1 img{
	margin-left: 5px;
}

.getticket .c2{
	width: 570px;
	float: left;
}
.getticket .c2 .title{
	display: block;
	color: #3F4666;
	font-size: 13px;
}
.getticket .c2 .title:hover{
	color: #333;
	text-decoration: underline;
}
.getticket .c2 span{
	color: #ACB0BA;
	font-size: 11px;
	padding-right: 30px;
}
.getticket .c3{
	width: 240px;
	float: right;
	text-align: right;
	padding-top: 10px;
	display: none;}

.progress-box {
	float: left;
	height: 6px;
	width: 25%;
	position: relative;
	background-color:#DE2666;
}
.progress-box-gray {
	float: left;
	height: 6px;
	width: 25%;
	position: relative;
	background-color:#ddd;
}
.colored { color:#DE2666; background-color:white;
}

.cart-progress-line::before {
	content: " ";
	position: absolute;
	width: 3px;
	height: 6px;
	background-color: #fff;
	left: -2px
}
.cart-progress-text {
	font-size: 12px;
	color: black;
	line-height: 15px;
	position: absolute;
	top: -20px;
	left:2px;

}
.cart-progress-date {
	font-size: 12px;
	color: gray;
	line-height: 15px;
	position: absolute;
	top: 20px;
	right:2px;


}
.cart-progress-text-gray {
	font-size: 12px;
	color: #ddd;
	line-height: 15px;
	position: absolute;
	top: 20px;
}

.progress-box::before {
	content: " ";
	position: absolute;
	width: 3px;
	height: 6px;
	background-color: #fff;
	left: -2px
}

.noti_bubble {
    padding: 3px 3px 3px 3px;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 1px gray;
    text-align: center;
}

.well img{max-width: 100%;}

.statuss {
    text-decoration: underline;
    text-decoration-color: #DE2666;
}
.raspuns,raspuns_tip {color: green;}