@CHARSET "UTF-8";

/* Group information styling */

/* RESETS */
body .list-view-container,
body .list-view-container div,
body .list-view-container span,
body .list-view-container iframe,
body .list-view-container h1,
body .list-view-container h2,
body .list-view-container h3,
body .list-view-container h4,
body .list-view-container h5,
body .list-view-container h6,
body .list-view-container p,
body .list-view-container img,
body .list-view-container ol,
body .list-view-container ul,
body .list-view-container li,
body .list-view-container fieldset,
body .list-view-container form,
body .list-view-container label,
body .list-view-container legend,
body .list-view-container input[type=text],
body .list-view-container input[type=email],
body .list-view-container input[type=tel],
body .list-view-container input[type=url],
body .list-view-container input[type=number],
body .list-view-container input[type=password],
body .list-view-container select,
body .list-view-container textarea,
body .list-view-container input[type=submit],
body .list-view-container input[type=button],
body .list-view-container input[type=image],
body .list-view-container button,
body .list-view-container table,
body .list-view-container caption,
body .list-view-container tbody,
body .list-view-container tfoot,
body .list-view-container thead,
body .list-view-container tr,
body .list-view-container th,
body .list-view-container td { 
	margin: 0; 
	padding: 0; 
}
body .LnGroupInformation a:hover,
body .list-view-container a:hover {
	text-decoration: none !important;
}
body .list-view-container h1,
body .list-view-container h2,
body .list-view-container h3,
body .list-view-container h4,
body .list-view-container h5,
body .list-view-container h6 {
	letter-spacing: normal !important;
}
.LnGroupInformation{
	float: left;
	padding: 0 0 15px;
	display: block;
	width: 80%;
}
.lngroup-Featured-image{
	float: left;
	width: 20%;
}
.lngroup-Featured-image img {
	width: 100%;
	height: auto;
	max-width: 100px;
	max-height: 100px\0; /* IE8 Fix */
}
.lngroup-group-title {
	padding: 8px 0 11px;
	font-size: 18px;
	text-decoration: none;
	margin: 0;
	float: right;
	color: #006699;
	width: 77%;
}
	/* Responsive Fixes */
	@media screen and (max-width: 479px) {
		.lngroup-group-title {
    			padding-top: 0;
		}
	}
.lngroup-group-title a {
	color: #006699;
	text-decoration: none;
}
.lngroup-group-title a:hover {
	text-decoration: underline !important;
}

