/*********************  News ********************/

#news-edit .select2-choices{
  display: flex;
  align-items: center;
  transition-duration: 0s;
  min-height: 24px;
  background: #FFFFFF;
  border: 0;
  padding: 0;
  box-shadow: none;
}
#news-edit  .select2-search-choice{
  margin: 2.5px 20px 2.5px 0;
  padding: 3px 0 3px 29px;
  border: 0;
  background: none;
  box-shadow: none;
}
#news-edit  .select2-search-choice-close{
  background-image: url(/icons/tag-remove.svg) !important;
  background-size: 25px 25px !important;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#news-edit  .format-btn-edit{
  margin-right: 15px;
  line-height: calc(1rem + 8.75px);
}

#news-edit  .format-btn-send {
  margin-left: 15px;
  line-height: calc(1rem + 8.75px);
}

#news-edit  .content-user{
  margin-bottom: 25px;
}

/*********************  Item list ********************/
#news-edit  #postdata-list{
  padding: 30px 12px;
  padding-right: 30px;
}

#news-edit  #postdata-list .content-postdata-list{
  font-size: 16px; 
  color: #000000; 
  font-weight: 700; 
  line-height: calc(1rem + 9px);
}

#news-edit  #postdata-list .date-postdata-list{
  font-size: 14px; 
  font-style: italic; 
  color: #969696; 
  font-weight: 400;
}

#news-edit  ul.timeline {
  list-style-type: none;
  position: relative;
  margin-top: -20px;
}
#news-edit  ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
#news-edit  ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
#news-edit  ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #001d85;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

@media screen and (min-width: 768px){
  #news-edit  #postdata-list .btn-view-postdata-list{
    height: 45px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 670px){
  #news-edit  #postdata-list .btn-view-postdata-list{
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
    white-space: normal;
  }
}

#news-edit  #postdata-list .content-postdata-list-browser{
  font-size: 16px; 
  color: #969696; 
  font-weight: 700; 
  line-height: calc(1rem + 9px);
}

#news-edit  #postdata-list .color-text-no-browser{
  font-size: 16px; 
  line-height: calc(1rem + 9px);
}

#news-edit  #postdata-list .color-text-browser{
  font-size: 16px; 
  color: #969696; 
  line-height: calc(1rem + 9px);
}
