/*Md. Yeasin Hossain*/
.ui-autocomplete {
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
}
/** html .ui-autocomplete {
	height: 100px;
}*/
.button.tiny {
    font-size: 9px;
    padding: 2px 3px;
}
textarea{
	resize:none;
}

.userInteraction a:hover{
	BACKGROUND:#ddd;
}

.selectedMembers{
	min-height: 10px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
/*::selection{
	color:green;
}
::-moz-selection{
	color:green;
	background:#111;
}*/
.upleft{
	margin:80px 10px 0;
	position:relative;
	min-height:150px;
	/*border:2px solid #ececec;*/
	border-radius:10px;
	/*padding:10px;*/
	/*background: #f5f5f5;*/
	width:64%!important;
        padding-bottom: 20px;
}
.upheader{
	position:absolute;
	height:170px;
	padding: 5px;
	width:620px;
	top:-70px;
}
.proPic{
	width:160px;
	/*height:160px;*/
	float:left;
	position:relative;
}
.propichold{
    max-height: 180px;
    max-width: 160px;
    overflow: hidden;
}

.propichold img{
    border: 2px solid #ECECEC;
    max-height: 180px;
    max-width: 156px;
}

.picup{
	width:110px;
	height:22px;
	opacity:0.5;
	background:#555;
	position: absolute;
	right:0;
	bottom:0;
	display:none;
}
.userInfo{
	    float: left;
		height: 24px;
		margin-left: 10px;
		margin-top: 15px;
		width: 430px;
		padding:10px;
}
.username{
	font-size:20px;
	font-weight:bold;
	/color:#2baacb;
	color:#555;
	padding-left:10px;
}
.userInteraction{
	/*border: 1px solid green;*/
	/*border-radius: 8px;
	background: #ddd;
	box-shadow: 3px 3px 0px 1px #aaa;
    float: left;
    height: 70px;
    margin-left: 10px;
    margin-top: 6px;
    width: 430px;
	padding:17px 2px;*/
}
.userInteraction input{
    margin-left:10px;
    margin-top:6px;
	/*float:left;
	padding:10px 7px 11px!important;*/
}
.userInteraction a{
    margin-left:10px;
    margin-top:6px;
	color:#666;
	padding:5px 2px;
	/*float:left;
	padding:10px 7px 11px!important;*/
}

.ubTab{
	margin-top:122px;
	height:31px;
}
.ubTab div{
	width:17%;
	border-radius: 2px;
	/border:1px solid #d2d2d2;
	padding: 7px;
	font-size: 15px;
	font-weight:bold;
	/color:#2baacb;
	color:#555;
	cursor:pointer;
	text-align:center;
	
}
.userBulletinTab{
	float:left!important;
}
.ubTab div.activeTab{
	/background:#2baacb;
	background:#999;
	color:#fff;
}
.ubCon{
	margin-top: 20px;
	line-height:1.5;
	/*display:none;*/
}
.userBulletin{
	margin-top: 20px;
	line-height:1.5;
	display:none;
}

.userBlocks{
	width:100%;
	min-height:50px;
	padding:10px;
	background:#fff;
	box-shadow: 3px 3px 1px #aaa;
	margin-bottom: 15px;
	position:relative;
}
.editCon{
	position:absolute;
	top:3px;
	right:3px;
}

.ubHeader{
	font-size: 20px;
	font-weight:bold;
	color:#2baacb;
	
}
.ubContent{
	font-size: 14px;
	color:#666;
	padding:5px;
}
.professionSingle,.educationSingle{
	border-bottom:1px solid #ececec;
	padding: 5px 0; 
	position:relative;
}

.proCompany,.eduInstitute{
	font-weight:bold;
}
table{
	border:0px!important;
	margin:0!important;
	border-collapse:collapse;
	width:100%;
}
th{
	text-align:left;
	width:160px;
	padding-left: 5px;
}
td{
	padding:5px 10px !important;
}
tr{
	border-bottom:2px solid #FFF!important;
	width:100%;
	background:#f7f7f7!important;
}
.contentH{
	font-weight:bold;
}
.moreFromUser{
	min-height:100px;
	padding:5px;
	border-bottom:1px solid silver;
	margin:0 0 15px 0;
}
.morefuser{
	margin-top:10px;
	border-bottom:0px solid silver;
	padding:4px;
	min-height:90px;
	max-height:350px;
	overflow:auto;
}
.seemore {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	width:100%;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	/*-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;*/
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	/*background:#2BA6CB;*/
	position:absolute;
	bottom:0;
	left:0;
}
.seemore:hover {
	text-decoration: none;
	/*background:#2BA6FF;*/
}
.tabMore{
	width:100%;
	height:30px;
	border:1px solid #2baacb;
}
.tabMore div{
	float: left;
	padding: 7px 5px;
	width:25%;
	font-size:14px;
	border:0px solid #ececec;
	background:#fefefe;
	cursor:pointer;
	text-align:center;
	color:#444;
}
.tabCon>div{
	display:none;
	border:1px solid #2baacb;
	width:100%;
	min-height: 250px;
	position:relative;
	margin-top:-1px;
}
.tabMore div.activeTab{
	background:#2baacb;
	color:#e1e1e1;
}
.tabMore div.activeTab:hover{
	background:#2baacb;
	font-weight:bold;
}
.tabMore div:hover{
	background:#f1f1f1;
}


/*********comments*************/
.comments{
	/*background:#eaeaea;*/
}
.commentsHeader{
	height:20px;
	padding:5px;
	cursor:pointer;
	margin-bottom:2px;
}

.commentsHeader:hover{
	text-decoration:underline;
}
.commentInner{
	width:100%;
	border:1px solid silver;
	min-height:50px;
	padding:5px;
	position:relative;
	display:block;
}
.commentImg{
	width:32px;
	height:100%;
	float:left;
}
.commentImg img{
	width:32px;
	height:32px;
}
.commentComment{
	/*border:1px solid silver;*/
	float:left;
	margin-left:10px;
	width:530px;
	word-wrap: break-word;
	
}
.hideCommment{
	display:none;
}
/*****************pages********************/

/********************bulletin*************************/
.userBulletin{
	margin-top:20px;
	background:#FFF;
}
.bulletinsingle{
	/*background:#fff;*/
	border-bottom:1px solid #DDD;
        padding:5px;
}
.buserinfo{
	height: 50px;
	width:100%;
	padding:2px;
	border-bottom:1px solid #d2d2d2;
}
.buserphoto{
	width:45px;
	height:45px;
	float:left;
}
.buserphoto img{
	width:45px;
	height:45px;
	border:1px solid #d2d2d2;
}
.busername{
	float:left;
	padding:10px;
}
.bulletine_created{
    font-size: 11px;
    padding: 2px 5px;
    color: #666;
}
.bulle{
    color: #666666;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px;
    word-wrap: break-word;
    width: 550px;
}
.userBulletinSet{
	padding-bottom: 15px;
}
/************actions******************/
.pa{
	padding:2px 10px;
	color: #2BA699;
	height:30px;
        margin-bottom: 15px;
}
.leftpa{
	float:left;
}
.rightpa{
	float:right;
}

.leftpa div>img,.rightpa div>img{
	height:13px;
}
.leftpa div,.rightpa div{
	float:left;
	font-size:11px;
	margin-right:4px;
}
.leftpa div:hover,.rightpa div:hover{
	/*text-decoration:underline;*/
	border-bottom:1px solid #2BA699;
	cursor:pointer;
}
.eduQua{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BAB6B6;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    box-shadow: 3px 3px 0 #818181;
    -moz-box-shadow: 3px 3px 0 #818181;
    margin: 10px 0;
    padding: 10px;
}
.eduQua h2{
    border-bottom: 1px solid #B7B5B5;
    font-size: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 5px 0;
}
.eduQuaPartial{
    border: 1px dashed rgba(0, 0, 0, 0.31);
    padding: 8px;
}
.ubCon span.label{
    background: none repeat scroll 0 0 transparent;
    color: #000000;
}
.ubCon p{
    margin: 0px;
}

/*The Following css codes are written by Fahim*/
.pagesCon{
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid silver;

}
.pagesC{
	padding:0px;

}
.pages{
	height:340px;
	margin-top:5px;
}
.pagesHead{
	color: #2BA6AA;
    font-size: 18px;
    line-height: 22px;

}
.ps{
	height:165px;
	/*padding-left:5px;
	width:46%;*/
	float:left;
	margin-bottom:5px;
}
.ps img{
	float:left;
	width:60px;
	height:60px;
	margin-top:5px;
	border:2px solid #ececec;
	display:none;
}
.pageInfo{
	float:left;
	/*width:220px;*/
	margin-left: 10px;
	padding:20px 10px;
	height:100%;
	width:120px;
	background:url(../images/page.jpg) no-repeat;
	background-size:100% 100%;
	position:relative;
}
.pit{
	color: #2baacb;
        font-size: 13px;
        font-weight: bold;
	line-height:18px;
        word-wrap: break-word;
}
.pid{
	color: #414242;
    font-size: 11px;
	line-height:18px;
	height:80px;
	overflow:hidden;
	color:#777;
}
.pii{
	color: #8E8E8E;
    font-size: 10px;
	position:absolute;
	bottom:20px;
}
.userContentcontainer{
    padding: 10px;
    margin-bottom: 25px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 265px;
}
.userContentPartials{
    border-bottom: 1px solid #EEE;
    margin-bottom: 5px;
    height: 60px;
}
.userContentPartials p{
    margin: 0px;
    padding: 0px;    
}
.userContentPartials .title{
    font-weight: bold;
    margin-bottom: 5px;
}
.userContentPartials .desc{
    font-size: 12px;
    margin: 0px;
    color: #666;
    line-height: 16px;
    height: 30px;
    overflow: hidden;
    word-wrap: break-word;
}
.userContentPartials img{
    float: left;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    margin-top: 2px;
}
#myModal h1{
    border-bottom: 1px solid #565656;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.recommendTo{
    height: 100% !important;
    margin: 0px !important;
    background: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -webkit-box-shadow: none !important;    
}