@import url(https://fonts.googleapis.com/css?family=Varela+Round&v2);

a {
	color: #378fc4;
}
a:hover {
	color: #2e6482;
}

blockquote {
	background: #fcfcfc;
	border: 5px solid #eee;
	border-width: 5px 0;
	font-size: 13px;
	line-height: 1.6em;
	padding: 10px;
}

body {
	background: #f5f5f5;
	color: #4a4a4a;
	font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

fieldset {
	padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	margin-bottom: 15px;
}
h1 {
	color: #16388e;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 20px 15px 0;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	color: #16388E;
}

hr {
	margin: 10px 0;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select, textarea {
	border-radius: 2px;
	padding: 6px;
}

label {
	font-size: 13px;
	font-weight: normal;
}

legend {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 10px;
}

ol li {
	list-style: decimal;
	margin: 0 0 5px 30px;
}

p {
	line-height: 1.4em;
	margin-bottom: 15px;
}

select {
	height: 24px;
	line-height: 24px;
}

strong {
	font-weight: bold;
}

table {
	*border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table td {
	vertical-align: top;
}

ul li {
	line-height: 1.4em;
	list-style: disc;
	margin-left: 30px;
}

.btn {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 0;
	padding: 2px 12px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
}

.color-box {
	border: 1px solid #aaa;
	border-radius: 3px;
	float: left;
	height: 14px;
	margin-right: 5px;
	width: 14px;
}

span.comm-method {
	background: #dfdfdf;
	background-position: 4px center;
	background-repeat: no-repeat;
	border-right: 5px solid #9ba2a2;
	color: #666;
	display: inline-block;
	font-size: 10px;
	height: 24px;
	line-height: 24px;
	padding-right: 10px;
	text-align: right;
	text-transform: uppercase;
	width: 85px;
}
span.comm-method.method-call {
	background-color: #dfdfdf;
	background-image: url(/assets/img/fugue/telephone--arrow.png);
	border-right-color: #9ba2a2;
}
span.comm-method.method-call-in {
	background-color: #dfdfdf;
	background-image: url(/assets/img/fugue/telephone-network.png);
	border-right-color: #9ba2a2;
}
span.comm-method.method-email {
	background-color: #dfebeb;
	background-image: url(/assets/img/fugue/mail.png);
	border-right-color: #7c8c8c;
}
span.comm-method.method-letter {
	background-color: #fff5df;
	background-image: url(/assets/img/fugue/envelope-label.png);
	border-right-color: #c2a258;
}
span.comm-method.method-sms {
	background-color: #f5e5d3;
	background-image: url(/assets/img/fugue/mobile-phone-cast.png);
	border-right-color: #a88d6f;
}

.communication-action {
	background: #FAFAFA;
	border: 1px solid #efefef;
	padding: 10px;
}
.communication-action button {
	display: block;
	padding: 5px 0;
	width: 100%;
}
.communication-action h3 {
	font-size: 24px;
	margin-top: 5px;
	text-align: center;
}
.communication-stage {
	background: #eee;
	border: 1px solid #DAD9DE;
	padding: 10px 50px;
}

.dynamiclist-action {
	text-align: right;
}

.error {
	color: #E6002A !important;
}
.error .help-inline {
	font-size: 11px;
}

.form-control {
	font-size: 13px;
	height: 26px;
}

.form-horizontal .form-group {
	margin: 5px auto;
}
.form-horizontal .col-4 .control-label {
	float: left;
	width: 100px;
}

.control-label span {
	display:block;
	font-size:11px;
	font-style:italic;
}

.control-label.text-left {
	text-align:left;
}

.form-horizontal .col-4 .controls {
	margin-left: 120px;
}

.help-block {
	font-size: 11px;
	margin-top: 0;
}

.modified {
	float: right;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-size: 11px;
	line-height: 36px;
	margin-right: 10px;
}
.muser {
	color: #888;
}

.muted {
	color: #999;
}

.note {
	border-top: 1px solid #e5e5e5;
	padding: 5px 20px;
}
.note .note-content {
	line-height: 1.4em
}
.note .note-meta {
	position: relative;
}
.note .note-meta .note-delete {
	font-size: 12px;
	position: absolute;
	right: 150px;
	top: 5px;
	visibility: hidden;
}
.note:hover .note-meta .note-delete {
	visibility: visible;
}
.note .note-meta .note-mtime {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 5px;
}
.note .note-meta h4 {
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
}

.note-add {
	margin-bottom: 10px;
	padding: 0 20px;
}
.note-add textarea {
	margin-bottom: 10px;
	width: 100%;
}

.quote-description {
	padding: 0 100px 0 150px;
	position: relative;
}
.quote-description:before {
	color: #e0e0e0;
	content: '\201C';
	font-size: 200px;
	font-weight: normal;
	left: 40px;
	opacity: 0.8;
	position: absolute;
}

.report_stats {
	margin-bottom: 10px;
	padding: 0 25px;
	width: 100%;
}

.row-margin {
	margin-bottom: 10px;
}

.s-hidden {
	display: none;
}
.s-negative {
	color: #A81111;
}
.s-negative-invert {
	background: #A81111;
	color: white;
}
.s-neutral {
	color: #888;
}
.s-neutral-invert {
	background: #888;
	color: white;
}
.s-positive {
	color: #1AA32B;
}
.s-positive-invert {
	background: #1AA32B;
	color: white;
}
.s-print {
	display: none;
}
.s-privacy-false {
	color: #aaa;
	text-decoration: line-through;
}
.s-warning {
	color: #F0AD4E;
}
.s-warning-invert {
	background: #F0AD4E;
	color: white;
}

.scroll {
	overflow: auto;
}
.scroll-200 {
	height: 200px;
}

.section.heading {
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	position: relative;
	min-height: 80px;
}

.section.heading p.subtitle {
	color: #888;
	float: left;
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	padding: 2px 5px 2px 0;
}

.selectutil a.btn {
	display: block;
	margin-bottom: 5px;
}
.selectutil a.btn[rel="add"] {
	margin-top: 40px;
}
.selectutil legend {
	border: 0;
	margin: 0;
}
.selectutil select {
	height: 200px;
}

.size-active {
	width: 100px;
}
.size-number-thousands {
	width: 80px;
}
.size-percentage {
	display: inline-block;
	text-align: right;
	width: 80px;
}

.col-sm-4 dl.horizontal dd {
	margin-left: 110px;
}
.col-sm-4 dl.horizontal dt {
	width: 100px;
}

.submit-buttons {
	height: 36px;
	line-height: 36px;
	padding: 0;
}

.submit-container {
	background: #dfdfdf; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #cacaca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#cacaca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* IE10+ */
	background: linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #bbb;
	color: #444;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	margin: auto 0px !important;
}

.tab-radio {
	border-bottom: 1px solid #DAD9DE;
	height: 40px;
	margin-bottom: 10px;
}
.tab-radio div.radio {
	border: 1px solid transparent;
	float: left;
	height: 40px;
	margin: 0 0 0 20px;
	padding: 12px 10px 0 40px;
	width: 200px;
}
.tab-radio div.radio.selected {
	border: 1px solid #DAD9DE;
	border-bottom: 1px solid white;
}
.tab-radio div.radio input[type="radio"] {
	margin-top: 0;
}
.tab-radio div.radio label {
	font-size: 14px;
}

.panel-heading a {
	font-size: 24px;
	font-weight: bold;
}

.panel-heading span {
	float:right;
	font-size:16px;
	padding-right:26px;
	background-repeat:no-repeat;
	background-position:right center;
}

.panel-heading span.icon-complete {
	background-image:url(/assets/img/fugue/tick.png);	
}

.panel-heading span.icon-inprogress, .panel-heading span.icon-pending {
	background-image:url(/assets/img/fugue/clock.png);
}

/*
* Mootools Simple Modal
* Version 1.0
* Copyright (c) 2011 Marco Dell'Anna - http://www.plasm.it
* Overlay style */
#simple-modal-overlay {
	background-color: #020e20;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}
.simple-modal {
	background-color: #FFFFFF;
	border: 1px solid #EAEEFA;
	border: 1px solid rgba(234, 238, 250, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px rgba(2, 14, 32, 0.6);
	-moz-box-shadow: 0 0 20px rgba(2, 14, 32, 0.6);
	box-shadow: 0 0 20px rgba(2, 14, 32, 0.6);
	font-size: 13px;
	font-weight: normal;
	left: 20px;
	line-height: 18px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	position: fixed;
	top: 20px;
	width: 600px;
	z-index: 9999;
}
.simple-modal .simple-modal-header {
	background: #dfdfdf; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #cacaca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#cacaca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* IE10+ */
	background: linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #bbb;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 40px;
}
.simple-modal .simple-modal-header h1 {
	color: #444;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
	padding: 0 15px;
	text-shadow: 1px 1px 0px #EFEFEF;
}
.simple-modal a.close {
	color: #999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 10px;
	position: absolute;
	right: 15px;
	text-decoration: none;
	top: 13px;
}
.simple-modal a.close:hover {
	color: #444;
}
.simple-modal .simple-modal-body {
	overflow: hidden;
}
.simple-modal .simple-modal-body div.contents {
	overflow: hidden;
	padding: 15px;
}
.simple-modal .simple-modal-body p {
	font-size: 13px;
	font-weight: normal;
	color: #606060;
	line-height: 18px;
}
.simple-modal .simple-modal-body p img {
	display: block;
	margin: 0 auto 10px auto;
}
.simple-modal .simple-modal-footer {
	display: block;
	background-color: #F5F5F5;
	padding: 10px 15px;
	border-top: 1px solid #EEEEEE;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #FFF;
	-moz-box-shadow: inset 0 1px 0 #FFF;
	box-shadow: inset 0 1px 0 #FFF;
	zoom: 1;
	margin-bottom: 0;
	text-align: center;
}
.simple-modal .simple-modal-footer a.btn {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 65%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(65%,#efefef), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 65%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 65%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 65%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#efefef 65%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
	border: 1px solid #CACACA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #222;
	cursor: pointer;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0 10px 0 0;
	padding: 4px 20px 5px;
	text-transform: capitalize;
}
.simple-modal .simple-modal-footer a.btn:hover {
	text-decoration: none;
}
.simple-modal .simple-modal-footer a.btn.primary {
	margin-right: 15px;
}
.simple-modal .simple-modal-footer a.btn.primary:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #edf5fa 65%, #e3f1fb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(65%,#edf5fa), color-stop(100%,#e3f1fb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#edf5fa 65%,#e3f1fb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#edf5fa 65%,#e3f1fb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#edf5fa 65%,#e3f1fb 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#edf5fa 65%,#e3f1fb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3f1fb',GradientType=0 ); /* IE6-9 */
	border-color: #8f96a8;
	color: #16388E;
}
.simple-modal .simple-modal-footer a.btn.secondary[title="Cancel"], .simple-modal .simple-modal-footer a.btn.secondary.cancel {
	background: none;
	border: 0;
	border-radius: 0;
	color: #A81111;
	padding: 2px;
	text-decoration: none;
}
.simple-modal .simple-modal-footer a.btn.secondary[title="Cancel"]:hover {
	color: white;
	background: #A81111;
}
.simple-modal .simple-modal-footer a.btn.secondary:hover {
  color: #999;
}
/* Draggable style */
.simple-modal.draggable .simple-modal-header:hover {
  cursor: move;
  background-color: #f8f8f8;
}
/* Loading style */
.simple-modal.loading .simple-modal-body {
  min-height: 60px;
}
.simple-modal.loading .simple-modal-body div.contents {
  display: none;
}
.simple-modal.loading .close, .simple-modal.loading .simple-modal-header, .simple-modal.loading .simple-modal-footer {
  display: none;
}
/* Hide header */
.simple-modal.hide-header .simple-modal-header {
  display: none;
}
/* Hide header */
.simple-modal.hide-footer .simple-modal-footer {
  display: none;
}

.simple-modal p.feedback {
	margin-bottom: 20px;
}
#simple-modal .help-description {
	color: #888;
	font-size: 13px;
	line-height: 18px;
}

a.act {
	display: inline-block;
	padding: 0 2px;
	text-decoration: none;
}
a.act:hover {
	color: white;
	text-decoration: none;
}
a.act-negative {
	color: #A81111;
}
a.act-negative:hover {
	background: #A81111;
}
a.act-neutral {
	color: #0A4CA3;
}
a.act-neutral:hover {
	background: #0A4CA3;
}
a.act-positive {
	color: #1AA32B;
}
a.act-positive:hover {
	background: #1AA32B;
}

div.calendar-controls {
	height:
}
div.calendar-controls h2 {
	float: left;
	margin: 0;
}
div.calendar-controls p.simple-pagination {
	top: 0;
}

div.comm-email {
	border-top: 2px solid #e6e6e6;
	margin-top: 10px;
	max-height: 400px;
	overflow: auto;
	padding: 20px 10px;
}

div.comms-preview-form table.commslog-view div.recipients strong {
	display: inline-block;
	margin-right: 15px;
}

div.email-send-form div.input_holder label {
	float: left;
	width: 70px;
}
div.email-send-form div.input_holder.fitext p.error, div.email-send-form div.input_holder.fselect p.error {
	margin-left: 70px;
}
div.email-send-form div.email-body-placeholders {
	margin-top: 20px;
}
div.email-send-form div.email-body-placeholders div.email-body {
	float: left;
	width: 530px;
}
div.email-send-form div.email-body-placeholders div.email-body textarea {
	-webkit-box-shadow: 0px 0px 8px #dfdfdf;
	-moz-box-shadow: 0px 0px 8px #dfdfdf;
	-o-box-shadow: 0px 0px 8px #dfdfdf;
	box-shadow: 0px 0px 8px #dfdfdf;
}
div.email-send-form div.email-body-placeholders div.email-placeholders {
	background: #F5F5F5;
	border: 1px solid #DAD9DE;
	border-left: 0;
	-webkit-box-shadow: 0px 0px 8px #dfdfdf;
	-moz-box-shadow: 0px 0px 8px #dfdfdf;
	-o-box-shadow: 0px 0px 8px #dfdfdf;
	box-shadow: 0px 0px 8px #dfdfdf;
	margin-left: 530px;
	padding: 10px;
	position: relative;
	top: 20px;
}

div.section.heading ul.actions {
	clear: left;
	height: 32px;
	margin-bottom: 10px;
}
div.section.heading ul.actions li {
	float: left;
	font-weight: bold;
	list-style: none;
	margin-right: 10px;
}
div.section.heading ul.actions li.import {
	margin-right: 0;
}
div.section.heading ul.actions li a {
	background-position: 8px center;
	border: 1px solid #cacaca;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px #dfdfdf;
	-moz-box-shadow: 0px 1px 2px #dfdfdf;
	-o-box-shadow: 0px 1px 2px #dfdfdf;
	box-shadow: 0px 1px 2px #dfdfdf;
	color: #666;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 15px 4px 30px;
	position: relative;
	text-transform: capitalize;
	top: -4px;
}
div.section.heading ul.actions li a:hover, div.section.heading ul.actions li.hover a {
	border-color: #aaa;
	color: #444;
	text-decoration: none;
}
div.section.heading ul.actions li.dropdown_container > a {
	padding-right: 30px;
}
div.section.heading ul.actions li.dropdown_container > a::after {
	border-color: #aaa transparent;
	border-radius: 1px;
	border-style: solid;
	border-width: 8px 4px 0px;
	content: '';
	display: block;
	right: 10px;
	position: absolute;
	top: 12px;
}
div.section.heading ul.actions li.dropdown_container.hover > a::after {
	border-color: #666 transparent;
}
div.section.heading ul.actions li a.add:hover {
	color: #1aa32b;
}
div.section.heading ul.actions li.delete {
	position: absolute;
	right: 10px;
	top: 10px;
}
div.section.heading ul.actions li a.delete {
	background-position: 3px center;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	color: #A81111;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	margin-top: 5px;
	padding: 2px 3px 2px 23px;
}
div.section.heading ul.actions li a.delete:hover {
	background-color: #A81111;
	color: #fff;
}
div.section.heading ul.actions li a.import:hover {
	color: #4193d0;
}
div.section.heading ul.actions li ul.dropdown_container {
	background: white;
	border: 1px solid #cacaca;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px #cacaca;
	-moz-box-shadow: 0px 0px 8px #cacaca;
	-o-box-shadow: 0px 0px 8px #cacaca;
	box-shadow: 0px 0px 8px #cacaca;
	display: none;
	padding: 4px;
	position: absolute;
	top: 70px;
	width: auto;
	z-index: 1001;
}
div.section.heading ul.actions li.hover > ul.dropdown_container {
	display: block;
}
div.section.heading ul.actions li ul.dropdown_container::after, div.section.heading ul.actions li ul.dropdown_container::before {
	border-color: #fff transparent;
	border-style: solid;
	border-width: 0 9px 9px;
	content: '';
	display: block;
	left: 16px;
	position: absolute;
	top: -9px;
}
div.section.heading ul.actions li ul.dropdown_container::before {
	border-color: #cacaca transparent;
	border-width: 0 10px 10px;
	left: 15px;
	top: -10px;
}
div.section.heading ul.actions li ul.dropdown_container li {
	float: none;
	margin: 0;
}
div.section.heading ul.actions li ul.dropdown_container li a {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	display: block;
	float: none;
	top: 0;
}
div.section.heading ul.actions li ul.dropdown_container li a:hover {
	background-color: #e3f1fb;
}

dl.horizontal dd {
	margin-left: 170px;
	min-height: 20px;
	padding-bottom: 5px;
}
dl.horizontal dt {
	clear: left;
	float: left;
	padding-bottom: 5px;
	text-align: right;
	width: 160px;
}

dl.horizontal.event_progress dd {
	margin-left: 360px;
}

dl.horizontal.event_progress dt {
	width: 350px;
}

fieldset.search {
	float: right;
	padding-right: 0;
}
fieldset.search input {
	display: inline-block;
	width: 160px;
}
fieldset.search legend {
	display: none;
}

input[name*="country"] {
	width: 150px;
}
input[name*="fax"], input[name*="mobile"], input[name*="telephone"] {
	width: 150px;
}
input[name*="postcode"] {
	width: 80px;
}

.commissioning a {
	padding:8px 0;
	text-align: center;
	text-decoration:none;
	border-radius:5px;
}

.commissioning a.active, a.setactive {
	background-color:#e0e0e0;
}

p.comm-sms {
	background: #c5e0fd;
	background: -moz-linear-gradient(top,  #e3f1fc 0%, #c5e0fd 20%, #c5e0fd 80%, #d6ebff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3f1fc), color-stop(20%,#c5e0fd), color-stop(80%,#c5e0fd), color-stop(100%,#d6ebff));
	background: -webkit-linear-gradient(top,  #e3f1fc 0%,#c5e0fd 20%,#c5e0fd 80%,#d6ebff 100%);
	background: -o-linear-gradient(top,  #e3f1fc 0%,#c5e0fd 20%,#c5e0fd 80%,#d6ebff 100%);
	background: -ms-linear-gradient(top,  #e3f1fc 0%,#c5e0fd 20%,#c5e0fd 80%,#d6ebff 100%);
	background: linear-gradient(top,  #e3f1fc 0%,#c5e0fd 20%,#c5e0fd 80%,#d6ebff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f1fc', endColorstr='#d6ebff',GradientType=0 );
	border: 1px solid #9db7d8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 5px #dfdfdf;
	-moz-box-shadow: 1px 1px 5px #dfdfdf;
	box-shadow: 1px 1px 5px #dfdfdf;
	padding: 10px 20px;
	position: relative;
	text-shadow: 1px 1px 0px #deefff;
	width: 300px;
	margin: 10px auto;
}

p.simple-pagination {
	position: absolute;
	right: 15px;
	top: 40px;
}
div.section.heading p.simple-pagination {
	margin-bottom: 0;
}
p.simple-pagination .results {
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	line-height: 24px;
	margin-right: 10px;
}
p.simple-pagination .disabled {
	border: 1px solid #efefef;
	color: #cacaca;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-left: 2px;
	text-align: center;
	width: 24px;
}
p.simple-pagination a {
	border: 1px solid #cacaca;
	color: #888;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-left: 2px;
	text-align: center;
	width: 24px;
}
p.simple-pagination a:hover {
	background-color: #aaa;
	border-color: #aaa;
	color: #fff;
	text-decoration: none;
}

.bring-to-top { 
	z-index:10000;
}

table .progress {
	margin: 0;
}

table.table-commslog {
	font-size: 11px;
}

table.commslog-view td {
	border: 2px solid white;
	min-height: 30px;
	line-height: 30px;
}
table.commslog-view td.heading {
	background: #f5f5f5;
	border-right: 10px solid white;
	font-size: 12px;
	padding: 0 10px;
	width: 80px;
}
table.commslog-view div.recipients {
	font-size: 11px;
	line-height: 20px;
	max-height: 160px;
	overflow: auto;
	padding: 8px auto;
}

table.reports td {
	border-top: 1px solid #E6E6E6;
	padding-top: 10px;
}
table.reports td.heading {
	vertical-align: top;
	width: 25%;
}
table.reports td.heading h2 {
	margin: 0 0 0 20px;
}
table.reports td.reports div.report {
	float: left;
	margin: 0 1.5% 1%;
	width: 30.333%;
}
table.reports td.reports div.report h3 {
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}
table.reports td.reports div.report h3.report-new {
	background: url(/img/report-new.png) no-repeat left 2px;
	padding-left: 24px;
}
table.reports td.reports div.report h3 a {
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}
table.reports td.reports div.report h3 a i {
	color: #16388E;
	display: none;
}
table.reports td.reports div.report h3 a:active i {
	color: #000;
}
table.reports td.reports div.report h3 a:hover i {
	display: inline-block;
}
table.reports td.reports div.report p {
	background: url(/assets/img/picons/picons-32-grey/basic1-106.png) no-repeat left top;
	color: #888;
	min-height: 32px;
	padding-left: 42px;
}
table.reports td.reports div.report.report-barchart p, p.report-barchart {
	background-image: url(/assets/img/report-barchart.png);
}
table.reports td.reports div.report.report-piechart p, p.report-piechart {
	background-image: url(/assets/img/report-piechart.png);
}
table.reports td.reports div.report.report-linechart p, p.report-linechart {
	background-image: url(/assets/img/report-linechart.png);
}
table.reports td.reports div.report.report-map p, p.report-map {
	background-image: url(/assets/img/report-map.png);
}
table.reports td.reports div.report.report-list p, p.report-list {
	background-image: url(/assets/img/report-list.png);
}

table.table > tbody > tr > td, table.table > tbody > tr > th {
	padding: 6px 10px;
}
table.table thead td, table.table thead th {
	background: #dfdfdf; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #cacaca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#cacaca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* IE10+ */
	background: linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #bbb;
	color: #444;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 0px #EFEFEF;
}

table[data-sortable] th:not([data-sortable="false"]) {
	cursor: pointer;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
table[data-sortable] th[data-sorted="true"] {
	background: #CACACA;
	background: -moz-linear-gradient(top, #cacaca 0%,  #dfdfdf 100%); /* FF3.6+ */
}

table[data-sortable] th:after {
	border-width: 5px;
	border-style: solid;
	border-color: transparent;
	content: "";
	display: inline-block;
	height: 0;
	margin-right: 1px;
	margin-left: 10px;
	position: absolute;
	top: 5px;
	vertical-align: inherit;
	visibility: hidden;
	width: 0;
}
table[data-sortable] th[data-sorted="true"]:after {
	visibility: visible;
}
table[data-sortable] th[data-sorted-direction="descending"]:after {
	border-top-color: #444444;
	margin-top: 8px;
}
table[data-sortable] th[data-sorted-direction="ascending"]:after {
	border-bottom-color: #444444;
	margin-top: 3px;
}

body#pg_planting_admin_index .bd-main .section.heading + .row-margin {
	margin-top:40px;
}

a.ignore { 
	color:inherit;
}

a.ignore:hover,a.ignore:active,a.ignore:visited,a.ignore:link {
	text-decoration:none;
	cursor:text;
}

ul.actions {
	margin: 0;
	padding: 0;
}
ul.actions a {
	background: url(/assets/img/fugue/wrench.png) no-repeat left center;
	color: #444;
	display: block;
	line-height: 22px;
	padding-left: 24px;
}
ul.actions a.add {
	background-image: url(/assets/img/fugue/plus.png);
}
ul.actions a.complete {
	background-image: url(/assets/img/fugue/tick.png);
}
ul.actions a.communicate {
	background-image: url(/assets/img/fugue/balloon-white.png);
}
ul.actions a.delete {
	background-image: url(/assets/img/fugue/minus-circle.png);
}
ul.actions a.date {
	background-image: url(/assets/img/fugue/calendar.png);
}
ul.actions a.download {
	background-image: url(/assets/img/fugue/drive-download.png);
}
ul.actions a.duplicate {
	background-image: url(/assets/img/fugue/documents-text.png);
}
ul.actions a.edit {
	background-image: url(/assets/img/fugue/wrench.png);
}
ul.actions a.email {
	background-image: url(/assets/img/fugue/mail.png);
}
ul.actions a.graph {
	background-image: url(/assets/img/fugue/chart--arrow.png);
}
ul.actions a.import {
	background-image: url(/assets/img/fugue/arrow-transition-270.png);
}
ul.actions a.invoice {
	background-image: url(/assets/img/fugue/receipt-invoice.png);
}
ul.actions a.invoices {
	background-image: url(/assets/img/fugue/receipts-text.png);
}
ul.actions a.merge {
	background-image: url(/assets/img/fugue/arrow-join-270.png);
}
ul.actions a.print {
	background-image: url(/assets/img/fugue/printer-medium.png);
}
ul.actions a.remove {
	background-image: url(/assets/img/fugue/wrench--minus.png);
}
ul.actions a.reset {
	background-image: url(/assets/img/fugue/exclamation-diamond.png);
}
ul.actions a.payment {
	background-image: url(/assets/img/fugue/credit-cards.png);
}
ul.actions a.sms {
	background-image: url(/assets/img/fugue/mobile-phone-cast.png);
}
ul.actions a.star {
	background-image: url(/assets/img/fugue/star.png);
}
ul.actions a.sync {
	background-image: url(/assets/img/fugue/compile.png);
}
ul.actions a.update {
	background-image: url(/assets/img/fugue/arrow-circle-double-135.png);
}
ul.actions a.view {
	background-image: url(/assets/img/fugue/monitor-medium.png);
	margin-left: 0px;
}
ul.actions a.view.group {
	background-image: url(/assets/img/fugue/users.png);
}
ul.actions a.view.profile {
	background-image: url(/assets/img/fugue/card-address.png);
}
ul.actions a.view.tag {
	background-image: url(/assets/img/fugue/tag-medium.png);
}
ul.actions a.export-pdf {
	background-image: url(/assets/img/fugue/document-pdf.png);
}
ul.actions a.users {
	background-image: url(/assets/img/fugue/users.png);	
}

ul.actions li {
	font-size: 12px;
	list-style: none;
	margin-left: 0;
}

ul.stats {
	color: #888;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
ul.stats li {
	border-right: 1px solid #ccc;
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
	padding: 10px 24px 10px 12px;
	position: relative;
}
ul.stats li:first-child {
	padding-left: 0;
}
ul.stats li:last-child {
	border: 0;
}
ul.stats .stats-desc {
	float: left;
}
ul.stats .stat-help {
	background: url(/img/fugue/question-balloon.png) no-repeat center center;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 16px;
}
ul.stats .stats-stat {
	color: #444;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
ul.stats .stats-stat .secondary {
	color: #666;
	font-size: 14px;
}

ul.placeholders {
	margin: 0;
	padding: 0;
}
ul.placeholders li {
	border-bottom: 1px solid #DAD9DE;
	height: 28px;
	line-height: 28px;
	list-style: none;
	margin-left: 0;
}
ul.placeholders li:first-child {
	border-top: 1px solid #DAD9DE;
}
ul.placeholders li .placeholder-content {
	color: #888;
	float: right;
	font-size: 11px;
	height: 24px;
}
ul.placeholders li a {
	display: block;
	padding: 0 5px;
}
ul.placeholders li a:hover {
	background: white;
}

#attendance_questions label {
	text-align: left;
}

#calendar {
	width: 100%;
	margin: 20px auto 0;
}
#calendar .bank_holiday {
	font-weight: bold
}
#calendar h3.date {
	font-size: 7pt;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-align: right;
	text-transform: uppercase;
}
#calendar h4 {
	font-size: 11px;
}
#calendar h4 .location {
	color: #888;
	display: block;
}
#calendar h4 a {
	color: inherit;
	display: block;
}
#calendar thead td {
	background: #dfdfdf; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #cacaca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(100%,#cacaca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* IE10+ */
	background: linear-gradient(top,  #dfdfdf 0%,#cacaca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */
	border: none;
	color: #444;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 6px 0;
	text-align: center;
	text-shadow: 1px 1px 0px #EFEFEF;
}
#calendar tbody td {
	border: 1px solid #CCCCCC;
	border-width: 0 1px 1px 0;
	height: 100px;
	padding: 4px;
	vertical-align: top;
	width: 14%
}
#calendar tbody td:first-child {
	border-width: 0 1px 1px 1px;
}
#calendar td.today {
	background-color: #ffffee;
}
#calendar td.selected {
	background-color: #e3f1fb;
}
#calendar td.non-month {
	background-color: #f8f8f8;
}

