/*!
 * Give Admin SCSS/CSS
 *
 * @description: The Main SCSS file for ADMIN styles which is compiled and minified via Gulp taskrunner
 * @package:     Give
 * @subpackage:  SCSS/Admin
 * @copyright:   Copyright (c) 2016, WordImpress
 * @license:     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/**
 * Clearfix
 */
.give-clearfix {
  *zoom: 1; }
  .give-clearfix:before, .give-clearfix:after {
    content: " ";
    display: table; }
  .give-clearfix:after {
    clear: both; }

/**
 * Box Sizing
 * https://github.com/timrogers/sass-box-sizing-mixin
 */
/**
 * CSS3 Easing
 */
.give-item-label {
  padding: .2em .4em .3em;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .give-item-label:hover {
    color: #fff;
    text-decoration: none; }

.give-item-label-gray, #give-payments-filter .give-payment-id {
  background-color: #929292; }

.give-item-label-orange {
  background-color: #ffba00; }

.give-item-label {
  padding: .2em .4em .3em;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .give-item-label:hover {
    color: #fff;
    text-decoration: none; }

/**
 * Give CSS Variables
 */
/*! Hint.css - v2.5.0 - 2017-04-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2017 Kushagra Gour */
[class*=hint--] {
  position: relative;
  display: inline-block; }

[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s; }

[class*=hint--]:before {
  content: '';
  position: absolute;
  background: 100% 0;
  border: 6px solid transparent;
  z-index: 1000001; }

[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3); }

[class*=hint--][aria-label]:after {
  content: attr(aria-label); }

[class*=hint--][data-hint]:after {
  content: attr(data-hint); }

[aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before {
  display: none !important; }

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838; }

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838; }

.hint--top:after, .hint--top:before {
  bottom: 100%;
  right: 50%; }

.hint--top:before {
  margin-bottom: -11px;
  right: calc(50% - 6px); }

.hint--top:after {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%); }

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top:hover:after {
  -webkit-transform: translateX(50%) translateY(-8px);
  -moz-transform: translateX(50%) translateY(-8px);
  transform: translateX(50%) translateY(-8px); }

.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  right: 50%; }

.hint--bottom:before {
  margin-top: -11px;
  right: calc(50% - 6px); }

.hint--bottom:after {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%); }

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom:hover:after {
  -webkit-transform: translateX(50%) translateY(8px);
  -moz-transform: translateX(50%) translateY(8px);
  transform: translateX(50%) translateY(8px); }

.hint--right:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -14px; }

.hint--right:after, .hint--right:before {
  right: 100%;
  bottom: 50%; }

.hint--right:hover:after, .hint--right:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--left:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px; }

.hint--left:after {
  margin-bottom: -14px; }

.hint--left:after, .hint--left:before {
  left: 100%;
  bottom: 50%; }

.hint--left:hover:after, .hint--left:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  right: 50%; }

.hint--top-left:before {
  margin-bottom: -11px;
  right: calc(50% - 6px); }

.hint--top-left:after {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  margin-right: 12px; }

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--top-left:hover:after {
  -webkit-transform: translateX(100%) translateY(-8px);
  -moz-transform: translateX(100%) translateY(-8px);
  transform: translateX(100%) translateY(-8px); }

.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  right: 50%; }

.hint--top-right:before {
  margin-bottom: -11px;
  right: calc(50% - 6px); }

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  margin-right: -12px; }

.hint--top-right:hover:after, .hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  right: 50%; }

.hint--bottom-left:before {
  margin-top: -11px;
  right: calc(50% - 6px); }

.hint--bottom-left:after {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  margin-right: 12px; }

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(100%) translateY(8px);
  -moz-transform: translateX(100%) translateY(8px);
  transform: translateX(100%) translateY(8px); }

.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  right: 50%; }

.hint--bottom-right:before {
  margin-top: -11px;
  right: calc(50% - 6px); }

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  margin-right: -12px; }

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word; }

.hint--small:after {
  width: 80px; }

.hint--medium:after {
  width: 150px; }

.hint--large:after {
  width: 300px; }

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726; }

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d; }

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--left:before {
  border-right-color: #b34e4d; }

.hint--error.hint--right:before {
  border-left-color: #b34e4d; }

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328; }

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854; }

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--left:before {
  border-right-color: #c09854; }

.hint--warning.hint--right:before {
  border-left-color: #c09854; }

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d; }

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac; }

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--left:before {
  border-right-color: #3986ac; }

.hint--info.hint--right:before {
  border-left-color: #3986ac; }

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a; }

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746; }

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746; }

.hint--success.hint--left:before {
  border-right-color: #458746; }

.hint--success.hint--right:before {
  border-left-color: #458746; }

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible; }

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--top:after {
  -webkit-transform: translateX(50%) translateY(-8px);
  -moz-transform: translateX(50%) translateY(-8px);
  transform: translateX(50%) translateY(-8px); }

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(100%) translateY(-8px);
  -moz-transform: translateX(100%) translateY(-8px);
  transform: translateX(100%) translateY(-8px); }

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(50%) translateY(8px);
  -moz-transform: translateX(50%) translateY(8px);
  transform: translateX(50%) translateY(8px); }

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(100%) translateY(8px);
  -moz-transform: translateX(100%) translateY(8px);
  transform: translateX(100%) translateY(8px); }

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--rounded:after {
  border-radius: 4px; }

.hint--no-animate:after, .hint--no-animate:before {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s; }

.hint--bounce:after, .hint--bounce:before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.3
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none; }

.chosen-container.chosen-with-drop .chosen-drop {
  display: block; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
  margin-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999; }

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-right: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 8px 0 0;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, right top, right bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-single input[type=text] {
  cursor: pointer;
  opacity: 0;
  position: absolute; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-left: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  left: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 100% 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 5px 4px 20px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(chosen-sprite.png) no-repeat 0% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-right: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: right;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 100% 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 5px 3px 20px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  left: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-left: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, right top, right bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
  background: 100% 0; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.chosen-rtl {
  text-align: left; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 0 0 8px; }

.chosen-rtl .chosen-single span {
  margin-left: 0;
  margin-right: 26px;
  direction: ltr; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-rtl .chosen-single div {
  left: auto;
  right: 3px; }

.chosen-rtl .chosen-single abbr {
  left: auto;
  right: 26px; }

.chosen-rtl .chosen-choices li {
  float: left; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: ltr; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 0 3px 5px;
  padding: 3px 19px 3px 5px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  left: auto;
  right: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px; }

.chosen-rtl .chosen-results li.group-option {
  padding-left: 15px;
  padding-right: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 20px 4px 5px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: ltr; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/**
 * Give Frontend Fonts SCSS
 *
 * Fonts are from icomoon and the src paths need to be relative to template directory.
 * @package     Give
 * @subpackage  SCSS/Frontend
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
@font-face {
  font-family: 'give-icomoon';
  src: url("../assets/fonts/icomoon.eot?kdnr3d");
  src: url("../assets/fonts/icomoon.eot?kdnr3d#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.woff?kdnr3d") format("woff"), url("../assets/fonts/icomoon.svg?kdnr3d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="give-icon-"], [class*=" give-icon-"] {
  font-family: 'give-icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.give-icon-lamp:before {
  content: "\e603"; }

.give-icon-heart:before {
  content: "\e604"; }

.give-icon-question:before {
  content: "\e602"; }

.give-icon-info:before {
  content: "\e601"; }

.give-icon-new-tab:before {
  content: "\ea7e"; }

.give-icon-alert:before {
  content: "\f02d"; }

.give-icon-help:before {
  content: "\e606"; }

.give-icon-spinner:before {
  content: "\e605"; }

.give-icon-spinner2:before {
  content: "\e607"; }

.give-icon-plus:before {
  content: "\e040"; }

.give-icon-minus:before {
  content: "\e041"; }

.give-icon-locked:before {
  content: "\e600"; }

.dashicons-give:before {
  font-family: 'give-icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e800"; }

.fa-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg); } }

@font-face {
  font-family: 'give-icomoon';
  font-weight: normal;
  font-style: normal; }

.give-metabox-tabs li .give-icon:before {
  font-family: 'give-icomoon';
  src: url("../assets/fonts/icomoon.eot?kdnr3d");
  src: url("../assets/fonts/icomoon.eot?kdnr3d#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.woff?kdnr3d") format("woff"), url("../assets/fonts/icomoon.svg?kdnr3d#icomoon") format("svg");
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  vertical-align: top;
  line-height: 20px;
  margin: 0 0 0 5px; }

.give-metabox-tabs li .give-icon-default:before {
  content: "\e903"; }

.give-metabox-tabs li .give-icon-heart:before {
  content: "\e604"; }

.give-metabox-tabs li .give-icon-target:before {
  content: "\e901"; }

.give-metabox-tabs li .give-icon-display:before {
  content: "\e90c"; }

.give-metabox-tabs li .give-icon-edit:before {
  content: "\e902"; }

.give-metabox-tabs li .give-icon-checklist:before {
  position: relative;
  top: 1px;
  content: "\e900"; }

.give-metabox-tabs li .give-icon-purse:before {
  content: "\e8df"; }

.give-metabox-tabs li .dashicons {
  font-size: 14px;
  width: 14px;
  line-height: 20px; }

.give-grid-row {
  position: relative;
  width: 100%; }
  .give-grid-row [class^="give-grid-col"] {
    float: right;
    margin: 0.5rem 1%;
    min-height: 0.125rem; }
  .give-grid-row::after {
    content: "";
    display: table;
    clear: both; }

.give-grid-col-1 {
  width: 6.33333%; }

.give-grid-col-2 {
  width: 14.66667%; }

.give-grid-col-3 {
  width: 23%; }

.give-grid-col-4 {
  width: 31.33333%; }

.give-grid-col-5 {
  width: 39.66667%; }

.give-grid-col-6 {
  width: 48%; }

.give-grid-col-7 {
  width: 56.33333%; }

.give-grid-col-8 {
  width: 64.66667%; }

.give-grid-col-9 {
  width: 73%; }

.give-grid-col-10 {
  width: 81.33333%; }

.give-grid-col-11 {
  width: 89.66667%; }

.give-grid-col-12 {
  width: 98%; }

@media only screen and (max-width: 33.75em) {
  .give-grid-row [class^="give-grid-col"] {
    width: 98%; } }

/**
 * Give Forms SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/*------------------------------------
Forms CPT
--------------------------------------*/
/* Hide conditional fields */
.cmb2-id--give-set-price,
.cmb2-id--give-levels-header,
.cmb2-id--give-levels-header + .cmb-repeat-group-wrap,
.cmb2-id--give-display-style,
.post-type-give_forms .tablenav #post-query-submit,
.give-hidden,
.cmb2-id--give-form-content,
.cmb2-id--give-reveal-label,
.cmb2-id--give-custom-amount-minimum,
.cmb2-id--give-custom-amount-text,
.cmb2-id--give-offline-checkout-notes,
.cmb-type-levels-id,
#_give_donation_levels_repeat .cmb-group-title,
#_give_donation_levels_repeat .cmb-row > .cmb-remove-group-row,
#_give_donation_levels_repeat .cmb-row > .handlediv {
  display: none; }

/* Donation Levels Repeating Field */
#_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row .cmb2-radio-list label {
  font-size: 12px; }

div.cmb-type-levels-repeater-header + div.cmb-repeat-group-wrap {
  padding: 0 !important;
  margin: 0 !important;
  min-width: 100%;
  max-width: 0; }

.cmb2-id--give-levels-header {
  padding: 10px 12px 0 !important;
  margin: 0 !important;
  background: #F7F7F7;
  border-bottom: none !important; }
  .cmb2-id--give-levels-header .table-container {
    display: table;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9; }
    .cmb2-id--give-levels-header .table-container > .table-row {
      display: table-row;
      background: #FCFCFC; }
      .cmb2-id--give-levels-header .table-container > .table-row > .table-cell {
        display: table-cell;
        vertical-align: middle;
        padding: 10px 15px;
        border-left: 1px solid #e9e9e9; }
        .cmb2-id--give-levels-header .table-container > .table-row > .table-cell.col-id {
          display: none; }

#_give_donation_levels_repeat {
  background: #F7F7F7;
  padding: 0 12px 20px 1px;
  box-sizing: border-box; }
  #_give_donation_levels_repeat .cmb-row, #_give_donation_levels_repeat .inside {
    margin: 0; }
  #_give_donation_levels_repeat .cmb-remove-field-row {
    margin: 3px 0 0; }
    #_give_donation_levels_repeat .cmb-remove-field-row .button {
      height: 25px;
      padding: 0 3px; }
    #_give_donation_levels_repeat .cmb-remove-field-row span.dashicons-no {
      line-height: 1.15em; }
  #_give_donation_levels_repeat .cmbhandle {
    display: none; }
  #_give_donation_levels_repeat .cmb-add-row {
    margin: 12px 0 0; }

