.box_ip_attachment{
  padding-right: unset !important;
  padding-left: unset !important;
  margin-top: 20px;
  border-radius: 5px
}
.box_ip_attachment
.box_ip_attachment_header{
  margin-bottom: 0px;
  padding:10px;
  color:white;
  background-color:#58595b !important;
  width: 100%;
  display:block;
  border-radius: 5px;
}
.box_ip_attachment_icon{
  font-size: 16pt; color: #ff6900;padding-right: 15px;
  padding-left: 5px;
}


.box_ip_attachment .row{
  padding: 15px;
}
.box_ip_attachment .box_ip_attachment_small_text{
  font-size:9pt;
  margin-top: 6px;
}

.box_ip_attachment
.media-body{
  margin-left: 13px;
  margin-top: 3px;
}


.box_ip_attachment  #collapseInformativa .box_ip_attachment_small_text,
.box_ip_attachment  #collapseInformativa .media {
  padding-right: 15px;
  padding-left: 15px;
}

.box_ip_attachment_header
.float-right .img-fluid {
  width: 25px;
  margin-right: 6px;
  transform: rotate(-90deg);
}

.box_ip_attachment_header.collapsed
.float-right .img-fluid {
  width: 25px;
  transform: rotate(90deg);
}
@media screen and (max-width: 760px) {
  .box_ip_attachment_header
  .float-right .img-fluid {
    width: 18px !important;
    margin-right: unset;
    margin-top: 40%;
  }
  .box_ip_attachment
  .box_ip_attachment_header,.box_ip_attachment .media-body{
    font-size: 10pt;
  }


}

