/* Variables */
@font-face {
  font-family: 'opensans';
  src: url('fonts/opensans-regular-webfont.eot');
  src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff2') format('woff2'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensansbold';
  src: url('fonts/opensans-bold-webfont.eot');
  src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bold-webfont.woff2') format('woff2'), url('fonts/opensans-bold-webfont.woff') format('woff'), url('fonts/opensans-bold-webfont.ttf') format('truetype'), url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.clear-float {
  clear: both;
}
.border-box {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.background-color {
  transition: 100ms background-color;
  -o-transition: 100ms background-color;
  -ms-transition: 100ms background-color;
  -moz-transition: 100ms background-color;
  -webkit-transition: 100ms background-color;
}
.border-transition {
  transition: 100ms border-color;
  -o-transition: 100ms border-color;
  -ms-transition: 100ms border-color;
  -moz-transition: 100ms border-color;
  -webkit-transition: 100ms border-color;
}
html {
  font-size: 62.5%;
  font-family: opensans;
  background: url(img/v2/bg.jpg?breakcache=40) center center repeat fixed;
  background-size: cover;
}
a {
  cursor: pointer;
  color: #36D;
}
body {
  color: #666;
  font-size: 12px;
  font-size: 1.3rem;
  width: 1350px;
  margin: 0 auto;
  display: block;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'opensansbold';
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol {
  list-style: decimal;
  padding: 0 0 0 20px;
  margin: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
button {
  cursor: pointer;
}
table {
  border-spacing: 0;
  width: 100%;
  float: none;
  clear: both;
  margin-bottom: 40px;
}
table td {
  padding: 10px;
  border-width: 0px 1px 1px 0px;
  border-style: solid;
}
table td.checkbox-column {
  width: 1px;
  padding: 10px 18px 10px 20px;
  text-align: center;
}
table td.checkbox-column input {
  margin: 0px;
}
table td a {
  text-decoration: none;
}
table td.number {
  text-align: right;
}
table tbody tr td {
  border-color: #ebebeb;
}
table tbody tr:hover td {
  background-color: #f8f8f8;
}
table tbody tr.active td {
  background-color: #eefdff;
}
table thead td {
  background: #f1f1f1;
  text-transform: uppercase;
  border-color: #fff;
}
table thead td a {
  border-bottom: 1px dotted #ccc;
  color: #333;
}
table thead td a:hover {
  color: #444;
}
fieldset {
  border: 0;
  padding: 0;
  overflow: hidden;
}
legend {
  display: block;
  color: #333;
  background: #ddd;
  width: 100%;
  font-size: 1em;
  padding: 0.5em 10px;
  font-family: arial;
  margin-bottom: 0.5em;
  font-family: opensans;
  text-transform: uppercase;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
label {
  display: block;
  padding: 3px 4px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
textarea {
  border: 1px solid #ccc;
  font-family: arial;
  padding: 3px 4px;
  margin-bottom: 5px;
  height: 10em;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: 100ms background-color;
  -o-transition: 100ms background-color;
  -ms-transition: 100ms background-color;
  -moz-transition: 100ms background-color;
  -webkit-transition: 100ms background-color;
}
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="number"],
input[type="password"],
input[type="readonly"],
select {
  display: block;
  padding: 3px 4px;
  height: 30px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: 100ms background-color;
  -o-transition: 100ms background-color;
  -ms-transition: 100ms background-color;
  -moz-transition: 100ms background-color;
  -webkit-transition: 100ms background-color;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="time"]:hover,
select:hover {
  background: #eff;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
select:focus {
  background: #ff9;
}
input[type="readonly"] {
  border-color: white;
}
.btn {
  color: white;
  text-decoration: none;
  background: #1060df;
  padding: 0.5em 1em;
  border: 0;
}
.btn:hover {
  background: #75acee;
}
.remove-html {
  display: none !important;
}
.read-only .btn-add,
.read-only li[data-type],
.read-only li.delete,
.read-only .table-control-bulk {
  display: none !important;
}
.modal .ok {
  position: absolute;
  display: block;
  padding: 0.5em 0;
  width: 70px;
  bottom: 20px;
  left: 50%;
  margin-left: -35px;
  text-align: center;
  background: #1060bf;
  color: #fff;
}
.modal .ok:hover {
  background: #75acee;
}
.read-only.donate .table-control-bulk {
  display: block !important;
}
.universal-error {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 10px;
  text-align: right;
  background-color: #FF0000;
  display: none;
  color: white;
  z-index: 9999;
}
.universal-error .close {
  right: 10px;
  text-align: right;
  font-size: 15px;
  cursor: pointer;
  width: 10px;
  margin-left: auto;
}
.universal-error .message {
  text-align: center;
}
.universal-error a {
  color: white;
}
#error-details-message {
  width: 600px;
  height: 300px;
  margin: -150px 0 0 -300px;
  overflow: auto;
}
#error-details-message h3 {
  padding-bottom: 10px;
}
#error-details-message .error-field {
  display: block;
  padding-bottom: 10px;
}
#error-details-message ul {
  border: 0;
}
#error-details-message ul li {
  border: 0;
  padding: 0 0 10px 10px;
}
.paginator {
  float: none;
  display: block;
  clear: both;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.paginator.stats-only li {
  display: none;
}
.paginator.stats-only .result-size {
  display: block;
  text-align: right;
  top: -30px;
}
.paginator.top {
  margin-bottom: 0;
}
.paginator.bottom {
  display: block;
  border-top: 1px solid #ebebeb;
  margin-bottom: 0;
}
.paginator li {
  display: inline-block;
  margin: 0 0.2em;
}
.paginator li.pages-colon {
  display: none;
}
.paginator li a {
  text-decoration: none;
  padding: 15px;
  display: block;
  border-top: 1px solid #ebebeb;
  margin-top: -1px;
  color: #999999;
}
.paginator li:hover a {
  border-color: #333;
  color: #333;
}
.paginator li.active a {
  border-color: #36D;
  color: #36D;
}
.paginator li.result-size {
  position: absolute;
  top: 15px;
  right: 0;
  font-family: opensansbold;
  padding-right: 20px;
}
.field {
  width: 50%;
  display: block;
  float: left;
  padding-right: 2%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.field.quarter-width {
  width: 25% !important;
}
.field input[type="text"],
.field input[type="number"],
.field input[type="date"],
.field input[type="time"],
.field input[type="password"],
.field input[type="readonly"] {
  width: 100%;
  display: block;
}
.field select,
.field textarea,
.field label {
  width: 100%;
  display: block;
}
.field.checkboxlist label {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.field.checkboxlist label span {
  display: inline;
}
.field .error-msg {
  float: right;
  margin-left: 0.5em;
  display: none;
}
.field span {
  display: block;
  padding: 0 5px;
}
.field iframe {
  display: block;
  width: 100%;
  height: 30px;
  position: relative;
  border: 0;
  overflow: hidden;
}
.df-date input[type="text"] {
  display: inline-block;
  width: 2.5em;
  text-align: center;
}
.df-date input[type="text"].df-date-hidden {
  display: none;
}
.df-date input[type="text"].year {
  width: 3.5em;
}
.df-date input[type="text"].day {
  margin-right: 1em;
}
.df-date input[type="text"].minute {
  margin-right: 0.5em;
}
.df-date input[type="date"],
.df-date input[type="time"] {
  display: none;
  width: 10em;
  text-align: center;
}
.df-date span {
  display: inline-block;
  width: 0.25em;
  text-align: center;
}
.df-date span.df-date-hidden {
  width: auto;
}
.df-date select {
  display: inline-block;
  width: 4em;
}
.df-date.use-browser-datetime input[type="text"],
.df-date.use-browser-datetime select,
.df-date.use-browser-datetime span {
  display: none;
}
.df-date.use-browser-datetime input[type="date"],
.df-date.use-browser-datetime input[type="time"] {
  display: inline-block;
}
.hide {
  display: none !important;
}
.float-right {
  float: right !important;
}
.twocol input[type="text"],
.twocol input[type="password"],
.twocol input[type="readonly"],
.twocol textarea,
.twocol select,
.twocol label {
  width: 49%;
  display: block;
  float: left;
  margin-right: 1%;
}
.field-image {
  float: left;
  display: block;
  width: 50%;
}
.field-image img {
  display: block;
  max-width: 100px;
  max-height: 100px;
  margin-top: 10px;
}
.add-sub-menu {
  left: -144px !important;
}
.add-menu {
  background: #1060bf !important;
  padding: 0.3em 1em !important;
  height: 27px !important;
}
.add-menu-sign {
  font-size: 1.75em;
}
.header-link {
  display: block;
  color: #999;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 95px;
}
.header-link:hover {
  color: #333;
}
.table-control-simple {
  float: right;
  display: block;
  overflow: hidden;
  height: 35px;
  text-align: right;
}
.table-control-simple li {
  display: inline-block;
  height: 100%;
}
.table-control-simple a {
  display: block;
  padding: 0.3em 1em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  height: 100%;
  color: #999999;
}
.table-control-simple a:hover {
  color: #333333;
}
.table-control-simple a * {
  vertical-align: middle;
  display: inline-block;
}
.table-control-simple a [class^=icon-] {
  font-size: 1em;
  border: 1px solid #333;
  border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-right: 7px;
  padding: 0.2em;
}
.table-control-simple .btn-reset .text {
  display: inline-block;
}
.table-control-simple .btn-search .text {
  display: inline-block;
}
.table-control-bulk {
  float: left;
  display: block;
  margin-left: 20px;
}
.table-control-bulk li {
  float: left;
  display: block;
  height: 100%;
  position: relative;
}
.table-control-bulk li a {
  color: white;
  background: #465a00;
  display: block;
  padding: 0.35em 1.25em;
  text-decoration: none;
  font-size: 1em;
  height: 100%;
}
.table-control-bulk li a:hover {
  background: #8aa52d;
}
.table-control-bulk li a.active {
  background: #8aa52d;
}
.table-control-bulk li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table-control-bulk li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table-control-bulk .active > ul,
.table-control-bulk li:hover > ul {
  display: block;
}
.table-control-bulk .text {
  display: inline-block;
  padding: 0.35em 0.3em;
}
.table-control-bulk ul {
  display: none;
  z-index: 1000;
  position: absolute;
  background: white;
  width: 200px;
  border-style: solid;
  border-color: #ebebeb;
  border-width: 1px;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 1px 3px 7px 0px #bbbbbb;
  -webkit-box-shadow: 1px 3px 7px 0px #bbbbbb;
}
.table-control-bulk ul li {
  display: block;
  float: none;
  clear: both;
}
.table-control-bulk ul li:hover {
  background: #f2f2f2;
}
.table-control-bulk ul label {
  display: block;
  padding: 5px;
  cursor: pointer;
}
.main-collection .table-control-bulk,
.main-collection .table-control-simple {
  padding-bottom: 30px;
}
/* Sub menues */
.loading-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.loading-overlay .modal {
  width: 230px;
  height: 80px;
  margin: -40px 0 0 -115px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  border: 3px solid #666;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
}
.modal-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.modal-overlay .top-control {
  position: absolute;
  height: 40px;
  background: #92b443;
  top: 50%;
  left: 50%;
  color: white;
  overflow: hidden;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.modal-overlay .top-control a {
  display: block;
  float: left;
}
.modal-overlay .top-control span {
  color: white;
  display: inline-block;
  vertical-align: middle;
}
.modal-overlay .top-control .text {
  color: white;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 0;
}
.modal-overlay .top-control [class^=icon] {
  font-size: 2em;
  padding: 0 5px;
}
.modal {
  background: white;
  position: absolute;
  padding: 20px;
  top: 50%;
  left: 50%;
  overflow: auto;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.modal .close {
  position: absolute;
  color: #333;
  font-size: 2em;
  top: 10px;
  right: 10px;
}
.modal .close .text {
  display: none;
}
.success,
.success-block {
  display: block;
  float: none;
  clear: both;
  padding: 8px 15px;
  margin: 0 0 15px 0;
  color: #009900;
  border: 1px solid #009900;
  background-color: #D9FFDD;
  font-family: opensansbold;
}
.error-block {
  display: block;
  float: none;
  clear: both;
  padding: 8px 15px;
  margin: 0 0 15px 0;
  color: #f00;
  border: 1px solid #f00;
  background-color: #FFE8E8;
  font-family: opensansbold;
}
.error-msg {
  color: red;
  display: none;
}
.error-msg.show {
  display: inline-block;
}
.templates-for-cloning,
#templates-for-cloning {
  display: none;
}
#top-nav {
  position: absolute;
  top: 0;
  left: 70px;
  right: 0;
  height: 40px;
  text-align: right;
  z-index: 1;
  transition: 300ms left;
  -o-transition: 300ms left;
  -ms-transition: 300ms left;
  -moz-transition: 300ms left;
  -webkit-transition: 300ms left;
}
#top-nav li,
#top-nav a {
  color: white;
  text-decoration: none;
}
#charity-title {
  float: left;
  font-size: 1.2em;
  padding-top: 9px;
}
#my-account,
#logout {
  float: right;
  display: block;
}
#my-account a,
#logout a {
  font-size: 1em;
  padding: 0.9em 20px 0 1.25em;
  display: block;
}
#top-nav a:hover {
  color: #A4D8BB;
}
#status-draft,
#status-void,
#status-published,
#status-changes {
  display: block;
  position: absolute;
  width: 30%;
  height: 100%;
  text-align: center;
  color: #fff;
  float: none;
  clear: both;
  font-weight: bold;
  font-size: 1.3em;
  padding: 0.65em 0 0 0;
  z-index: 1;
  background: transparent;
  left: 50%;
  margin: 0 0 0 -15%;
}
#status-published,
#status-draft,
#status-changes,
#status-void {
  display: none;
}
.status-draft {
  background: #d8bc00 !important;
}
.status-published {
  background: #0b723a !important;
}
.status-void {
  background-color: #666 !important;
}
.status-changes {
  background: #ff0000 !important;
}
.status-published #status-published,
.status-draft #status-draft,
.status-changes #status-changes,
.status-void #status-void {
  display: block;
}
#main-canvas {
  display: block;
  position: relative;
  top: 40px;
  left: 70px;
  min-height: 600px;
  background: white;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 1280px;
  transition: 300ms left;
  -o-transition: 300ms left;
  -ms-transition: 300ms left;
  -moz-transition: 300ms left;
  -webkit-transition: 300ms left;
  margin-bottom: 50px;
}
#breadcrumb {
  display: block;
  background: #f2f2f2;
  width: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 20px;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li * {
  display: block;
  padding: 15px 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}