.give-time-field {
  width: 65px; }

.give-money-field {
  width: 75px;
  margin-left: 0;
  margin-right: 0; }

.give-money-symbol {
  border: 1px solid #DDD;
  background: #FCFCFC;
  margin: 0;
  font-size: 14px;
  padding: 5px 8px; }

.give-money-symbol-before {
  border-left: 0;
  margin-left: -4px; }

.give-money-symbol-after {
  margin-right: -5px; }

.give_options_panel input[type="text"],
.give_options_panel input[type="email"] {
  padding: 5px;
  width: 100%; }

input.give-text_small,
input.give-text-small {
  width: 100px !important; }

input.give-text-medium,
input.give-text_medium {
  width: 200px !important; }

.give-underline {
  text-decoration: underline; }

.postbox-container .cmb-row {
  margin: 0; }
  .postbox-container .cmb-row .cmb-th label {
    padding-right: 8px; }

#give-bulk-donors div[id^="give-donor-"] {
  display: block;
  overflow: hidden; }

@media only screen and (min-width: 851px) {
  #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {
    float: right;
    border-bottom: none;
    padding-left: 10px; }
    #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-th {
      display: none; }
    #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-td {
      float: right;
      width: 100%; }
  .cmb-type-give-default-radio-inline .cmb-td {
    margin-top: 5px; } }

/* Smaller Resolution Desktops */
@media only screen and (min-width: 851px) and (max-width: 1201px) {
  #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row {
    width: 100%;
    padding-top: 0; }
  #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-type-text-money {
    width: 105px; }
  #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list input.cmb2-text-money {
    width: 65px; }
  #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list .give-multilevel-text-field {
    width: 160px; }
  #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list .cmb-type-radio-inline {
    margin-right: 20px; }
  .col-amount {
    width: 70px; }
  .col-text {
    width: 140px; }
  .col-sort {
    display: none !important; }
  .give-money-field {
    width: 55px; } }

@media only screen and (min-width: 1201px) {
  #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row {
    float: left; }
  #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {
    padding-left: 20px; }
  #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row.cmb-row {
    padding-left: 0; }
  .col-amount {
    width: 93px; }
  .col-text {
    width: 195px; }
  .col-sort {
    width: 100px; }
  .give-multilevel-text-field {
    width: 205px; } }

@media only screen and (max-width: 850px) {
  div.cmb-type-levels-repeater-header {
    display: none !important; } }

/*Shortcode Input */
.shortcode-wrap {
  margin: 1px 11px 12px 14px; }
  .shortcode-wrap label {
    margin: 0 0 3px;
    display: block;
    cursor: default; }
  .shortcode-wrap .shortcode-input {
    margin: 0;
    width: 100%; }

.cmb2-id--give-content-option,
.cmb2-id--give-terms-option,
.cmb2-id--give-offline-donation-enable-billing-fields-single,
.cmb2-id--give-goal-option,
.cmb2-id--give-customize-offline-donations {
  border-bottom: none !important;
  margin: 0 !important; }

.cmb2-id--give-form-content,
.cmb2-id--give-agree-label,
.cmb2-id--give-offline-checkout-notes,
.cmb2-id--give-set-goal,
.cmb2-id--give-offline-donation-enable-billing-fields-single {
  border-top: 1px solid #e9e9e9 !important; }

/*-------------------------------------
Terms and Conditions Metabox
---------------------------------------*/
.cmb2-id--give-agree-label,
.cmb2-id--give-agree-text {
  display: none; }

/*-------------------------------------
Dashboard Columns
-------------------------------------*/
input.shortcode-input {
  width: 100%; }

.price .give_price_range_low,
.price .give_price_range_high,
.price .give_price_range_sep {
  display: inline-block; }

/*-------------------------------------
ASIDE
-------------------------------------*/
#side-sortables .cmb-th label:after {
  display: none; }

#side-sortables .cmb2-id--give-show-register-form {
  padding: 10px 0 0 !important; }

#side-sortables .cmb2-wrap > .cmb-field-list > .cmb-row {
  padding-top: 10px; }

#side-sortables .cmb-row .cmb2-metabox-description {
  padding-bottom: 0; }

.cmb2-metabox-description {
  font-size: 13px;
  line-height: 1.5;
  display: block; }

.give-tooltip {
  margin: 0 3px;
  padding: 0;
  font-size: 14px;
  -moz-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  transition: 0.2s all linear;
  color: rgba(51, 51, 51, 0.5);
  position: relative;
  top: 1px; }
  .give-tooltip:hover {
    color: #333; }

#give-metabox-form-data .inside {
  margin: 0;
  padding: 0; }

#give-metabox-form-data .give-metabox-panel-wrap {
  background: #fff;
  overflow: hidden; }

