/* 
    Created on : 13-Mar-2015, 10:09:30
    Author     : Clef2Web - Raphaël Gérard
*/

#selecteurbatt h1{
    margin : 0 0 10px 0;
}
.batt_part{
    height: 130px;
    overflow:auto;
    //margin-bottom: 15px;
    //margin-bottom: 10px;
    //padding: 5px 0 5px 5px;
    padding: 0;
}
#nomb_elem{
    height: 55px;
}
.nomb_elem_label{
    cursor:pointer;
}
hr.select_part_sep{
    margin:4px 0;
    border: none;
}
.batt_items_wrapper{
    min-height: 90px;
    line-height: 90px;
/*    min-height: 60px;
    line-height: 60px;*/
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.batt_items_wrapper div.label_part{
    height: 15px;
    margin: 0 0 15px 0;
    width: 100%;
    line-height: 0px;
}

.batt_items_wrapper .preview > img{
/*    max-height: 40px;
    max-width: 40px;*/
    max-height: 70px;
    max-width: 70px;
    text-align: center;
    vertical-align: middle;
}
#preview_batt_part, #preview_tous_conn{
	position:absolute;
	border:5px solid #333;
	//padding:5px;
	display:none;
	color:#fff;
        background-color:white;
        width:250px;
        //height:250px;
        line-height:250px;
        text-align:center;
        box-shadow: 10px 10px 5px #888888;
        position:fixed;
        z-index:1000;
}
#preview_batt_part div#preview-desc,#preview_tous_conn div#preview-desc {
line-height: 16px;
  background-color: #333;
  color: #fff;
/*  width: 257px;
  margin: 10px 0 0 -8px;*/
  padding: 5px 5px 0 5px;
}
#preview_tous_conn{
    top:28%;
    left:36%;
  }
  
#preview_batt_part{
    top:50%;
    left:50%;
  }
  
.batt_items_wrapper .batt_item{
    border: solid 2px #FFF;
    height: 100px;
    width: 72px;
    line-height: 70px;
/*    height: 70px;
    width: 70px;    
    line-height: 40px;*/
    margin-right: 10px;
    display:table-cell;
    vertical-align:middle;
    float: left;
    text-align: center;
    cursor: pointer;
}
.batt_items_wrapper .batt_item span{
  display: block;
  line-height: 0px !important;
  margin: 15px 0px 0 0;
  width: 74px;
  /*width: 70px;*/
  height: 13px;
  text-align: center;
  font-size:12px;/*reduceheight*/
}
.batt_item.select{
    border: solid 2px #2D8DC9;
}
.stop_float{
    clear: both;
}

.batt_items_wrapper .batt_item.unactive{
    cursor: inherit;
    opacity:0.3;
}

.no_display{
    display:none;
}

#selection{
  background-color: #F7D795;
  padding: 5px;
  /* height: 20px; */
  display: inline-block;
  border: 2px solid #c4aa77;
  font-weight: bold;
  margin-right:15px;
}

#selection.complete, .sele_final{
  /*background-color: #D5E1AA;*/
  background-color: #2E8CC9;
 // border: 2px solid #DCE6BE;
  color:#fff;
}
#selection.complete{
  border: 2px solid #2E8CC9;
}

.batt_items_wrapper input.batt_item:nth-of-type(1){
  margin: -2px 5px 0 5px;
}

.batt_items_wrapper input.batt_item{

  margin: -2px 5px 0 15px;
  vertical-align: middle;
}

#batt_selection_wrapper .batt_item, #batt_selection_wrapper  .label_part,  #batt_selection_wrapper  #selection{
    float:left;
}
#batt_selection_wrapper .label_part{
    line-height:32px;
}

#selection_block > div{
    height: 50px;
    float:left;
}
#selection_block > div:first-child{
padding-right: 10px;
}

#selection_block{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 32px;
}

#raz button{
    cursor:pointer;
    height:30px;
    margin-bottom: 4px;
}

.label_part_value{
//    font-weight:bold;
    font-weight:900;
    color:#444;
}

.batt_part .label_part{
    min-height:25px;
}

.batt_items_wrapper#nombelem{
  min-height: 30px;
  height: 30px;
  line-height: 30px;
}

#nombelem span{
    float:left;
    vertical-align: middle;
}
#nombelem input{
    height:auto;
    width:auto;
    vertical-align: middle;
    margin-top:8px;
}
td.alt_feature{
    background-color:#F8F421;
}
#selection-part table{
    width: auto !important;
    min-width: 270px;
}
#selection-part tr td:nth-of-type(1){
    width:80px;
    font-style: italic;
}
#selection-part tr.first_row td{
    border-bottom:solid 2px black !important;
}
#selection-part table{
    border-collapse: collapse;
}
#selection-part tr td:nth-of-type(2), #selection-part tr td:nth-of-type(3), #selection-part tr td:nth-of-type(4){
    width:190px;
    font-weight: bold;
}
/* #selection-part tr.sub_title_row td{
    font-weight: normal;
} */
#tous_conn .conn_item .ref {
	font-family : Verdana;
	font-size:medium;
	font-weight:bold;
	text-align: center;
	text-decoration: none;	
	color : #FFFFFF;
	background-color : #000000;
	height: 24px;
}
#tous_conn .conn_item .desc {
	font-family : Verdana;
	font-size:x-small;
	text-align: center;
	text-decoration: none;	
	color : #000000;
	background-color : #FFFFFF;
	height: 15px;
}
#tous_conn .conn_item .deta {
	font-family : Verdana;
	font-size:x-small;
	text-align: center;
	text-decoration: none;	
	color : #888888;
	background-color : #FFFFFF;
	height: 15px;
}
#tous_conn img{
    max-width: 120px;
    max-height: 120px;
}
#tous_conn .wrap_conn_img{
    width: 120px;
    height: 120px;    
}
#tous_conn .conn_item{
    float: left;
    //height:180px;
    height: 210px;
    width: 120px;
    padding-right:5px;
    text-align: center;
}
#tous_conn .conn_item .ref{
    text-align: center;
}

#inline {
    width:1000px !important;
}

 #tous_conn a:hover{
    cursor:default;
  }
/*RWD*/

@media screen and (max-width: 1024px) {

 #preview_tous_conn{
    left:30%;
  }
  #inline {
    width:625px !important;
  }
  #lightbox-wrap{
      width:645px !important;
  }
  #lightbox-content{
      width:625px !important;
  }
}

@media screen and (max-width: 768px) {
     #preview_tous_conn{
      width:100% !important;
    left:0%;
   // position: relative;
  }
     #preview_tous_conn img{
         //width:90% !important;
  }
  #inline {
    width:250px !important;
  }
  #lightbox-wrap{
      width:270px !important;
  }
  #lightbox-content{
      width:250px !important;
  }
}