#page-title {
  font-size: 1.8em;
  font-family: opensansbold;
  padding: 1em 0 0.6em 20px;
}
.main-nav {
  text-align: left;
  overflow: hidden;
  display: block;
  position: absolute;
  width: 60px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
  transition: width 300ms ease 0s;
  -o-transition: width 300ms ease 0s;
  -ms-transition: width 300ms ease 0s;
  -moz-transition: width 300ms ease 0s;
  -webkit-transition: width 300ms ease 0s;
  /*
	&:hover ~ #main-canvas,
	&:hover ~ #top-nav {width:1100px; left:250px;}
*/
}
.main-nav:hover {
  transition: width 300ms ease 500ms;
  -o-transition: width 300ms ease 500ms;
  -ms-transition: width 300ms ease 500ms;
  -moz-transition: width 300ms ease 500ms;
  -webkit-transition: width 300ms ease 500ms;
  width: 250px;
}
.main-nav:hover .logo * {
  opacity: 1;
}
.main-nav:hover li {
  background: rgba(0, 0, 0, 0.9);
  transition: background 300ms ease;
  -o-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -webkit-transition: background 300ms ease;
}
.main-nav .save {
  background-color: #00da00;
  margin: 5px 20px 0 0;
}
.main-nav .cancel {
  background-color: #999;
  margin: 5px 5px 0 0;
}
.main-nav li {
  transition: background 300ms ease;
  -o-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -webkit-transition: background 300ms ease;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  border-left: 3px solid transparent;
  transition: 100ms border-color;
  -o-transition: 100ms border-color;
  -ms-transition: 100ms border-color;
  -moz-transition: 100ms border-color;
  -webkit-transition: 100ms border-color;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 230px;
  height: 40px;
  overflow: hidden;
}
.main-nav li:hover,
.main-nav li.active {
  border-color: #41f137;
}
.main-nav li a {
  height: 100%;
  width: 100%;
  border: 0;
  display: block;
}
.main-nav li img {
  display: none;
}
.main-nav li .text {
  color: white;
  display: block;
  float: left;
  padding: 10px 0 0 10px;
}
.main-nav li .icon {
  background-size: 24px 24px !important;
  -o-background-size: 24px 24px !important;
  -ms-background-size: 24px 24px !important;
  -moz-background-size: 24px 24px !important;
  -webkit-background-size: 24px 24px !important;
  width: 40px;
  height: 40px;
  float: left;
  display: block;
  background: 10px 7px no-repeat;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.main-nav li.home .icon {
  background-image: url('img/v2/icons/white/1044.png');
}
.main-nav li.donate .icon {
  background-image: url('img/v2/icons/white/1146.png');
}
.main-nav li.profile .icon {
  background-image: url('img/v2/icons/white/1161.png');
}
.main-nav li.activity .icon {
  background-image: url('img/v2/icons/white/1134.png');
}
.main-nav li.event .icon {
  background-image: url('img/v2/icons/white/1008.png');
}
.main-nav li.booking .icon {
  background-image: url('img/v2/icons/white/1147.png');
}
.main-nav li.campaign .icon {
  background-image: url('img/v2/icons/white/1148.png');
}
.main-nav li.pick-up .icon {
  background-image: url('img/v2/icons/white/1133.png');
  background-size: 32px 26px !important;
  background-position: 5px 6px;
}
.main-nav li.report .icon {
  background-image: url('img/v2/icons/white/1176.png');
}
.main-nav li.social-media .icon {
  background-image: url('img/v2/icons/white/1097.png');
}
.main-nav li.job .icon {
  background-image: url('img/v2/icons/white/1011.png');
  background-size: 24px 27px !important;
}
.main-nav li.admin .icon {
  background-image: url('img/v2/icons/white/1106.png');
}
.main-nav .logo {
  height: 160px;
  border: 0;
}
.main-nav .logo a {
  height: 100%;
  background: url('img/DF-Logo-Menu.png') 35px 17px no-repeat;
}
.main-nav .logo a * {
  display: none;
}
.main-nav .logo * {
  opacity: 0;
  transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -ms-transition: 300ms opacity;
  -moz-transition: 300ms opacity;
  -webkit-transition: 300ms opacity;
}
.double-pane {
  overflow: hidden;
  position: relative;
  padding-left: 200px;
}
.single-pane {
  overflow: hidden;
  position: relative;
}
.enable-js fieldset {
  display: none;
}
.sub-nav-pane {
  display: block;
  float: left;
  width: 200px;
  margin-left: -200px;
  padding-bottom: 50px;
}
.sub-nav-pane ul {
  border-right: 1px solid #ebebeb;
}
.sub-nav-pane li {
  border-bottom: 1px solid #ebebeb;
  visibility: visible;
}
.sub-nav-pane li.error-msg.show {
  display: block;
  color: red;
}
.sub-nav-pane li.active a {
  color: #005B37;
}
.sub-nav-pane li.active .icon-right-open {
  display: block;
}
.sub-nav-pane li:hover a {
  color: #09508B;
}
.sub-nav-pane li:hover .icon-right-open {
  display: block;
}
.sub-nav-pane li a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1em;
  color: #555;
}
.sub-nav-pane li.error-msg a {
  color: red;
  font-weight: bold;
}
.sub-nav-pane .icon-right-open {
  float: right;
  display: none;
}
.main-controls {
  padding: 0;
  height: 55px;
  text-align: center;
  border-bottom: 3px solid #1060bf;
}
.main-controls .back,
.main-controls .save {
  display: block;
  width: 50%;
  float: left;
  border: 0;
  height: 100%;
  position: relative;
}
.main-controls .back {
  background: #d5d5d5;
  color: #333;
}
.main-controls .back:hover {
  background: #cecece;
}
.main-controls .save {
  background: #6bc681;
  color: #fff;
}
.main-controls .save:hover {
  background: #AED3B7;
}
.main-controls .text {
  display: block;
  font-size: 1.2rem;
  font-family: opensansbold;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
.main-controls [class^=icon-] {
  display: block;
  font-size: 2.2em;
  position: absolute;
  padding: 0;
  top: 5px;
  left: 0;
  right: 0;
}
.main-controls a {
  text-decoration: none;
}
.sub-nav-pane .sub a {
  padding: 10px 0 10px 40px;
  font-size: 0.9em;
}
.right-pane {
  display: block;
  padding: 0 15px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.right-pane h4 {
  background: #ddd;
  font-family: opensans;
  color: #333;
  padding: 10px;
  clear: both;
  float: none;
  margin-bottom: 10px;
  text-transform: uppercase;
  overflow: hidden;
}
.right-pane h4 * {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.right-pane .table-control-bulk,
.right-pane .table-control-simple {
  padding-bottom: 15px;
}
.right-pane table thead td {
  background: #ddd;
  color: #333;
}
.map-result-container {
  display: block;
  float: none;
  clear: both;
  height: 250px;
  margin-bottom: 15px;
  overflow: hidden;
}
.map-result-container .map {
  display: block;
  float: right;
  width: 50%;
  height: 100%;
  background: #fff;
}
.map-result-container .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0px;
}
.map-result-container .map-results {
  display: block;
  float: left;
  width: 50%;
  height: 100%;
  overflow: auto;
}
.map-results {
  font-size: 0.9em;
}
.map-results a {
  display: block;
  padding: 0.5em;
  cursor: pointer;
}
.map-results a:hover {
  background: #f2f2f2;
}
.map-results li.active a {
  background: #75acee;
  color: #fff;
}
/*
 * Profile
 * */
/* List Page */
.modifier-column {
  width: 70px;
}
/*<<<<<<< HEAD
ul.int-filter, ul.pro-filter {.column-width; width:1000px; margin-left:-100px;}
.int-filter label, .pro-filter label, .list-filter label{display: inline-block !important; }
=======*/
ul.int-filter,
ul.pro-filter,
ul.build-filter,
ul.pro-corr {
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
  margin-left: -100px;
  width: 1000px;
}
ul.commit-filter {
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
}
.int-filter label,
.pro-filter label,
.list-filter label,
.build-filter label,
.commit-filter label,
.corr-filter label {
  display: inline-block !important;
  /* width:290px;*/
}
/*>>>>>>> origin/ui*/
[data-bulk-type] {
  display: inline-block;
  padding: 2px 5px;
  background: #FF9300;
  color: white;
  font-size: 0.9em;
  margin: 0 3px 3px 0;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
[data-bulk-type=type_0] {
  background-color: #6C6C6C;
}
[data-bulk-type=type_1] {
  background-color: #FF9300;
}
[data-bulk-type=type_2] {
  background-color: #FB4949;
}
[data-bulk-type=type_3] {
  background-color: #239A00;
}
[data-bulk-type=type_4] {
  background-color: #3399FF;
}
[data-bulk-type=type_5] {
  background-color: #663300;
}
[data-bulk-type=type_6] {
  background-color: #6600FF;
}
/* Detail Page */
.field.notes {
  width: 98%;
  padding-right: 2%;
  height: 200px;
}
.custom-profile {
  width: 100%;
}
.creator-modifier {
  padding: 10px 0 20px;
  float: left;
}
.profile_attribute {
  overflow: hidden;
  float: none;
  clear: both;
  padding: 10px 0;
}
.profile_attribute input[type="text"],
.profile_attribute textarea,
.profile_attribute select {
  display: block;
  width: 60%;
}
.profile_attribute.radio label,
.profile_attribute.bit label,
.profile_attribute.checkboxlist label {
  width: 50%;
  float: left;
  display: block;
}
.addresses {
  display: block;
  clear: both;
  float: none;
}
.addresses 4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #4e857f;
}
.addresses .address {
  background: #fff;
  position: relative;
  padding: 0 15px 15px 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.addresses .address .address-main {
  display: none;
}
.addresses .address .address-header {
  display: inline-block;
}
.addresses .address:first-child .address-main {
  display: inline-block;
}
.addresses .address:first-child .address-header {
  display: none;
}
.addresses .field {
  height: 4.8em;
}
.addresses .field.print-address {
  display: block;
  float: left;
  width: 50%;
  height: 12em;
}
.addresses .street-number,
.addresses .suite {
  width: 25%;
}
.addresses .map-result-container {
  padding-top: 10px;
}
.addresses .address-field-row {
  overflow: hidden;
  clear: both;
  float: none;
}
#activity-container td {
  vertical-align: top;
}
#activity-type-filter {
  display: block;
  float: left;
  padding: 3px 0 0 35px;
}
#activity-type-filter label,
#activity-type-filter select {
  display: inline-block;
}
.activity-date {
  width: 320px;
  float: left;
}
.activity-date.field input {
  display: inline-block;
  width: auto;
}
.activity-date.field [type="date"] {
  margin-right: 10px;
}
/*.activity-date label {width:88px; float:left; padding-top:7px;}*/
.activity-type {
  width: 150px;
  float: left;
}
.activity-performed-by {
  position: relative;
  width: 320px;
  float: left;
}
.activity-performed-by p {
  width: 100%;
  height: 30px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  position: relative;
  border: 1px solid #ccc;
}
.activity-performed-by p strong {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.activity-performed-by p a {
  width: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background: #666;
  color: white;
  box-sizing: border-box;
  font-size: 25px;
}
.activity-performed-by ul {
  position: absolute;
  z-index: 10;
  top: 60px;
  background: white;
  border: 1px solid #ccc;
}
.activity-performed-by ul li a {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.activity-performed-by ul li a:hover {
  background: #FFC;
}
.activity-topic {
  clear: both;
  float: none;
}
.activity-note textarea {
  width: 100%;
}
.activity-note label {
  display: none;
}
#activity-container .field {
  padding-right: 10px;
}
#activity-container .field.activity-note {
  padding-top: 20px;
  width: 95%;
  clear: both;
  float: none;
  height: auto;
}
#activity-container .field.attachment {
  clear: both;
  float: none;
  height: auto;
}
#activity-container table {
  /*min-width:800px;*/
}
#activity-container ul.token-input-list {
  border: 1px solid #ccc;
  width: 300px;
  max-height: 28px;
}
div.token-input-dropdown {
  left: 675px !important;
}
#tag-container ul {
  -webkit-column-width: 300px;
  -moz-column-width: 300px;
  column-width: 300px;
  margin-bottom: 15px;
}
#contact-container table {
  margin-bottom: 30px;
}
#contact-container tbody tr:nth-child(2) td {
  background-color: #f6fad3;
}
.no-result-row {
  display: none;
}
.no-result-row:only-child {
  display: table-row;
}
#permission-container {
  /*td option:nth-child(n+4) {display:none;}*/
}
#permission-container #is-admin {
  float: left;
}
#permission-container table {
  float: none;
  clear: both;
}
#permission-container tbody td {
  overflow: hidden;
}
#permission-container tbody td a span {
  display: none;
  width: 50px;
  height: 50px;
  margin: -20px 0 0 -50%;
  background: white;
  position: absolute;
}
#permission-container tbody td a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  overflow: visible;
  position: relative;
  width: 0px;
  height: 0px;
  border: 10px solid red;
  border-radius: 100px;
  border-color: red;
  margin: 0 auto;
}
#permission-container tbody td a.green {
  border-color: green;
}
#permission-container tbody td a.green-half {
  border-color: green;
  border-width-right: 0;
}
#permission-container tbody td a.green-half span {
  display: block;
}
#permission-container td:nth-child(n+3) {
  display: none;
}
#permission-container .advance-permission td {
  display: table-cell;
}
#permission-container .advance-permission td option {
  display: inline;
}
/*
 * Social Media
 */
