nav {
  width: 100%;
  background: #efe0ce;
  padding: 25px 0;
  margin-bottom: 15px;
}
nav .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
nav .container .brand img {
  width: 50%;
}
nav .container .navbar-nav {
  width: fit-content;
  flex-direction: row;
  gap: 10px;
  justify-items: center;
}
nav .container .navbar-nav li {
  width: fit-content;
}

a {
  color: #212529;
}
a:hover {
  color: #212529;
}

.disable-select {
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}

.hidden {
  display: none;
}

.button {
  border: 3px solid #efe0ce;
  margin: 15px 15px 15px 0;
}
.button:hover {
  background: #efe0ce;
}

#main {
  min-height: 80vh;
}
#main .col-8 {
  border-left: 1px solid #dee2e6 !important;
}

.is-dragover {
  cursor: copy;
}

#search-container {
  display: flex;
  justify-content: space-between;
}
#search-container .button {
  margin: 0;
}
#search-container input {
  width: 80%;
  height: initial;
}

#folders-container {
  height: 600px;
  overflow: scroll;
}
#folders-container .tj_description {
  width: max-content;
}
#folders-container > ul > li > span {
  display: none;
}
#folders-container > ul > li > ul {
  padding-left: 0;
}
#folders-container > ul > li > ul > li > .tj_leaf {
  margin-left: 0;
}

#folder-view .image {
  cursor: pointer;
  padding: 15px;
  text-align: center;
}
#folder-view .image img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-bottom: 10px;
}

#image-view .col-12, #image-view .col-6 {
  padding-left: 0;
}
#image-view .content .information > * {
  margin-bottom: 25px;
}
#image-view .content .information .product-id-container {
  display: flex;
  align-items: center;
}
#image-view .content .information .product-id-container button {
  margin: 0 5px 0 0;
}
#image-view .content .information .product-id-container input {
  margin: 5px 0;
  width: 100%;
}
#image-view .content .image img {
  max-width: 400px;
}

/*# sourceMappingURL=main.css.map */
