/*!
 * 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
 */
/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sun Sep 7 2014 12:09 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0; }

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word; }

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold; }

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important; }

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent; }

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px; }

* html .qtip-titlebar .qtip-close {
  top: 16px; }

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr; }

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none; }

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em; }

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555; }

.qtip-default .qtip-titlebar {
  background-color: #FFEF93; }

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777; }

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111; }

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545; }

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1; }

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3; }

.qtip-dark .qtip-titlebar {
  background-color: #404040; }

.qtip-dark .qtip-icon {
  border-color: #444; }

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35; }

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D; }

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0; }

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323; }

.qtip-red .qtip-titlebar {
  background-color: #F06D65; }

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0; }

.qtip-red .qtip-icon {
  border-color: #D95252; }

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252; }

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219; }

.qtip-green .qtip-titlebar {
  background-color: #B0DE78; }

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0; }

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD; }

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5; }

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0; }

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15); }

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%); }

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: transparent; }

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"; }

.qtip-youtube .qtip-icon {
  border-color: #222; }

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333; }

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"; }

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"; }

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent; }

.qtip-jtools .qtip-icon {
  border-color: #555; }

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333; }

/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent; }

.qtip-cluetip .qtip-icon {
  border-color: #808064; }

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952; }

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black; }

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent; }

.qtip-tipsy .qtip-content {
  padding: 6px 10px; }

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none; }

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030; }

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif; }

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"; }

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589; }

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555; }

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
  right: 11px;
  top: 45%;
  border-style: none; }

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px; }

.qtip-bootstrap .qtip-icon {
  /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
  background: transparent; }

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none; }

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10; }

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden; }

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent; }

.qtip .qtip-tip canvas {
  top: 0;
  left: 0; }

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible; }

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer; }

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.qtipmodal-ie6fix {
  position: absolute !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 5px 0 0; }

.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 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-left: 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-right: 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 1px 20px 12px;
  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-right: 0;
  margin-left: 0; }

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

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

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

.give_options_panel input[type="text"] {
  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-left: 8px; }

@media only screen and (min-width: 851px) {
  #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {
    float: left;
    border-bottom: none;
    padding-right: 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: left;
      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-left: 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: right; }
  #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row {
    padding-right: 20px; }
  #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row.cmb-row {
    padding-right: 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 14px 12px 11px; }
  .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%; }

/*-------------------------------------
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 {
  padding-left: 170px; }
  #give-metabox-form-data .give_options_panel .give-field-wrap {
    padding: 1em 20px 1em 162px !important;
    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: left;
      width: 135px;
      padding: 0;
      margin: 2px 0 0 -150px;
      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-right: 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: right;
      width: 36px;
      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: 30px;
      height: 30px;
      border-radius: 30px;
      margin-top: 3px;
      line-height: 28px; }
    #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: left !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-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-metabox-form-data .give-metabox-tabs {
  margin: 0;
  max-width: 170px;
  float: left;
  line-height: 1em;
  padding: 0 0 10px;
  position: relative;
  background-color: #fafafa;
  border-right: 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;
    left: 0;
    background-color: #fafafa;
    border-right: 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;
    left: 166px;
    width: 170px;
    max-height: 250px;
    overflow-y: scroll; }

@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-right: 0;
        font-size: 15px; }
      #give-metabox-form-data ul.give-metabox-tabs li > a span {
        display: none; }
  #give-metabox-form-data .give_options_panel {
    padding-left: 40px; } }

#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; }

/*-------------------------------------
Doc Links
-------------------------------------*/
.give-docs-link {
  text-align: right;
  margin-right: 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: left;
  margin: 0 1em 1em 0 !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;
    left: 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-left: 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-left: 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: left; }
  #give-dashboard-widgets-wrap #give-date-range-options > span {
    float: left;
    line-height: 30px;
    font-style: italic;
    padding: 0 5px 0 0; }

#give-graphs-filter {
  float: right; }
  #give-graphs-filter .tablenav {
    margin: 0 0 0 17px; }
    #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-left: 10px; }

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

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

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: left; }

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

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: right;
  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: left; }
  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-right: 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 h3.reports-earnings-title, body.give_forms_page_give-payment-history h3.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-right: 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 0 -16px -11px;
    overflow: auto; }
    body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap .spinner {
      margin: -2px -12px 8px 0; }

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 5px 5px 0;
    box-sizing: border-box;
    float: left;
    width: 33%; }

#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;
    right: 14px;
    top: 13px;
    margin: 0; }
  #give-tools-recount-form .notice-wrap #give-batch-success {
    margin-bottom: 6px; }

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

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

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

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

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

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

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

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

