.attachments_files_type {
  
  position: relative;
  display: inline-block;
  margin: 7px;
  text-align: center;
  
}

.attachments_files_type img{
  
  max-width: 60px;
  border-radius: 5px;
  
}

.attachments_delete{
  
  position: absolute;
  left: -3px;
  top: -3px;
  background-color: white;
  width: 23px;
  height: 23px;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0px 0px 8px 0px rgba(158,160,183,0.32);
  z-index: 2;
  
}

.avatar {
  
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background-color: #5E6678;

}

.avatar-o {
  
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-block;
  background-color: #5E6678;
  position: relative;

}

.avatar-o span{

  color: white;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.avatar-online-touch {
  
  right: 10px; 
  bottom: 0; 
  position: absolute;
  
}
.avatar-online-touch span{
  
  position: relative;
  text-align: center; 
  background-color: #2CCB94; 
  display: inline-block; 
  width: 13px; 
  height: 13px; 
  border-radius: 100%;
  overflow: hidden;
  color: white;
  border: 2px white solid;
  
}

.avatar-online-touch i{
  
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
  font-size: 10px;
  
}


.avatar-online-touch-notes {
  
  right: 18px; 
  bottom: 0; 
  position: absolute;
  
}

.avatar-online-touch-notes span{
  
  position: relative;
  text-align: center; 
  background-color: #2CCB94; 
  display: inline-block; 
  width: 13px; 
  height: 13px; 
  border-radius: 100%;
  overflow: hidden;
  color: white;
  border: 2px white solid;
  
}

.avatar-online-touch-notes i{
  
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
  font-size: 10px;
  
}


.avatar-online-web {
  
  right: 10px; 
  bottom: 0; 
  position: absolute;
  
}

.avatar-online-web span{
  
  position: relative;
  text-align: center; 
  background-color: #2CCB94; 
  display: inline-block; 
  width: 13px; 
  height: 13px; 
  border-radius: 100%;
  overflow: hidden;
  color: white;
  border: 2px white solid;
  
}

.avatar-online-web i{
 
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
  font-size: 7px;
  
}

.avatar-online-web-notes {
  
  right: 18px; 
  bottom: 0; 
  position: absolute;
  
}


.avatar-online-web-notes span{
  
  position: relative;
  text-align: center; 
  background-color: #2CCB94; 
  display: inline-block; 
  width: 13px; 
  height: 13px; 
  border-radius: 100%;
  overflow: hidden;
  color: white;
  border: 2px white solid;
  
}

.avatar-online-web-notes i{
 
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); 
  font-size: 7px;
  
}

.corner-box {
  
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: linear-gradient(to left bottom, transparent 50%, rgba(0,0,0,.4) 0) no-repeat 100% 0 / 15px 15px, linear-gradient(-135deg, transparent 10px, #337AB7 0);
                  
}

.corner-box::before{
  
  content: '';
  position: absolute;
  top: 15px; 
  right: 0;
  background: linear-gradient(to left bottom, transparent 50%, rgba(0,0,0,0.1) 0) 100% 0 no-repeat;
  width: 15px;
  height: 15px;
  transform: rotate(180deg);

}

.corner-box-icons {
  
  position: absolute; 
  top: -9px; 
  left: 50%; 
  transform: translateX(-50%);
  
}

.corner-box-ext {
  
  position: absolute; 
  top: 12px; 
  left: 50%; 
  transform: translateX(-50%); 
  font-size: 13px;
  
}