.statistics-report__documents {
	list-style-type: none;
}

.statistics-report__documents .statistics-report__documents-item:nth-child(n+2) {
	display: none;
}

.statistics-report__documents.statistics-report__documents_show .statistics-report__documents-item:nth-child(n+2) {
	display: list-item;
}

.input-group-addon {
	display: none;
}

@media (min-width: 1260px) {

  .add-attach_theme_sgp .form-field + .form-field {
    margin-top: 1.5rem;
  }
}

.border-none-important {
	border: none !important;
}

.voice-recorder {
	display: flex !important;
    align-items: center;
}

.voice-record__toggle {
	display: inline-block;
	height: 32px;
	width: 32px;
	cursor: pointer;
	background-image: url('../images/icons/mediacontrols.png');
}
.voice-record__toggle_play {
}
.voice-record__toggle_stop {
	background-position: -124px;
}

.text_subscript { font-size: 8px; color: #ffffff; }

.button__simple {
	cursor: pointer;
	outline: none;
	border: 0;
    padding: 0;
    margin: 0;
    background: none;
}

.chatbox__reply-content {
	margin-bottom: 5px;
}
.comments__item_unread {
	background: rgba(255,255,0,0.2);
    border-radius: 6px;
}
.scroll-control {
  cursor: pointer;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 3;
}
@media screen and (max-width: 490px) {
  .scroll-control {
    bottom: 3%;
    right: 3%;
  }
}
@media screen and (max-width: 420px) {
  .scroll-control {
    bottom: 86px;
  }
}