#ShopShare-layout_icon,
#ShopShare-layout_table{
  margin: 20px 0 10px;
}
#ShopShare-layout_icon:before, 
#ShopShare-layout_icon:after{
  display: table;content: " ";
}
#ShopShare-layout_icon:after{
  clear: both;
} 
#ShopShare-layout_icon .ShopShare-file{
  float: left;
  margin-right: 20px;
  text-align: center;
  max-width: 100px;
}
#ShopShare-layout_table .ShopShare-file > svg{
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
#ShopShare-layout_table table {
  table-layout: auto;
}
#ShopShare-layout_table table tr:nth-child(2n){
  background-color: #f0f0f0;
}
#ShopShare-layout_table .ShopShare-file_title{
  vertical-align: middle;
}
.ShopShare-file{
  cursor: pointer;
}
.ShopShare-file_title{
  position: relative;
}
#ShopShare-layout_icon .ShopShare-file_title > span{
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
}
.ShopShare-tooltip{
  visibility: hidden;
  width: 150px;
  width: auto;
  background-color: rgba(0,0,0,.8);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
}
.ShopShare-tooltip::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0,0,0,.8) transparent transparent transparent;
}
.ShopShare-file_title:hover .ShopShare-tooltip{
  visibility: visible;
}
.Modal-open{
  overflow: hidden;
}
.Modal{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
.Modal-backdrop{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: .5;
}
.Modal-vertical_align{
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.Modal-dialog{
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
  padding: 0 20px;
}
.Modal-content{
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.Modal-body{
  position: relative;
  padding: 35px 10px 10px;
}
.Modal-file_name{
  display: block;
  text-align: left;
  margin-top: 10px;
}
.Modal audio, .Modal video{
  width: 100%;
  max-width: 100%;
}
.Modal-close{
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
}
@media (min-width: 992px){
  .Modal-dialog{
    width: 900px;
  }
}