/* Join Button */
.lngroup-join{
	float: right;	
}
.lngroup-join span{
	moz-user-select: none !important;
    background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	border: 1px solid #aaa;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 4px 12px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #fff;
	cursor: pointer;
	line-height: 21px;
}
.lngroup-join span{
	cursor: pointer;
    text-decoration: none;
}
.lngroup-join span:hover{
	color: #222;
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #9d9d9d;	
}
.lngroup-join span:active {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(100%,rgba(255,255,255,.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* W3C */
	border: 1px solid #888;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

/* Join Button Window */
.lnform-container{
	position: relative;
	height: 0px;
   	width: 305px;
    float: right;
}	
.lnform-population{
	position:absolute;
    width: 320px;    
	border: 1px solid #CDCDCD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
  	z-index:15; 
    background-color: #FFFFFF;
	padding: 15px;
	right: 2px;
}
	/* Responsive Fixes */
	@media screen and (max-width: 479px) {
		.lnform-population {
    			width: 86%;
		}
	}
.lnform-container table{
	/*padding: 10px; */
	border: 0px !important;
	margin: 0px;
}
.lnform-container table td{
	border: 0px !important;
}
.lnform-container table td h4{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
div.lnform-container table td select{
	width: 60px;
	margin-right: 14px !important;
}
td.form-action-buttons{
	text-align: center;
	padding: 20px 0 10px !important;
}
td.form-action-buttons input, .comment-content-holder input{
	padding: 4px 8px !important;
	background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	cursor: pointer;	
}
.comment-content-holder input {
	margin: 0 4px !important;
}
td.form-action-buttons input:hover, td.form-action-buttons input:focus, div.comment-content-holder input:hover, div.comment-content-holder input:focus {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
div.lnform-container table label{
	cursor: pointer;
}
div.lnform-container{
	display: none;
}
div.clear{
	clear: both;
}

/* ======== Discussion List ======== */
.list-view-container {
	padding: 15px 0 !important;
	position: relative;
	margin: 0;
}

/* Group Discussion Comment */
.popular-item{
	display: block;
	height: auto;
	width: 100%;
}
.popular-entity{
	float: left;
	width: 12%;
	height: auto;
	display: block;
}
.popular-entity img {
	display: block;
	text-indent: -9999em;
	height: auto;
	width: 100%;
	max-width: 80px;
	max-height: 80px\0; /* IE8 Fix */
}	
.popular-content{
	width: 85%;
	float: right;
}
.popular-content .user-contributed h3.groups {
	font-size: 16px;
	line-height: 110%;
	padding: 0 0 6px;
	margin: 0;
	font-weight: normal;
}
.popular-content .user-contributed h3.groups a {
	font-size: 16px !important;
	text-decoration: none;
	color: #006699;
	font-weight: normal;
}
.popular-content .user-contributed h3.groups a:hover {
    text-decoration: underline !important;
    color: #006699;
}
.popular-content .popular-referenced-item,
.popular-content .popular-referenced-item p.article-summary {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.popular-content .popular-referenced-item h4.article-title {
	font-size: 14px !important;
	font-weight: normal;
	padding: 0 0 6px;
	margin: 0;
}
.popular-content .popular-referenced-item h4.article-title a {
	color: #006699;
	text-decoration: none;
}
.popular-content .popular-referenced-item h4.article-title a:hover {
	text-decoration: underline !important;
    color: #006699;
}
.popular-content .popular-referenced-item span.content-source {
	padding: 0 0 0 2px;
	margin: 0;
	font-weight: bold;
	font-style: normal;
	color: #888888;
	font-size: 11px;
}
.popular-article .timestamp {
	color: #999999;
    font-size: 10px !important;
    margin: 3px 0 5px !important;
}

/* Comments Area */
.popular-item-comment {
    background: inherit;
    border: 1px solid #CDCDCD;
 	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.20);
    border-radius: 6px ;
	-moz-border-radius: 6px ;
	-webkit-border-radius: 6px ;
    clear: both;
    font-size: 13px;
    margin-top: 7px;
    min-height: 30px;
    width: 99%;
    color: inherit;
    display: block;
}
.popular-item-comment .timestamp {
	color: #999999;
    font-size: 10px;
    margin: 3px 0 5px !important;
}
.comment-content .commenter{
	float: left;
	cursor: pointer;
	width: 9.7%;
	margin: 2% 1.65%;
}
.comment-content .commenter img{
	border: none;
	margin: 0;
	display: block;
	text-indent: -9999em;
	width: 100%;
	max-width: 80px;
	max-height: 80px\0; /* IE8 Fix */
}
.comment-content .comment-text{
	float: right;
	width: 84%;
	margin: 10px 2% 0 0;
}
.hiddencomment{
	display: none;
}
.more-comments{
	float: right;
    	font-size: 11px;
    	padding: 5px 0 0 5px;
    	cursor: pointer;
}

/* Comments Navigation */
ul.comments-navigation{
	list-style-type: none;
	font-size: 12px;
	float: left;
	padding: 0 !important;
	margin: -3px 0 0 10px !important;
	width: 70%;
}
ul.comments-navigation li{
	list-style:none !important;
	display: inline;
	background-color: #EFEFEF;
	color: #888888;
	border-width: 0 1px 1px;
	border-color: #CDCDCD;
	border-style: solid;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 2px 6px !important;
	font-size: 10px;
	line-height: 10px;
	margin-right: 4px;
}
ul.comments-navigation li a {
	cursor: pointer;
	color: #006699;	
}
ul.comments-navigation li.active,
ul.comments-navigation li:hover {
	background-color: #DFDFDF;
	cursor: default;  
}
ul.comments-navigation li.active a {
	font-weight: bold;
}

/* Actions */
ul.most-common-actions{
	list-style-type: none;
	float: right;
	padding: 5px 0 0 5px !important;
	margin: 0 !important;
}
ul.most-common-actions li{
	display: inline;
	padding: 5px;
	margin: 0;
	font-size: 11px;
}
ul.most-common-actions li a{
	cursor: pointer;
	color: #006699;
	text-decoration: none;
}
ul.most-common-actions li a:hover{
	text-decoration: underline !important;
	color: #006699;
	cursor: pointer;
}

/*ajax transition*/
img.lngroup-ajax-loader{
	vertical-align: middle;
	visibility: hidden;
	width: auto !important;
}
.message{
	padding: 0 10px;
}

/*Front end join button functionality*/
.membership-status{
	text-align: center;
	font-size: 16px;
	padding: 10px;
	vertical-align: middle;
}

/* Front end message box */
.error{
	width: 99%;
	border: 1px solid #A52A2A;
	background-color: #F6E3E3;
	color: #444444;
	margin-bottom: 20px;
}
.error p{
	padding: 0;
	text-align: center;
	margin: 0;
	line-height: 250%;
	font-weight: bold;
}
.updated{
	width: 99%;
	border: 1px solid #bcd5bc;
	background-color: #e7f0e7;
	color: #444444;
	margin-bottom: 20px;
}
.updated p{
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 250%;
	font-weight: bold;
}
.comment-content-holder {
	width: 300px;
	height: 0;
	float: right;
	margin-top: -20px;
	position: relative;
	display: none;
}
.comment-content-holder p{
	float: right;
	margin: 14px !important;
	padding: 0;
}
.comment-content-holder textarea{
	background-color: #FFFFFF;
	padding: 8px !important;
	height: 150px;
	border: none;
}
	/* Responsive Fixes */
	@media screen and (max-width: 479px) {
		.comment-content-holder textarea {
    			width: 94%;
		}
	}
.comment-editor{
	z-index: 9999;
	padding: 10px !importnant;
	position: absolute;
	border: 1px solid #CDCDCD;
	background-color: #F5F5F5;
	right: 2px;
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.20);
}
	/* Responsive Fixes */
	@media screen and (max-width: 479px) {
		.comment-editor {
    			width: 100%;
		}
	}

p.comment-message-container{
	display: none;
}
p.comment-message-container span.error{
	color: #CD2E2E;
}


/* ======== Widget ======== */

ul.LinkedIn-widget-menu{
	padding: 4px 0;	
}
ul.LinkedIn-widget-menu li{
	display: inline;
	cursor: pointer;
	color: inherit;
	padding-right: 2px;
	font-size: 11px;
}
ul.LinkedIn-widget-menu li:hover {
	text-decoration: underline !important;
}
ul.LinkedIn-widget-menu li.discussion-active{
	cursor: default;
	color: inherit;
	font-weight: bold;
}
ul.discussion-hidden{
	display: none;
}
ul.discussions li{
	border-bottom: 1px solid #DEDEDE;
	padding: 20px 0;
	list-style: none;
	display: block;
	clear: both;
	height: auto;
	overflow: auto;
}
ul.discussions li:first-child {
	padding-top: 10px;
}
.widget-post-creator{
	float: left;
	width: 21%;
}
.widget-post-creator img {
	width: 100%;
	text-indent: -9999em;
	display: block;
	max-width: 50px;
	max-height: 50px\0; /* IE8 Fix */
}
.widget-post-text {
	float: right;
	width: 77%;
	line-height: 115%;
}
.widget-post-text a {
	color: #006699;
	padding-bottom: 6px !important;
	font-size: 15px;
	display: block;
	text-decoration: none;
}
.widget-post-text .create-date {
	color: #999999;
	font-size: 10px;
	margin: 3px 0 5px !important;
}
.popular-referenced-item img{
	width: 100%;
	max-width: 80px;
	width: 80px\0; /* IE8 Fix */
}

/* div.popular-referenced-item h4 {
	font-size: 14px;
} */

div.popular-article h3 a {
	font-size: 14px;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
a {
	text-decoration: none;
}