#give-metabox-form-data .give_options_panel {
  display: none;
  padding-right: 170px; }
  #give-metabox-form-data .give_options_panel.active,
  .no-js #give-metabox-form-data .give_options_panel {
    display: block; }
  #give-metabox-form-data .give_options_panel .give-field-wrap {
    padding: 1em 162px 1em 20px;
    margin: 0;
    border-bottom: 1px solid #eee; }
    #give-metabox-form-data .give_options_panel .give-field-wrap > label, #give-metabox-form-data .give_options_panel .give-field-wrap > span.give-field-label {
      float: right;
      width: 135px;
      padding: 0;
      margin: 2px -150px 0 0;
      line-height: 18px;
      font-size: 12px;
      font-weight: 400; }
    #give-metabox-form-data .give_options_panel .give-field-wrap .give-field-description {
      color: #aaaaaa;
      font-size: 12px;
      line-height: 18px;
      display: block;
      padding-top: 10px;
      font-style: italic; }
    #give-metabox-form-data .give_options_panel .give-field-wrap ul {
      margin: 0; }
    #give-metabox-form-data .give_options_panel .give-field-wrap .mce-container iframe, #give-metabox-form-data .give_options_panel .give-field-wrap textarea {
      min-height: 250px !important; }
    #give-metabox-form-data .give_options_panel .give-field-wrap .wp-editor-wrap {
      display: inline-block;
      width: 100%; }
  #give-metabox-form-data .give_options_panel .give-field-wrap:last-child {
    border-bottom: 0; }
  #give-metabox-form-data .give_options_panel textarea.give-field {
    width: 100%; }
  #give-metabox-form-data .give_options_panel .give-field-wrap:hover .give-field-row-actions {
    display: block; }
  #give-metabox-form-data .give_options_panel .give-field-wrap:last-child {
    border-bottom: 0; }
  #give-metabox-form-data .give_options_panel .give-inline-radio-fields li {
    display: inline-block;
    margin-left: 15px; }
  #give-metabox-form-data .give_options_panel .give-repeatable-field-section {
    padding: 10px;
    background: #f5f5f5; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeatable-fields-section-wrapper {
      width: 100%;
      background-color: white;
      border-collapse: collapse; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row {
      border-bottom: 15px solid #f5f5f5;
      background-color: white; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-template {
      display: none; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row:last-child {
      border-bottom: 10px solid #f5f5f5; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-column {
      padding: 0; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove {
      float: left;
      width: 22px;
      height: 36px;
      padding: 0;
      display: block;
      text-align: center;
      line-height: 34px;
      font-size: 21px;
      font-weight: 300;
      cursor: pointer; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove:hover {
      background-color: red;
      color: white;
      width: 22px;
      height: 22px;
      border-radius: 30px;
      margin-top: 8px;
      line-height: 19px; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head {
      border-bottom: 1px solid #eee;
      cursor: move; }
      #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head h2 {
        text-align: right !important; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.closed .toggle-indicator:before {
      content: "\f140"; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row .give-move .toggle-indicator:before {
      margin-right: 7px; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row-wrap {
      background-color: #f5f5f5; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row {
      margin: 5px 5px; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-field-wrap:last-child {
      border-bottom: 1px solid #eee; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-ui-placeholder-state-highlight {
      background-color: #68bb6c; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-name {
      border: 0 !important;
      padding: 0 !important; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-description {
      color: #aaaaaa;
      font-size: 12px;
      line-height: 18px;
      display: block;
      padding-bottom: 10px;
      font-style: italic; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .ui-sortable-helper {
      display: table !important; }
    #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.ui-sortable-helper {
      border-bottom: 0; }

#_give_donation_levels_field .give-row:nth-of-type(2) .give-remove {
  display: none !important; }

#give-metabox-form-data .give-metabox-tabs {
  margin: 0;
  max-width: 170px;
  float: right;
  line-height: 1em;
  padding: 0 0 10px;
  position: relative;
  background-color: #fafafa;
  border-left: 1px solid #eee;
  box-sizing: border-box; }
  #give-metabox-form-data .give-metabox-tabs:after {
    content: "";
    display: block;
    width: 100%;
    height: 9999em;
    position: absolute;
    bottom: -9999em;
    right: 0;
    background-color: #fafafa;
    border-left: 1px solid #eee; }
  #give-metabox-form-data .give-metabox-tabs li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative; }
    #give-metabox-form-data .give-metabox-tabs li a {
      margin: 0;
      padding: 10px;
      display: block;
      box-shadow: none;
      text-decoration: none;
      line-height: 20px !important;
      border-bottom: 1px solid #eee;
      overflow: hidden; }
      #give-metabox-form-data .give-metabox-tabs li a span.give-label {
        width: 122px;
        display: inline-block; }
  #give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li {
    background-color: #f1f1f1; }
    #give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li a {
      border-bottom-color: #e5e5e5; }
  #give-metabox-form-data .give-metabox-tabs li.active > a {
    color: #555;
    position: relative;
    background-color: #eee; }
  #give-metabox-form-data .give-metabox-tabs li.has-sub-fields.active > a {
    background-color: #ddd; }
  #give-metabox-form-data .give-metabox-tabs li.has-sub-fields:not(.active):hover ul.give-metabox-sub-tabs {
    display: block;
    position: absolute;
    bottom: 0;
    right: 166px;
    width: 170px;
    max-height: 250px; }

@media only screen and (min-width: 851px) and (max-width: 1025px), (max-width: 550px) {
  #give-metabox-form-data ul.give-metabox-tabs {
    min-width: 40px; }
    #give-metabox-form-data ul.give-metabox-tabs li > a {
      text-align: center; }
      #give-metabox-form-data ul.give-metabox-tabs li > a:before {
        margin-left: 0;
        font-size: 15px; }
      #give-metabox-form-data ul.give-metabox-tabs li > a span.give-label {
        display: none; }
      #give-metabox-form-data ul.give-metabox-tabs li > a span.give-icon:before {
        margin: 0; }
  #give-metabox-form-data .give_options_panel {
    padding-right: 40px; }
    #give-metabox-form-data .give_options_panel .give-field-wrap {
      padding: 10px; }
      #give-metabox-form-data .give_options_panel .give-field-wrap span.give-field-label, #give-metabox-form-data .give_options_panel .give-field-wrap label {
        display: block;
        float: none;
        margin: 0 0 10px 0;
        font-size: 14px;
        width: 100%; } }

#give-export-payments .give_forms_categories,
#give-export-payments .give_forms_tags {
  min-width: 250px;
  margin: 0 0 10px 0;
  display: block; }
  #give-export-payments .give_forms_categories input,
  #give-export-payments .give_forms_tags input {
    color: #999; }

#give-export-payments div.chosen-container:first-of-type {
  margin-top: 10px; }

#give-export-payments div.chosen-container ul.chosen-choices {
  border: 1px solid #ddd; }
  #give-export-payments div.chosen-container ul.chosen-choices input.chosen-search-input {
    border: 1px solid #ddd;
    height: 20px; }

#give-export-payments select {
  vertical-align: inherit;
  margin: 0;
  height: 26px;
  line-height: 26px;
  border: 1px solid #ddd; }

/*-------------------------------------
Chosen Overrides
-------------------------------------*/
.chosen-container-single a.chosen-single {
  background: #FFF !important; }

/*-------------------------------------
Doc Links
-------------------------------------*/
.give-docs-link {
  text-align: left;
  margin-left: 15px; }
  .give-docs-link a {
    color: #999;
    text-decoration: none;
    font-style: italic; }
    .give-docs-link a:hover {
      color: #0073aa; }
    .give-docs-link a span {
      font-style: normal; }

/**
 * Give Add-ons SCSS
 *
 * @description Add-on Styles
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.type-download {
  float: right;
  margin: 0 0 1em 1em !important;
  padding: 0;
  vertical-align: top;
  width: 280px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #ddd;
  display: block;
  min-height: 365px;
  overflow: hidden;
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition-property: border, background, color;
  transition-property: border, background, color;
  -webkit-transition-duration: .05s;
  transition-duration: .05s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  position: relative; }
  .type-download:hover {
    border: 1px solid #d1d1d1; }
  .type-download > .featured-img img {
    border-bottom: 1px solid #ddd; }
  .type-download .addon-content {
    *zoom: 1;
    padding: 15px 20px; }
    .type-download .addon-content:before, .type-download .addon-content:after {
      content: " ";
      display: table; }
    .type-download .addon-content:after {
      clear: both; }
    .type-download .addon-content .addon-heading {
      margin: 0 0 10px; }
      .type-download .addon-content .addon-heading a {
        outline: none;
        text-decoration: none; }
  .type-download .addon-footer-wrap {
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 100%;
    background-color: #FFF;
    padding: 15px 20px; }

.give-view-addons-all span.dashicons, .type-download span.dashicons {
  width: 16px;
  height: 16px;
  font-size: 14px;
  margin: 6px 0 0 0; }

.give-view-addons-all span.dashicons {
  margin-right: 3px; }

/**
 * Give Reports SCSS
 *
 * @description Payment History Styles
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
#give-dashboard-widgets-wrap .inside {
  padding-top: 0;
  padding-bottom: 0;
  /* counteract extra padding in Income Report graph */ }
  .give_forms_page_give-reports #give-dashboard-widgets-wrap .inside {
    padding-right: 0; }
  #give-dashboard-widgets-wrap .inside #give-graphs-filter {
    float: none; }

#give-dashboard-widgets-wrap .postbox {
  margin-bottom: 10px; }

#give-dashboard-widgets-wrap table.reports-table {
  clear: none; }

#give-dashboard-widgets-wrap #give-date-range-options {
  float: right; }
  #give-dashboard-widgets-wrap #give-date-range-options > span {
    float: right;
    line-height: 30px;
    font-style: italic;
    padding: 0 0 0 5px; }

#give-graphs-filter {
  float: left; }
  #give-graphs-filter .tablenav {
    margin: 0 17px 0 0; }
    #give-graphs-filter .tablenav .actions {
      padding: 0; }

.give-graph .y1Axis {
  color: #66bb6a !important; }

.give-graph .y2Axis {
  color: #546e7a !important; }

body.give_forms_page_give-reports h1.nav-tab-wrapper, body.give_forms_page_give-reports h2.nav-tab-wrapper, body.give_forms_page_give-payment-history h1.nav-tab-wrapper, body.give_forms_page_give-payment-history h2.nav-tab-wrapper {
  margin-bottom: 10px; }

body.give_forms_page_give-reports .actions, body.give_forms_page_give-payment-history .actions {
  padding-top: 0; }

body.give_forms_page_give-reports .pagination-links, body.give_forms_page_give-payment-history .pagination-links {
  margin-right: 10px; }

body.give_forms_page_give-reports p.donor-search, body.give_forms_page_give-payment-history p.donor-search {
  margin-left: 10px; }

body.give_forms_page_give-reports .tablenav-right .tablenav-pages, body.give_forms_page_give-payment-history .tablenav-right .tablenav-pages {
  float: left; }

body.give_forms_page_give-reports .tablenav-right #give-reports-view, body.give_forms_page_give-payment-history .tablenav-right #give-reports-view {
  margin-top: 0; }

body.give_forms_page_give-reports .tablenav-right .actions, body.give_forms_page_give-payment-history .tablenav-right .actions {
  float: right; }

body.give_forms_page_give-reports p.search-box, body.give_forms_page_give-payment-history p.search-box {
  float: right; }

body.give_forms_page_give-reports .reports-table-nav.tablenav.top, body.give_forms_page_give-payment-history .reports-table-nav.tablenav.top {
  width: 100%;
  float: none;
  margin: 0 0 10px; }

body.give_forms_page_give-reports .reports-forms-details-wrap.top, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top {
  float: left;
  overflow: hidden; }
  body.give_forms_page_give-reports .reports-forms-details-wrap.top #give-reports-filter, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top #give-reports-filter {
    float: right; }
  body.give_forms_page_give-reports .reports-forms-details-wrap.top > .actions, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top > .actions {
    padding-left: 0; }

