

[widgetCatalogDraggable] {
    position: absolute;
}

[editable] {
    min-height: 2px;
}

#widgetCatalog {
    z-index: 3;
}

#widgetSettings {
    z-index: 3;
}

.widgetSettingsMenu {
    z-index: 3;
}

.widgetCatalogMenu {
    width: 300px;
    height: 500px;
    background: rgb(60, 140, 211);
    background-position:center;
    background-repeat:no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px; /* Negative half of height. */
    margin-left: -150px; /* Negative half of width. */
    -webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75);
}

.widgetCatalogHeader > i {
    margin: 18px;
}

.widgetCatalogList {
    overflow: scroll;
    height: 420px;
}

.widgetCatalogList ul {
    line-height: 1.6;
    list-style: disc;
}

.widgetCatalogHeader {
    background-color: rgb(32, 115, 189);
    height: 50px;
    width: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    text-align: right;
    vertical-align: middle;
}

.widgetCatalogHeader>.left {
    height: 50px;
    width: 250px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.widgetCatalogHeader>.right {
    height: 50px;
    width: 50px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.widgetCatalogHeader > li {
    left: 10px;
}

.widgetSettingsMenu {
    width: 500px;
    min-height: 100px;
    background: rgb(60, 140, 211);
    background-position:center;
    background-repeat:no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -200px; /* Negative half of height. */
    margin-left: -250px; /* Negative half of width. */
    -webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75);
    display: grid;
}

.widgetSettingsMenuHeader {
    background-color: rgb(32, 115, 189);
    height: 50px;
    width: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.widgetSettingsMenuHeader>.left {
    height: 50px;
    width: 450px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.widgetSettingsMenuHeader>.right {
    height: 50px;
    width: 50px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.menuHeaderText {
    float: left;
    margin: 12px;
    font-weight: lighter;
    font-size: 1.3em;
}

.left {
    height: 50px;
    width: 450px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.right {
    height: 50px;
    width: 50px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.right i {
    cursor: pointer;
}

.widgetSettingsMenuHeader i {
    margin: 18px;
}

.widgetSettingsMenuHeader > i {
    margin: 18px;
}

.widgetCatalogListItem {
    cursor: pointer;
}

.settingsAttr {
    width: 100%;
    margin-top: 15px;
}

.settingsAttr .title {
    width: 50%;
    text-align: center;
    float: left;
}

.settingsAttr .attr {
    width: 45%;
    text-align: center;
    float: left;
}

.widgetSettingsMenuFooter {
    height: 50px;
    width: 100%;
    box-shadow: 0 4px 4px rgba(0.4, 0, 0, 0);
}

.right > i {
    margin: 18px;
}


/*#region changeOrder*/

.changeOrderMenu {
    width: 300px;
    height: 500px;
    background: rgb(60, 140, 211);
    background-position:center;
    background-repeat:no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px; /* Negative half of height. */
    margin-left: -150px; /* Negative half of width. */
    -webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75);
}

.changeOrderHeader > i {
    margin: 18px;
}

.changeOrderList {
    overflow: scroll;
    height: 420px;
}

.changeOrderList ul {
    line-height: 1.6;
}

.changeOrderHeader {
    background-color: rgb(32, 115, 189);
    height: 50px;
    width: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    text-align: right;
    vertical-align: middle;
}

.changeOrderHeader>.left {
    height: 50px;
    width: 250px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.changeOrderHeader>.right {
    height: 50px;
    width: 50px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.changeOrderHeader > li {
    left: 10px;
}

.changeOrderListItem {
    cursor: pointer;
}
/*#endregion changeRegion*/

.round-button {
    width:50px;

    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  
  .circle {
    height: 50px;
    width: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #3B89C7;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 29px -1px #000000; 
    box-shadow: 0px 3px 29px -1px #000000;
  }

  .circle>i{
    font-size:25px;
  }

  .space {
    height: 10px;
    width: 10px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
  }

  .buttonContainer {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 10;
  }

  .labelText {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: white;
    display: inline;
    background-color: rgb(128, 128, 128, 0.8);
    z-index: 10;
  }

  .labelText>h2 {
    font-family: sans-serif;
    font-weight: 300;
    margin: 0px;
    top: 50%;
    transform: translate(-50%,);
    font-size: 20px;
  }

  .variableButtonContainer {
      position: fixed;
      bottom: 80px;
      right: 20px;
      z-index: 10;
  }

.pointer {
    cursor: pointer;
}



.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  }
  
  .checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -28px; /* Negative half of height. */
    margin-left: -28px; /* Negative half of width. */

  }
  
  .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  }
  
  @keyframes stroke {
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes scale {
    0%, 100% {
      transform: none;
    }
    50% {
      transform: scale3d(1.1, 1.1, 1);
    }
  }
  @keyframes fill {
    100% {
      box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
  }

  #dragger {
    cursor: move;
    z-index: 10;
  }


  #mydiv {
    position: absolute;
    z-index: 9;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: center;
  }
  
  #mydivheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
  }

  .selectable {
    border: 1px solid rgb(156, 195, 227);
  }

  .selected {
      border: 1px solid rgb(153, 0, 0);
  }

  .move {
      cursor: move;
  }

  /* imagelistId styling */
    #imageListId { 
        list-style-type: none; 
    } 
      
    /* Output order styling */
    #outputvalues { 
        margin: 0 2px 2px 2px; 
        padding: 0.4em; 
        padding-left: 1.5em; 
        width: 250px; 
        border: 2px solid dark-green; 
        background: gray; 
    } 
       
    .listitemClass { 
        border: 1px solid #006400; 
        width: 350px; 
    } 
       
    .height { 
        height: 10px; 
    } 


/* Media */
#widgetMedia {
    z-index: 3;
}

.widgetMediaMenu {
    width: 700px;
    height: 500px;
    background: rgb(60, 140, 211);
    background-position:center;
    background-repeat:no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px; /* Negative half of height. */
    margin-left: -350px; /* Negative half of width. */
    -webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.75);
}

.widgetMediaHeader > i {
    margin: 18px;
}

.widgetMediaList {
    overflow: scroll;
    height: 400px;
}

.widgetMediaList ul {
    line-height: 1.6;
    list-style: disc;
}

.widgetMediaHeader {
    background-color: rgb(32, 115, 189);
    height: 50px;
    width: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    text-align: right;
    vertical-align: middle;
}

.widgetMediaHeader>.left {
    height: 50px;
    width: 650px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.widgetMediaHeader>.right {
    height: 50px;
    width: 50px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.widgetMediaHeader > li {
    left: 10px;
}

.grid-container {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding: 8px;
  }
  .grid-item {
    border: 2px solid rgba(0, 0, 0, 0.0);
    text-align: center;
  }
  .grid-item>img{
      max-height:100%;
      max-width:100%;
      object-fit: cover;
  }

  .grid-item i{
      position: absolute;
      height: 50px;
      width: auto;
      margin: 5px;
      color: #d11a2a;
      cursor: pointer;
}

.widgetMediaMenuFooter {
    height: 50px;
    width: 100%;
    box-shadow: 0 4px 4px rgba(0.4, 0, 0, 0);
    /* margin-top: 50px; */
}

.leftMedia {
    height: 50px;
    width: 650px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.rightMedia {
    height: 50px;
    width: 50px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.rightMedia i {
    cursor: pointer;
}

.image-upload  {
    margin: 10px;
    font-size: 25px;
}

.image-upload>form {
    display: none;
  }