body {
  background-color: #fff;
  margin: 0;
}

img {
  max-width: 100%;
}

/************ Icons Style *************/
.icons-sprite {
  display: inline-block;
  background-image: url(../img/icons-sprtie.png);
  background-repeat: no-repeat;
  vertical-align: text-top;
}

.display-icon {
  width: 16px;
  height: 15px;
  background-position: -117px -10px;
}

.image-icon {
  width: 16px;
  height: 14px;
  background-position: -117px -37px;
}

.chat-icon {
  width: 16px;
  height: 16px;
  background-position: -117px -61px;
}

.data-icon {
  width: 16px;
  height: 16px;
  background-position: -175px -118px;
}

.text-icon {
  width: 14px;
  height: 14px;
  background-position: -148px -8px;
}

.clock-icon {
  width: 16px;
  height: 16px;
  background-position: -204px -35px;
}
/*.iconBtn {
    display: inline-block;
    vertical-align: top;
    width: 23px;
}*/

.volume-up {
  width: 23px;
  height: 23px;
  background-position: -44px -75px;
  margin-top: 2px;
}

.volume-up:hover {
  background-position: -77px -75px;
}

.lock {
  width: 20px;
  height: 26px;
  background-position: -5px -73px;
}

.lock:hover {
  background-position: -5px -106px;
}
.unlock {
  width: 20px;
  height: 26px;
  background-position: -175.5px -6px;
  margin-left: 2px;
}
.unlock:hover {
  background-position: -5.5px -106px;
}
.refresh {
  width: 25px;
  height: 19px;
  background-position: -41px -111px;
  margin-top: 3px;
}

.refresh:hover {
  background-position: -76px -111px;
}

.cross {
  width: 20px;
  height: 20px;
  background-position: -115px -91px;
  margin-top: 3px;
}

.cross:hover {
  background-position: -115px -115px;
}

.download {
  width: 16px;
  height: 16px;
  background-position: -147px -35px;
}

.download:hover {
  background-position: -147px -61px;
}

.info {
  width: 20px;
  height: 20px;
  background-position: -1px -51px;
}

.info:hover {
  width: 20px;
  height: 20px;
  background-position: -21px -51px;
}
.pause {
  width: 23px;
  height: 23px;
  background-position: -46px -47px;
}
.pause:hover {
  background-position: -78px -47px;
}
.check {
  background: url(../img/icon11.png) no-repeat;
  height: 18px;
}

.check:hover {
  background: url(../img/icon11-rollover.png) no-repeat;
}

.trash {
  width: 17px;
  height: 18px;
  background-position: -145px -89px;
}

.trash:hover {
  background-position: -145px -115px;
}

/************ Text Style *************/
.small_b_head {
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding-left: 15px;
  line-height: 4;
}

.action-btns {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.action-btns > li {
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  height: 40px;
  width: 50px;
  border-radius: 3px;
  text-align: center;
  padding: 7px 0;
  box-sizing: border-box;
  margin: 0 3px;
}

#canvas .action-btns > li {
  display: inline-block;
  cursor: pointer;
  background-color: #fff;
  height: 30px;
  width: 25px;
  border-radius: 3px;
  text-align: center;
  padding: 2px 0;
  box-sizing: border-box;
  margin: 0 3px;
}

.toggle.off .menu {
  background-position: -10px -6px;
  height: 16px;
  width: 22px;
  margin-top: 11px;
}

.toggle.off .menu:hover {
  background-position: -10px -27px;
  height: 16px;
  width: 22px;
}

.toggle .menu {
  background-position: -115px -91px;
  height: 19px;
  width: 22px;
  margin-top: 11px;
}

.toggle .menu:hover {
  background-position: -115px -115px;
  height: 19px;
  width: 22px;
}
/*#menu_container .toggle.off {
    background-position: -7px 82px;
}

#menu_container .toggle.off:hover {
    background-position: -7px 42px;
}*/

