@charset "utf-8";
/* CSS Document */

.tril-form
{
	width: 70%;
	z-index: 0;
	text-align: left;
}

.tril-sending-request {
	margin: 5px 0;
    padding: 5px;
	background-color: #C2F1CB;
	border-color: #10C224;
	text-align:center;
}

.tril-faq-heading h2 {
   color: #404040;
   margin: 12px 0 10px;
   font-size: 20px;
   font-family: Tahoma, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   font-style: normal;
}

.tril-faq-question h3 {
	padding-left: 20px;
	color: #000000;
	margin: 4px 0;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
}

.tril-faq-answer p {
	padding-left: 20px;
}

li.recipe {
	margin: 0 0 20px 0;
}

[hidden],
template {
  display: none;
}

.hidden { display: none; }

/* Parsely js styles */

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/*
* Callouts
*
* Not quite alerts, but custom and helpful notes for folks reading the docs.
* Requires a base and modifier class.
*/
/* Common styles for all types */
.bs-callout {
  margin: 5px 0;
  padding: 5px;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}
/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
