.widget-side-menu {
  margin-bottom: 50px;
  margin-top: 1%;
  overflow-y: auto;
  padding: 16px 14px;
  border: 1px solid #ecf0f1;
}

.image-editor {
  overflow-y: inherit;
}

.editor-container-outer {
  border: 2px solid #ecf0f1;
  margin: 2%;
  padding: 2%;
  width: 542px;
}

.image-editor .editor-container {
  width: 512px;
  height: 512px;
  overflow: hidden;
  position: relative;
  background: #fff none repeat scroll 0 0;
}

.image-editor img {
  float: left;
}

.full-size {
  width: 100%;
}

.text-content {
  position: absolute;
  border: 1px none;
  padding: 10px;
  margin: 15%;
  word-break: initial;
  max-width: 90%;
  right: auto;
  font-size: 100px;
  left: 57px;
  top: 105px;
  max-width: 500px;
  word-wrap: break-word;
  margin: 0px;
  font-family: Georgia;
}

.text-content:hover {
  cursor: move;
  border: 1px dashed #fff;
}

.full-size>button {
  width: 16.33%;
  float: left;
}

hr {
  border-color: rgba(44, 62, 80, 0.3);
  box-shadow: 0 1px 0 white;
}

.padding-none {
  padding: 0;
}

.image-editor-container>.top-bar {
  background: #f8f8f8 none repeat scroll 0 0;
  margin: 0;
  border-bottom: 2px solid #e7e7e7;
}

.image-editor-action-btn>.form-group {
  margin-bottom: 0px;
  padding: 10px;
}

.button-active {
  background-color: #286090;
  border-color: #122b40;
  color: #fff;
}

.zoom b {
  font-size: 25px;
}

.zoom button {
  font-size: 23px;
  width: 39px;
  margin: 0 10px;
}

.text-center.zoom {
  text-align: center;
  z-index: 100000;
}

.saved-image .image-container {
  max-height: 135px;
  overflow: hidden;
}

.saved-image .col-md-3 {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 4px;
  width: 24%;
}

.saved-image .select-btn {
  padding: 12px;
}

.loading-edit {
  background: #fff none repeat scroll 0 0;
  height: 512px;
  left: 0;
  margin: 2% 16%;
  opacity: 0.9;
  position: absolute;
  text-align: center;
  top: 0;
  width: 512px;
  z-index: 10000;
  display: none;
}

.loading-edit h3 {
  margin-top: 20%;
}

.zoom .fa {
  font-size: 21px;
  margin-left: 20px;
  margin-top: 12px;
}

.theme-div {
  border: 1px solid #ddd;
  margin: 14px;
  padding: 10px;
}

#imageCanvas {
  float: left;
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .editor-container-outer {
    width: 100%;
  }

  .memory-spinner {
    width: 100% !important;
  }
}