.attachments {


}

.attachments_title {
  font-weight: bold;
  margin-bottom: 0.5em;
  text-decoration: underline;
}

.attachments_list {


}

.attachments_list_columns > .attachments_item {
  float: left;
}


.attachments_item {
  padding-bottom: 0.35em;
  display: block;
}



.attachments_icon {
  margin-right: 0.1em;
  position: relative;
  top: 2px;
}

.attachments_name {
  text-decoration: none;
}

.attachments_details {
  font-size: 0.65em;
  margin-top: 0.2em;
}











#attachments_form {
  padding-left: 0px;
}

#attachments_form ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}


#attachments_form_title {
  font-weight: bold;
  padding-bottom: 5px;
}


#attachments_form_add {
  display: inline-block;
}

#attachments_form_add > img {
  cursor: pointer;
}

#attachments_form_newfile {
  display: none;
}


.attachments_form_move {
  display: inline-block;
  border: 0px solid black;
  height: 20px;
  text-align: center;
  cursor: move;
  color: #C4C4C4;
  position: relative;
  top: 2px;
}

.attachments_form_name {
  width: 20em;
}

.attachments_form_item_icon {
  display: inline-block;
  width: 16px;
  text-align: center;
}

.attachments_form_item_icon > img {
  position: relative;
  top: 4px;
  cursor: pointer;
}

.attachments_form_item_icon > i {
  color: green;
  position: relative;
  left: 1px;
}


.attachments_form_model {
  display: none;
}


.attachments_form_delete {
  cursor: pointer;
  position: relative;
  top: 4px;
  border: 0;
  width: 16px;
  height: 16px;

}