.ticket_list,.ticket_indivisual,.wait{
	width: 100%;
	min-height: 400px;
}
.wait{
	text-align: center;
	padding-top: 175px;
}
.ticket_filter{
	margin: 10px 0;
	padding-left: 5px;
	width: 100%;
	height: 40px;
	background-color: #eeeeee;
}
.filter_item{
	float: left;
}
.ticket_filter td{
	height: 40px;
	padding: 2px;
	vertical-align: middle;
	text-align: left;
}
.filter_search{
	float: right;
	margin-right: 5px;
}

.ticket_indivisual > h3 {
    font-size: 19px;
     margin-left: 17px;
}
.ticket_indivisual textarea {
    border: 1px solid #cccccc;
    height: 125px;
    width: 100% !important;
}


#frontEndReplyTbl tr td {
    font-weight: bold;
    padding: 10px;
}
#frontEndReplyTbl {
    margin-bottom: 16px;
    margin-top: 12px;
    padding: 0;
    width: 100% !important;
}
#frontEndReplyTbl select {
    border: 1px solid #cccccc;
    margin-top: 0 !important;
    padding: 7px;
    width: 100%;
}
#frontEndReplyTbl tr td:first-child {
    width: 140px;
}
.support_bs .btn.btn-reset {
    border: 1px solid #cccccc;
}

.padding {
    padding: 8px 25px 24px 25px;
}
.padding h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 23px;
}
.padding #frmCreateNewTicket > input.input_txt {
    border: 1px solid #cccccc;
    padding: 9px;
    width: 100%;
}
.padding #frmCreateNewTicket > textarea {
    border: 1px solid #cccccc;
    padding: 9px;
    width: 100%;
}
.padding #frmCreateNewTicket  select {
    border: 1px solid #cccccc;
    padding: 9px;
    width: 100%;
}
.support_bs .label-info {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #555555;
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 10px;
    padding: 0;
}
#theadReplyContainer {
    background-color: #f6f7f8;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    padding: 24px;
    width: 100% !important;
}
.img-avatar {
	border-radius: 53px;
    float: left;
    height: 80px;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
    top: 14px;
    width: 80px;
}
.padding #frmCreateNewTicket .btn.btn-success{
    background: #ff4f26 none repeat scroll 0 0;
    border-color: #ff4f26;
    font-weight: bold;
}

#replyFloatedContainer{
	width: 100%;
	height: 60px;
	margin-top: 10px;
}

.replyFloatLeft{
	width: 120px;
	height: 60px;
	float: left;
}
.replyFloatRight{
	margin: 10px;
	float: right;
}
#theadReplyContainer .btn.btn-success {
    background: #ff4f26 none repeat scroll 0 0;
    border-color: #ff4f26;
    font-weight: bold;
}
.threadContainer {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    border-radius: 1px;
    margin: 2px auto;
    padding: 10px 5px;
    width: 80%;
}
.threadContainer:last-child {
    border-bottom: medium none;
}

.time_col {
    margin-top: 39px;
    text-align: right;
}
.threadContainer:last-child {
    border-bottom: medium none;
}
#agent_settings {
    padding:3px 23px 21px 23px;
}
#agent_settings_area > textarea {
    border: 1px solid #cccccc;
    width: 100% !important;
}

btn btn-success{}
#agent_settings_area .btn.btn-success{
    background: #ff4f26 none repeat scroll 0 0;
    border-color: #ff4f26;
    font-weight: bold;
}

.gravtar_container{
	width: 60px;
	height: 60px;
	float: left;
}
.time_col {
    margin-top: 39px;
    text-align: right;
}
.threadInfo{
	width: 190px;
	height: 60px;
	padding-left: 10px;
	float: left;
}
.threadUserName{
	font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.threadUserType,.threadCreateTime{
	font-style: italic;
}
.threadBody{
	margin-left: 93px;
    margin-top: 0;
    width: 91%;
}
.threadAttachment{
	font-style: italic;
    margin-left: 90px;
    margin-top: 3px;
    width: 91%;
}
.attachment_link{
	color: blue;
	cursor: pointer;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

@media only screen and (min-width:320px) and (max-width: 379px) {
	#replyFloatedContainer{
		height: 340px;
	}
	.replyFloatLeft{
		width: 250px;
		height: 73px;
	}
	.replyFloatRight{
		float: left;
		margin-left: 0px;
	}
}

@media only screen and (min-width:380px) and (max-width: 507px) {
	.ticket_filter{
		height: 121px;
	}
	#replyFloatedContainer{
		height: 340px;
	}
	.replyFloatLeft{
		width: 200px;
		height: 73px;
	}
	.replyFloatRight{
		float: left;
		margin-left: 0px;
	}
}

@media only screen and (min-width:507px) and (max-width: 597px) {
	#replyFloatedContainer{
		height: 191px;
	}
	.replyFloatLeft{
		width: 200px;
		height: 73px;
	}
	.replyFloatRight{
		float: right;
	}
}

@media only screen and (min-width:597px) and (max-width: 668px) {
	#replyFloatedContainer{
		height: 133px;
	}
	.replyFloatLeft{
		width: 150px;
		height: 73px;
	}
	.replyFloatRight{
		float: right;
	}
}

@media only screen and (min-width:669px) and (max-width: 750px) {
	#replyFloatedContainer{
		height: 133px;
	}
	.replyFloatLeft{
		width: 180px;
		height: 73px;
	}
	.replyFloatRight{
		float: right;
	}
}

@media only screen and (min-width:751px) and (max-width: 1000px) {
	#replyFloatedContainer{
		height: 133px;
	}
	.replyFloatLeft{
		width: 120px;
		height: 73px;
	}
	.replyFloatRight{
		float: right;
	}
}

@media only screen and (min-width:508px) and (max-width: 1012px) {
	.ticket_filter{
		height: 80px;
	}
}