.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-right: 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: right; }

#give-logs-filter .tablenav.top {
  float: left;
  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-right: 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;
  right: 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: left; }
  .feature-section div.last-feature {
    margin-right: 0;
    margin-left: 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 20px 10px 0; }

.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 0 20px -5px;
  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 10px 4px 5px;
    padding: 1px 12px;
    border-left: 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 .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-setting-tab-header {
  clear: both;
  overflow: hidden;
  margin: 30px 0; }
  .give-setting-tab-header h2 {
    margin-top: 8px; }

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

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

.give-radio-inline li:first-child {
  margin-left: 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, .cmb2-metabox-description {
  color: #aaaaaa;
  font-style: italic;
  font-size: 13px !important; }

.cmb-type-give-title label,
.give-setting-tab-header h2 {
  float: left;
  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 4px 0 0;
  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; }

#system-info-textarea {
  width: 800px;
  height: 600px;
  font-family: Menlo, Monaco, monospace;
  background: #FFF;
  white-space: pre;
  overflow: auto;
  display: block;
  /*rtl:ignore*/
  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 0 0 10px;
  height: 30px; }

.give-settings-wrap-licenses .give-license-field {
  background: #FFF url("../images/close.png") no-repeat;
  background-position: 98.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: 98.5% center;
  outline: none;
  background-size: 16px;
  width: 100%; }

/* Addon grid design */
.give-settings-page {
  margin-top: 20px; }
  .give-settings-page .give-settings-wrap-licenses {
    display: block;
    position: relative;
    float: left;
    width: 30.5%;
    min-height: 180px;
    margin: 20px 1% 20px 0; }
  .give-settings-page .give-license-key label {
    margin: 0 0 0 10px;
    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;
    right: 10px;
    height: 24px;
    line-height: 22px;
    padding: 0 8px 1px;
    font-size: 11px; }
  .give-settings-page .give-license-status-notice {
    background: #fff;
    border-left: 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; }
      .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;
      right: 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; } }

.give-sub-nav-tab-wrapper {
  position: relative;
  display: inline-block;
  z-index: 9999;
  float: left; }
  .give-sub-nav-tab-wrapper nav.give-sub-nav-tab {
    border: 1px solid #ccc;
    border-bottom: 0;
    position: absolute;
    top: 32px;
    right: 0; }
    .give-sub-nav-tab-wrapper nav.give-sub-nav-tab a {
      float: left;
      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: #e5e5e5; }

.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;
    left: -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-payment-filters, .give-submit-wrap {
  clear: both;
  background: #f5f5f5;
  border-color: #dfdfdf;
  overflow: auto;
  margin: 8px 0;
  padding: 12px;
  border-width: 1px;
  border-style: solid;
  font-size: 13px;
  line-height: 2.1em; }

#give-payment-filters p {
  color: #777; }

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

#give-payment-filters label {
  font-style: italic;
  margin: 0 10px; }
  #give-payment-filters label.give-start-date-label {
    margin-left: 5px; }

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

#give-payments-advanced-filter #search-submit {
  margin-right: 20px; }

#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: left; }

.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-right: 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-left: -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: right; }

#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-right: 10px; }

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

#give-donation-overview .give-select-chosen {
  width: 196px; }

#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-right: 0; }

#give-edit-order-form .column .description {
  padding-right: 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: right;
      min-width: 200px; }
    #give-donation-overview ul li.remove {
      text-align: right; }
  #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; }

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

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

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

@media screen and (min-width: 1200px) {
  #give-edit-order-form .column {
    width: 33%; }
  #give-donation-overview.columns-4 li.actions {
    width: 25%;
    margin-top: 0;
    margin-right: 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;
  right: 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-right: 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 .wrap > h2 {
  margin-bottom: 15px; }

.give_forms_page_give-donors .nav-tab-wrapper .dashicons {
  position: relative;
  top: 2px;
  margin: 0 3px 0 0; }

.give_forms_page_give-donors #give-donors-filter {
  position: relative; }
  .give_forms_page_give-donors #give-donors-filter p.search-box {
    float: left;
    margin: 0; }

.give_forms_page_give-donors .tablenav.top {
  float: right;
  clear: none; }