body.give_forms_page_give-reports .tablenav.bottom, body.give_forms_page_give-payment-history .tablenav.bottom {
  margin-top: 10px; }

body.give_forms_page_give-reports h2.reports-earnings-title, body.give_forms_page_give-payment-history h2.reports-earnings-title {
  margin: 7px 0 0; }

body.give_forms_page_give-reports .reports-views-wrap, body.give_forms_page_give-payment-history .reports-views-wrap {
  padding: 3px 0 0; }

body.give_forms_page_give-reports .wrap.give-reports-donors-wrap, body.give_forms_page_give-payment-history .wrap.give-reports-donors-wrap {
  margin-left: 0;
  margin-bottom: 10px; }

body.give_forms_page_give-reports .widefat tbody td, body.give_forms_page_give-reports .widefat tbody th, body.give_forms_page_give-payment-history .widefat tbody td, body.give_forms_page_give-payment-history .widefat tbody th {
  padding-top: 12px;
  padding-bottom: 12px; }

body.give_forms_page_give-reports table.export-options-table tbody td {
  padding: 20px 12px;
  vertical-align: top; }

body.give_forms_page_give-reports table.export-options-table .give-export-form {
  position: relative; }
  body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap {
    background-color: transparent;
    padding: 12px 12px 4px;
    margin: 2px -11px -16px 0;
    overflow: auto; }
    body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap .spinner {
      margin: -2px 0 8px -12px; }

body.give_forms_page_give-reports table.export-options-table span#give-start-wrap input, body.give_forms_page_give-reports table.export-options-table span#give-end-wrap input {
  width: 100px; }

#export-donor-options-wrap p {
  padding: 20px 0 0;
  margin: 0;
  font-weight: bold; }

#export-donor-options-wrap ul {
  max-width: 900px;
  overflow: hidden; }
  #export-donor-options-wrap ul li {
    margin: 0;
    padding: 0 0 5px 5px;
    box-sizing: border-box;
    float: right;
    width: 33%; }

.settings-excludes-list {
  max-height: 120px;
  overflow: auto;
  padding: 0.5rem;
  border: 1px solid #ddd; }

.settings-excludes-list li {
  margin: 3px 0; }

#give-tools-recount-form .notice-wrap {
  position: relative;
  min-height: 25px;
  margin: 10px -12px -12px;
  background: #EFEFEF;
  padding: 10px 12px 12px;
  border-top: 1px solid #E5E5E5; }
  #give-tools-recount-form .notice-wrap .give-progress {
    position: absolute;
    top: 15px; }
  #give-tools-recount-form .notice-wrap .spinner {
    position: absolute;
    left: 14px;
    top: 13px;
    margin: 0; }
  #give-tools-recount-form .notice-wrap #give-batch-success {
    margin-bottom: 6px; }

.recount-stats-controls form {
  display: inline; }

.give-recount-stats-descriptions {
  margin: 8px 0 0;
  display: block; }
  .give-recount-stats-descriptions span {
    line-height: 24px;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    color: #aaa;
    margin: 0;
    display: none; }

.gateways-report-tablenav .actions.bulkactions {
  padding-left: 0; }

table.give-table td {
  vertical-align: middle; }

table.give-table td.row-title h3 {
  margin: 0 0 0.4em;
  font-size: 1.2em; }

table.give-table td.row-title p {
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  color: #aaa;
  margin: 0; }

#give-graphs-filter > .tablenav {
  height: auto; }

#give-logs-filter .search-box {
  float: left; }

#give-logs-filter .tablenav.top {
  float: right;
  clear: none;
  margin-top: 0; }

/**
 * Give Admin Welcome SCSS
 *
 * @description Displays when user activates the plugin
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */
.welcome-h1 {
  display: inline-block;
  margin-left: 15px !important; }

.about-wrap h3 {
  margin: 1.5em 0 .6em; }

.about-wrap img {
  border: none; }

.give-badge {
  padding-top: 150px;
  height: 52px;
  width: 185px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  margin: 0 -5px;
  position: absolute;
  top: 0;
  left: 0; }

.introduction {
  padding: 0 0 20px;
  margin: 0 0 20px; }

.feature-section {
  margin-top: 40px; }
  .feature-section span.dashicons {
    width: 16px;
    height: 16px;
    font-size: 14px;
    margin: 6px 0 0 0; }
  .feature-section .feature-section-item {
    width: 48%;
    float: right; }
  .feature-section div.last-feature {
    margin-left: 0;
    margin-right: 4%; }

[class^="dashboard_page_give-"] .about-text, [class*="dashboard_page_give-"] .about-text {
  min-height: 0; }

.social-items-wrap {
  display: inline-block; }
  .social-items-wrap > div {
    display: inline-block; }
  .social-items-wrap .twitter-item-wrap {
    margin: 0 0 10px 20px; }

.wp-person img {
  border-radius: 50%; }

.wp-person a.web {
  margin: 17px 0 0;
  font-weight: bold;
  font-style: italic; }