body.social-media #main-canvas {
  min-width: 1100px;
  overflow: hidden;
}
.social-media-left {
  display: block;
  float: left;
  width: 33.3%;
  max-width: 300px;
  box-sizing: border-box;
  margin-right: 20px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.social-media-left h2 {
  font-size: 1.3em;
  padding: 5px 10px;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  color: #ddd;
  text-decoration: none;
  background: #666;
}
.social-media-left label {
  padding: 0;
  margin-bottom: 10px;
}
.social-media-left .tw-msg,
.social-media-left .fb-msg {
  display: none;
  font-size: 12px;
}
.social-media-left textarea {
  width: 100%;
  height: 10em;
  box-sizing: border-box;
}
.social-media-left fieldset {
  padding: 10px;
}
.social-media-left .exceed-length {
  color: red;
}
.sm-options {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.sm-options div {
  background: white;
  width: 500px;
  height: 250px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
  text-align: center;
}
.sm-options span {
  margin: 10px 50px;
  display: block;
  text-align: left;
}
.sm-options label {
  display: inline-block;
  font-size: 1.6em;
}
.sm-options p {
  font-size: 1.4em;
  margin-top: 40px;
}
.sm-options button {
  margin-top: 20px;
}
/*    .feed h2 {padding: 0 0 0.5em; margin:0px; border-bottom:1px solid #ccc; background:#ddd; text-align:center; font-size:1.2em;} */
.feed {
  display: block;
  float: left;
  width: 33.3%;
  min-width: 300px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 20px;
  border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.feed .minitab li a {
  padding: 7px 10px;
  color: white;
  background: #bbb;
}
.feed .minitab li:hover a {
  background-color: #aaa;
}
.feed .minitab li.active a {
  background-color: #3399ff;
}
.feed h2 {
  font-size: 1.3em;
  padding: 5px 10px;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  background: #666;
}
.feed h2 a {
  color: #ddd;
  text-decoration: none;
}
.feed .home-feed {
  display: none;
}
.feed .likes {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.feed .likes div {
  clear: both;
  background: white;
  width: 500px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
  text-align: center;
  padding: 20px;
}
.feed .likes button {
  margin-top: 20px;
}
.feed .social-icons {
  background-image: url(img/icons/social-icons.png);
  background-size: 150px;
  margin: -3px 10px 0 0;
  width: 25px;
  height: 25px;
  display: /*inline-block*/ none;
  vertical-align: middle;
}
.feed .profile {
  width: 40px;
  height: 40px;
  float: left;
  display: block;
  margin-right: 10px;
}
.feed .tw {
  background-position: -94px 0px;
}
.feed .logout {
  display: block;
  float: right;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;
}
.feed .df-social-icon {
  background: url(img/df-footer-logo.png) center top no-repeat;
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
.feed .register {
  display: block;
  margin: 10px auto;
  width: 140px;
  text-align: center;
  font-size: 1.1em;
}
.feed .container {
  float: none;
  clear: both;
}
.feed .icon {
  height: 15px;
  margin-right: 5px;
}
.feed .item {
  display: block;
  overflow: hidden;
  float: none;
  clear: both;
  padding: 10px 15px;
  border-bottom: 1px solid #D3D3D3;
}
.feed .item:first-child {
  border-top: 0px;
}
.feed .no-comments {
  display: none !important;
}
.feed .comments {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.feed .comments .comments-pannel {
  background: white;
  width: 500px;
  height: 500px;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-top: -100px;
  margin-left: -250px;
}
.feed .comments .comment-container {
  width: 500px;
  height: 380px;
  overflow: scroll;
  clear: both;
}
.feed .comments .comment-item {
  padding: 10px 20px;
  border-bottom: 1px solid #d3d3d3;
}
.feed .comments .ok {
  margin-top: 10px;
  margin-right: 20px;
  float: right;
  font-size: 16px;
  font-weight: bold;
}
.feed .comments .add-comment {
  clear: both;
  padding: 10px 20px;
}
.feed .blurb {
  padding: 0.5em 0 1em 0;
  overflow: hidden;
}
.feed.facebook .info,
.feed.twitter .info {
  margin-right: -50px;
  padding-right: 50px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.feed.twitter {
  margin-right: 0;
}
.feed .profile img {
  width: 40px;
  height: 40px;
  float: left;
  display: block;
  margin-right: 10px;
}
.feed img {
  clear: both;
}
.feed .info {
  display: block;
  float: left;
  width: 100%;
}
.feed .name,
.feed .at {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.feed .ago {
  display: block;
  float: right;
  margin-top: 0.2em;
}
.feed .blurb {
  display: block;
  float: none;
  clear: both;
  margin: 5px 0px;
  white-space: pre-line;
}
.feed .action {
  font-size: 0.9em;
  float: none;
  clear: both;
}
.feed .triangle {
  border-color: transparent transparent #ddd transparent;
  margin: 0px 0px 0px 70px;
  display: none;
  border-width: 0px 8px 8px 8px;
  border-style: solid;
  display: block;
  width: 0px;
  height: 0px;
}
.feed .triangle.news {
  margin-left: 27px;
}
.feed .triangle.facebook {
  margin-left: 70px;
}
.feed .triangle.retweet {
  margin-left: 104px;
  display: block;
}
.feed .triangle.reply {
  margin-left: 56px;
  display: block;
}
.twitter .add-comment,
.twitter .comments,
.twitter .comment-item {
  display: none;
}
.add-comment input[type="text"] {
  padding: 5px;
  font-size: 1em;
  height: auto;
  display: block;
  width: 100%;
}
.add-comment .helptip {
  font-size: 1em;
  color: #666;
}
.twitter .action,
.facebook .action {
  padding-left: 50px;
}
/*
 * Asset Detail
 */
.field [type="time"][name="campaign_start_time"],
.field [type="time"][name="campaign_end_time"] {
  width: 12em;
  display: inline-block;
}
.field [type="date"][name="campaign_start_date"],
.field [type="date"][name="campaign_end_date"] {
  width: 11em;
  margin-right: 1em;
  display: inline-block;
}
#schedule table [type="date"],
#schedule table [type="time"] {
  display: inline-block;
}
#schedule table [type="date"] {
  margin-right: 1em;
}
html.registrant {
  background: #fff;
}
html.registrant body {
  width: auto;
}
html.registrant .right-pane {
  padding: 0;
  margin: 0;
}
.atype-5 .field,
.atype-4 .field,
.atype-1 .field {
  width: 33%;
}
.asset-url {
  overflow: hidden;
  text-align: right;
}
.asset-url a {
  display: inline-block;
  width: 10em;
  background: #1060df;
  text-align: center;
  color: white;
  padding: 0.5em 0;
  text-decoration: none;
}
.asset-url a:hover {
  text-decoration: underline;
}
#event-participant .field {
  margin-bottom: 10px;
}
.campaign textarea,
.event textarea,
.bookable textarea,
.pick-up textarea {
  height: 16em;
}
.participant-iframe {
  width: 100%;
  height: 600px;
  border: 0px;
}
#breakdown {
  float: right;
  display: block;
}
.field-sales,
.field-taxes,
.field-sales-and-taxes {
  display: none;
}
.field.field-sales-and-taxes *,
.field.field-taxes *,
.field.field-sales * {
  display: inline-block;
  width: auto;
  padding-right: 10px;
}
.field.field-sales-and-taxes span,
.field.field-taxes span,
.field.field-sales span {
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.sales-exist.taxes-exist .field-sales,
.sales-exist.taxes-exist .field-taxes {
  display: block;
}
.sales-exist.taxes-not-exist .field-sales-and-taxes {
  display: block;
}
.participant-filter {
  display: block;
  overflow: hidden;
  text-align: right;
  float: right;
  margin-bottom: 10px;
  margin-right: 10px;
}
.participant-filter label {
  display: inline-block;
  padding: 0 0 0 1em;
}
.participant-nav {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.participant-nav .participant-next,
.participant-nav .participant-back {
  padding: 5px;
  display: block;
  float: left;
}
.participant-nav .participant-next {
  float: right;
}
.participant-nav .interval {
  display: block;
  position: absolute;
  text-align: center;
  width: 40em;
  margin-left: -20em;
  top: 5px;
  left: 50%;
}
.participant.table-control-simple {
  display: block;
  clear: both;
  float: none;
  overflow: hidden;
}
.participant.table-control-simple .btn-reset {
  float: left;
}
#event-participant-container td {
  vertical-align: top;
}
.purchase-info span {
  display: block;
}
#web-traffic .field.total {
  margin-bottom: 40px;
}
#web-traffic .page-view {
  width: 70px;
}
#web-traffic tbody .page-view {
  text-align: right;
}
/*
 * Event 
 */
#event-list {
  display: block;
  float: left;
  width: 680px;
}
#event-list h2 {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-size: 1.8em;
}
.event-type {
  display: block;
  position: relative;
  margin-bottom: 1em;
}
.event-type li {
  display: inline-block;
}
.event-type .current {
  font-weight: bold;
  font-size: 1.2em;
}
.event-type .next {
  position: absolute;
  right: 0px;
}
.event-item {
  background: white;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 30px;
}
.event-item h3 {
  font-size: 2em;
  padding: 15px 20px 0;
  color: #666;
}
.event-item h3 a {
  text-decoration: none;
}
.event-item h3 a:hover {
  text-decoration: underline;
}
.event-item .time-location {
  display: block;
  padding: 0 20px;
  color: #666;
  margin-bottom: 1em;
}
.event-item .description {
  padding: 0 20px 2em;
}
.event-item .detail {
  border-top: 1px solid #ddd;
  background: #f6f6f6;
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
}
.event-item .detail * {
  display: inline-block;
}
.attending {
  color: green;
  margin-right: 1em;
}
.declined {
  color: red;
  margin-right: 1em;
}
.public,
.private {
  position: absolute;
  top: 10px;
  right: 20px;
}
.icon-globe,
.icon-lock {
  position: absolute;
  top: 7px;
  right: 57px;
  font-size: 1.5em;
}
.paid {
  position: absolute;
  top: 10px;
  right: 110px;
}
#event-right-rail {
  display: block;
  float: left;
  width: 400px;
  margin-top: 30px;
}
#go-to-event-payment {
  margin: 0 0 15px 25px;
  display: inline-block;
  width: 373px;
  padding: 15px 0;
  text-align: center;
  font-size: 1.3em;
  background-color: #4e857f;
}
#go-to-calendar {
  margin: 0 0 15px 25px;
  display: inline-block;
  width: 373px;
  padding: 15px 0;
  text-align: center;
  font-size: 1.3em;
}
.add-event {
  display: block;
}
.add-event h2 {
  padding: 0.2em 0 0.5em 3px;
  font-size: 1.7em;
}
.add-event fieldset {
  background: white;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 25px;
  padding: 10px 20px 20px;
}
.add-event input,
.add-event textarea {
  width: 100%;
}
.add-event textarea {
  height: 100px;
}
#event-step {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  text-align: center;
}
#event-step h2 {
  font-size: 1.8em;
  margin-bottom: 1.5em;
}
#event-step h2 img {
  vertical-align: middle;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin: -0.1em 0.5em 0 0;
}
#event-step fieldset {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 170px;
  margin: -85px 0 0 -250px;
  padding-top: 30px;
  background: white;
}
#event-step p {
  font-size: 1.2em;
  margin-bottom: 2.6em;
}
#event-step strong {
  color: blue;
}
#registration-price .price {
  width: 10em;
}
#registration-price .description {
  width: 15em;
}
#registration-price .capacity {
  width: 6em;
}
#registration-price .limit_per_order {
  width: 6em;
}
#registration-price input[type="text"] {
  width: 95%;
  display: block;
}
#registration-price #add-other-price-asset {
  float: right;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-family: opensansbold;
}
#registration-price #price-container {
  margin-bottom: 5px;
}
#registration-price .recurring-billing {
  margin-bottom: 65px;
}
.event-attendance-nav {
  overflow: hidden;
  margin-top: 0.5em;
  font-size: 1.4em;
}
.event-attendance-nav li {
  display: block;
  margin: 0;
  float: left;
}
.event-attendance-nav li:hover,
.event-attendance-nav li.active {
  border-bottom: 1px solid #ccc;
}
.event-attendance-nav a {
  text-decoration: none;
  display: block;
  padding: 0.25em 1em;
}
.event-attendance-nav .attending,
.event-attendance-nav .event-attendance-nav .not-attending {
  border-right: 1px solid #ccc;
}
.event-attendance-nav .attending a {
  color: green;
  padding-left: 0;
}
.event-attendance-nav .not-attending a {
  color: red;
}
.invite-more {
  margin: 0.5em 0 2em;
}
/*
 * Report
 */
