<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Dialogs */

.updb-widget-style .uci-content {
    margin-left: 10px !important;
	margin-top: 5px !important;
}
.updb-widget-style .userpro-coll-listpublic a.active {
    color: #fff !important;
    background-color:rgb(68, 68, 68) !important;	
}

.updb-widget-style .userpro-coll-listpublic {
    width: 100%;
}

.updb-widget-style .uci-url {
    display: none !important;
}
.updb-widget-style .uci-thumb {
   float:none !important;
}
.userpro-button.secondary.addedbookmark {
    color: #fff !important;
    background:rgb(204, 68, 68) !important;
     border: medium none !important;		
}
.userpro-button.secondary.addedbookmark:hover {
    color: #fff !important;
	 border: medium none !important;
	
    background:rgb(204, 68, 68) !important;	
}
.userpro-bm.userpro-bm-nobottommargin-0.userpro-bm-notopmargin-0.userpro-bm-inline-0.userpro-bm-left.userpro-bm-widgetized-0 {
    background-color: white;
}
.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 */
div.userpro-bookmark-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 90000;
}
div.userpro-bookmark-overlay-loader {
	width: 40px;
	height: 40px;
	background: #fff url(../img/loading.gif) no-repeat center;
	border-radius: 10px;
	left: 50%;
	top: 50%;
	position: fixed;
	z-index: 900000;
	margin-top: -20px;
	margin-left: -20px;
}
div.userpro-bookmark-overlay-content {
	position: fixed;
	top: 25%;
	left: 50%;
	background: #fff;
	width: 480px;
	margin-left: -240px;
	z-index: 900000;
	box-shadow: 0 0 10px 0 #666;
	border-radius: 5px;
}
a.userpro-bookmark-close {
	position: absolute;
	right: 0;
	top: -30px;
	color: #fff;
	background: url(../img/close.png) no-repeat right center;
	text-decoration: none;
	font-size: 11px !important;
	text-transform: uppercase;
	padding: 0 28px 0 0;
	height: 16px;
	line-height: 16px;
	opacity: 0.7;
}
.userpro-bookmark-user {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	border-radius: 5px 5px 0 0;
	position: relative;
}

.userpro-bookmark-user-thumb {
	float: left;
}
.userpro-bookmark-user-thumb.alt {margin-left: 5px}

.userpro-bookmark-user-thumb img {
	border-radius: 999px;
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
}
.userpro-bookmark-user-info {
	margin: 0 0 0 70px;
}
.userpro-bookmark-user-name {color: #666}
.userpro-bookmark-user-name.alt {
	font-size: 12px;
}

.userpro-bookmark-user-name.alt span {
	background: #eee;
	padding: 1px 10px;
	border-radius: 3px;
	color: #777;
	display: inline-block;
	box-shadow: inset 0 1px 1px #ccc;
	margin: 0 6px 0 0;
	font-size: 11px;
}
.userpro-bookmark-user-name.alt span.bubble {
	background: #feb7b7;
	color: #fff;
	box-shadow: inset 0 1px 1px #e89191;
}
.userpro-bookmark-user-name.alt span.bubble i {
	position: relative; top: -1px;
}
.userpro-bookmark-user-name.alt span.bubble:hover {
	background: #e89191;
}
.userpro-bookmark-user-name.alt span.bubble-text {
	background: transparent;
	color: #666;
	box-shadow: none;
	padding: 1px 0;
	display: none;
	text-transform: uppercase;
}

.userpro-bookmark-user-name a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
.userpro-bookmark-user-name a:hover {color: #333}
.userpro-bookmark-user-tab {
	margin: 2px 0 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #aaa;
}
.userpro-bookmark-user-tab.alt {
	color: #666;
	font-size: 12px;
	line-height: 20px;
	margin: 6px 0 0 0
}
.userpro-bookmark-user-tab.alt a {
	color: #1e93be !important;
	text-decoration: none !important;
}
.userpro-bookmark-user-tab.alt a:hover {
	text-decoration: underline !important;
}
.userpro-bookmark-body {
	padding: 0 15px 15px 15px;
}
.userpro-bookmark-body.alt {
	padding: 5px 0 15px 0;
	overflow: auto;
}

.userpro-bookmark-body.alt form.userpro-send-chat {display:none}


.userpro-bookmark-body &gt; ul {
    padding: 10px;
}

.userpro-bookmark-body li {
    line-height: 24px;
    list-style: outside none disc;
}
.userpro-bookmark-body p {
	text-align:center; font-weight:bold; border-bottom:solid 1px;padding-bottom:5px;padding-top: 10px;
}

.upb-tooltip {
    position: relative;
    display: inline-block;
}
.upb-tooltip .upb-tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    margin-left: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    font-size:12px;
}
.upb-tooltip:hover .upb-tooltiptext {
    visibility: visible;
} </pre></body></html>