#menu_container .toggle {
  /*background: url(../img/icons.svg) #f1f1f1;
    background-position: -7px -3px;
    background-size: 65px;*/
  background-color: #f1f1f1;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  width: 50px;
  text-align: center;
  border-radius: 3px;
  position: fixed;
  left: 225px;
  top: 20px;
  z-index: 20;

  /*-webkit-transition: left 0.5s, background-position 0.5s, background-color 0.25s;
    -moz-transition: left 0.5s, background-position 0.5s, background-color 0.25s;
    -o-transition: left 0.5s, background-position 0.5s, background-color 0.25s;
    transition: left 0.5s, background-position 0.5s, background-color 0.25s;*/
}

#menu_container .toggle.off {
  left: 20px;
}

#menu_container .toggle:hover {
  background-position: -7px -45px;
}

#menu .mainmenu {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #bcb5b9;
  padding: 20px 0px 20px 0px;
  box-sizing: border-box;

  position: fixed;
  margin-left: -190px;
  left: 190px;
  width: 205px;
  height: 100%;
  background-color: #fff;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.5s cubic-bezier(0.39, 1.31, 0.28, 1), left 0.5s;
  -moz-transition: 0.25s, left 0.5s;
  -o-transition: 0.25s, left 0.5s;
  transition: background 0.5s cubic-bezier(0.39, 1.31, 0.28, 1), left 0.5s;
  overflow-x: hidden;
  overflow-y: auto;
}

#menu.off .mainmenu {
  left: -15px;
}

#menu .mainmenu > * {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

#menu .mainmenu ul {
  margin: 0 0 12px 0;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu .mainmenu li[data-menu-item] {
  padding-left: 45px;
  padding-top: 8px;
  position: relative;
  margin-bottom: 0px;
  height: 25px;
  border-left: 4px solid #ffffff;
}

#menu .mainmenu .data-section li:hover,
#menu .mainmenu li.selected {
  background-color: #f0eded;
  border-left: 4px solid #3d3d3d;
}

#menu .mainmenu li {
  margin-bottom: 12px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #262626;
  cursor: pointer;
}

#menu .mainmenu li a {
  color: #262626;
}

#menu .mainmenu li > i {
  position: absolute;
  left: 0;
  top: 3px;
  margin-left: 12px;
  margin-top: 7px;
}

#menu .mainmenu .data-section li {
  cursor: default;
  height: 33px;
  border-left: 4px solid #ffffff;
  padding-left: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
}

#menu .chapters-list {
  margin-bottom: 18px;
  padding-left: 15px;
}

/*My Posters Starts*/
#menu .mainmenu .data-section li a {
  text-decoration: none;
  display: block;
  height: 25px;
  padding-left: 12px;
  padding-top: 8px;
}

#menu .mainmenu .data-section li.active {
  background-color: #f0eded;
  border-left: 4px solid #3d3d3d;
}
/*My Posters Ends*/
#menu .mainmenu select {
  border: 3px solid #cbcbcb;
  border-radius: 3px;
  color: #262626;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  height: 45px;
  padding: 0 4px;
  width: 160px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-position-x: 96%;
  background-position-y: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}
#menu .mainmenu select::-ms-expand {
  display: none;
}
#menu .subMenu {
  background: url(../img/submenu-background.png) repeat-y;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
  padding: 10px 10px 10px 20px;
  position: fixed;
  width: 315px;
  left: 190px;
  top: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /*-webkit-transform: translate3d(0, 0, 0);*/
  height: 100%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 50;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
#menu .subMenu.hidden {
  left: -110px;
}

#menu.off .subMenu {
  left: -330px;
}

#menu .subMenu ul {
  display: none;
}

#menu .subMenu ul.visible {
  display: block;
}

