/* Kendo override */
.k-toolbar {
  overflow: initial !important;
}

/* Boostrap override */
.dropdown-menu li {
  cursor: pointer;
}

/* Custom */
.splash {
  text-align: center;
  margin: 10% 0 0 0;
  box-sizing: border-box;
}

.splash .message {
  font-size: 72px;
  line-height: 72px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.splash .fa-spinner {
  text-align: center;
  display: inline-block;
  font-size: 72px;
  margin-top: 50px;
}

.navbar-nav li.loader {
  margin: 12px 24px 0 6px;
}

/* animate page transitions */
section.au-enter-active {
  -webkit-animation: fadeInRight 1s;
  animation: fadeInRight 1s;
}

div.au-stagger {
  /* 50ms will be applied between each successive enter operation */
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}
/* animation definitions */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.form-group.required > label:after {
  color: #d00;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  content: "\f069";
  position: absolute;
  margin-left: 1px;
  top: 0;
}

img.active-image {
  border-color: #3147ce;
}

.hover-link {
  cursor: pointer;
}

/* mediaLibraryEdit */
.mediaLibrary_image_blob {
  float: left;
  margin: 0 15px 0 0;
  width: 400px;
  height: auto;
}

.tab-container {
  padding: 20px;
}
.tab-container .nav-tabs {
  margin-bottom: 20px;
}

.list-group-item.selected {
  background: #eee;
}

/* Sortable */
.sortable-handlers-handler {
  cursor: move;
}
.sortable-basic-use-placeholder {
  background: #fff6d2;
  text-align: right;
}

.popUpProductItem {
  border: 1px solid #d1d1d1;
  padding: 15px;
  background-color: white;
  width: 300px;
}

.wrapInteractiveMedia {
  border: 1px solid #d1d1d1;
  border-radius: 20px;
}

.deleteInteractiveMedia {
  position: absolute;
  color: gray;
  top: 5%;
  left: 80%;
  cursor: pointer;
}

.btn-top {
  width: 66px;
  margin-top: 3px;
}

.navbar-custom-menu > .navbar-nav > li {
    margin: 0px 10px;
}

.merchant-central-redirect-wrapper {
  height: 50px;
  align-items: center;
}

.merchant-central-redirect-wrapper > .merchant-central-redirect {
  background-color: rgb(201, 242, 90);
  padding: 5px;
  border-radius: 15px;
  text-align: center;
  position: relative;
}

  .merchant-central-redirect-wrapper > .merchant-central-redirect > .merchant-central {
    font-weight: 600;
    color: black;
  }

  .merchant-central-redirect-wrapper > .merchant-central-redirect > .merchant-central-new {
    font-weight: 700;
    color: white;
    font-size: 11px;
    position: absolute;
    padding: 0px 7px;
    background: #d13434;
    border-radius: 15px;
    top: -8px;
    right: 10px;
  }