.minitab {
  overflow: hidden;
  float: right;
  margin: 11px 15px -40px 0;
  padding: 0;
}
.minitab li {
  display: block;
  float: left;
}
.minitab li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid transparent;
}
.minitab li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.minitab li a {
  display: block;
  border-left: 1px solid #ddd;
  background: #ccc;
  text-decoration: none;
  padding: 10px 15px;
  color: white;
}
.minitab li:hover a {
  background-color: #aaa;
}
.minitab li.active a {
  background-color: #3399ff;
}
#line-graph-download {
  display: block;
  float: right;
  margin: 20px 20px 0 0;
}
.widget {
  margin-bottom: 20px;
}
.widget .table-scroll {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 250px;
  overflow: hidden;
  overflow-y: auto;
}
.report.widget {
  display: block;
  float: left;
  width: 33%;
  background: white;
  height: 300px;
}
.report.widget table {
  border-spacing: 0px;
  width: 100%;
  padding-right: 15px;
  border-width: 0px;
  margin-left: 0;
  clear: both;
  float: none;
}
.report.widget td {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.report.widget td.chart-amount {
  text-align: right;
}
.report.widget tr:nth-child(odd) {
  background: #eee;
}
.report.widget tr:nth-of-type(1n+15) {
  display: none;
}
.report.widget thead td {
  color: #fff;
  background: #666;
  border-bottom: 1px solid #999;
}
.report.widget h3 {
  float: left;
  margin-bottom: 0.5em;
}
.report.widget .btn-download {
  display: block;
  float: right;
  padding-right: 35px;
  text-decoration: none;
}
.report.widget .btn-download:hover {
  color: #75acee;
}
.report.widget .btn-download [class^=icon] {
  font-size: 1.6rem;
}
.report.widget.pie {
  width: 34%;
}
.report.widget.pie h2 {
  margin-left: 15px;
}
#donation-pie {
  height: 275px;
}
.report input[type="date"] {
  display: inline-block;
  padding: 5px;
  border: 1px solid #CCC;
  margin: 15px 5px;
  font-family: opensans;
  font-family: opensansbold;
  font-size: 20px;
  width: 200px;
  vertical-align: middle;
}
.report h2 {
  background: #999;
  color: white;
  padding: 10px 15px;
  margin-bottom: 20px;
}
/*
 * Form Setting
 */