#menu .subMenu li {
  display: inline-block;
  height: 125px;
  margin: 4px 2px 4px 5px;
  width: 125px;
  position: relative;
  float: left;
}
/*#menu #upload-button ,#menu .subMenu li.user-imgs {
	margin: 4px 2px 4px 5px !important;
}*/
#topBtnBar {
  position: fixed;
  top: 17px;
  right: 19px;
  z-index: 100;
}

#topBtnBar .action-btns > li {
  padding: 11px 16px;
}

.side-bottom-logo {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

.kaktus-logo {
  margin-top: auto;
  margin-bottom: 20px;
}

.alinea-logo {
  font-size: 14px;
}

.alinea-logo img {
  height: 24px;
}

/************** Canvas Area **************/

#blocksHolder {
  float: right;
  padding-left: 190px;
  /*height: 894px;*/ /*commented out the height*/
  width: 100%;

  -webkit-transition: 0.5s cubic-bezier(0.39, 1.31, 0.28, 1), width 0.5s;
  -moz-transition: 0.25s, width 0.5s;
  -o-transition: 0.25s, width 0.5s;
  transition: background 0.5s cubic-bezier(0.39, 1.31, 0.28, 1), width 0.5s;
}

/*body.on #blocksHolder{
    width: calc(100% - 190px);
}*/

#canvas {
  /*background: url(../img/bg_02.jpg) no-repeat 50% / 100%;*/
  width: 100%;
  /*position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;*/
}
#canvas > #bgImg > img {
  vertical-align: top;
  opacity: 0;
  width: 100%;
}

.canvas-actions {
  display: none;

  position: absolute;
  left: 6px;
  top: -38px;
}

.canvas-item.active .canvas-actions {
  display: block;
}

.canvas-actions li:hover i {
  color: #292929;
}

.canvas-actions li i {
  color: #959595;
  font-size: 25px;

  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

#canvas #canvas-ele-01 {
  box-sizing: border-box;
  text-align: center;
  width: 250px;

  position: absolute;
  left: 45%;
  top: 235px;
}

#canvas #canvas-ele-01 .canvas-ele-01-img {
  border: 3px dotted transparent;
  /*padding: 25px 30px;*/
}

#canvas #canvas-ele-01 .canvas-ele-01-img.selected {
  border: 3px dotted #fff;
}

#canvas #canvas-ele-01 img {
  width: 100%;
  height: 100%;
}

.canvas-ele-01-actions {
  width: 100%;
}

.deleteIcon {
  display: block;
  width: 17px;
  height: 18px;
  background-position: -145px -89px;
  position: absolute;
  top: 3px;
  right: 3px;
  overflow: hidden;
  text-indent: -9999px;
}
.deleteIcon:hover {
  background-position: -145px -115px;
}
.ui-resizable-ne,
.ui-resizable-se,
.ui-resizable-sw,
.ui-resizable-nw,
.ui-resizable-n,
.ui-resizable-e,
.ui-resizable-s,
.ui-resizable-w {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
}
.ui-resizablese {
  width: 16px;
  height: 16px;
  background-image: url(../img/dragable.png) !important;
  background-repeat: no-repeat !important;
  cursor: nwse-resize;
}

.ui-resizable-se {
  bottom: -5px;
  right: -5px;
}

.ui-resizable-nw {
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  top: -5px;
  right: -5px;
}
.ui-resizable-sw {
  bottom: -5px;
  left: -5px;
}
.ui-resizable-n {
  top: -5px;
  left: 50%;
}
.ui-resizable-s {
  bottom: -5px;
  left: 50%;
}
.ui-resizable-w {
  left: -5px;
  top: 50%;
}
.ui-resizable-e {
  right: -5px;
  top: 50%;
}
.ui-resizable-handle {
  display: none !important;
}
#canvas .background-item {
  margin-top: 30px;
}
#canvas .action-btns {
  min-width: 142px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: none !important;
}
.default-poster-text-container {
  width: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 40%;
  left: 50%;
}
.default-poster-header {
  height: 49px;
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #000000;
  text-align: center;
  margin: 0px;
}
.default-poster-description {
  height: 25px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #000;
  margin-bottom: 0px;
  margin-top: 5px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  padding: 0;
  margin: 0;
}
.popup-checkbox {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  text-align: center;
  margin: 5px 0 15px 0;
  font-size: 18px;
}