#error section {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  display: block;
  margin: 100px auto 0;
  padding: 40px;
  width: 600px;
}
#error section * {
  display: block;
  float: none;
}

#index_quicknav {
	float: left;
	overflow: hidden;
}

#index_quicknav.no-float {
	float:right;
	overflow:visible;
	display:inline-block;
}

#index_quicknav.no-float .margin-left {
	margin-left:20px;
}

#index_quicknav.before-heading {
	margin-top: 10px;
}
#index_quicknav a {
	border: 1px solid transparent;
	border-radius: 5px;
	float: left;
	font-size: 12px;
	padding: 2px 10px;
}
#index_quicknav a:hover, #index_quicknav a.active {
	background-color: #f1f1f1;
	color: black;
	text-decoration: none;
}
#index_quicknav a.active, #index_quicknav a:active {
	border-bottom: 1px solid #fbfaff;
	border-top: 1px solid #E0E0E0;
}
#index_quicknav li {
	float: left;
	line-height: 20px;
	list-style: none;
	margin-left: 0;
	margin-right: 5px;
}
#index_quicknav li.heading {
	border-left: 1px solid #ccc;
	color: #666;
	font-family: 'Lucida Grande','Lucida Sans',Verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding-left: 10px;
}
#index_quicknav ul {
	margin-left: 0;
	padding: 0;
}

