html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 5.5rem;
  min-height: 100%;
}

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #fff; font-size: 18px; font-weight:bold; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/





.nav-link:focus {
    color:#red;
}


.placeholder {
    background:#ccc;
    height:140px;
}

.mjs-nestedSortable-error {
    background:#cc0000 !important;
}

.mjs-nestedSortable-branch {
    background:#343A40;
}


.masterimage {
    padding: 10px;
}

.haskids {
    background:#ccc;
}

.doesnothavekids {
    background:#fff;
}

.subList {
    list-style-type: none;
}


.move-ul {
    list-style-type: none;
    cursor: move;
}


.placeholder {
    background:#ccc;
    height:140px;
}


.masterimage {
    padding: 10px;
}

.haskids {
    background:#ccc;
}

.doesnothavekids {
    background:#fff;
}

.subList {
    list-style-type: none;
}


ul {
    list-style-type: none;
}


.page-container {
    position: relative;
    min-height: 100vh;
}
.content-wrap {
    padding-bottom: 5.5rem;    /* Footer height */
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5.5rem;            /* Footer height */
}



figure { 
    display: block;
    margin:0px;
}
.bg-checker {

    background-image: /* tint image */
                      linear-gradient(to right, rgba(192, 192, 192, 0.75), rgba(192, 192, 192, 0.75)),
                      /* checkered effect */
                      linear-gradient(to right, black 50%, white 50%),
                      linear-gradient(to bottom, black 50%, white 50%);
    background-blend-mode: normal, difference, normal;
    background-size: 2em 2em;

}
.texture-container {
  position: relative;
}

/* Make the image to responsive */

/* The overlay effect - lays on top of the container and over the image */

.texture-overlay-large {

  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width:100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  padding: 10px;

}

.texture-overlay-auth {

  position: absolute;
  left:0;
  top: 40%;
  background: rgb(0, 0, 0);
  background: rgba(160, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width:100%;
  transition: .5s ease;
  opacity:1;
  color: white;
  padding: 10px;

}

.texture-overlay-fav {

  position: absolute;
  left: 40%;
  top: 40%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width:100%;
  transition: .5s ease;
  opacity:1;
  color: white;
  padding: 10px;

}


.texture-overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  padding: 10px;
}

/* When you mouse over the container, fade in the overlay title */
.texture-container:hover .texture-overlay {
  opacity: 1;
}

.texture-container:hover .texture-overlay-large {
  opacity: 1;
}

.texture-container:hover .texture-overlay-fav {
  opacity: 0;
}


.truncate-ellipsis {
    display: table;
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}
 
.truncate-ellipsis > * {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}

.texture-image {
    object-fit: cover;
    object-position: bottom;
    font-family: 'object-fit: cover; object-position: bottom;';
}

.texture-image-fit {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Fallback for object-fit property  */ 
.no-object-fit .texture-image-fit {
  font-family: 'object-fit: cover;object-position: center center;';
}
