/**
 * @category    Mana
 * @package     ManaPro_FilterShowMore
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
.m-more-less {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color: #d35705;
	padding: 8px 0 8px 0;
    width: 100%;
}
.m-more-less a {
	color: #d35705;
	background: #fdefe3;
	border-radius: 4px;
	padding: 4px 14px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
	border: 1px solid #e6a34c;
	display: inline-block;
    width: 100%;
    text-align: center;
}
.m-more-less a:hover, .m-more-less a:focus {
	background: #d35705;
	color: #fff;
	border-color: #d35705;
}
.m-expandable-filter { overflow: hidden; }
.m-scrollable-filter { overflow-x: hidden !important; overflow-y: scroll !important; border: 1px solid #ccc; padding: 2px 0 2px 5px; background: rgba(255,255,255,0.5); }
.m-scrollable-filter li { white-space: nowrap; }

.m-filter-popup { padding: 10px; }
.m-filter-popup .m-columns { overflow: hidden; }
.m-filter-popup .m-columns > li { float: left; width: 200px; text-align: left; }
.m-filter-popup .m-columns.m-filter-colors.horizontal { width: 600px; }
.m-filter-popup .m-columns.m-filter-colors.horizontal > li { width: auto; }
.m-filter-popup .buttons-set { margin: 8px 0 0; }
.m-filter-popup .m-filter-colors { margin: 0; }
.m-showmore-popup-container { box-shadow : 15px 15px 25px 5px rgba( 0, 0, 0, 0.4 ); }

.m-option-search { padding: 4px 0; }
.m-option-search input { width: 100%; }
.m-option-search input.m-empty { color: #c0c0c0; }
.m-no-match { display: none; }