.container {
  margin: 5px 20px;
  padding: 5px;
}

.setContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;

  width: auto;
  height: auto;
  max-height: 360px;
  margin: 5px 0;
  padding: 0;

  border: 1px solid #CACACA;
  border-radius: 3px;
}

/* Two rows. Vertical scroll. */
/*.setContainer {
height: auto;
max-height: 360px;
border: 1px solid black;
border-radius: 3px;
overflow-y: auto;
overflow-x: auto;
width: auto;
padding: 0;
margin: 5px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
}*/

.blobSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  margin: 3px;

  cursor: pointer;

  border-radius: 5px;
  background-color: #EEE;
}

.setContainer > div {
  margin: 10px 0;
}

.blobSet-span {
  text-align: center;
}

.blobSet:hover {
  transition: all .3s ease-in-out;

  background-color: #558ACE;
}

.blobSet img {
  height: 128px;
  margin: 10px 15px;
}

.blobTitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
      flex: 0 1 100%;

  width: 1px;

  text-align: center;
}

.upload-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  margin: 5px 0;
}

.upload-dialog > div:nth-of-type(odd) {
  background-color: #E3E2E7;
}

.upload-element {
  -webkit-box-flex: 1;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.upload-row > img {
  display: none;

  width: 100%;
  max-width: 160px;
}

.upload-element:first-child {
  text-align: center;
}

.ui-widget-header {
  font-size: 20px;
  font-weight: normal;

  margin: 0;

  text-align: center;

  border: 0;
  border-bottom: 2px solid rgb(162, 162, 162);
  border-radius: 0;
  background: #CECECE;
}

.ui-dialog-title {
  width: 100% !important;
}
