.clc-divider{
    margin:15px 0px;
    border-bottom: 2px dashed #DDD;
    height:20px;
    width:100%;
}

/*.container-of-picture {
  position: relative;
  margin-top: 50px;
}

.overlay-of-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 124px;
  height: 124px;
    border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.container-of-picture:hover .overlay-of-picture {
  display: block;
  background: rgba(0, 0, 0, .3);
}

.avatara {
  position: absolute;
  width: 500px;
  height: 300px;
  left: 0;
}


.container-of-picture:hover .title {
  top: 90px;
}


.container-of-picture:hover .button {
  opacity: 1;
}*/

#avatar_profile_picture{
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
#avatar_profile_picture:hover{
    opacity:0.6;
    cursor:pointer;
}


.bootstrap-tagsinput{
padding: 8px 6px !important;
border: 1px solid #DDD;
}
.bootstrap-tagsinput .badge{
margin:0px 3px 0px 0px !important;
}