#login {
	background: white;
	border: 1px solid #dad9de;
	-webkit-box-shadow: 0px 0px 8px #dfdfdf;
	-moz-box-shadow: 0px 0px 8px #dfdfdf;
	-o-box-shadow: 0px 0px 8px #dfdfdf;
	box-shadow: 0px 0px 8px #dfdfdf;
	margin: 50px auto 0;
	padding: 20px;
	width: 290px;
}
#login button {
	height: 35px;
	line-height: 35px;
	width: 100%;
}
#login input {
	width: 245px;
}
#login label {
	color: #666;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	margin-bottom: 3px;
}

#site-content {
	margin: 20px auto;
	max-width: 1160px;
}
#site-content div.bd-changelog {
	background: #f7f7f7;
	border: 1px solid #dad9de;
	-webkit-box-shadow: 0px 0px 8px #dfdfdf;
	-moz-box-shadow: 0px 0px 8px #dfdfdf;
	-o-box-shadow: 0px 0px 8px #dfdfdf;
	box-shadow: 0px 0px 8px #dfdfdf;
	margin: -1px 50px 0;
	padding: 0 20px;
}
#site-content div.bd-changelog .modified {
	float: none;
	height: 32px;
	line-height: 32px;
}
#site-content div.bd-changelog .modified:before {
	color: #999999;
	content: ' \f017';
	font-family: FontAwesome;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
	position: relative;
	top: 1px;
}
#site-content div.bd-main {
	background: white;
	border: 1px solid #dad9de;
	-webkit-box-shadow: 0px 0px 8px #dfdfdf;
	-moz-box-shadow: 0px 0px 8px #dfdfdf;
	-o-box-shadow: 0px 0px 8px #dfdfdf;
	box-shadow: 0px 0px 8px #dfdfdf;
	padding: 20px 15px;
	position: relative;
}
#site-content div.with-meta {
	float: left;
	position: relative;
	width: 77.999%;
}
#site-content div.bd-main.with-meta div.bd-changelog {
	position: absolute;
	bottom: 0;
}
#site-content div.bd-meta-column {
	background: #fafafa;
	border: 1px solid #dad9de;
	-webkit-box-shadow: 0px 0px 8px #dfdfdf;
	-moz-box-shadow: 0px 0px 8px #dfdfdf;
	-o-box-shadow: 0px 0px 8px #dfdfdf;
	box-shadow: 0px 0px 8px #dfdfdf;
	float: right;
	margin-top: 20px;
	padding: 20px;
	width: 22%;
}
#site-content div.bd-meta-column li {
	line-height: 1.4em;
}
#site-content div.bd-meta-column ul {
	padding-left: 0;
}

