/*
 * styles for settings page
 */

#bws_settings_tabs .bws-tab-appearance a:before{
	content: "\f100";
}
.cstmsrch_info {
	font-size: 10px;
	color: #888;
}
.cstmsrch_info code {
	font-size: inherit;
}
#cstmsrch_div_select_all span {
	position: absolute;
	text-transform: capitalize;
	cursor: pointer;
}
#cstmsrch_search_items {
	display: block;
	margin-top: 0;
}
#cstmsrch_search_items li {
	cursor: pointer;
	text-transform: capitalize;
}
#cstmsrch_search_items .ui-sortable-helper {
	background: #eee;
	border: 1px dashed #888;
}
#cstmsrch_search_items .ui-sortable-placeholder {
	visibility: visible !important;
	border: 1px dashed #888;
}
.cstmsrch_dragging,
#cstmsrch_dragging_info {
	display: none;
}
.cstmsrch_thumb_appearance {
	max-width: 200px;
}
.cstmsrch_code {
	word-wrap: break-word;
	word-break: break-word;
}
.cstmsrch_twentytwenty .cstmsrch-search input[type="submit"]{
	margin:  0 10px 0 10px;
}
.cstmsrch_twentyfifteen .cstmsrch-search input[type="search"]{
	width: 50%;
}
.cstmsrch_twentyfifteen .cstmsrch-search input[type="submit"]{
	display: none;
}
.cstmsrch_twentysixteen .cstmsrch-search input[type="submit"]{
	width: auto;
}