.ticketItems thead {
	font-weight: bold;
    background: #f56032;
    color: #fff;
}
.ticketItems tbody tr:nth-child(2n) {
	background: rgba(245, 96, 50, 0.07);
}
.ticketItems td {
	padding:3px;
	vertical-align:top;
}
.ticketItems .firstClosedTicket {
    border-top: 2px solid #ccc;
}
.ticketItems a:hover, .ticketItems a:active {
	text-decoration:none;
}
.ticketItems .ticketItemEdit {
	cursor:pointer;
}
.totalItems {
    margin: 20px 0;
    background: none;
    color: #9c9c9c;
    font-size: 133%;
    line-height: 30px;
}
#ticketStatus {
    margin-top: 25px;
    font-size: 14px;
}
#ticketMain {
    width: 100%;
    float: left;
    border: 2px solid rgb(245, 96, 50);
    margin-bottom: 20px;
}
#ticketMain .ticketUser {
	background: rgba(245, 96, 50, 0.05);
    border-right: 1px solid rgb(245, 96, 50);
    padding-top: 15px;
}
#ticketMain .ticketUser .userName{
    font-weight: bold;
    font-size: 110%;	
}
#ticketMain .ticketContent {
	padding: 0;
}
#ticketMain .ticketTop{
    background: rgba(245, 96, 50, 0.05);
    border-bottom: 1px solid rgb(245, 96, 50);
    padding-top: 5px;
    padding-bottom: 5px;
	width: 100%;
	float: left;
}
#ticketMain .ticketTitle {
	font-weight: bold;
}
#ticketMain .ticketBody {
    padding-top: 5px;
    padding-bottom: 5px;
	width: 100%;
	float: left;
}
#ticketMain .ticketFooter {
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: 1px solid rgb(245, 96, 50);
    font-style: italic;
}
#newComment {
    width: 100%;
    float: left;
}
#newCommentContent {
    width: 100%;
    margin-bottom: 10px;
    height: 65px;
    padding: 5px 10px;
}
#listComments {
    width: 100%;
    float: left;	
}
#listComments .commentItem {
    border: 1px dotted rgba(245, 96, 50, 0.19);
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#listComments .commentItem .commentUser {
    background: rgba(245, 96, 50, 0.05);
    padding-bottom: 10px;
    padding-top: 10px;
}
#listComments .commentItem .userName {
	font-weight: bold;
	font-size: 110%;
}
#listComments .commentItem .commentContent {
    padding-bottom: 10px;
    padding-top: 10px;
}
#closeTask {
	float: right;
	margin-left: 10px;
}
#openTicketsList {
	width:100%;
	float:left;
}
.modalRatingTicket {
	display:none;
    position: fixed;
    z-index: 99999;
    background: #fff;
    border: 1px solid rgb(245, 96, 50);
    padding: 10px;
    padding-left: 0px;
    left: 50%;
    margin-left: -180px;
    width: 360px;
}
.modalRatingTicket .modalClose {
    position: absolute;
    right: 5px;
    top: 2px;
    width: 10px;
    text-align: center;
    cursor: pointer;
}
.modalRatingTicket textarea {
	width: 100%;
	margin: 10px 0;
    height: 65px;
    padding: 5px 10px;
}
#rating_ticket {
	width:100%;
	float:left;
}
@media (max-width: 991px) {
	#ticketMain .ticketUser {
	    border-right: none;
	    border-bottom: 1px solid rgb(245, 96, 50);
	}
}