#site-footer {
	font-size: 11px;
	margin: auto;
	max-width: 1120px;
	padding: 20px 40px;
}

#site-header {
	background: #008fc4;
	height: 74px;
	position: relative;
}
#site-header a:hover {
	text-decoration: none;
}
#site-header li {
	line-height: normal;
}
#site-header p {
	margin: 0;
}
#site-header p.app {
	position: absolute;
	top: 12px;
}
#site-header p.app .customer {
	color: #ccc;
	font-size: 10px;
	margin-left: 5px;
}
#site-header p.app a {
	color: white;
	font-family: 'Varela Round', Verdana, sans-serif;
	font-size: 20px;
	text-shadow: 1px 1px 0px #000;
}
#site-header p.logout {
	color: #EDECF1;
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 10px;
}
#site-header p.logout a {
	color: #45b9db;
}
#site-header ul.tab-nav {
	border: 1px solid #0081b3;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	bottom: 0px;
	height: 32px;
	margin: 0;
	padding: 0;
	position: absolute;
}
#site-header ul.tab-nav.administrator {
	right: 0;
}
#site-header ul.tab-nav li {
	float: left;
	height: 31px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#site-header ul.tab-nav li:first-child, #site-header ul.tab-nav li:first-child a {
	-moz-border-radius: 3px 0 0 0;
	-webkit-border-radius: 3px 0 0 0;
	-o-border-radius: 3px 0 0 0;
	-ms-border-radius: 3px 0 0 0;
	-khtml-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
}
#site-header ul.tab-nav li:last-child, #site-header ul.tab-nav li:last-child a {
	-moz-border-radius: 0 3px 0 0;
	-webkit-border-radius: 0 3px 0 0;
	-o-border-radius: 0 3px 0 0;
	-ms-border-radius: 0 3px 0 0;
	-khtml-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
	border-right-color: #28a4d2;
}
#site-header ul.tab-nav li a {
	background: #009ad7;
	background: -moz-linear-gradient(top,  #009ad7 0%, #0081b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009ad7), color-stop(100%,#0081b3));
	background: -webkit-linear-gradient(top,  #009ad7 0%,#0081b3 100%);
	background: -o-linear-gradient(top,  #009ad7 0%,#0081b3 100%);
	background: -ms-linear-gradient(top,  #009ad7 0%,#0081b3 100%);
	background: linear-gradient(to bottom,  #009ad7 0%,#0081b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad7', endColorstr='#0081b3',GradientType=0 );
	border-left: 1px solid #00a3d8;
	border-top: 1px solid #00aade;
	border-right: 1px solid #0081b3;
	color: white;
	display: block;
	height: 31px;
	padding: 6px 14px 0;
}
#site-header ul.tab-nav li a.fa-home {
	font-size: 18px;
}
#site-header ul.tab-nav li a:hover, #site-header ul.tab-nav li a.active {
	background: #00aeea;
	background: -moz-linear-gradient(top,  #00aeea 0%, #0080b8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00aeea), color-stop(100%,#0080b8));
	background: -webkit-linear-gradient(top,  #00aeea 0%,#0080b8 100%);
	background: -o-linear-gradient(top,  #00aeea 0%,#0080b8 100%);
	background: -ms-linear-gradient(top,  #00aeea 0%,#0080b8 100%);
	background: linear-gradient(to bottom,  #00aeea 0%,#0080b8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeea', endColorstr='#0080b8',GradientType=0 );
}
#site-header .wrapper {
	height: 74px;
	margin: 0 auto;
	max-width: 1160px;
	position: relative;
}

#site-subnav {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAMAAACuX0YVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3OEY4RjBERDc3MjIxMUUxOEE0QTlBNTAwQUVBM0RBOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3OEY4RjBERTc3MjIxMUUxOEE0QTlBNTAwQUVBM0RBOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjc4RjhGMERCNzcyMjExRTE4QTRBOUE1MDBBRUEzREE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjc4RjhGMERDNzcyMjExRTE4QTRBOUE1MDBBRUEzREE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+O+V/CwAAAAZQTFRF2tne////VBJzFgAAAA5JREFUeNpiYGBgBAgwAAAFAAKHgt9+AAAAAElFTkSuQmCC) repeat-x left bottom;
	height: 45px;
}
#site-subnav ul {
	margin: 1px auto 0;
	max-width: 1160px;
	padding: 0;
}
#site-subnav ul li {
	float: left;
	line-height: normal;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}
#site-subnav ul li a {
	border: 1px solid transparent;
	border-radius: 5px;
	color: #008ec6;
	float: left;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	font-weight: bold;
	margin: 6px 0;
	padding: 6px 15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
}
#site-subnav ul li a.active, #site-subnav ul li a:hover {
	background: #e0e0e0;
	color: #386c8a;
	text-decoration: none;
}
#site-subnav ul li a:after {
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
}
#site-subnav ul li a[rel="communication"]:after {
	content: " \f086";
}
#site-subnav ul li a[rel="reports"]:after {
	content: " \f07c";
}

