/* Dialogs */

.userpro-bm-count {
	font-size: 13px;
}
.userpro-bm-dialog {
	left: 0;
	top: 50px;
	position: absolute;
	background: #fff !important;
	border: 1px solid #ccc;
	box-shadow: 0 2px 4px #ddd;
	z-index: 98;
	text-align: left;
	padding: 20px;
	cursor: default !important;
}
.userpro-bm-dialog.bm-right {left: auto; right: 0}

.userpro-bm-dialog-content {
	font-size: 13px !important;
	line-height: 20px !important;
	text-transform: none !important;
	color: #444 !important;
}

.userpro-bm-dialog-icon {
	left: 20px;
	top: 26px;
	font-size: 38px;
	position: absolute;
	color: #fff !important;
	text-shadow: 0 -2px 1px #888;
	cursor: default !important;
	z-index: 99;
}
.userpro-bm-dialog-icon.bm-right {left: auto; right: 20px}

/* normal */
.userpro-bm {
	float: left;
	margin: 25px 0;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	padding: 15px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
}

.userpro-bm .chosen-container {
	display: block !important;
}

.userpro-bm-notopmargin-1 { margin-top: 0;}
.userpro-bm-nobottommargin-1 { margin-bottom: 0;}
.userpro-bm-right {float: right !important}
.userpro-bm-left {float: left !important}
.userpro-bm-inline-1 {display: inline !important}
.userpro-bm-right.userpro-bm-inline-1 {margin: 10px 0 20px 20px !important}
.userpro-bm-left.userpro-bm-inline-1 {margin: 10px 20px 20px 0 !important}

.userpro-bm-widgetized-1 {
	border: none !important;
	padding: 0 !important;
}

.userpro-bm a {text-decoration: none !important;margin: 0 !important;}

.userpro-bm-btn-contain {
	float: left !important;
	position: relative !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 15px 0 0 0  !important;
}
.userpro-bm-btn-contain.bm-right {
	float: right !important;
}
.userpro-bm-btn-contain.bm-block {float: none !important;margin: 15px 0 0 0 !important}

.userpro-bm-btn {
	border-radius: 3px !important;
	font-size: 10px !important;
	line-height: 10px !important;
	height: 29px !important;
	text-transform: uppercase;
	font-weight: bold !important;
	display: inline-block !important;
	width: 100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: none !important;
	text-align: center !important;
	padding: 8px 0 !important;
	border: 1px solid #333  !important;
	color: #fff !important;
	
    box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 2px #666 !important;
	background: #333 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#333)) !important;
    background: -moz-linear-gradient(0% 0% 270deg,#444, #333) !important;
}
.userpro-bm-btn:hover {
    box-shadow: inset 0px 1px 0px rgba(0,0,0, .2), 0px 1px 2px #666 !important;
	background: #444 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#444)) !important;
    background: -moz-linear-gradient(0% 0% 270deg,#555, #444) !important;
}
.userpro-bm-btn:focus, .userpro-bm-btn.active {
    box-shadow: inset 0px 1px 4px #222, 0px 1px 2px #666 !important;
	background: #444 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#444)) !important;
    background: -moz-linear-gradient(0% 0% 270deg,#555, #444) !important;
}

.userpro-bm-btn.bookmarked,
.userpro-bm-btn.bookmarked:hover,
.userpro-bm-btn.bookmarked:focus, .userpro-bm-btn.bookmarked.active{
	color: #fff !important;
    border: solid 1px #bd3d3d !important;
    box-shadow: inset 0 1px #e16565 !important;
	background: #c24a4a !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d14242), to(#c24a4a)) !important;
    background: -moz-linear-gradient(0% 0% 270deg,#d14242, #c24a4a) !important;
}

.userpro-bm-btn.secondary {
	border-color: #ccc !important;
	color: #555 !important;
	
	box-shadow: 0 1px #ccc !important;
	background: #f5f5f5 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5)) !important;
    background: -moz-linear-gradient(0% 0% 270deg,#fff, #f5f5f5) !important;
}
.userpro-bm-btn.secondary:hover {
	border-color: #aaa !important;
	
    box-shadow: 0 1px #ccc !important;
	background: #f5f5f5 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5)) !important;
    background: -moz-linear-gradient(0% 0% 270deg,#fff, #f5f5f5) !important;
}
.userpro-bm-btn.secondary:focus, .userpro-bm-btn.secondary.active {
	border-color: #aaa !important;
	
    box-shadow: inset 0px 1px 4px #ddd, 0 1px #ccc !important;
	background: #f5f5f5 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5)) !important;
    background: -moz-linear-gradient(0% 0% 270deg,#fff, #f5f5f5) !important;
}

/* input */
input.userpro-bm-input[type=text] {
	padding: 5px 8px !important;
	width: 100% !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	margin: 0 !important;
	font-size: 13px !important;
	border-radius: 0 !important;
	background: #fff !important;
	border: 1px solid #ddd !important;
	box-shadow: inset 0 -1px 4px #eee !important;
	color: #888 !important;
}
input.userpro-bm-input[type=text]:focus
{
	background: #fff;
	border: 1px solid #aaa !important;
	box-shadow: inset 0 -1px 4px #ccc !important;
	color: #555 !important;
}
/* Code Added By Vipin for Category Bookmark */
.userpro-bm-btn.bookmarked_category,
.userpro-bm-btn.bookmarked_category:hover,
.userpro-bm-btn.bookmarked_category:focus, .userpro-bm-btn.bookmarked_category.active{
	color: #fff !important;
    border: solid 1px #bd3d3d !important;
    box-shadow: inset 0 1px #e16565 !important;
	background: #c24a4a !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d14242), to(#c24a4a)) !important;
    background: -moz-linear-gradient(0% 0% 270deg,#d14242, #c24a4a) !important;
}
/* Code Ended */
.bookmark_icon_image{
	top:3px;
	position:relative;
	left:3px;
}
