/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-avr.-2014, 16:51:13
    Author     : laurentdubois
*/
/* publications flags ======================================================== */
div.solr-snippet-wrapper div.record_actions_right{ position:absolute; top:-15px; right:25px; }
div.solr-snippet-wrapper div.record_actions_left{ position:absolute;	top:-15px; left:10px; }
div.solr-snippet-wrapper div.record_actions{ top:15px; display:none; }
div.solr-snippet-wrapper:hover div.record_actions{	display:block;}

div.solr-snippet-wrapper div.record_flags img{
	border                : 1px solid #d3d7d9;
	padding               : 4px;
	-webkit-border-radius : 12px;
  -moz-border-radius    : 12px;
  border-radius         : 12px;
	background-color      : #FFF;
	margin-left           : 5px;
}
div.solr-snippet-wrapper div.record_flags a{ background : none !important; }


.record_flags input[type=checkbox] {
display:none;
}
 
.record_flags input[type=checkbox] + label
{
background: #999;
height: 16px;
width: 16px;
display:inline-block;
padding: 0 0 0 0px;
}
.record_flags input[type=checkbox]:checked + label
{
background: #0080FF;
height: 16px;
width: 16px;
display:inline-block;
padding: 0 0 0 0px;
}


#solr-snippet-wrapper{

}
#solr-snippet-container{
}


#snippet-metadata-container{

}

.snippet-title{
    font-size: 1.2em;
    //font-variant : small-caps;  
}

.snippet-title{
}

.snippet-metadata{
}