.cmn-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}

.cmn-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.cmn-toggle-round-flat + label {
	padding: 2px;
	width: 50px;
	height: 26px;
	background-color: #dddddd;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
	display: block;
	position: absolute;
	content: "";
}

input.cmn-toggle-round-flat + label:before {
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	background-color: #fff;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after {
	top: 2px;
	left: 2px;
	bottom: 2px;
	width: 22px;
	background-color: #dddddd;
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
	-ms-border-radius: 52px;
	-o-border-radius: 52px;
	border-radius: 52px;
	-webkit-transition: margin 0.4s, background 0.4s;
	-moz-transition: margin 0.4s, background 0.4s;
	-o-transition: margin 0.4s, background 0.4s;
	transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label {
	background-color: #27A1CA;
}

input.cmn-toggle-round-flat:checked + label:after {
	margin-left: 24px;
	background-color: #27A1CA;
}

.step_outcome a {
	margin-right:10px;
}

.tip-wrap {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 8px;
	background-color:rgba(0,0,0,0.6);
}

body#pg_planting_planting_edit .progress {
	height:25px;
	position:relative;
	margin-bottom: 3px;
}

body#pg_planting_planting_edit .progress p {
	position:absolute;
	right:2;
	top:2;
}

.row.stats2 { 
	display:flex;
	margin-top:10px;
}

