.ticketbillinghr {
	margin-bottom: 6px;
	height: 1px;
	border: none;
	color: #cfcfcf;
	background-color: #cfcfcf;
	width: 99%;
}

.ticketpostbox {
	text-decoration: none;
	margin: 0 20px 40px 0px;
	color: #3c3e43;
}

.ticketpostlockcontainer {
	border: 1px solid #e7bcbc;
	-moz-border-radius: 4px 4px 4px 4px;
	background-color: #ffeef0;
	color: #3c3e43;
	font-size: 11px;
	margin-top: 5px;
}

.ticketpostlocktitle {
	border-bottom: 1px solid #e7bcbc;
	padding: 4px;
	margin: 4px;
}

.ticketpostlockcontents {
	padding: 6px;
	margin: 4px;
	background: #ffffff;
	font-size: 1.4em;
}

.ticketattachmentitem, .attachmentitem {
	padding: 4px;
}

.ticketattachmentitemdelete, .attachmentitemdelete {
	margin-right: 4px;
	width: 18px;
	display: inline-block;
	background: url("%themepath%images/icon_delete.gif") no-repeat 0px 1px;
	height: 18px;
	cursor: pointer;
}

.ticketinfoitem,
.ticketinfoitemtext,
.navinfoitem,
.ticketpostinfoitem,
.ticketpostinfoitemtext {
	padding: 4px 0px 2px 0px !important;
	border-top: 1px solid #eee;
	font-size: 12px;
	color: #3c3e43;
}

.navsub .ticketinfoitem, .navsub .navinfoitem, .navsub .ticketinfoitemtext, .navsub .navinfoitemtext {
	padding: 4px 0px 2px 10px !important;
	border-top: 1px solid #eee;
	font-size: 12px;
	color: #3c3e43;
}

.ticketinfoitemtext {
	border-bottom: none !important;
}

.ticketinfoitemtext, .navinfoitemtext, .ticketpostinfoitemtext {
	cursor: default;
}

.ticketinfoitemtitle, .navinfoitemtitle, .ticketpostinfoitemtitle {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 3px 0;
}

.ticketinfoitemtitle,
.navinfoitemtitle {
	text-align: left;
	color: #7c7f85;
	text-transform: uppercase;
}

.ticketinfoitemlink,
.ticketinfoitemcontent {
	line-height: 14px;
}

.ticketinfoitem:before,.ticketinfoitem:after {content: " ";display: table;}
.ticketinfoitem:after {clear: both;}
.ticketinfoitem {*zoom: 1;}

.ticketinfoitemtext:before,.ticketinfoitemtext:after {content: " "; display: table;}
.ticketinfoitemtext:after {clear: both;}
.ticketinfoitemtext {*zoom: 1;}

.ticketinfoitemcontent, .ticketinfoitemlink, .navinfoitemcontent, .navinfoitemlink, .ticketpostinfoitemcontent, .ticketpostinfoitemlink {
	font-size: 12px;
}

.ticketinfoitemcontainer, .navinfoitemcontainer, .ticketpostinfoitemcontainer {
	padding: 0;
}

.ticketpostinfoitem {
	background-color: transparent;
	color: #3c3e43;
}

.ticketworkflowitem {
	height: 18px;
	padding: 5px 0px 0px 10px;
	border-bottom: #f0eade 0px solid;
	cursor: pointer;
	color: #3c3e43;
	font-size: 12px;
}

.ticketworkflowitem:hover {
	color: red;
}

#ticketnotescontainerdiv, #ticketbillingcontainerdiv {
	padding: 10px 8px 0 8px;
}

.ticketpostcontainer {
	background-image: url('%themepath%images/ticket_bg.gif');
	background-position: 234px 0;
	background-repeat: repeat-y;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	margin: 10px 0;
	position: relative;
}

.ticketpostpaginationtoolbar {
	margin: 0px 0;
	position: relative;
	padding: 10px 0px 0 0;
}

.ticketpostbar {
	width: 224px;
	float: left;
	padding: 10px;
}

.ticketpostbarbottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 234px;
	border-top: 1px solid #ddd;
}

.ticketpostbarname {
	font-size: 21px;
	font-weight: 300;
	color: #333;
}

.ticketpostbardesignation {
	font-size: 14px;
	color: #7c7f85;
}

.ticketpostavatar {
	background: #fff;
	border: 1px solid #ddd;
	width: 100px;
	padding: 4px;
	margin-bottom: 40px;
}

.ticketpostbarbadgeblue, .ticketpostbarbadgered, .ticketpostbarbadgegreen {
	color: #3c3e43;
}

.ticketpostbarbadgeblue .tpbadgetext,
.ticketpostbarbadgered .tpbadgetext,
.ticketpostbarbadgegreen .tpbadgetext {
	color: #7c7f85;
	font-size: 14px;
	margin-bottom: 6px;
}

.ticketpostcontentsbottom {
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-top: 1px solid #ddd;
	padding-left: 234px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*width: 600px;
}

.ticketpostcontentsbottom .ticketpostbottomcontents,.ticketpostbarbottom .ticketpostbottomcontents {
	padding: 8px 20px;
	height: 21px;
	color: #999;
}

