.com-media .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.com-media .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.com-media .row-fluid [class*="span"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.com-media .span12 {
  flex-basis: 100%;
}
.com-media .span11 {
  flex-basis: 91.48936170212765%;
}
.com-media .span10 {
  flex-basis: 82.97872340425532%;
}
.com-media .span9 {
  flex-basis: 74.46808510638297%;
}
.com-media .span8 {
  flex-basis: 65.95744680851064%;
}
.com-media .span7 {
  flex-basis: 57.44680851063829%;
}
.com-media .span6 {
  flex-basis: 48.93617021276595%;
}
.com-media .span5 {
  flex-basis: 40.42553191489362%;
}
.com-media .span4 {
  flex-basis: 31.914893617021278%;
}
.com-media .span3 {
  flex-basis: 23.404255319148934%;
}
.com-media .span2 {
  flex-basis: 14.893617021276595%;
}
.com-media .span1 {
  flex-basis: 6.382978723404255%;
}
.com-media .thumbnails {
  list-style: none;
  padding: 0;
  margin: -7.5px;
  display: flex;
  flex-wrap: wrap;
}
.com-media .thumbnails-media .thumbnail {
  background-color: #f4f4f4;
  border-radius: 3px;
  border: 0;
  padding: 0;
  height: 100px;
  width: 100px;
  margin: 7.5px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 5%) inset;
}
.com-media .height-50 {
  height: 50px;
}
.com-media .thumbnails-media .thumbnail .imgFolder span {
  line-height: 90px;
  font-size: 38px;
  margin: 0;
  width: auto;
}
.com-media .thumbnails-media .thumbnail .icon-folder,
.com-media .thumbnails-media .thumbnail .icon-folder-2 {
  width: 30px;
  height: 20px;
  display: inline-block;
  margin: auto;
  position: relative;
  background-color: #708090;
  border-radius: 0 3px 3px 3px;
  margin-bottom: -8px;
  margin-top: 12px;
}
.com-media .thumbnails-media .thumbnail .icon-folder-2:before,
.com-media .thumbnails-media .thumbnail .icon-folder:before {
  content: "";
  width: 50%;
  height: 0.2em;
  border-radius: 0 20px 0 0;
  background-color: #708090;
  position: absolute;
  top: -0.2em;
  left: 0;
}
.com-media .thumbnails-media .thumbnail .small {
  margin-top: 15px;
}