.row.stats2 h2 {
	font-weight: bold;
	font-size:1.4em;
	margin-top:3px;
}

.row.stats2.report_stats, .switch a.report_stats {
	padding:0;
	margin:0;
}

.row.stats2 > div {
	padding:10px 10px 0 10px;
	flex:1;
}

.row.stats2 .flex { 
	display:flex;
}

.row.stats2 .flex > p {
	flex:1;
	line-height:70px;
}

.row.stats2 #index_quicknav .small {
	font-size:0.9em;
	padding:0;
	padding-right:4px;
}

.row.stats2 .medium {
	font-size:4.5em;
	line-height:0.6em;
}

.row.stats2 .x-large {
	font-size:9em;
	line-height:0.8em;
}

.row.stats2 .border-right {
	border-right:1px solid #ccc;
}

.row.stats2 .border-bottom {
	border-bottom:1px solid #ccc;
}

.notes-panel {
	max-height:215px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-bottom:20px;
}

.notes-panel > div {
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}

.notes-textarea textarea {
	height:220px !important;
}

a.margin-bottom {
	margin-bottom:8px;
	display:block;
}

p.edit_list {
	margin-bottom:6px;
	padding-bottom:6px;
	border-bottom:1px solid #ededed;
}

p.edit_list a {
	float:right;
}

.show-on-print {
	display:none;
}

.do-not-show {
	display: none !important;
}

.attendance_grouping {
	position:relative;
	padding:0px;
	margin-bottom:10px;
}

.attendance_grouping > :first-child {
	height:0;
}

.attendance_grouping .checkbox { 
	margin-left:15px;
}

.border-0 {
	border:0 !important;
}

table.permissions tr.permissions_header {
	height: 30px;
}

table.permissions tr {
	height: 24px;
}

table.permissions div.checkbox {
	min-height: auto;
	padding-top: 0;
}

table.permissions div.checkbox label {
	padding-left: 0;
	display: inline;
}

table.permissions input[type=checkbox] {
	margin: 0;
}

@media print {
	a[href]:after {
		content: none;
	}

	ul.actions {
		display: none;
	}

	#index_quicknav,
	#site-footer,
	#site-header,
	#site-subnav {
		display: none;
	}

	#site-content {
		width: 100%;
	}
	#site-content div.bd-main {
		border: none;
	}
}