.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

div {
    display: block;
}

#droppable {
    width: 150px;
    height: 150px;
    padding: 0.5em;
    float: left;
    margin: 10px;
}

#draggable{
    width: 100px;
    height: 100px;
    padding: 0.5em;
    float: left;
    margin: 10px 10px 10px 0;
}

.ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

label#state {
    font-size: 25px;
}

.afterDrop {
    font-size: 25px;
    color: brown;
}


/*  Board Size Related */

#board {
    padding: 20px 0px 20px 20px;
    /* border-style: solid; */
    height: 220px;
    width: 600px;
    background-color: #EAEFF2;
}

#board-lvl1 {
    padding: 20px 0px 20px 20px;
    /* border-style: solid; */
    height: 80px;
    width: 600px;
    background-color: #EAEFF2;
}

#board-lvl2 {
    padding: 20px 0px 20px 20px;
    /* border-style: solid; */
    height: 200px;
    width: 600px;
    background-color: #EAEFF2;
}

#board-lvl3 {
    padding: 20px 0px 20px 20px;
    /* border-style: solid; */
    height: 130px;
    width: 600px;
    background-color: #EAEFF2;
}

/* ---------------------- */


/*  Resizeable Related */
#resizable { width: 150px; height: 150px; padding: 0.5em; }
#resizable h3 { text-align: center; margin: 0; }

.ui-resizable {
    position: relative;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-icon {
    width: 15px;
    height: 15px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../images/arrow-diagonal.png);
}


/*  Double Click Related */
div#board-lvl1 > button#dbl {
    font-size: 20px;
    background-color: #93CB5A;
    color: black;
    height: 60px;
    width: 200px;
    border-style: solid;
    border-width: 3px;
    border-color: #333333;
    margin-top: 10px;
    margin-left: 10px;
}


/*  click and hold related */
ul.hold_menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  ul.hold_menu a, div.hold_trigger  {
     display: inline-block;
     padding: 5px 15px;
     border: 1px solid #ccc;
     width: 300px;
  }
  
  ul.hold_menu a:link, ul.hold_menu a:visited {
     color: black;
     text-decoration: none;
  }
  
  ul.hold_menu a:active, ul.hold_menu a:hover {
     background: #ff0;
     text-decoration: none;
  }
  
  div.hold_trigger {
     color: black;
     cursor: pointer;
  }
  
  div.hold_trigger:hover {
     background: #ccc;
  }

  div#trigger {
      font-size: 20px;
  }

  ul#menu > li > a {
      font-weight: bold;
      font-size: 18px;
  }


/*  hover over effect  */

div#board-lvl1 > button {
    display: inline;
    margin-left: 30px;
}

div#board-lvl1 > img {
    margin: 0px 0 0 0 ;
    padding-left: 40px;
    height: 80px;
    width: 80px;
    position: absolute;
    visibility: hidden;
}

div#board-lvl1 > button#hovers {
    margin-left: 30px;
    font-size: 20px;
    background-color: #dad55e;
    color: black;
    height: 60px;
    width: 200px;
    border-style: solid;
    border-width: 3px;
    border-color: #333333;
    margin-top: 10px;
}
