.stickynotes {
  position: absolute !important;
  width: 150px;
  height: 150px;
  background: #FFFF99;
  padding: 25px 10px 20px;
  border: 1px solid #dedede;
  z-index: 9051;
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333; }
  .stickynotes textarea {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    resize: none;
    overflow: hidden;
    opacity: 0.7;
    font-size: 11px;
    color: #000000;
    font-weight: initial; }
  .stickynotes:hover {
    cursor: move; }
  .stickynotes .ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px; }
  .stickynotes .ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    position: absolute;
    -ms-touch-action: none; }
  .stickynotes .ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%; }
  .stickynotes .ui-resizable-se {
    background: url("../images/se-handle.png");
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 10px;
    height: 10px;
    cursor: se-resize; }
  .stickynotes .nav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 22px;
    background: rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -ms-touch-action: none; }
    .stickynotes .nav span {
      display: inline-block;
      margin-left: 8px; }
    .stickynotes .nav span + span {
      margin-left: 6px; }
  .stickynotes .minimalize {
    cursor: pointer;
    width: 10px;
    text-align: center; }
  .stickynotes .delete {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    font-size: 12px;
    cursor: pointer; }
  .stickynotes.hide {
    height: 20px !important;
    width: 20px !important; }
    .stickynotes.hide textarea,
    .stickynotes.hide .bottom {
      display: none; }
  .stickynotes .bottom {
    position: absolute;
    bottom: 5px;
    left: 0px;
    font-size: 10px;
    width: 100%;
    padding: 5px 10px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .stickynotes .drawing-control,
  .stickynotes .search {
    cursor: pointer;
    width: 12px;
    height: 12px;
    display: inline-block; }
  .stickynotes .drawing-control {
    background: url("../images/color-picker.png") 0px 2px no-repeat; }
  .stickynotes .search {
    background: url("../images/magnifier.png") 0px 2px no-repeat; }
  .stickynotes .date {
    display: inline-block;
    font-size: 10px; }
  .stickynotes .name {
    display: block;
    float: right;
    margin-right: 5px; }

.component.stickynotes-available {
  position: relative; }

.stickynotes-canvas,
.stickynotes-background {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important; }

.stickynotes-background {
  opacity: 0.4;
  width: 100%;
  height: 100%; }

.ui-resizable-helper {
  border: 1px dotted #000; }

.stickynotes {
  display: none; }
