.new_agencyclient {
	display:none;
}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 500px;
}



.multiblock {
	display:flex;
}

.multiblock select {
	min-width:300px;
}

.multiblock .middle button {
display:block;
}

.multiblock .middle {
margin-left:30px;
margin-right:30px;

}



.editblock {
margin-bottom:10px;

}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}




textarea {
width:95%;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }


.sorted_table tr.placeholder {
  display: block;
height:20px;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  cursor:move;}

  .sorted_table tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none; }