.ticketpostedited {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	padding: 15px 0 0 0;
}

.ticketpostbottomcontents {
	font-size: 13px;
	float: left;
}

.ticketpostclearer {
	clear: both;
}

.ticketpostcontents {
	margin-left: 238px;
	height: auto;
}

.ticketpostcontentsbar, .ticketpostcontentsbargreen, .ticketpostcontentsbargray {
	position: relative;
	display: block;
	padding: 8px 20px;
	margin-bottom: 5px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}

.ticketpostcontentsbargray {
	background: #E8E8E8;
	border-color: #828282;
	text-shadow: 0 1px 0 rgba(142, 186, 159, 1);
}

.ticketpostcontentsbargreen {
	background: #e0f6e8;
	border-color: #8ebd9f;
}

.ticketpostcontentsbargreen .ticketbarcontents {
	color: #3c3e43;
	font-size: 13px;
}

.ticketbarquote {
	margin: 2px 3px 0 0;
	float: right;
	background: url('%themepath%images/icon_quote.png') no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
}

.ticketpostcontentsbar .ticketbarcontents, .ticketpostcontentsbargray .ticketbarcontents {
	color: #999;
	font-size: 13px;
}

.ticketpostcontentsbar span.ticketbardatefold, .ticketpostcontentsbargreen span.ticketbardatefold, .ticketpostcontentsbargray span.ticketbardatefold {
	background: url('%themepath%images/ticketdatefold.png') no-repeat center center;
	display: block;
	bottom: -15px;
	left: 0;
	height: 14px;
	position: absolute;
	width: 19px;
	display: none;
}

.ticketpostcontentsbargreen span.ticketbardatefold {
	background: url('%themepath%images/ticketdatefoldgreen.png') no-repeat center center;
}

.ticketpostcontentsbargray span.ticketbardatefold {
	background: url('%themepath%images/ticketdatefoldgray.png') no-repeat center center;
}

.ticketpostcontentsattachments {
	width: 60%;
	margin: 0 0 45px 0;
	padding-bottom: 6px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}

.ticketpostcontentsattachmentitem {
	padding: 4px 0 5px 22px;
	margin: 0 10px 0 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	display: block;
	font-size: 13px;
	font-weight: 500;
}

.ticketpostcontentsattachmentitem span {
	font-size: 10px;
	font-weight: normal;
}

.ticketpostcontentsdetails {
	padding: 10px 0 0 0;
}

.ticketpostcontentsholder {
	padding: 0 0 5px 20px;
}

.ticketpostcontentsdetailscontainer {
	color: #3c3e43;
	margin-bottom: 30px;
	cursor: text;
	padding: 0 20px 20px 0;
	font-size: 15px;
	word-wrap: break-word;
}

.ticketpostbottomright {
	float: right;
	padding: 8px 20px;
	font-size: 13px;
	color: #999;
}

.ticketgeneralcontainer {
	margin: 0 10px;
}

#generalticketproperties {
	margin-bottom: 10px;
}

.ticketgeneralcontainer, .ticketreleasecontainer, .ticketreplycontainer, .ticketforwardcontainer, .ticketfucontainer {
	background: #ffffff;
}

.ticketgeneraltitlecontainer {
	padding: 14px 8px 5px 0px;
}

.ticketgeneraltitlecontainer:before,.ticketgeneraltitlecontainer:after {content: " ";display: table;}
.ticketgeneraltitlecontainer:after {clear: both;}
.ticketgeneraltitlecontainer {*zoom: 1;}

.ticketgeneralinfocontainer {
	padding: 5px 8px 3px 1px;
	font-size: 12px;
	color: #5a5a5a;
}

.ticketlockinfocontainer, .ticketbillinginfocontainer, .ticketbillinginfocontainer2 {
	padding: 5px 8px 3px 8px;
	font-size: 12px;
	color: #3c3e43;
	background-color: #f8f8f8;
}

.ticketbillinginfocontainer2 {
	border-bottom: 1px solid #d3c7b6;
	border-top: 1px solid white;
}

.ui-datepicker {
	z-index: 1004;
}

.tickettitlelink {
	font-size: 14px;
	font-weight: normal;

}

.tickettitlelink::after {
	content: "";
	color: #ccc;
	font-weight: 400;
	margin-left: 6px;
}

.ticketgeneraldepartment {

}

.ticketgenerallink {
	color: #999;
	font-size: 13px;
	padding: 0px 0 0 10px;
	margin: 5px 0 0 0;
}

.ticketgenerallinkticket {
	color: #3c3e43;
	font-size: 13px;
	background: url('%themepath%images/linkdownarrow.gif') 10px 4px no-repeat;
	padding: 6px 0 0 25px;
	height: 19px;
}

.ticketgeneraltitle {
	color: #3c3e43;
	font-size: 30px;
	padding: 0px 0 6px 2px;
	line-height: 34px;
	font-weight: 300;
}

.ticketgeneralproperties, .ticketreleaseproperties, .ticketreplyproperties, .ticketforwardproperties, .ticketfuproperties {
	position: relative;
	overflow: hidden;
}

