.toplevel_page_wp-test4u-core > .wp-menu-image::before{
	color: rgb(204, 122, 44)!important;
}

 /*  Modal */
.t4u-modal {
	display: none;
	position: fixed;
	z-index:10000000; 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; 
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}

.t4u-modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	border: 1px solid #888;
	width: 50%;
	z-index:10000001; 
	border-radius: 3px;
	line-height: 1.1;
}

.t4u-modal-title {
	padding: 20px;
	border-bottom: 1px solid gray;
	font-size:25px;
	font-weight: bold;
}

.t4u-modal-body{
	padding: 20px;
}

.t4u-modal-footer {
	padding: 20px;
	background-color: #eee;
}

.t4u-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.t4u-close:hover,
.t4u-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
} 

.t4u-modal-button{
	float:right;
	padding: 10px;
	margin:0 10px;
	cursor: pointer;
}
.t4u-modal ul, 
.t4u-modal ol{
	padding-left: 20px;
}

.t4u-modal-error{
	color:#B00000;
}
.t4u-modal-success{
	color:#00A000;
}

@media only screen and (max-width: 600px) {
	.t4u-modal-content {
		width: 92%;
	}
}
/*  Modal */


.xwc--pf-loader-overlay{
	background-color:rgba(255,255,255,0.25)!important;
}

.t4u-x-filter-selected{
	color: #00a000 !important;
}


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled, 
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover {
	pointer-events: auto!important;
	cursor: pointer!important;
}

#ivpa-content .ivpa-info-box{
	display: none;
}


.wsdesk_wrapper .single_ticket_panel .conversation_each .comment-post div{
	display: block;
}

.Ws-content-detail-full .rightPanel .conversation_each .leftFreeSpace div{
	float: none !important;
}