


#updateBtn {
  margin-top: 20px;
}

#myTabs a[type=button] {
  cursor: default;
}

[data-type="close-tab"] {
  cursor: pointer;
}

.nav-link.active {
  font-weight: bold;
}

th.small {
  width: 30px;
}

#extraTabsContent {
  padding-top: 1rem;
}

.tab-extra-main {
  float:left;
  max-width: 72%;
  /*width: 75%;*/

}


.tab-extra-aux {
  margin-left: 2rem;
  float:left;
  max-width: 22%;
  /*width: 25%;*/
}

.tab-extra-aux img {
  margin-bottom: 1rem;
}

#loading {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  left:0;
  top:0;
  background-color: black;
  opacity: 0.4;
  z-index: 1000;
}

#loading img{
  position: absolute;
  left: 50%;
  top:50%;
  z-index: 1001;
}

/*a[data-type=remove-image][data-id=""] {
  display: none;
}*/

