/*
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 : 5 juin 2017, 01:30:49
    Author     : abdenourbedjih
*/

/*** ***/ *

.entities-list .item-container {
    display: inline-block;
    margin: 10px 10px 15px;
    vertical-align: text-bottom;
    border: dashed 1px;
    padding: 5px;
    text-align: center; 
    width:98%;
}
.entities-list .item-container > div {
    width:70%;
    float:left;
    text-align: left;
}

.entities-list .item-container > input {
    display: inline;
    float: right;
    margin-left: 8px;
}
.entities-list .item-container .adm_field_collection > div,
.entities-list .item-container .adm_field_collection > h4,
.entities-list .item-container .adm_field_collection > article,
.entities-list .item-container .node__content > div {
  /* display: table-cell; */
   margin: 5px;
   width: 30%;
   text-align: left;
   vertical-align: middle;
}
.entities-list .item-container .adm_field_collection > h4 {
    width:250px;
}
.entities-list .item-container .node__content {
    width:56%;
    float:left;
    margin-top:9px;
}
.entities-list .item-container article.node h2 {
    width: 20%;
    float: left;
    display: inline-block;
}

.entities-list .item-container:hover {
     border: dashed blue 1px; 
}