#embed {
  margin-top: 20px;
}
#embed input {
  width: 100%;
}
/*
 * Donation Log
 */
.donation-list-type {
  display: block;
  text-align: center;
  margin-bottom: -35px;
}
.donation-list-type li {
  display: inline-block;
  margin: 0 1px;
}
.donation-list-type a {
  display: block;
  padding: 10px 0.7em;
  text-decoration: none;
  color: #fff;
  background: #999;
}
.donation-list-type a.active {
  background: #0b723a;
}
.donation-total {
  position: absolute;
  top: 170px;
  width: 200px;
  left: 20px;
  font-family: opensansbold;
}
.donation-total * {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.donation-total label {
  margin-right: 5px;
}
/*
 * Donation Terminal
 */
.dthtml {
  background: white;
}
body.donation-terminal {
  background: #fff none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#deleter {
  display: none;
}
#top-nav-donation {
  background: #d8bc00;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  overflow: hidden;
  z-index: 1;
}
#top-nav-donation ul {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
#top-nav-donation #btn-close,
#top-nav-donation #btn-save-changes {
  display: block;
  float: left;
}
#top-nav-donation #btn-share,
#top-nav-donation #btn-print {
  display: block;
  float: right;
}
#top-nav-donation .text {
  display: none;
}
#top-nav-donation a {
  color: white;
  text-decoration: none;
  border-width: 0;
  font-size: 2em;
  padding: 0.2em 0;
  margin: 0;
  display: block;
  vertical-align: middle;
  cursor: pointer;
}
#top-nav-donation #btn-close a {
  padding-right: 0.25em;
}
#top-nav-donation #btn-share a {
  padding-left: 0.25em;
}
#terminal-container {
  width: 100%;
  max-width: 800px;
  background: white;
  margin: 40px auto 0 auto;
  padding: 15px;
}
#terminal-container.read-only .df-date * {
  display: none;
}
#terminal-container.read-only .df-date .df-date-hidden {
  display: block;
  width: 10em;
}
#assign-donor,
#choose-donation,
#create-profile-form,
#start-incomplete-form,
#donor-search-form,
#donor-search-results,
#donation-terminal {
  display: none;
}
[class^='mode-'],
[class*=' mode-'] {
  display: none;
}
.mode-search .mode-search {
  display: block;
}
.mode-favourite .mode-favourite {
  display: block;
}
/* Donation terminal - generic styles to the terminal */
#terminal-container .modal h3 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
/* Donation terminal - ask for tax receipt */
/*
#ask-tax-receipt {
	text-align:center;
	label {display:inline-block;width: 6em; margin: 0 0.5em;font-size:1.2em;padding: 0.5em 0;}
	input {display:none;}
}
*/
#open-receipt {
  display: none;
}
/* Donation terminal - choose donation type */
#choose-donation {
  text-align: center;
}
#choose-donation .modal {
  width: 550px;
  height: 400px;
  margin: -190px 0 0 -275px;
  padding-top: 20px;
}
#choose-donation .top-control {
  width: 550px;
  margin: -230px 0 0 -275px;
}
#choose-donation .top-control #btn-cancel {
  display: none;
}
#choose-donation .top-control #btn-back {
  display: block;
}
#choose-donation h3 {
  margin-bottom: 1.5em;
}
.choose-option {
  display: inline-block;
  width: 125px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background: #4e857f;
  color: white;
  padding: 10px;
}
.choose-option [class^=icon] {
  display: block;
  font-size: 6em;
}
.choose-option:focus,
.choose-option:hover,
.choose-option:active {
  background-color: #1060bf;
}
.choose-option .text {
  font-size: 1.1em;
}
/* Donation terminal - assign donor */
#assign-donor {
  text-align: center;
}
#assign-donor .modal {
  width: 550px;
  height: 380px;
  margin: -190px 0 0 -275px;
  padding-top: 40px;
}
#assign-donor .top-control {
  width: 550px;
  margin: -230px 0 0 -275px;
}
#terminal-container #assign-donor h3 {
  margin-bottom: 1.5em;
}
#btn-go-to-donor-search-form {
  margin-right: 20px;
  margin-left: 20px;
}
.assign-option {
  display: inline-block;
  width: 125px;
  margin-bottom: 3em;
  background: #4e857f;
  color: white;
  padding: 10px;
}
.assign-option [class^=icon] {
  display: block;
  font-size: 6em;
}
.assign-option:focus,
.assign-option:hover,
.assign-option:active {
  background-color: #1060bf;
}
.assign-option .text {
  font-size: 1.1em;
}
.add-anonymous {
  display: block;
  font-size: 1em;
  font-style: italic;
  margin-bottom: 1.5em;
}
.add-anonymous:hover {
  text-decoration: underline;
}
/* Donation terminal - obtain receipt */
#obtain-receipt {
  text-align: center;
}
#obtain-receipt .modal {
  width: 550px;
  height: 320px;
  margin: -150px 0 0 -275px;
  padding-top: 40px;
}
#obtain-receipt .top-control {
  width: 550px;
  margin: -190px 0 0 -275px;
}
#obtain-receipt #btn-back-to-donation-log {
  display: block;
}
#terminal-container #obtain-receipt h3 {
  margin-bottom: 1.5em;
}
.receipt-option {
  display: inline-block;
  text-decoration: none;
  width: 125px;
  margin: 0 1em 3em 1em;
  background: #4e857f;
  color: white;
  padding: 10px;
}
.receipt-option:focus,
.receipt-option:hover,
.receipt-option:active {
  background-color: #1060bf;
}
.receipt-option [class^=icon] {
  display: block;
  font-size: 6em;
}
.receipt-option .text {
  font-size: 1.1em;
}
#recipient-email {
  display: block;
  margin: 1.5em auto;
  width: 20em;
  text-align: center;
}
#send-receipt {
  color: white;
  background: #1060bf;
  display: block;
  width: 5em;
  padding: 0.75em 1em;
  margin: 0 auto;
  text-decoration: none;
  font-size: 1em;
}
#sending {
  display: block;
  color: red;
  text-align: center;
}
/* Donation terminal - create profile */
#create-profile-form .modal {
  width: 750px;
  height: 550px;
  margin: -275px 0 0 -375px;
}
#create-profile-form .top-control {
  width: 750px;
  margin: -315px 0 0 -375px;
}
#create-profile-form .top-control #btn-create-profile {
  float: right;
}
#create-profile-form #address-container .field.street-number,
#create-profile-form #address-container .field.suite {
  width: 25%;
}
#create-profile-form #address-container .field.street-name,
#create-profile-form #address-container .field.city,
#create-profile-form #address-container .field.region,
#create-profile-form #address-container .field.country,
#create-profile-form #address-container .field.zip {
  width: 50%;
}
#create-profile-form #address-container .field .error-msg {
  font-size: 11px;
}
#create-profile-form .fieldset {
  margin-bottom: 10px;
}
.modal-overlay .top-control .icon-search,
#create-profile-form .field {
  width: 33%;
}
.modal-overlay .top-control .icon-search.anon,
#create-profile-form .field.anon,
.modal-overlay .top-control .icon-search.fave,
#create-profile-form .field.fave {
  width: 50%;
}
.modal-overlay .top-control .icon-search.colspan2,
#create-profile-form .field.colspan2 {
  width: 66%;
}
/* Donation terminal - start anonymous */
#start-incomplete-form .modal {
  width: 600px;
  height: 480px;
  margin: -240px 0 0 -300px;
}
#start-incomplete-form .top-control {
  width: 600px;
  margin: -280px 0 0 -300px;
}
#start-incomplete-form .top-control #btn-start-incomplete {
  float: right;
}
/* Donation terminal - search form */
#donor-search-form {
  padding-top: 2em;
}
#donor-search-form .modal {
  width: 500px;
  height: 250px;
  margin: -100px 0 0 -250px;
}
#donor-search-form .top-control {
  width: 500px;
  margin: -140px 0 0 -250px;
}
#donor-search-form .top-control #btn-search {
  float: right;
}
#donor-search-form .checkboxlist.field label {
  width: 49%;
}
/* Donation terminal - search results */
#donor-search-results {
  padding-top: 2em;
}
#donor-search-results .modal {
  width: 900px;
  height: 550px;
  margin: -260px 0 0 -450px;
}
#donor-search-results .top-control {
  width: 900px;
  margin: -300px 0 0 -450px;
}
#donor-search-results td {
  padding: 0;
}
#donor-search-results thead td {
  padding: 10px;
}
#donor-search-results tr:hover td {
  background: #eff;
}
#donor-search-results tbody label {
  padding: 10px;
  display: block;
  cursor: pointer;
}
#donor-search-results tbody input[type="checkbox"] {
  display: none;
}
#donor-search-results .print-address label {
  display: none;
}
/* Donation terminal - terminal */
#donation-terminal {
  padding-top: 2em;
  margin-bottom: 30px;
  overflow: hidden;
}
#donation-terminal #setting,
#donation-terminal #selected-donor {
  float: left;
  width: 50%;
  height: 200px;
  padding: 0 7px 0 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#donation-terminal #setting {
  float: right;
  padding: 23px 0 0 7px;
}
#donation-terminal #selected-donor {
  position: relative;
  padding: 0 15px;
}
#donation-terminal .mid-section {
  display: none;
  clear: both;
  float: none;
  /*overflow:hidden;*/
}
#donation-terminal .field {
  padding: 0 5px 10px 0;
  float: left;
  width: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#donation-terminal .field h4 {
  padding: 0.75em 10px;
  margin-bottom: 15px;
  font-family: opensans;
  text-transform: uppercase;
  background: #ddd;
  color: #333;
}
#donation-terminal .field label span {
  display: inline;
}
#donation-terminal .field .ctnr {
  overflow: auto;
  height: 150px;
}
#donation-terminal .field.pick-up-time .and,
#donation-terminal .field.pick-up-time input {
  display: inline-block;
  max-width: 160px;
}
#donation-terminal .table-control-bulk {
  margin-left: 0;
}
#donation-terminal #program-details-container {
  border-bottom: 5px solid #ddd;
  margin-bottom: 20px;
}
#donation-terminal #program-details span {
  display: inline-block;
}
#donation-terminal #program-details a {
  display: inline-block;
  margin: 0 30px 0 5px;
}
#donation-terminal .creator-modifier {
  clear: both;
  float: none;
}
#terminal-tab {
  display: block;
  float: none;
  clear: both;
  overflow: hidden;
  border-bottom: 5px solid #ddd;
  margin-bottom: 15px;
}
#terminal-tab li {
  display: block;
  float: left;
}
#terminal-tab li a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  background: #ddd;
}
#terminal-tab li.active a {
  background: #1060bf;
  color: white;
}
#terminal-tab li.tab-error a {
  background-color: red !important;
}
#share-access {
  display: none;
}
#share-access .modal {
  width: 500px;
  height: 400px;
  margin: -200px 0 0 -250px;
  overflow: auto;
}
#setting .field {
  width: 400px;
  float: none;
  clear: both;
  height: 40px;
  padding: 0;
  text-align: left;
  position: relative;
}
#setting label {
  display: inline-block;
  text-align: right;
  width: 110px;
  top: 0.2em;
}
#setting span {
  display: inline-block;
  padding: 0;
}
#setting .donation-date-container input,
#setting .issue-date-container input {
  width: 225px;
  display: inline-block;
  position: absolute;
  left: 110px;
  font-family: arial;
}
#setting select {
  width: 150px;
  left: 110px;
  display: inline-block;
}
#setting .df-date {
  display: inline-block;
  width: 22em;
  position: absolute;
  left: 7.8em;
}
#setting .df-date [type="date"],
#setting .df-date [type="time"] {
  font-size: 0.95em;
  width: 13.5em;
}
#setting .df-date [type="time"] {
  margin-left: 1.2em;
}
#setting #download-thankyou,
#setting #open-receipt {
  text-decoration: none;
  color: #1060bf;
  padding-top: 0.5em;
}
#setting #open-receipt:hover {
  color: #75acee;
}
#setting .icon-download-1 {
  margin-right: 0.2em;
}
#selected-donor h6 {
  color: #0b723a;
  font-size: 1.1em;
  margin-bottom: 0.2em;
}
#selected-donor h2 {
  margin: 0 0 0.25em 0;
}
#selected-donor p {
  margin: 0;
}
#selected-donor label {
  display: inline;
  padding: 0;
}
#btn-change-donor {
  position: absolute;
  top: 0;
  left: -10px;
  cursor: pointer;
  padding: 0;
  color: #0b723a;
  font-size: 1.5em;
}
#btn-change-donor .text {
  display: none;
}
#donation-terminal h2 {
  float: none;
  clear: both;
}
#donation-terminal table {
  margin-bottom: 20px;
}
#donation-terminal td {
  vertical-align: top;
}
#donation-terminal .category select {
  width: 120px;
}
#donation-terminal .desc input,
#donation-terminal .value input,
#donation-terminal .discount input {
  width: 80px;
}
#donation-terminal .qty input {
  width: 50px;
}
#donation-terminal .line-total td {
  font-family: opensansbold;
  text-transform: uppercase;
  background: #a1d5a7;
  font-size: 1.2em;
  color: #0b723a;
  border-top: 1px solid #0b723a;
}
#donation-terminal .tbl-ctrl td {
  padding: 10px 0;
  border-top: 1px dotted #666;
}
#donation-terminal .tbl-ctrl ul {
  margin: 0;
}
#donation-terminal #options label {
  width: auto;
  float: left;
  clear: left;
}
#donation-terminal .table-control-bulk,
#donation-terminal .table-control-simple {
  padding-bottom: 15px;
}
/*

body.donation-terminal {background:url(img/bg.jpg); padding:0; margin:0;}

#top-nav-donation {
	background:#222; padding:10px;
	a {color:white; text-decoration:none;}
}

#terminal {width:100%; max-width:800px; background:white; margin: 0 auto; padding:15px;}

.assign-donor {
	display:block; width:100%; overflow:hidden; padding: 10px 0;
	li {width:33%; display:block; float:left;}
	label {width:100%;}
}

#cart {
	display:none;
	table {margin-bottom:20px;}
	.qty input, #cart .value input{width:80px;}
}

#donor-search {
	display:none;
	fieldset {margin-bottom:30px;}
	label {}
}

#donor-search-result {display:none; margin-bottom:30px;}
#anonymous {display:none;margin-bottom:30px;}
#create-profile {float:none; clear:both; display:inline-block;}
#save-find-donor {display:none;}
*/
/*
 * Home New
 */
