.bujj-link li a{
  color: #000;
}

.bujj-link li a:hover{
  color: red;
}

.bujj-title-admin{
  padding: 0 20px;
  font-weight:900;
  margin-bottom:0 !important;
}

.bujj-dropdown{
  background-color: #ccc;
}


.bujj-user-icon img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.picture-container {
  position: relative;
  cursor: pointer;
  z-index: 999;
  text-align: center;
}
.picture {
  width: 250px;
  height: 250px;
  background-color: #999999;
  border: 4px solid #CCCCCC;
  color: #FFFFFF;
  /* border-radius: 50%; */
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.bujj-row-top{
  margin-top: -170px;
}


.picture:hover {
  border-color: #2ca8ff;
}
.picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.picture-src {
  width: 100%;
  height: 100%;
}




