.bp-bg-color{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.bp-bg-color.active{
    border: 3px solid #82B636;
}

.dropdown-menu.bp-action-dropdown{
    margin-top: 8px !important;
    padding: 0;
    min-width: 180px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px rgba(216,223,227,.5),0 1px 2px rgba(216,223,227,.5);
}

.bp-action-dropdown .dropdown-item{
    padding-bottom: 8px;
    padding-top: 8px;
}

#canvaspanel{
    position:relative;
    display:block;
    overflow:auto;
    cursor: grab;
    background: #404652;
    border-radius: 4px;
    margin: 0 !important;
}
.dialBadge {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
}
.help-block {
    margin-top: 5px;
    margin-bottom: 0;
    font-style: italic;
    font-size: 13px;
    color: #a4a4a4;
}
.copyButton { color:#c0c0c0; cursor:pointer; float:right; padding:4px; }
.copyButton:hover { color:#5c90d2; }

.clone-minus{
    display:none;
}
.clone .clone-minus{
    display:inline;
}
.clone .clone-plus{
    display:none;
}
div.tagsinput {
  padding: 6px 12px 1px;
  border-color: #e6e6e6;
  border-radius: 3px;
}
div.tagsinput input {
  padding-top: 0;
  padding-bottom: 0;
  height: 22px;
}
div.tagsinput span.tag {
  padding: 2px 5px;
  height: 22px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
  background-color: #5c90d2;
  border: none;
}
div.tagsinput span.tag a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
div.tagsinput span.tag a:hover {
  color: rgba(255, 255, 255, 0.75);
}