.bg-gradient-primary {
  background-color: #00AB4E;
  background-image: linear-gradient(180deg, #17AC4E 10%, #107435 100%);
  background-size: cover;
}

.bg-login-image {
  background: url("../img/buma_login.png");
  background-position: center;
  background-size: cover;
}

/* .container-fluid {
  padding-left: 0;
  padding-right: 0;
} */

.form label {
  font-weight: bold;
}

/* .nav-link span {
  font-size: 2em;
} */


.sidebar-dark hr.sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.85);
}


.preview-images-zone {
  width: 100%;
  border: 1px solid #ddd;
  min-height: 145px;
  /* display: flex; */
  padding: 5px 5px 0px 5px;
  position: relative;
  overflow:auto;
}
.preview-images-zone > .preview-image {
  height: 145px;
  width: 250px;
  position: relative;
  margin-right: 5px;
  float: left;
  margin-bottom: 5px;
  border: 5px solid #eee;
  background:#eee;
}
.preview-images-zone > .preview-image > .image-zone {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}
.preview-images-zone > .preview-image > .image-zone > img {
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.preview-images-zone > .preview-image > .tools-edit-image {
  position: absolute;
  z-index: 100;
  color: #fff;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
.preview-images-zone > .preview-image > .image-cancel {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
  display: none;
  /* box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); */
  z-index: 100;
}

.preview-images-zone > .preview-image > .image-cancel:hover {
  color: #999;
}
.preview-image:hover > .image-zone {
  cursor: move;
  opacity: .5;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
  display: block;
}
.ui-sortable-helper {
  width: 250px !important;
  height: 145px !important;
}
.preview-image-static:hover > .image-zone {
  cursor: default!important;
  opacity: 1!important;
}

.photos-container {
  padding-top: 0px;
}



.preview-zone {
  width: 100%;
  border: 1px solid #ddd;
  min-height: 145px;
  max-height: 500px;
  /* display: flex; */
  padding: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.preview-zone img {
  max-height: 480px;
}



.modalLoading .modal-content {
  background-color: #000000cc;
}