@charset "ISO-8859-1";

/*
 * Page: Mailbox
 * -------------
 */
.requests-messages > .table {
  margin: 0;
}
.requests-controls {
  padding: 5px;
}
.requests-controls.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.requests-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
}
.requests-read-info h3 {
  font-size: 20px;
  margin: 0;
}
.requests-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}
.requests-read-time {
  color: #999;
  font-size: 13px;
}
.requests-read-message {
  padding: 10px;
}
.requests-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}
.requests-attachment-name {
  font-weight: bold;
  color: #666;
}
.requests-attachment-icon,
.requests-attachment-info,
.requests-attachment-size {
  display: block;
}
.requests-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}
.requests-attachment-size {
  color: #999;
  font-size: 12px;
}
.requests-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}
.requests-attachment-icon.has-img {
  padding: 0;
}
.requests-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}
.top-buffer { margin-top:20px; }


.help-button {
	color: #0dcaf0;
	cursor: pointer;
}
.no-show {
	display:none;
}