.home-format-mixin {
  background: #ccc;
  text-align: left;
  padding: 0.5em;
  font-size: 1.2em;
}
.home-row {
  width: 1050px;
  overflow: none;
  display: block;
}
.see-more {
  text-decoration: none;
  color: #1060bf;
  display: inline-block;
  padding-left: 0.5em;
}
.see-more:hover {
  color: #75acee;
}
.quicknav {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  height: 280px;
  width: 400px;
  background: white;
  text-align: center;
  float: left;
  margin: 0 20px 20px 20px;
}
.quicknav h4 {
  background: #ccc;
  text-align: left;
  padding: 0.5em;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.quicknav li {
  display: inline-block;
  width: 70px;
  vertical-align: top;
}
.quicknav li:hover {
  background: #ebebeb;
}
.quicknav li img {
  display: block;
  visibility: hidden;
  width: 100%;
  border: 0;
}
.quicknav li a {
  display: block;
  text-decoration: none;
  font-size: 0.9em;
  border: 0;
  padding-bottom: 10px;
}
.quicknav li .icon {
  display: block;
  background: center center no-repeat;
  background-size: 40px;
}
.quicknav li .text {
  color: #333;
}
.quicknav li.home .icon {
  background-image: url('img/v2/icons/black/1044.png');
}
.quicknav li.donate .icon {
  background-image: url('img/v2/icons/black/1146.png');
}
.quicknav li.profile .icon {
  background-image: url('img/v2/icons/black/1161.png');
}
.quicknav li.activity .icon {
  background-image: url('img/v2/icons/black/1134.png');
}
.quicknav li.event .icon {
  background-image: url('img/v2/icons/black/1008.png');
}
.quicknav li.booking .icon {
  background-image: url('img/v2/icons/black/1147.png');
}
.quicknav li.campaign .icon {
  background-image: url('img/v2/icons/black/1148.png');
}
.quicknav li.pick-up .icon {
  background-image: url('img/v2/icons/black/1133.png');
}
.quicknav li.report .icon {
  background-image: url('img/v2/icons/black/1176.png');
}
.quicknav li.social-media .icon {
  background-image: url('img/v2/icons/black/1097.png');
}
.quicknav li.job .icon {
  background-image: url('img/v2/icons/black/1011.png');
}
.quicknav li.admin .icon {
  background-image: url('img/v2/icons/black/1106.png');
}
.quicknav table {
  border-left: 1px solid #ebebeb;
}
.recent-donations {
  overflow: hidden;
  width: 610px;
}
.recent-activities {
  overflow: hidden;
  width: 1030px;
  float: none;
  clear: both;
  margin-left: 20px;
}
.recent-donations h4,
.recent-activities h4 {
  background: #ccc;
  text-align: left;
  padding: 0.5em;
  font-size: 1.2em;
}
.recent-donations table,
.recent-activities table {
  border-left: 1px solid #ebebeb;
  margin-bottom: 5px;
}
.recent-donations td.status,
.recent-activities td.status {
  text-align: center;
}
.recent-donations td.status .icon-ok,
.recent-activities td.status .icon-ok {
  color: #239A00;
}
.recent-donations .see-more,
.recent-activities .see-more {
  margin-bottom: 20px;
}
/*
 * Home
 */
form.search {
  padding: 0 20px 50px 20px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 50%;
}
form.search fieldset {
  margin-bottom: 10px;
}
.field-address,
.field-donation,
.field-activities,
.field-operator,
.checkboxlist {
  width: 100%;
}
.checkboxlist {
  padding-bottom: 10px;
}
.field-address input[type="text"],
.field-address input[type="number"],
.field-donation.field input,
.field-activities.field input {
  width: auto;
  display: inline-block;
}
span.and {
  display: inline-block;
  padding: 0 0.2em;
}
.field-activities label {
  display: inline-block;
  width: auto;
}
.field-activities [name="gender"] {
  width: auto;
  display: block;
}
.field-activities .betweendates {
  margin-top: 1em;
  display: block;
}
.field-activities p {
  margin-top: 0;
}
.search input[name="radius"] {
  width: 80px;
  margin: 0 5px;
}
.search input[name="addr"] {
  width: 550px;
}
.search .field {
  height: auto;
  overflow: hidden;
}
/*
 * Profile
 */
#profile-list td:nth-child(2) {
  min-width: 150px;
}
#email-push .modal {
  display: none;
  width: 400px;
  height: 300px;
  margin: -150px 0 0 -200px;
}
#email-push.new {
  display: block;
}
#email-push.new .new {
  display: block;
}
#email-push.add {
  display: block;
}
#email-push.add .add {
  display: block;
}
#email-push.update {
  display: block;
}
#email-push.update .update {
  display: block;
}
/*
 * Additional Info
 */