.newsletter-intro {
  font-size: 13px;
  font-style: italic;
  color: #777; }

.give-newsletter-form-wrap {
  margin: 10px -5px 20px 0;
  max-width: 700px; }
  .give-newsletter-form-wrap td {
    padding: 3px; }
  .give-newsletter-form-wrap div.give-newsletter-confirmation {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 5px 5px 4px 10px;
    padding: 1px 12px;
    border-right: 4px solid #7ad03a;
    display: none; }
    .give-newsletter-form-wrap div.give-newsletter-confirmation > p {
      margin: 0.5em 0;
      padding: 2px; }

/**
 * Give Logs SCSS
 *
 * @description Payment History Styles
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
#give_donor_export_form {
  margin: 0 0 5px; }

#give-payments-filter .give-donation-status {
  display: inline-block; }

.column-status .give-donation-status, .column-status .give-test-mode-transactions-label {
  display: inline-block; }

.column-status .give-test-mode-transactions-label {
  margin: 0 5px;
  vertical-align: middle; }

/**
 * Give Settings SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */
.give-settings-page .give-settings-heading-sep {
  font-size: 14px;
  line-height: 32px;
  width: 15px; }

.give-settings-page .nav-tab-wrapper {
  margin-bottom: 5px;
  overflow: visible; }

.give-settings-page .cmb2-wrap .cmb-type-checkbox input[type="checkbox"] {
  display: block;
  margin-bottom: 5px; }

.give-settings-page div.give-submit-wrap {
  margin: 20px 0; }

.give-settings-page .give_forms_page_give-payment-history .postbox .hndle {
  cursor: default; }

.give-settings-page .give-input-field {
  width: 25em; }

.give-settings-page table table input[type="text"] {
  width: 15em; }

.give-settings-page .give-repeat-setting-field {
  margin: 10px 0; }

.give-settings-page .give-remove-setting-field {
  width: 25px;
  height: 25px;
  padding: 0;
  text-align: center;
  line-height: 22px;
  font-size: 21px;
  font-weight: 300;
  cursor: pointer;
  margin-right: 20px;
  display: inline-block; }

.give-settings-page .give-remove-setting-field:hover {
  background-color: red;
  color: white;
  border-radius: 30px; }

.give-settings-page .give-forminp p:first-child .give-remove-setting-field {
  display: none; }

.give-settings-page .export-options-table tr.give-import-option:nth-child(odd) {
  background: #f4f3f3; }
  .give-settings-page .export-options-table tr.give-import-option:nth-child(odd) th {
    vertical-align: middle; }

.give-settings-page .export-options-table .give-import-dropdown:nth-child(2),
.give-settings-page .export-options-table tr.give-import-option th:first-child {
  width: 250px; }

.give-setting-tab-header {
  clear: both;
  overflow: hidden;
  margin: 30px 0; }
  .give-setting-tab-header h2 {
    margin-top: 8px; }
  .give-setting-tab-header p {
    margin-bottom: 0; }

.give-radio-inline ul {
  margin-top: 0; }

.give-radio-inline li {
  display: inline-block;
  margin: 0 15px 0 0; }

.give-radio-inline li:first-child {
  margin-right: 0; }

.give-tools-setting-page .bulkactions {
  overflow: visible; }

.form-table td.give-radio-inline fieldset li > label {
  margin: 5px 0 0 !important; }

p.give-field-description,
div.give-field-description,
.cmb2-metabox-description {
  color: #aaaaaa;
  font-style: italic;
  font-size: 13px !important; }

.cmb-type-give-title label,
.give-setting-tab-header h2 {
  float: right;
  display: inline-block;
  width: 220px;
  font-style: italic;
  color: #AAA;
  margin: 0;
  font-size: 14px; }

.postbox-container #_give_donation_levels_repeat > .cmb-repeatable-grouping:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
  border-top: none; }

.cmb-type-enabled-gateways .cmb-td > p:first-of-type {
  display: none; }

.cmb-type-checkbox .cmb-td {
  width: 80%; }
  .cmb-type-checkbox .cmb-td label {
    font-size: 13px; }

/* Responsive Settings Rows */
.give_settings .cmb2-wrap .cmb-row {
  display: table-row; }
  .give_settings .cmb2-wrap .cmb-row > .cmb-th, .give_settings .cmb2-wrap .cmb-row > .cmb-td {
    display: table-cell;
    float: none; }

/* Custom Title Separators */
.cmb2-id-give-title label {
  font-style: italic;
  color: #AAA;
  cursor: default; }

.cmb2-id-give-title > div.cmb-th {
  padding-bottom: 10px; }

.cmb2-id-give-title > div.cmb-td {
  padding-bottom: 5px; }

.give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle {
  padding: 3px 0 0 4px;
  font-size: 15px;
  font-weight: normal;
  color: #bdbdbd;
  cursor: move; }
  .give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle:hover {
    color: #333; }

.give-email-tags-wrap {
  margin: 5px 0 0; }
  .give-email-tags-wrap code {
    font-style: normal;
    padding: 1px 2px;
    font-size: 12px; }
  .give-email-tags-wrap span {
    display: block;
    color: #AAA;
    font-style: italic;
    margin: 0 0 2px;
    font-size: 13px; }
  .give-email-tags-wrap .give_price_tag {
    display: none; }

.give-settings-email-settings-section .tablenav {
  display: none; }

.give-settings-email-settings-section .give-setting-tab-header-emails {
  margin: 0 0 20px; }
  .give-settings-email-settings-section .give-setting-tab-header-emails hr {
    display: none; }

.give-settings-email-settings-section .tablenav.bottom + .give-setting-tab-header-emails {
  margin: 20px 0; }
  .give-settings-email-settings-section .tablenav.bottom + .give-setting-tab-header-emails hr {
    display: block; }

.giveemailnotifications .check-column {
  padding: 13px 20px 0 10px !important; }

.giveemailnotifications td.check-column input {
  display: none; }

.giveemailnotifications th.check-column .give-email-notification-status {
  color: white;
  cursor: pointer; }
  .giveemailnotifications th.check-column .give-email-notification-status[data-edit="1"] i.dashicons {
    border-radius: 1em;
    padding: 2px; }

.giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-yes,
.giveemailnotifications th.check-column .give-email-notification-disabled:hover .dashicons-no-alt {
  background: #46b450; }

.giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-lock {
  color: #46b450; }

.giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-no-alt,
.giveemailnotifications th.check-column .give-email-notification-enabled:hover .dashicons-yes {
  background: #bbbbbb; }

.giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-lock {
  color: #bbbbbb; }

.giveemailnotifications th.check-column .dashicons-no-alt:hover:before {
  content: "\f147" !important; }

.giveemailnotifications th.check-column .dashicons-yes:hover:before {
  content: "\f335" !important; }

.giveemailnotifications .spinner.is-active {
  margin: 0 2px 0 0;
  float: none; }

#system-info-textarea {
  width: 800px;
  height: 600px;
  font-family: Menlo, Monaco, monospace;
  background: #FFF;
  white-space: pre;
  overflow: auto;
  display: block;
  direction: ltr; }

#give-download-sysinfo {
  margin: 0; }

#api .tablenav .actions {
  overflow: visible; }

a.give-delete {
  color: #a00; }

.give-settings-wrap-licenses .give-license-deactivate {
  margin: 1px 10px 0 0;
  height: 30px; }

.give-settings-wrap-licenses .give-license-field {
  background: #FFF url("../images/close.png") no-repeat;
  background-position: 1.5% center;
  background-size: 18px; }

.give-settings-wrap-licenses .give-license-active, .give-settings-wrap-licenses .give-license-active:focus {
  background-image: url("../images/tick.png");
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: 1.5% center;
  outline: none;
  background-size: 16px;
  width: 100%; }

/* Addon grid design */
.give-settings-page .give-settings-wrap-licenses {
  display: block;
  position: relative;
  float: right;
  width: 30.5%;
  min-height: 180px;
  margin: 20px 0 20px 1%; }

.give-settings-page .give-license-key label {
  margin: 0 10px 0 0;
  padding: 10px 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  cursor: default; }

.give-settings-page .give-license-block {
  margin: 0 10px; }

.give-settings-page input[type="text"].give-license-field,
.give-settings-page input[type="password"].give-license-field {
  width: 100%; }

.give-settings-page .give-license-block input[type="submit"] {
  position: absolute;
  top: 3px;
  left: 10px;
  height: 24px;
  line-height: 22px;
  padding: 0 8px 1px;
  font-size: 11px; }

.give-settings-page .give-license-status-notice {
  background: #fff;
  border-right: 4px solid #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin: 5px 0 2px;
  padding: 1px 12px; }
  .give-settings-page .give-license-status-notice p {
    padding: 10px 0;
    margin: 0; }
  .give-settings-page .give-license-status-notice a {
    color: #444;
    cursor: pointer; }
    .give-settings-page .give-license-status-notice a:hover {
      text-decoration: none; }

.give-settings-page .give-license-status-notice.give-license-expires-soon {
  border-color: #00a0d2; }

.give-settings-page .give-license-status-notice.give-inactive,
.give-settings-page .give-license-status-notice.give-license-expired {
  border-color: #e24e4e; }

.give-settings-page .give-license-status-notice.give-license-error,
.give-settings-page .give-license-status-notice.give-license-no_activations_left,
.give-settings-page .give-license-status-notice.give-license-missing,
.give-settings-page .give-license-status-notice.give-license-invalid,
.give-settings-page .give-license-status-notice.give-license-site_inactive,
.give-settings-page .give-license-status-notice.give-license-item_name_mismatch {
  border-color: orange; }

.give-settings-page .give-license-status-notice.give-license-lifetime-notice,
.give-settings-page .give-license-status-notice.give-license-expiration-date {
  border-color: #46b450; }

.give-settings-page .give-license-status-notice.give-license-expires-soon a:hover,
.give-settings-page .give-license-status-notice.give-license-expired a:hover {
  text-decoration: none; }

/* Responsive fixes: Addon grid design */
@media screen and (max-width: 1100px) {
  .give-settings-page .give-settings-wrap-licenses {
    width: 45%;
    min-height: 150px; } }

@media screen and (max-width: 600px) {
  .give-settings-page .give-settings-wrap-licenses {
    width: 100%;
    max-width: 320px; } }

/* Tables */
.give-table thead th {
  padding: 8px 10px !important; }

.give_settings .cmb-td hr + hr {
  display: none; }

.post-type-give_forms .mce-container iframe, .post-type-give_forms .wp-editor-area {
  min-height: 400px; }

.give-field-description {
  color: #aaaaaa;
  font-style: italic;
  margin: 0;
  padding-top: .5em; }

h2.give-nav-tab-wrapper {
  overflow: hidden;
  height: 35px; }

@media screen and (max-width: 600px) {
  .give-nav-tab-wrapper {
    position: relative;
    padding-top: 0 !important; }
    .give-nav-tab-wrapper > a {
      width: 100%;
      box-sizing: border-box;
      margin: 0;
      background-color: #ffffff;
      border: 1px solid #cccccc; }
      .give-nav-tab-wrapper > a:hover {
        border-bottom: 1px solid #ccc; }
    .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper {
      position: absolute;
      top: 0;
      left: 0; }
      .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav {
        height: 28px;
        width: 30px;
        border-radius: 0;
        margin: 0; }
        .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav > span.dashicons {
          margin: 6px auto 0;
          display: block; }
      .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab {
        top: 35px;
        left: 0;
        right: auto; }
        .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a {
          background: #ffffff; }
          .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover {
            background: #e5e5e5; }
  .give-mobile-hidden {
    display: none; } }

.give-sub-nav-tab-wrapper {
  position: relative;
  display: inline-block;
  z-index: 9999;
  float: right; }
  .give-sub-nav-tab-wrapper nav.give-sub-nav-tab {
    border: 1px solid #ccc;
    border-bottom: 0;
    position: absolute;
    top: 35px;
    left: 0; }
    .give-sub-nav-tab-wrapper nav.give-sub-nav-tab a {
      float: right;
      background: white;
      padding: 6px 10px;
      clear: both;
      text-decoration: none;
      border-bottom: 1px solid #ccc;
      min-width: 170px;
      color: #555;
      font-size: 14px; }
    .give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover {
      background: #ffffff; }

.give-sub-nav-tab-wrapper {
  display: none; }

#give-show-sub-nav {
  text-decoration: none;
  padding: 3px 4px;
  border-bottom: 1px solid #ccc;
  line-height: 0;
  background: white;
  border-radius: 4px;
  margin-top: 5px; }
  #give-show-sub-nav > span.dashicons {
    font-size: 16px;
    height: 16px;
    width: 16px; }

#give-show-sub-nav:hover, #give-show-sub-nav:active {
  outline: none;
  box-shadow: inset 0px 0px 4px #ddd; }

.give-image-thumb {
  position: relative;
  margin-top: 14px; }
  .give-image-thumb span.give-delete-image-thumb {
    position: absolute;
    background: red;
    color: white;
    border-radius: 30px;
    right: -10px;
    top: -10px;
    cursor: pointer; }
  .give-image-thumb img {
    max-width: 250px;
    border: 4px solid white; }

/**
 * Give Payment History SCSS
 *
 * @description Payment History Styles
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.give-filters {
  clear: both;
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  padding: 12px 12px 0 12px; }
  .give-filters .give-donation-forms-filter .chosen-single {
    height: 28px;
    line-height: 28px; }
  .give-filters .chosen-container-single .chosen-single div b {
    background-position: 100% 4px; }
  .give-filters .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 6px; }
  .give-filters #give-payment-form-filter, .give-filters #give_donation_forms_filter {
    display: inline-block;
    width: 300px; }
    @media screen and (max-width: 782px) {
      .give-filters #give-payment-form-filter, .give-filters #give_donation_forms_filter {
        width: 100%; } }
  .give-filters #give_donation_forms_filter {
    width: 255px; }
    @media screen and (max-width: 782px) {
      .give-filters #give_donation_forms_filter {
        width: 100%;
        max-width: 100%; } }
  .give-filters:after {
    content: "";
    display: table;
    clear: both; }

.give-filter {
  display: block;
  margin-bottom: 12px;
  width: 100%; }
  .give-filter:after {
    content: "";
    display: table;
    clear: both; }
  .give-filter label {
    display: block;
    margin-left: 4px; }
  .give-filter input {
    margin: 0; }
  .give-filter input[type="text"] {
    height: 28px;
    width: 100%; }
  .give-filter input[type="text"],
  .give-filter input[type="search"] {
    height: 28px; }
  .give-filter .button {
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 1px; }
  .give-filter select {
    width: 100%; }
  @media screen and (min-width: 783px) {
    .give-filter {
      float: right;
      margin-left: 18px;
      width: auto; }
      .give-filter label {
        display: inline-block; }
      .give-filter input[type="text"] {
        display: inline-block;
        width: 144px; } }

.give-filter-search input[type="search"] {
  display: block;
  float: right;
  width: 68%; }

.give-filter-search input[type="submit"] {
  display: block;
  float: left;
  width: 30%; }

@media screen and (min-width: 783px) {
  .give-filter-search input[type="search"] {
    display: inline-block;
    margin-left: 4px;
    width: 144px; }
  .give-filter-search input[type="submit"] {
    display: inline-block;
    width: auto; } }

@media screen and (min-width: 600px) {
  .give-filter-half {
    float: right;
    width: 49%; }
    .give-filter-half:last-child {
      float: left; } }

@media screen and (min-width: 783px) {
  .give-filter-half {
    width: auto; }
    .give-filter-half:last-child {
      float: right; }
    .give-filter-half input[type="text"] {
      width: 96px; } }

.give-clear-filters-button {
  margin-right: 8px; }

.give-submit-wrap {
  clear: both;
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  margin: 8px 0;
  padding: 12px;
  font-size: 13px;
  line-height: 2.1em; }

#give-payment-filters ul.subsubsub {
  margin-bottom: 8px; }

#give-payments-advanced-filter ul.subsubsub {
  margin-bottom: 12px; }

#give-payments-filter .tablenav.top {
  float: none; }
  #give-payments-filter .tablenav.top .bulkactions {
    margin-top: 1px;
    padding-top: 0; }

#give-payments-filter .give-email-column-value {
  font-size: 14px;
  font-weight: bold; }

#give-payments-filter #the-list .check-column input {
  margin-top: 1px; }

#give-payments-filter .column-details {
  width: 50px; }

#give-payments-filter .column-amount {
  width: 120px; }

tr.status-refunded td {
  background: #cecece;
  border-top-color: #ccc; }

.wp-list-table.forms th#date {
  width: 140px; }

.give-mobile-link {
  line-height: 32px;
  vertical-align: middle; }

.give-mobile-link img {
  max-width: 80%;
  height: auto;
  float: right; }

.give-donation-status > span {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: #888;
  line-height: 16px; }

.give-donation-status.status-pending > span {
  background-color: #ffba00; }

.give-donation-status.status-complete > span, .give-donation-status.status-publish > span {
  background-color: #7ad03a; }

.give-donation-status.status-refunded > span {
  background-color: #777; }

.give-donation-status.status-failed > span {
  background-color: #a00; }

.give-donation-status.status-abandoned > span {
  background-color: #333; }

.give-donation-status.status-revoked > span {
  background-color: #d9534f; }

.give-donation-status.status-subscription > span, .give-donation-status.status-renewal > span, .give-donation-status.status-give_subscription > span {
  background-color: #5bc0de; }

#test-payment-label {
  padding: .2em .4em .3em;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #ffba00;
  margin: 0 15px;
  vertical-align: middle; }
  #test-payment-label:hover {
    color: #fff;
    text-decoration: none; }

#give-payments-filter .give-payment-id {
  padding: .2em .4em .3em;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  font-weight: normal; }
  #give-payments-filter .give-payment-id:hover {
    color: #fff;
    text-decoration: none; }

#give-payments-filter .column-details {
  padding-left: 30px; }

#give-payments-filter .give-donation-status {
  display: inline-block; }

#give-order-update .give-donation-status {
  display: inline-block;
  float: none;
  margin: 0 10px;
  position: relative;
  top: 3px; }

.column-donation_form .donation-level-text-wrap {
  font-style: italic;
  display: block; }

/*---------------------
Responsiveness
---------------------------*/
@media handheld, only screen and (max-width: 640px) {
  .wp-list-table.forms th {
    width: auto !important; } }

.download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span {
  margin-right: -8px;
  margin-top: -8px; }

/* Payment Details
-------------------------------------------------------------- */
.give-admin-box .label {
  font-weight: 600; }

.give-admin-box-inside {
  margin: 0;
  padding: 3px 10px;
  clear: both;
  border-bottom: 1px solid #eee; }

.give-admin-box-inside .strong {
  font-weight: 600; }

.give-admin-box .right {
  float: left; }

#give-order-update .inside,
#give-order-details .inside {
  margin: 0;
  padding: 0; }

#give-order-update input.give_datepicker {
  width: 180px; }

#give-order-update input[type="number"].give-payment-time-hour,
#give-order-update input[type="number"].give-payment-time-min {
  width: 50px; }

.give-admin-box-inside:last-child {
  border-bottom: 0; }

#give-edit-order-form .data-payment-key {
  word-break: break-all; }

.give-order-update-box #major-publishing-actions .button-secondary {
  margin-left: 10px; }

#give-donation-overview th {
  text-align: right; }

#give-donation-overview .give-select-chosen {
  width: 97%; }

#give-edit-order-form .row {
  margin-top: 10px; }

#give-donation-overview ul,
#give-order-address-country-wrap select,
#give-donor-details .order-data-address input,
#give-edit-order-form .column input,
#give-donor-details .order-data-column p.data input {
  clear: both;
  display: block; }

.give-order-data input.small-text {
  margin: 0; }

#give-order-update span.label {
  display: inline;
  width: 50px; }

.give-order-update-box .button-primary {
  margin-left: 0; }

#give-edit-order-form .column .description {
  padding-left: 10px; }

