
.shadow{
  border:1px solid @tintColor;
  box-shadow: 0 5px 15px rgba(0,0,0,.2);
  background-color:white;
}

.ui-draggable-dragging{
  z-index:10000;
}

text.highlightOnHover:hover{
  cursor: pointer;
  font-weight:bold;
}

ellipse.highlightOnHover:hover{
  cursor: pointer;
}

rect.Raft{
  fill:rgba(28, 155, 171,0.1);
}

#configMenuIcon{
  font-size: 25px;
  cursor:pointer;
  opacity: 0.3;
  &:hover{
    opacity: 1;
    color:@tintColor;
  }
}


#paletteElementsOverlay{
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.7);
    display: none;
}



#figureConfigDialog{
  display:none;
  background-color:white;
  border: 1px solid rgba(0,0,0,0.2);
  padding: 10px;
  margin-left:30px;
  border-left: 3px solid @tintColor;
  border-radius:4px;
  .header{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
  }
  .figureAddLabel{
    font-size:12px;
    font-weight: 200;
    cursor:pointer;
    &:hover{
      color:@tintColor;
    }
  }

  .form-group{
    textarea{
      min-width: 300px;
      min-height: 100px;
    }
  }
  &:after {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 10px;
    width: 0;
    height: 0;
    border-right: 10px solid @tintColor;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}


.pallette_item
{
  text-align:center;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 35%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #07d;
  animation: spinner .6s linear infinite;
}

.workspace {

  .palette {
    box-shadow: 5px 0 20px -3px rgba(31, 73, 125, 0.3), -6px 0 20px -4px rgba(31, 73, 125, 0.3);
    border-right: 1px solid rgba(74, 74, 74, 0.5);
    border-left: 1px solid rgba(74, 74, 74, 0.5);

    .title {
      img {
        padding-right:20px;
        position: absolute;
        left:10px;
        top:10px;
        height:40px;
      }
      div{
        position: absolute;
        left:60px;
        top:10px;
        h1{
          font-size: 15px;
          font-weight:200;
          line-height: 25px;
          margin:0;
          padding:0;
          text-align: left;
          letter-spacing: 2px;
        }
        h2{
          font-size: 10px;
          font-weight:600;
          margin:0;
          padding:0;
          text-align: left;
          letter-spacing: 4px;
          color:@tintColor;
        }
      }
    }
    .pallette_item{
      padding:0px;
      >div{
        width:100%;
        height:100%;
        text-align:center;
        border:1px solid transparent;
        img{
          position: absolute;
          top: 0px;
          bottom: 0;
          margin: auto;
          left: 50%;
          transform: translate(-50%,-10px);
        }
        div{
          position: absolute;
          padding-bottom: 2px;
          width: 100%;
          bottom: 0;
          padding-top: 2px;
          background-color:rgba(0,0,0,0.05);
          cursor:default;
        }
      }
      .glowBorder{
        border: 1px solid @tintColor;
      }
    }
    .draw2d_droppable{
      cursor:move;
      max-height:80px;
    }

    .request{
      font-size:10px;
      color: @tintColor;
      .icon{
        cursor:pointer;
        font-size:75px;
        margin-top:10px;
        margin-bottom:10px;

      }
    }
  }


  .content {

    .canvas {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

    }
  }
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border:0;
}