#give-donor-card-wrapper {
  margin-left: -1px;
  z-index: 2;
  min-height: 200px; }
  #give-donor-card-wrapper input {
    font-weight: normal; }
  #give-donor-card-wrapper .donor-section {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px; }
  #give-donor-card-wrapper .donor-section table {
    margin-bottom: 0; }
  #give-donor-card-wrapper > div:first-child {
    padding-top: 20px; }
  #give-donor-card-wrapper > div:last-child {
    padding-bottom: 20px;
    border: none; }
  #give-donor-card-wrapper .avatar-wrap {
    padding: 0 15px 15px 0;
    text-align: center;
    float: left; }
    #give-donor-card-wrapper .avatar-wrap img {
      border-radius: 3px; }
  #give-donor-card-wrapper a.delete {
    text-decoration: none;
    color: #ff0000;
    margin-right: 5px; }
  #give-donor-card-wrapper .donor-bio-header .donor-since {
    margin: 10px 0;
    font-size: 16px; }
  #give-donor-card-wrapper .donor-bio-header .donor-id {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px; }
  #give-donor-card-wrapper .donor-bio-header .donor-name-wrap {
    display: inline-block; }
  #give-donor-card-wrapper .donor-bio-header .donor-edit-link {
    margin-bottom: 15px; }

.donor-main-wrapper {
  clear: both;
  margin: 0 0 20px; }
  @media (max-width: 655px) {
    .donor-main-wrapper {
      width: 100%; } }
  .donor-main-wrapper table {
    margin: 0; }
  .donor-main-wrapper input {
    width: 200px; }

#donor-summary {
  padding: 0 20px; }
  #donor-summary:after {
    font-family: "dashicons";
    content: "\f110";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 100px;
    color: #F0F0F0;
    z-index: 0; }

#give-donor-card-wrapper .donor-address-wrapper {
  width: 202px; }
  #give-donor-card-wrapper .donor-address-wrapper span[data-key="line2"] {
    display: table;
    clear: both; }

#give-donor-card-wrapper .donor-address-wrapper select {
  width: 200px; }

#give-donor-card-wrapper .donor-info {
  min-height: 185px; }

#give-donor-card-wrapper .info-wrapper {
  min-height: 125px; }

.donor-info .donor-name {
  font-size: 24px;
  font-weight: 600; }

.disconnect-user a {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none; }

#donor-edit-actions {
  text-align: center;
  margin-bottom: 20px;
  line-height: 28px; }

#donor-edit-actions .button-secondary {
  margin-right: 10px; }

#give-donor-card-wrapper .edit-item {
  display: none; }

#give-donor-card-wrapper .give_user_search_results {
  left: 1px;
  top: 16px; }

#give-donor-card-wrapper .give_user_search_results ul {
  width: 200px; }

#donor-stats-wrapper {
  margin: 0 auto;
  text-align: center;
  padding: 15px; }
  #donor-stats-wrapper ul {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    #donor-stats-wrapper ul li {
      width: 50%;
      float: left;
      line-height: 22px;
      font-size: 14px;
      margin: 0; }
  #donor-stats-wrapper a {
    text-decoration: none; }

#donor-stats-wrapper .dashicons {
  color: #888; }

#donor-tables-wrapper table {
  width: 100%;
  text-align: center; }

#donor-tables-wrapper th {
  text-align: center; }

#donor-tables-wrapper .donations tr > th:first-child,
#donor-tables-wrapper .donations tr > td:first-child,
#donor-tables-wrapper .emails tr > th:first-child,
#donor-tables-wrapper .emails tr > td:first-child {
  text-align: left; }

#donor-tables-wrapper .donations tr > td:only-child {
  text-align: center; }

#donor-notes-wrapper {
  min-height: 50px; }

.donor-notes-header span, .donor-notes-header img {
  font-weight: 600;
  line-height: 30px;
  vertical-align: middle; }

.donor-note-input {
  width: 100%;
  margin-bottom: 5px; }

#give-donor-notes div:nth-of-type(even) {
  background-color: #f9f9f9; }

#give-donor-notes .donor-note-wrapper {
  border-bottom: 1px solid #f9f9f9;
  min-height: 38px;
  padding: 0; }
  #give-donor-notes .donor-note-wrapper .note-content-wrap {
    padding: 10px 12px;
    line-height: 20px;
    font-size: 14px; }

#give-donor-notes .give-no-donor-notes {
  text-align: center;
  padding: 20px; }

.donor-note-wrapper span {
  display: block; }

.delete-donor {
  text-align: center; }

/**
 * 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-left: 2px !important; } }

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

/*=Admin Buttons w/ Icons
--------------------------------------*/
/* extends .wp-core-ui .button */
.wp-core-ui .give-admin-button {
  padding-left: 7px;
  padding-right: 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-right: 10px;
  padding-left: 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-left: 5px;
  margin-right: 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-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin: 0 3px 0 6px; }

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-right: 5px; }

div.sc-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 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; }

.wrap div.give-debug-report-wrapper {
  margin-top: 1em; }

.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; }

/*# sourceMappingURL=../sourcemaps/give-admin.css.map */
