/*
    CSS pour la visualisation des publications

    Created on : 7 nov. 2016, 21:10:21
    Author     : mpichot
*/

.annee {
    padding-top: 15px;
}
div.z-detail, div.z-detail-no {
    margin-top: 3px;
    cursor: pointer;
    color: #018ccd;
}
span.biblio_title {
    font-weight: bold;
}
span.biblio_author {
    
}
span.biblio_relatedItemTitle {
    font-style: italic;
}
div.biblio_supplementary {
    display: inline-block;
}

div.notice {
    margin: 5px;
    padding: 5px;
    border-style: solid;
    border-width: 5px;
    border-radius: 3px;
    border-color: #f0f0f0;
}
article, section {
    display: block;
}
.serval_details {
    margin: 10px;
    text-align: left;
}
.serval_details nav {
    float: right;
}
.serval_details .row {
    margin-bottom: 3px;
    min-height: inherit;
}
.row {
    min-height: 32px;
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: border-box;
}    
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row div {
    display: table-cell;
}
.serval_details div.name, .serval_details div.rowTitle {
    font-weight: bold;
    vertical-align: top;
    min-width: 200px;
}
.col-sm-3, .col-sm-9  {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-sm-3 {
    float: left;
    width: 25%;
}
.col-sm-9 {
    width: 75%;
}

[class^=arr-]{  /* Arrows @RCB */
  border:       solid currentColor;
  border-width: 0 .2em .2em 0;
  display:      inline-block;
  padding:      .20em;
}
.arr-right {transform:rotate(-45deg);}
.arr-down  {transform:rotate(45deg);}

.description {
    margin-top: 10px;
}

div.publications-separator {
    font-weight: bolder;
    color: #666;
    background: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 0;
    border-bottom: 1px dotted #666;
    padding-top: 20px;
}