#give-edit-order-form .column,
#give-donation-overview .row > ul > li,
#give-donation-overview .inside > ul > li {
  display: inline-block;
  position: relative;
  vertical-align: top; }

#give-donation-overview ul {
  font-size: 0; }
  #give-donation-overview ul li {
    font-size: 13px; }
    #give-donation-overview ul li.actions {
      text-align: left;
      min-width: 200px; }
    #give-donation-overview ul li.remove {
      text-align: left; }
  #give-donation-overview ul .row {
    padding: 12px;
    border-bottom: 1px solid #eee; }

#give-order-data .data span {
  color: #666;
  font-weight: 600; }

input.give-price-field {
  width: 80px;
  padding: 3px 5px; }

.give_forms_page_give-payment-history.js .postbox .hndle {
  cursor: default; }

#give-payment-notes textarea {
  min-height: 150px; }

#give-payment-notes #give-add-payment-note {
  margin: 6px 0 15px; }

#give-billing-details .column > div {
  margin: 0 0 10px; }

#give-billing-details label {
  display: block;
  margin-bottom: 5px; }

#give-billing-details .column-container {
  padding: 5px 0 10px; }

#give-billing-details input[type="text"] {
  width: 98%; }

#give-billing-details .chosen-container {
  width: 98% !important; }

@media screen and (min-width: 1200px) {
  #give-edit-order-form .column {
    width: 33%; }
  #give-order-address .column {
    width: 49%; }
  #give-donation-overview.columns-4 li.actions {
    width: 25%;
    margin-top: 0;
    margin-left: 0; } }

@media screen and (max-width: 1199px) {
  #give-edit-order-form .column {
    width: 49%; } }

@media screen and (max-width: 782px) {
  .order-data-column input[type="email"] {
    padding: 6px 10px; } }

#give-donor-details .inside, #give-donation-overview .inside {
  margin-top: 0; }

.give_forms_page_give-payment-history #give-dashboard-widgets-wrap #side-sortables {
  padding-top: 0; }

.give-select-chosen .spinner {
  position: absolute;
  left: 5px;
  top: 2px;
  z-index: 999; }

.give-select-chosen-ajax .spinner {
  visibility: visible; }

.give-select-chosen-ajax .chosen-search input[type="text"] {
  background-image: none !important; }

.give-select-chosen-ajax.chosen-container-single .chosen-search input[type="text"] {
  background-image: none !important; }

