/* SISTEMA DE TICKETS DEL BACKEND */

.page-id-175 #wcsts_new_ticket_box {
	display: none !important;
}	

.page-id-47 .uk-article-title {
	display: none;
}

.page-id-47 .woocommerce-MyAccount-navigation {
	display: none;
}	

.page-id-47 .woocommerce-notices-wrapper {
    display: none;
}

.page-id-47 .woocommerce-notices-wrapper + p {
    display: none;
}

.page-id-47 .woocommerce-customer-details {
    display: none;
}

.page-id-47 .woocommerce-order-details__title,
.page-id-47 .woocommerce-table--order-details,
.page-id-47 .wcsts_contact_us_title,
.page-id-47 .order-again {
    display: none;
}

.page-id-47 #wcsts_ticket_area,
.page-id-47 .woocommerce-order-details {
	margin-top: 0;
}	

.page-id-47 .woocommerce-MyAccount-content::before {
	left: inherit;
	border: none;
}	

/* ESTILO DE LA CAJA DE TICKETS */

#wcsts_new_ticket_box {
	border: 1px solid #f2f2f2 !important;
	border-radius: 5px !important;
}

#wcsts_new_ticket_message,
#wcsts_new_ticket_subject {
	border: none !important;
	border-radius: 5px;
}

.wcsts_customer_message.wcsts_message {
	border: none !important;
	border-radius: 5px;
	background: #FFF;
}	

#wcsts_new_ticket_subject {
	line-height: 30px;
}	

.wcsts_single_ticket_container {
	border: none !important;
	padding: 10px 0;
	background: #f2f2f2;
	border-radius: 5px;
}	

.xos-ticket-status,
.xos-ticket-id,
.xos-ticket-messages,
.xos-ticket-date {
	padding: 5px;
	float: left;
	margin: 0 5px;
	display: block;
	border-radius: 10px;
}	

.wcsts_ticket_subject {
    background: none !important;
	overflow: hidden !important;
	width: auto;
	color: inherit !important;
    font-size: 16px !important;
    line-height: 18px !important;
	font-weight: bold !important;
    margin-top: 15px !important;
    display: block !important;
	padding: 0 10px 5px 10px !important;
}

.xos-ticket-id::before {
    content: ""; 
    display: inline-block;
    width: 18px; 
    height: 18px;
    background-image: url('../images/archive-stack-line.svg'); 
    background-size: cover; 
    margin-right: 5px; 
	vertical-align: middle;
}

.xos-ticket-messages::before {
    content: ""; 
    display: inline-block;
    width: 18px; 
    height: 18px;
    background-image: url('../images/chat-3-line.svg'); 
    background-size: cover; 
    margin-right: 5px; 
	vertical-align: middle;
}

.xos-ticket-date::before {
    content: ""; 
    display: inline-block;
    width: 18px; 
    height: 18px;
    background-image: url('../images/calendar-event-line.svg'); 
    background-size: cover; 
    margin-right: 5px; 
	vertical-align: middle;
}

.wcts_expand_button {
	position: absolute;
	right: 5px;
	top: 5px;
}

.wcsts_option_label {
	display: none !important;
}