@font-face {
  font-family: Proxima Nova;
  font-weight: normal;
  src: url('/fonts/ProximaNova-Regular.ttf');
}

@font-face {
  font-family: Proxima Nova;
  font-weight: bold;
  src: url('/fonts/ProximaNova-Bold.ttf');
}

.popover, .tooltip, body {
  font-family: "Proxima Nova";
}

.table-striped tbody tr.-error {
  background-color: #feeeee!important;
}

.table-striped tbody tr td.-error {
  color: #f97a78;
}

.table-borderless tr.row-bordered td {
  border-top: 1px solid #dee2e6;
}

.table-equalised td {
  vertical-align: middle;
}

.card {
  border: 1px solid #dce3e6;
  border-radius: 10px;
}

.card-corner {
  position: absolute;
  right: 20px;
  top: 15px;
}

.logo-icon img {
  width: 40px;
}

.city-map {
  height: 400px;
  width: 100%;
}

.city-area-color {
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

.hidden {
  display: none;
}

.login-logo {
  max-width: 100%;
}

.fake-link {
  cursor: pointer;
}

.nomenclature .dd-handle {
  cursor: pointer;
}

.nomenclature-groups, .nomenclature-cards {
  max-height: calc(100vh - 134px);
  overflow: auto;
}

.dd-item > .dd-collapse:focus {
  outline: none;
}

.dd-item > .dd-collapse:before {
  content: '-';
}

.dd-item.dd-collapsed > .dd-collapse:before {
  content: '+';
}

.list-group-item-delete {
  border: none;
  background: none;
  float: right;
}

.list-group-item-delete:before {
  content: 'x';
}

.file_upload_button {
  position: relative;
  overflow: hidden;
}

.file_upload_button input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.constituent-product .edit-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}

.constituent-product .form-group {
  width: 100%;
}

.constituent-product .edit-form .btn {
  transform: translateY(100%);
}

.constituent-product .btn-delete {
  position: absolute;
  right: 115px;
  bottom: -35px;
}

.nomenclature-image_block.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nomenclature-image_block-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.table-image {
  height: 40px;
  width: 40px;
}

.myadmin-dd .dd-list .dd-item.is-active .dd-handle,
.myadmin-dd .dd-list .dd-item .dd-handle.is-active
{
  border: 1px solid #2962FF;
}

.form-img-preview {
  margin-bottom: .5rem;
}

.form-img-preview .img-preview {
  max-width: 350px;
}