/*----- Enquiry show page -----*/
.enquiry table.details { border-collapse: collapse; width: 100%; }
.enquiry table.details th { width: 15%; text-align: left; color: #5689bc; }
.enquiry .details th, .enquiry .details td { padding: 0.2em; textalign: left; border: none; }


.enquiry .entry {
  margin: 0.5em 0;
  padding: 0.5em;  
  background-color: #dbebf7;
  border-bottom: 1px solid #00529B;
}
  
.enquiry .entry .timestamp {
  color: #aaa;
  font-size: 90%;
  margin-bottom: 0.5em;
}

.enquiry .response {
	color: #9f6000;
  background-color: #FEEFB3;
  margin-left: 2em;
  border-bottom: 1px solid;
}

.enquiry .entries .attachments {
  padding-top: 10px;
}
.enquiry .entries .attachments h5 { 
  font-weight: bold;
  margin: 0.5em 0;
}

.enquiry div.actions { text-align: right; float: right; }
.enquiry #reply #enquiry_entry_text { width: 98%; }
.enquiry #reply fieldset { width: 100%; }

.show .answer_form {
	padding-top: 10px;
}
.show .answer_form textarea {
  border: 1px solid #ddd;
  width: 95%;
}
.show .answer_form .send {
	padding-top: 10px;
}

/*----- Enquiries list -----*/
.enquiry .list { table-layout: fixed; border-collapse: collapse; }
.enquiry .list .date { width: 10%; /*text-align: left; padding-left: 2px; padding-right: 2px; */ }
.enquiry .list .topic { width: 20%; }
.enquiry .list .text { width: 62%; }
.enquiry .list .actions { width: 8%; }

.enquiry table.list th { background-color: #f1f6e0; }

.enquiry .list td div { 
  text-overflow: ellipsis;
  overflow: hidden; 
  white-space: nowrap;
  vertical-align: top;
  display: block;	
  max-height: 16px;
	height:auto!important;
	height:16px;
  overflow: hidden;
	position: relative;
}

.enquiry .list a, .enquiry .list a:visited, .enquiry .list a:link { text-decoration: none; }
.enquiry .list a:hover { text-decoration: underline; }

.enquiry .list tr.unread td { font-weight: bold; }

/*----- Contact form -----*/
.uniForm4 #topic .other { position: absolute; bottom: 0.35em; right: 1.5em; width: 25em; }
.uniForm4 #status .other { position: absolute; bottom: 0.35em; right: 1.5em; width: 14em; }
.uniForm4 .other input { width: 100%; }

.contact .addresses { margin: 0.5em 0 2em 0; }

.contact .entity {
  float: left;
  width: 30%;
  margin-right: 3%;
  font-size: 90%;
}

.contact .entity h5 {
  font-size: 110%;
  font-weight: bold;
}

.contact .entity .address {
  margin: 0.5em 0;
}

.contact .entity p {
  padding: 0;
}

.attachment {
	padding-top: 10px;
}