/**
 * Give Admin Dashboard SCSS
 *
 * @description Styles the Give dashboard widget
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.give-dashboard-widget .give-dashboard-today {
  text-align: center; }
  .give-dashboard-widget .give-dashboard-today .give-dashboard-date-today {
    margin: 10px 0 0;
    padding: 0; }
  .give-dashboard-widget .give-dashboard-today .give-dashboard-happy-day {
    padding: 3px;
    margin: 0; }
  .give-dashboard-widget .give-dashboard-today .give-dashboard-today-earnings {
    font-size: 42px;
    color: #4ead61;
    font-weight: bold;
    margin: 15px 0 0;
    line-height: 1; }
  .give-dashboard-widget .give-dashboard-today .give-donations-today {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 4px 0 1px; }
  .give-dashboard-widget .give-dashboard-today .give-last-seven {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 30px; }

.give-dashboard-widget .give-table-stats {
  width: 100%;
  text-align: center;
  margin: 0;
  table-layout: fixed;
  border-top: 1px solid #ececec;
  border-spacing: 0; }
  .give-dashboard-widget .give-table-stats .give-dashboard-stat-total, .give-dashboard-widget .give-table-stats .give-dashboard-stat-total-label {
    padding: 0;
    margin: 0; }
  .give-dashboard-widget .give-table-stats .give-dashboard-stat-total {
    color: #4ead61;
    font-weight: bold;
    font-size: 16px; }

#give_dashboard_sales > .inside {
  padding: 0; }

#give_dashboard_sales .give-table-stats td {
  padding: 10px 0; }

#give_dashboard_sales .give-table-stats td:first-of-type {
  border-left: 1px solid #ececec; }

#give_dashboard_sales .give-table-stats tr#give-table-stats-tr-1 td {
  border-bottom: 1px solid #ececec; }

#dashboard_right_now .give-forms-count:before {
  font-family: 'give-icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  width: 18px;
  height: 18px;
  content: "\e800"; }

/**
 * Give Forms SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.give_forms_page_give-donors {
  /*
	 * Donor address metabox
	 */ }
  .give_forms_page_give-donors .wrap > h2 {
    margin-bottom: 15px; }
  .give_forms_page_give-donors .nav-tab-wrapper .dashicons {
    position: relative;
    top: 2px;
    margin: 0 0 0 3px; }
  .give_forms_page_give-donors #give-donors-filter {
    position: relative; }
    .give_forms_page_give-donors #give-donors-filter p.search-box {
      margin: 0; }
  .give_forms_page_give-donors #give-donors-search-filter {
    display: block;
    overflow: hidden; }
  .give_forms_page_give-donors #give-donor-card-wrapper {
    margin-right: -1px;
    z-index: 2;
    min-height: 200px; }
    .give_forms_page_give-donors #give-donor-card-wrapper input {
      font-weight: normal; }
    .give_forms_page_give-donors #give-donor-card-wrapper .donor-section {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px; }
    .give_forms_page_give-donors #give-donor-card-wrapper .donor-section table {
      margin-bottom: 0; }
    .give_forms_page_give-donors #give-donor-card-wrapper > div:first-child {
      padding-top: 20px; }
    .give_forms_page_give-donors #give-donor-card-wrapper > div:last-child {
      padding-bottom: 20px;
      border: none; }
    .give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap {
      padding: 0 0 15px 15px;
      text-align: center;
      float: right; }
      .give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap img {
        border-radius: 3px; }
    .give_forms_page_give-donors #give-donor-card-wrapper a.delete {
      text-decoration: none;
      color: #ff0000;
      margin-left: 5px; }
    .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-since {
      margin: 10px 0;
      font-size: 16px; }
    .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-id {
      display: inline-block;
      font-size: 24px;
      font-weight: 600;
      margin-left: 10px; }
    .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-name-wrap {
      display: inline-block; }
    .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-edit-link {
      margin-bottom: 15px; }
  .give_forms_page_give-donors .donor-main-wrapper {
    clear: both;
    margin: 0 0 20px; }
    @media (max-width: 655px) {
      .give_forms_page_give-donors .donor-main-wrapper {
        width: 100%; } }
    .give_forms_page_give-donors .donor-main-wrapper table {
      margin: 0; }
    .give_forms_page_give-donors .donor-main-wrapper input {
      width: 200px; }
  .give_forms_page_give-donors #donor-summary {
    padding: 0 20px; }
    .give_forms_page_give-donors #donor-summary:after {
      font-family: "dashicons";
      content: "\f110";
      position: absolute;
      top: 10px;
      left: 10px;
      font-size: 100px;
      color: #F0F0F0;
      z-index: 0; }
  .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper {
    width: 202px; }
    .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper span[data-key="line2"] {
      display: table;
      clear: both; }
  .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper select {
    width: 200px; }
  .give_forms_page_give-donors #give-donor-card-wrapper .donor-info {
    min-height: 185px; }
  .give_forms_page_give-donors #give-donor-card-wrapper .info-wrapper {
    min-height: 125px; }
  .give_forms_page_give-donors .donor-info .donor-name {
    font-size: 24px;
    font-weight: 600; }
  .give_forms_page_give-donors #disconnect-donor, .give_forms_page_give-donors #view-user-profile {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none; }
  .give_forms_page_give-donors #donor-edit-actions {
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px; }
  .give_forms_page_give-donors #donor-edit-actions .button-secondary {
    margin-left: 10px; }
  .give_forms_page_give-donors #give-donor-card-wrapper .edit-item {
    display: none; }
  .give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results {
    right: 1px;
    top: 16px; }
  .give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results ul {
    width: 200px; }
  .give_forms_page_give-donors #donor-stats-wrapper {
    margin: 0 auto;
    text-align: center;
    padding: 15px; }
    .give_forms_page_give-donors #donor-stats-wrapper ul {
      margin: 0;
      padding: 0;
      overflow: hidden; }
      .give_forms_page_give-donors #donor-stats-wrapper ul li {
        width: 50%;
        float: right;
        line-height: 22px;
        font-size: 14px;
        margin: 0; }
    .give_forms_page_give-donors #donor-stats-wrapper a {
      text-decoration: none; }
  .give_forms_page_give-donors #donor-stats-wrapper .dashicons {
    color: #888; }
  .give_forms_page_give-donors #donor-tables-wrapper table {
    width: 100%;
    text-align: center; }
  .give_forms_page_give-donors #donor-tables-wrapper th {
    text-align: center; }
  .give_forms_page_give-donors #donor-tables-wrapper .donations tr > th:first-child,
  .give_forms_page_give-donors #donor-tables-wrapper .donations tr > td:first-child,
  .give_forms_page_give-donors #donor-tables-wrapper .emails tr > th:first-child,
  .give_forms_page_give-donors #donor-tables-wrapper .emails tr > td:first-child {
    text-align: right; }
  .give_forms_page_give-donors #donor-tables-wrapper .donations tr > td:only-child {
    text-align: center; }
  .give_forms_page_give-donors #donor-notes-wrapper {
    min-height: 50px; }
  .give_forms_page_give-donors .donor-notes-header span, .give_forms_page_give-donors .donor-notes-header img {
    font-weight: 600;
    line-height: 30px;
    vertical-align: middle; }
  .give_forms_page_give-donors .donor-note-input {
    width: 100%;
    margin-bottom: 5px; }
  .give_forms_page_give-donors #give-donor-notes div:nth-of-type(even) {
    background-color: #f9f9f9; }
  .give_forms_page_give-donors #give-donor-notes .donor-note-wrapper {
    border-bottom: 1px solid #f9f9f9;
    min-height: 38px;
    padding: 0; }
    .give_forms_page_give-donors #give-donor-notes .donor-note-wrapper .note-content-wrap {
      padding: 10px 12px;
      line-height: 20px;
      font-size: 14px; }
  .give_forms_page_give-donors #give-donor-notes .give-no-donor-notes {
    text-align: center;
    padding: 20px; }
  .give_forms_page_give-donors .donor-note-wrapper span {
    display: block; }
  .give_forms_page_give-donors .delete-donor {
    text-align: center; }
  .give_forms_page_give-donors .give-lock-block {
    margin-right: -25px;
    text-decoration: none;
    font-size: 14px;
    margin-left: 3px; }
    .give_forms_page_give-donors .give-lock-block i {
      color: #000000;
      font-size: 14px; }
  .give_forms_page_give-donors #donor-address-wrapper .give-no-address-message {
    margin: 0.5rem 1%;
    line-height: 3.4em; }
  .give_forms_page_give-donors #donor-address-wrapper .add-new-address {
    margin: 0.5rem 1% !important; }
  .give_forms_page_give-donors #donor-address-wrapper .add-new-address-form-hidden {
    position: absolute;
    left: 13px;
    right: 13px;
    top: 0;
    visibility: hidden; }
  .give_forms_page_give-donors #donor-address-wrapper .all-address .address {
    min-height: 146px;
    border: 1px solid #dad9d9;
    padding: 9px;
    border-radius: 5px;
    background-color: white; }
    .give_forms_page_give-donors #donor-address-wrapper .all-address .address .address-number-label {
      color: gray;
      cursor: default; }
    .give_forms_page_give-donors #donor-address-wrapper .all-address .address a {
      text-decoration: none; }

/**
 * Give Admin Buttons SCSS
 *
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
/*=Give Shortcode Button
--------------------------------------*/
@media screen and (max-width: 782px) {
  #wp-content-media-buttons a.give-thickbox {
    padding: 6px 14px;
    line-height: normal;
    font-size: 14px;
    height: auto; }
  .wp-media-buttons span#give-media-button {
    margin-top: 0 !important;
    margin-right: 2px !important; } }

/*=Button in shortcode tinymce dialog
--------------------------------------*/
.mce-primary.mce-give-primary button {
  padding-left: 10px;
  padding-right: 10px; }

/*=Admin Buttons w/ Icons
--------------------------------------*/
/* extends .wp-core-ui .button */
.wp-core-ui .give-admin-button {
  padding-right: 7px;
  padding-left: 7px; }

