/* @override http://dev.jvac.com/themes/sp_agood/css/schema.css */
.modal-backdrop
{
	display: none; /*Bogue à corriger*/
}
#jvitem_myModal, #jvitem_mycontainer
{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;

/*  background-color: #444;*/
}

#jvitem_mycontainer .schemaImg
{
  width: 100%;
  max-width: 900px;
}

#jvitem_myModal *, #jvitem_mycontainer *
{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

#jvitem_myModal ul, #jvitem_myModal ol, #jvitem_mycontainer ul, #jvitem_mycontainer ol
{
  margin-top: 0;
  margin-bottom: 10px;
}

 #jvitem_mycontainer .partsList
{
  font-size: 12px;
  margin-top: 10px;
}
 #jvitem_mycontainer tr:hover td {
  color: white;
  background-color: #31A2FF;
  cursor: pointer;
}

 #jvitem_mycontainer .magnify
  {
    width: 100%;
    margin: 30px auto;
    position: relative;
  }

/*Lets create the magnifying glass*/
 #jvitem_mycontainer .large {
  width: 300px; height: 300px;
  position: absolute;
  border-radius: 100%;

  /*Multiple box shadows to achieve the glass effect*/
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

  /*hide the glass by default*/
  display: none;
}

/*To solve overlap bug at the edges during magnification*/
 #jvitem_mycontainer .small { display: block;}