/*.wPaint-menu-name-main{
	display:none !important;
}*/

.pointer_events {
  pointer-events: none !important;
}

.pencil {
  background-position: -231px -4px;
  width: 20px;
  height: 20px;
}
.pencil:hover {
  background-position: -231px -27px;
}

.cross-pencil {
  width: 20px;
  height: 20px;
  background-position: -115px -91px;
}

.cross-pencil:hover {
  background-position: -115px -115px;
}
#bgImg {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
canvas {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup-description {
  width: 600px;
  margin: 0 10px 0 10px;
}
.popup-description p {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 15px;
}
@media (max-width: 1366px) {
  #menu .subMenu .chapter li:nth-child(even) {
    margin-right: 5px !important;
  }
  #menu .subMenu .backgrounds li:nth-child(odd) {
    margin-right: 05px !important;
  }
}
@media (max-width: 1024px) {
  .ui-resizable-ne,
  .ui-resizable-se,
  .ui-resizable-sw,
  .ui-resizable-nw,
  .ui-resizable-n,
  .ui-resizable-e,
  .ui-resizable-s,
  .ui-resizable-w {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #000000;
  }

  .ui-resizable-se {
    bottom: -10px;
    right: -10px;
  }

  .ui-resizable-nw {
    left: -10px;
    top: -10px;
  }
  .ui-resizable-ne {
    top: -10px;
    right: -10px;
  }
  .ui-resizable-sw {
    bottom: -10px;
    left: -10px;
  }
  .ui-resizable-n {
    top: -10px;
    left: 50%;
  }
  .ui-resizable-s {
    bottom: -10px;
    left: 50%;
  }
  .ui-resizable-w {
    left: -10px;
    top: 50%;
  }
  .ui-resizable-e {
    right: -10px;
    top: 50%;
  }
  .canvas-actions {
    top: -42px;
  }
  /*::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 20px;
}
::-webkit-scrollbar:horizontal {
    height: 20px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
    border-radius: 16px;
    background-color: #ffffff;
}*/
  #menu .subMenu .chapter li:nth-child(even) {
    margin-right: 20px !important;
  }
  #menu .subMenu .backgrounds li:nth-child(odd) {
    margin-right: 20px !important;
  }
}

@media (max-width: 767px) {
  .ui-resizable-ne,
  .ui-resizable-se,
  .ui-resizable-sw,
  .ui-resizable-nw,
  .ui-resizable-n,
  .ui-resizable-e,
  .ui-resizable-s,
  .ui-resizable-w {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #000000;
  }

  .ui-resizable-se {
    bottom: -10px;
    right: -10px;
  }

  .ui-resizable-nw {
    left: -10px;
    top: -10px;
  }
  .ui-resizable-ne {
    top: -10px;
    right: -10px;
  }
  .ui-resizable-sw {
    bottom: -10px;
    left: -10px;
  }
  .ui-resizable-n {
    top: -10px;
    left: 50%;
  }
  .ui-resizable-s {
    bottom: -10px;
    left: 50%;
  }
  .ui-resizable-w {
    left: -10px;
    top: 50%;
  }
  .ui-resizable-e {
    right: -10px;
    top: 50%;
  }
  .canvas-actions {
    top: -42px;
  }
  /*::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}
::-webkit-scrollbar:horizontal {
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}*/
  #menu .subMenu .chapter li:nth-child(even) {
    margin-right: 20px !important;
  }
  #menu .subMenu .backgrounds li:nth-child(odd) {
    margin-right: 20px !important;
  }
}