#has-profiles {
  margin-top: 20px;
}
.profile-list {
  overflow: hidden;
  float: none;
  clear: both;
  margin-top: 10px;
}
.profile-list li {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
  padding-right: 40px;
}
.profile-list .close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  background: #dddddd url(img/icons/24/delete.png) center center no-repeat;
  text-indent: -10000px;
}
.profile-list .close:hover {
  background-color: #333;
}
.profile-list .goto-profile {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  width: 100%;
  height: 40px;
  padding: 12px 20px;
}
.profile-list .goto-profile:hover {
  background-color: #ccc;
}
/*
* Login
*/
.login {
  background-image: url(img/v2/bg-login.jpg);
}
.login body {
  background: url(img/DF-Logo-Login.png) center 120px no-repeat;
  background-size: 190px;
  padding-top: 250px;
}
.login #main-canvas {
  position: static;
  width: 300px;
  height: min-content;
  min-height: unset;
  margin: 0 auto;
  padding: 20px;
}
.login #main-canvas #page-title {
  display: none;
}
.login #main-canvas legend {
  display: none;
}
.login #main-canvas label {
  display: none;
}
.login #main-canvas input[type="text"],
.login #main-canvas input[type="password"] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  display: block;
  padding: 0px 15px;
  border: 0;
  background: #ebebeb;
}
.login #main-canvas button {
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #005B37;
  color: white;
  text-align: center;
  border: 0;
  margin-bottom: 10px;
}
.login #main-canvas .forgot {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #005B37;
}
/***
* Bulk Controls
*/
/*
.bulk-checkbox{
	border: 2px solid white; height: 18px; width: 18px; text-align: center; display: inline-block; vertical-align: middle;
}

.bulk-list-container{
	position: absolute; top: 0px; background-color: white; padding: 5px; cursor: pointer;
	li {padding: 5px &hover {background-color: #DDD;}}
}

*/
@media (max-device-width: 768px) {
  html {
    font-size: 80%;
  }
  #top-nav-donation {
    height: 60px;
  }
  /* Donation Terminal */
  #setting #open-receipt {
    font-size: 0.7em;
  }
  #setting .df-date [type="text"] {
    font-size: 0.9em;
    padding: 0;
  }
  #setting .df-date span {
    padding: 0;
    margin: 0;
    font-size: 0.5em;
  }
  #donation-terminal .table-control-bulk {
    height: 30px;
  }
  #donation-terminal .table-control-simple {
    height: 45px;
  }
  #cart-container thead td {
    font-size: 0.8em;
  }
  #cart-container tbody input[type="text"],
  #cart-container tbody input[type="number"] {
    font-size: 1.2em;
  }
}
.donation-terminal-additional-info,
.donation-terminal-interest,
.donation-terminal-build,
.donation-terminal-committee,
.donation-terminal-correspondence,
.donation-terminal-professional {
  float: left;
  width: 33%;
}
.donation-terminal-additional-info label,
.donation-terminal-interest label,
.donation-terminal-build label,
.donation-terminal-committee label,
.donation-terminal-correspondence label,
.donation-terminal-professional label {
  display: inline-block !important;
}
.donation-terminal-professional label {
  width: 195px;
  vertical-align: top;
}
.donation-terminal-professional .new-client-professional {
  vertical-align: middle;
}
/* Downloads */
#download-link {
  display: inline-block;
  margin-left: 20px;
}
#download-link a {
  color: white;
  background: #1060bf;
  display: block;
  padding: 1em;
  text-decoration: none;
  font-size: 1em;
  height: 100%;
}
@media print {
  body.report .main-nav,
  body.report #top-nav,
  body.report .btn-download,
  body.report .go {
    display: none !important;
  }
  body.report .widget.report {
    height: auto;
    overflow: visible;
  }
  body.report .widget.report.pie {
    width: 25%;
  }
  body.report .widget .table-scroll {
    height: auto;
    overflow-y: visible;
    overflow: visible;
  }
  body.report .widget thead td {
    border-bottom: 1px solid black;
  }
  body.report .row1 {
    page-break-before: always;
    margin-top: 100px;
  }
  body.report #donation-pie {
    margin-left: -30px;
  }
  body.report #print-hack {
    page-break-before: always;
    display: block;
    clear: both;
    float: none;
    height: 100px;
    background: black;
  }
}
/*# sourceMappingURL=cms.map */