/**
 *
 * Styles for the widget's page
 *
 **/

/*------------------Uynh css----*/
.custom_jcarousel{
	display: none;
}
.widget-title h4 {
	margin: 0 !important;
	padding: 10px 0px 10px 10px !important;
	line-height: 20px !important;
	overflow: hidden !important;
	white-space: normal !important;
	text-overflow: initial !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#available-widgets .widget-description, #widgets-right a.widget-control-edit, .in-widget-title{
	color: #9D9D9D;
}
.column-thumb img{
	max-width: 60%;
}
#wpfooter{
	position: relative;
}
.clear{clear:both;}
#optionsframework .controls input[type='text']{
	
}
.wp-color-result{
	height: 26px !important;
	margin: 0 !important;
}
.wp-color-result:after{
	line-height: 27px !important;
}
.wp-picker-container{
	position: relative;
}
.wp-picker-holder{
	position: absolute;
	top: -100px;
	left: 100%;
}
.wp-picker-open+.wp-picker-input-wrap{
	position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}