.ticketreplyproperties,
.ticketreleaseproperties {
	margin: 10px;
}

.ticketgeneralproperties:before, .ticketreplyproperties:before,.ticketreleaseproperties:before,.ticketgeneralproperties:after,.ticketreplyproperties:after,.ticketreleaseproperties:after {content: " ";display: table;}
.ticketgeneralproperties:after, .ticketreplyproperties:after,.ticketreleaseproperties:after {clear: both;}
.ticketgeneralproperties,.ticketreplyproperties, .ticketreleaseproperties {*zoom: 1;}

.ticketescalationpathproperties:before,.ticketescalationpathproperties:after {content: " ";display: table;}
.ticketescalationpathproperties:after {clear: both;}
.ticketescalationpathproperties {*zoom: 1;}

.ticketescalationpathproperties {
	display: block;
}

.ticketgeneralpropertiesobject,
.ticketescalationpathpropertiesobject {
	width: 149px;
}

.ticketgeneralpropertiesobject {
	cursor: pointer;
}

.ticketescalationpathpropertiesdivider {
	padding: 7px 0 0 0;
	display: block;
	float: left;
	display: none;
}

.ticketescalationpatharrow {
	height: 16px;
	background: url('%themepath%images/escalationpatharrow.gif') repeat-x 10px 0px;
}

.ticketgeneralpropertiesselect,
.ticketreleasepropertiesselect,
.ticketreplypropertiesselect,
.ticketforwardpropertiesselect,
.ticketfupropertiesselect {
	display: none;
	padding: 4px 0 0 0;
}

.ticketgeneralpropertiesselect select,
.ticketreleasepropertiesselect select,
.ticketreplypropertiesselect select,
.ticketforwardpropertiesselect select,
.ticketfupropertiesselect select {
	width: 140px !important;
	margin: 0 0 3px 0 !important;
}

.ticketreleasepropertiesselect, .ticketreplypropertiesselect, .ticketforwardpropertiesselect, .ticketfupropertiesselect {
	display: block;
}

.ticketreplypropertiesobject,
.ticketforwardpropertiesobject,
.ticketreleasepropertiesobject,
.ticketgeneralpropertiesobject,
.ticketgeneralpropertiesobjectwide,
.ticketgeneralpropertiesobjectmed,
.ticketfupropertiesobject,
.ticketescalationpathpropertiesobject {
	padding: 10px 10px 9px 10px;
	display: block;
	float: left;
	color: #ffffff;
	background: transparent;
	border-right: 1px solid rgba(255,255,255,.2);
	width: 140px;
}

.ticketreplyproperties .ticketgeneralpropertiescontent {
	padding: 11px 0;
}

.ticketgeneralpropertiesflag {
	display: block;
	float: right;
	width: 15px;
	background: transparent;
	vertical-align: middle;
	padding: 13px 6px 14px;
	height: 100%;
	position: absolute;
	right: 0;
}

/* ticket title */

.ticketgeneralpropertiestitle,
.ticketreleasepropertiestitle,
.ticketreplypropertiestitle,
.ticketforwardpropertiestitle,
.ticketfupropertiestitle,
.ticketescalationpathpropertiestitle {
	text-align: left;
	font-size: 11px;
	color: rgba(255, 255, 255, .7);
	line-height: 14px;
}

.ticketreleasepropertiestitle, .ticketfupropertiestitle {
	cursor: default;
}

.ticketgeneralpropertiescontent,
.ticketescalationpathpropertiescontent {
	text-align: left;
	font-size: 16px;
	line-height: 1em;
}

.ticketgeneralpropertiesdivider, .ticketreleasepropertiesdivider, .ticketfupropertiesdivider {
	padding: 10px 0 0 0;
	display: block;
	float: left;
	display: none;
}

.matopitemcontainer {
	display: inline;
	padding: 4px 0 0 15px;
}

.matopitem {
	background: #f8f3eb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #3c3e43;
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #e1d7c6;
	padding: 1px 8px 3px 8px;
	margin-right: 3px;
	margin-top: 5px;
	display: inline;
	cursor: pointer;
}

.ticketviewfielddragcontainer {
	list-style-type: none;
	margin: 2px;
	padding: 10px;
}

.ticketviewfielddragcontainer li {
	background: #fcfaf4;
	color: #3c3e43;
	font-size: 12px;
	border: 1px solid #ddd6c7;
	padding: 8px;
	margin: 10px;
	display: inline-block;
	cursor: move;
}

.ticketviewfielddragcontainer li:hover {
	background: #ffefbb;
}

.ticketviewcolumncontainer {
	min-height: 24px;
	background: #ffefbb;
	border: 4px solid #fed22f;
}

#ticketviewfielddragtarget {
	min-height: 24px;
	width: 97%;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

#ticketviewfielddragtarget li {
	background: #fcfaf4;
	color: #3c3e43;
	font-size: 12px;
	border: 1px solid #ddd6c7;
	padding: 8px;
	margin: 10px 2px 10px 2px;
	display: inline-block;
	cursor: move;
}

#ticketviewfielddragtarget li:hover {
	background: #ffefbb;
}