/* matches style of Add Media and Give Shortcodes buttons */
.give-admin-button-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-top;
  margin: 0 2px;
  /* specific DashIcon styles */ }
  .give-admin-button-icon:before {
    font: 400 18px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .give-admin-button-icon-update:before {
    content: "\f463"; }

/* =Primary button in shortcode tinymce dialog
-------------------------------------------------------------- */
.mce-primary.mce-sc-primary button {
  padding-left: 10px;
  padding-right: 10px; }

.mce-sc-popup a {
  text-decoration: underline; }

.mce-sc-popup p {
  margin-bottom: 1em; }
  .mce-sc-popup p.strong {
    font-weight: 600; }
  .mce-sc-popup p.no-margin {
    margin-bottom: 0; }
  .mce-sc-popup p.margin-top {
    margin-top: 1em; }

.mce-sc-popup .mce-listbox button {
  text-overflow: ellipsis;
  overflow: hidden !important; }

/* =Shortcode button above wp_editor
-------------------------------------------------------------- */
@media screen and (max-width: 782px) {
  .wp-media-buttons button.sc-button span {
    width: 18px !important; } }

.wp-media-buttons button.sc-button {
  outline: none;
  padding-right: 5px;
  margin-left: 0; }
  .wp-media-buttons button.sc-button:active {
    margin-bottom: 5px; }

button.sc-button:after {
  position: relative;
  display: inline-block;
  top: -1px;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid #777;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin: 0 6px 0 3px; }

button.sc-button.active:after {
  top: -2px;
  border-top: 0;
  border-bottom: 6px solid #32373c; }

/* =Shortcode button dropdown menu
-------------------------------------------------------------- */
.sc-wrap {
  position: relative;
  display: inline-block;
  margin-left: 5px; }

div.sc-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  max-height: 410px;
  font-size: 14px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: auto;
  overflow-x: hidden;
  padding: 5px 0;
  margin: -2px 0 0;
  z-index: 1002; }

div.sc-shortcode {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  padding: 6px 12px;
  margin-bottom: 2px; }
  div.sc-shortcode:hover {
    color: #fff; }

/* =Shortcode tinymce dialog backdrop
-------------------------------------------------------------- */
#mce-modal-block.mce-reset.mce-fade.mce-in {
  opacity: 0.7;
  filter: alpha(opacity=70); }

/**
 * Give System Info SCSS
 *
 * @description System Info Styles
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     https://opensource.org/licenses/gpl-3.0/ GNU Public License
 *
 * The following code is a derivative work of the code from the WooCommerce
 * plugin, which is licensed GPLv3. This code therefore is also licensed under
 * the terms of the GNU Public License, version 3.
 *
 * Copyright (c) 2015 WooThemes
 * Copyright (c) 2016 WordImpress, LLC
*/
.give-status-table {
  margin-bottom: 1em; }
  .give-status-table h2 {
    font-size: 14px;
    margin: 0; }
  .give-status-table tr:nth-child(2n) th,
  .give-status-table tr:nth-child(2n) td {
    background: #fcfcfc; }
  .give-status-table th {
    font-weight: 700;
    padding: 9px; }
  .give-status-table td:first-child {
    width: 33%; }
  .give-status-table td.help {
    width: 1em; }
  .give-status-table td {
    padding: 9px;
    font-size: 1.1em; }
    .give-status-table td mark {
      background: transparent none; }
    .give-status-table td mark.yes {
      color: #7ad03a; }
    .give-status-table td mark.no {
      color: #999; }
    .give-status-table td mark.error {
      color: #a00; }
    .give-status-table td ul {
      margin: 0; }

/* System info download header */
.wrap div.give-debug-report-wrapper {
  margin-bottom: 5px; }
  .wrap div.give-debug-report-wrapper p {
    font-size: 18px;
    margin: 1em 0 0.7em;
    padding: 0; }
  .wrap div.give-debug-report-wrapper .give-debug-report-actions {
    margin: 0 0 1.7em; }
    .wrap div.give-debug-report-wrapper .give-debug-report-actions .js-give-debug-report-button {
      margin-left: 10px; }
    .wrap div.give-debug-report-wrapper .give-debug-report-actions .dashicons {
      font-size: 16px;
      position: relative;
      top: 4px;
      right: -2px; }

.give-debug-report {
  display: none;
  margin: 10px 0;
  padding: 0;
  position: relative; }
  .give-debug-report textarea {
    font-family: monospace;
    width: 100%;
    margin: 0;
    height: 300px;
    padding: 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    resize: none;
    font-size: 12px;
    line-height: 20px;
    outline: 0; }

.give-progress {
  height: 15px;
  width: 95%;
  border-radius: 4px;
  overflow: hidden;
  background-color: whitesmoke; }
  .give-progress > div {
    height: 100%;
    width: 0; }

.admin-color-fresh .give-progress div, .give-progress div {
  background: #0073aa; }

.admin-color-light .give-progress div {
  background: #888; }

.admin-color-blue .give-progress div {
  background: #096484; }

.admin-color-coffee .give-progress div {
  background: #c7a589; }

.admin-color-ectoplasm .give-progress div {
  background: #a3b745; }

.admin-color-midnight .give-progress div {
  background: #e14d43; }

.admin-color-sunrise .give-progress div {
  background: #dd823b; }

/**
 * Spinner
 */
.give-spinner-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: rgba(245, 245, 245, 0.57);
  z-index: 1;
  display: none; }
  .give-spinner-wrapper.is-active {
    display: inline-block; }
  .give-spinner-wrapper .aligncenter {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: 10px 0 0 10px; }

.give-spinner.spinner.is-active {
  margin: 0 2px 0 0;
  float: none; }

/**
 * Give Updates Panel SCSS
 *
 * @description Updates Panel Styles
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2017, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
#give-updates-h1 {
  padding-top: 0; }

.give-update-panel-content p {
  font-size: 16px; }

#give-updates .dashicons-no-alt {
  color: red; }

#give-updates .dashicons-yes {
  color: green; }

#give-db-updates .spinner {
  margin-top: 0; }

body.give_forms_page_give-updates .give-run-update-containt .give-run-update-button {
  margin-left: 10px; }

#give-plugin-updates .panel-content table tr {
  display: block; }

/**
 * Give Blank Slate
 *
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2016, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.give-blank-slate {
  background: white;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  margin: 0 auto;
  padding: 40px;
  text-align: center; }
  .give-blank-slate :last-child {
    margin-bottom: 0; }
  .give-blank-slate__heading, .give-blank-slate__message, .give-blank-slate__cta, .give-blank-slate__help {
    margin: 0 0 10px; }
  .give-blank-slate__image {
    display: block;
    height: 80px;
    margin: 0 auto 10px;
    width: auto; }
  .give-blank-slate__help {
    color: #666;
    font-style: italic; }
    .give-blank-slate__help a {
      display: inline-block;
      text-decoration: underline; }

.give-blank-slate a.give-blank-slate__cta {
  display: inline-block;
  font-size: 1.2em;
  height: auto;
  margin: 0 0 10px;
  padding: .75em 1.5em; }

/**
 * Give Donations Importer
 *
 * @description Payment History Styles
 * @package     Give
 * @subpackage  SCSS/Admin
 * @copyright   Copyright (c) 2017, WordImpress
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
*/
.give-tools-setting-page-import h1.handle {
  padding: 15px 0 0; }

.give-tools-setting-page-import .give-progress-steps {
  width: 100%;
  padding: 0 0 24px;
  margin-right: 0;
  list-style: none outside;
  overflow: hidden;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .give-tools-setting-page-import .give-progress-steps li {
    width: 25%;
    float: right;
    padding: 0 0 1.2em;
    margin: 0;
    text-align: center;
    position: relative;
    border-bottom: 4px solid #ccc;
    line-height: 1.4em; }
  .give-tools-setting-page-import .give-progress-steps li.active {
    border-color: #4ead61;
    color: #4ead61; }
    .give-tools-setting-page-import .give-progress-steps li.active:before {
      border-color: #4ead61;
      color: #4ead61;
      background: #4ead61; }
  .give-tools-setting-page-import .give-progress-steps li::before {
    content: '';
    border: 4px solid #ccc;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -6px;
    margin-bottom: -10px;
    background: #fff; }

.give-tools-setting-page-import .step-4 h2 {
  text-align: center;
  font-size: 20px !important; }

.give-tools-setting-page-import .step-4 p {
  text-align: center; }

.give-tools-setting-page-import .button-secondary.step-4, .give-tools-setting-page-import .give-image-thumb {
  display: none; }

.give-tools-setting-page-import h2#give-import-title {
  background: #f3f3f3;
  font-size: 15px;
  font-weight: 600;
  margin: -8px -22px 11px;
  padding: 12px 22px; }

.give-tools-setting-page-import table.step-2 h2#give-import-title {
  font-size: small;
  font-weight: inherit; }

.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0px; }

.give-tools-setting-page-import table.step-2 .give-import-donation-required-fields {
  white-space: nowrap;
  overflow: hidden; }
  .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li {
    display: inline-block;
    margin: 0 0 0 10%; }
    .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.give-import-donation-required-symbol {
      border-radius: 1em;
      vertical-align: middle;
      padding: 2px;
      background: #46b450;
      color: white; }
    .give-tools-setting-page-import table.step-2 .give-import-donation-required-fields li span.dashicons-no-alt {
      background: #bbbbbb; }

.give-import-core-settings .give-progress-steps li {
  width: 33.33%; }

.give-import-core-settings .step-3 h2 {
  text-align: center;
  font-size: 20px !important; }

.give-import-core-settings .step-3 p {
  text-align: center; }

form.give-import-form table.widefat {
  border: none; }

.wrap .give-importer-h1 {
  margin: 0;
  padding: 20px 0; }
