
.solr-snippet-label {
	font-weight: 600;
}

.solr-snippet-wrapper {
	border-bottom: 1px dotted #CCC;
	padding: 0 10px 10px 10px;
	margin-right: 20px;
	overflow: hidden;
	height: 100%;
}

/*
.solr-snippet-wrapper::after {
	content:"";
	clear: both;
*/
}

.extra-info-button {
	font-weight: 600;
	color: #cc9999;
}

.extra-info-button:hover {
	font-weight: 600;
}

.snippet-thumbnail {
	float: left;
	position: relative;
	left: -5px;
}

.snippet-thumbnail .vital-thumbnail {
	max-width: 60px;
	max-height: 80px;
	
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
	
	border-radius: 
}

.solr-snippet-container {
	margin-left: 70px;
	margin-top: 5px;
}


/* Styles for Latest Added Snippets */

.snippet-wrapper {
	margin: 5px 10px;
}

.snippet-title {
	font-size: 1.2em;
	font-weight: 600;
	margin-left: 1em;
	max-width: 90%;
}

.snippet {
	margin: 5px 2em;
}


.vitalweb-object .snippet-thumbnail {
	display: inline-block;
	float: right;
	position: relative;
	margin-right: 2.5%;
	left: 0;
}

.vitalweb-object .snippet-thumbnail img {
	margin: 5px auto;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	max-width: 200px;
	max-height: none;
	width: 100%;
	height: auto;
}

.vitalweb-object .solr-snippet-container {
	overflow: auto;
	padding: 1.5em 0;
	width: 100%;
	max-width: 600px;
	margin: 0;
}

.vitalweb-object .solr-snippet-wrapper {
	margin: 0;
	padding: 0;
}

.vitalweb-object .extra-info-button {
	padding: .5em 1em;
	border-radius: .5em;
	border: 1px solid #cccccc;
	font-weight: bold;
/*
	color: #1C94C4;
*/
	display: inline-block;
	margin: .5em;
}

.vitalweb-object .extra-info-button:hover {
/*
    cursor: pointer;
    color: #C77405;
*/
    background-color: #FDF5CE;
}

.vitalweb-object .extra-info-button:active {
    background-color: #FFFFFF;
}

.view-flag-repo-selection {
	margin:0px;padding:0px;
	//width:100%;
	//box-shadow: 10px 10px 5px #888888;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.view-flag-repo-selection table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.view-flag-repo-selection tr td{
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.view-flag-repo-selection table tr:first-child th:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.view-flag-repo-selection table tr td{
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
.view-flag-repo-selection tr td{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
.view-flag-repo-selection tr:hover td{
	background-color:#d3e9ff;
		

}
.view-flag-repo-selection td{
	vertical-align:middle;
	background-color:#ffffff;
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	/*font-size:12px;*/
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.view-flag-repo-selection tr td{
	border-width:0px 1px 0px 0px;
}
.view-flag-repo-selection tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.view-flag-repo-selection tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.view-flag-repo-selection tr th{
		background:-o-linear-gradient(bottom, #8414B5 5%, #8414B5 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8414B5), color-stop(1, #8414B5) );
	background:-moz-linear-gradient( center top, #8414B5 5%, #8414B5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8414B5", endColorstr="#8414B5");	background: -o-linear-gradient(top,#8414B5,0057af);

	background-color:#8414B5;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.view-flag-repo-selection tr:first-child:hover th{
	background:-o-linear-gradient(bottom, #8414B5 5%, #8414B5 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8414B5), color-stop(1, #8414B5) );
	background:-moz-linear-gradient( center top, #8414B5 5%, #8414B5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8414B5", endColorstr="#8414B5");	background: -o-linear-gradient(top,#8414B5,0057af);

	background-color:#8414B5;
}
.view-flag-repo-selection tr:first-child th:first-child{
	border-width:0px 0px 1px 0px;
}
.view-flag-repo-selection tr td{
	border-width:0px 0px 1px 1px;
}
/* print fix */
.print-content .node .node-content .vitalweb-object .solr-snippet-container .extra-info-button
.print-content .article .article-content .vitalweb-object .solr-snippet-container .extra-info-button{
display:none;
}

.print-content .vitalweb-object .snippet-thumbnail {
	display: inline-block;
	float: right;
	position: relative;	
	width: 19%;	
	margin-right: 0px;
}

.print-content .vitalweb-object .solr-snippet-container {
	overflow: auto;
	padding: 1.5em 0;
	width: 80%;
	float:left;
	max-width: none;
	margin: 0;
}