/*
* html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
* v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
* html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }
/*
    960 Grid System ~ Core CSS.
    Learn more ~ http://960.gs/

    Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4 {
    width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
    width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
    width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
    width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
    width: 60px;
}

.container_12 .grid_2 {
    width: 140px;
}

.container_12 .grid_4 {
    width: 300px;
}

.container_12 .grid_5 {
    width: 380px;
}

.container_12 .grid_7 {
    width: 540px;
}

.container_12 .grid_8 {
    width: 620px;
}

.container_12 .grid_10 {
    width: 780px;
}

.container_12 .grid_11 {
    width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
    width: 40px;
}

.container_16 .grid_2 {
    width: 100px;
}

.container_16 .grid_3 {
    width: 160px;
}

.container_16 .grid_5 {
    width: 280px;
}

.container_16 .grid_6 {
    width: 340px;
}

.container_16 .grid_7 {
    width: 400px;
}

.container_16 .grid_9 {
    width: 520px;
}

.container_16 .grid_10 {
    width: 580px;
}

.container_16 .grid_11 {
    width: 640px;
}

.container_16 .grid_13 {
    width: 760px;
}

.container_16 .grid_14 {
    width: 820px;
}

.container_16 .grid_15 {
    width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
    padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
    padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
    padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
    padding-left: 80px;
}

.container_12 .prefix_2 {
    padding-left: 160px;
}

.container_12 .prefix_4 {
    padding-left: 320px;
}

.container_12 .prefix_5 {
    padding-left: 400px;
}

.container_12 .prefix_7 {
    padding-left: 560px;
}

.container_12 .prefix_8 {
    padding-left: 640px;
}

.container_12 .prefix_10 {
    padding-left: 800px;
}

.container_12 .prefix_11 {
    padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
    padding-left: 60px;
}

.container_16 .prefix_2 {
    padding-left: 120px;
}

.container_16 .prefix_3 {
    padding-left: 180px;
}

.container_16 .prefix_5 {
    padding-left: 300px;
}

.container_16 .prefix_6 {
    padding-left: 360px;
}

.container_16 .prefix_7 {
    padding-left: 420px;
}

.container_16 .prefix_9 {
    padding-left: 540px;
}

.container_16 .prefix_10 {
    padding-left: 600px;
}

.container_16 .prefix_11 {
    padding-left: 660px;
}

.container_16 .prefix_13 {
    padding-left: 780px;
}

.container_16 .prefix_14 {
    padding-left: 840px;
}

.container_16 .prefix_15 {
    padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
    padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
    padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
    padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
    padding-right: 80px;
}

.container_12 .suffix_2 {
    padding-right: 160px;
}

.container_12 .suffix_4 {
    padding-right: 320px;
}

.container_12 .suffix_5 {
    padding-right: 400px;
}

.container_12 .suffix_7 {
    padding-right: 560px;
}

.container_12 .suffix_8 {
    padding-right: 640px;
}

.container_12 .suffix_10 {
    padding-right: 800px;
}

.container_12 .suffix_11 {
    padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
    padding-right: 60px;
}

.container_16 .suffix_2 {
    padding-right: 120px;
}

.container_16 .suffix_3 {
    padding-right: 180px;
}

.container_16 .suffix_5 {
    padding-right: 300px;
}

.container_16 .suffix_6 {
    padding-right: 360px;
}

.container_16 .suffix_7 {
    padding-right: 420px;
}

.container_16 .suffix_9 {
    padding-right: 540px;
}

.container_16 .suffix_10 {
    padding-right: 600px;
}

.container_16 .suffix_11 {
    padding-right: 660px;
}

.container_16 .suffix_13 {
    padding-right: 780px;
}

.container_16 .suffix_14 {
    padding-right: 840px;
}

.container_16 .suffix_15 {
    padding-right: 900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear,
html body span.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

html * {
  box-sizing: border-box; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Newly added variables for unified-dashboard-reskin - Start */
/* Fonts */
/* color palette */
/* blue */
/* greys */
/* Accents */
/*End*/
/* green-primary */
/* green-dark */
/* green-light */
/* color main - grey */
/* color main dark - grey */
/* color text - grey */
/* color tertiary medium - grey */
/* color tertiary light - grey */
/*! HiDPI v1 | MIT License | git.io/hidpi */
/* ==========================================================================
   Avenir Next
   ========================================================================== */
@font-face {
  font-family: "Avenir Next";
  src: url(https://gstatic.braintreegateway.com/assets/AvenirNext/e9167238-3b3f-4813-a04a-a384394eed42-e0af856dfe88bd274349e9aba348414c0e12614faed8b63d93c4d238b0fcb087.eot?#iefix);
  src: url(https://gstatic.braintreegateway.com/assets/AvenirNext/e9167238-3b3f-4813-a04a-a384394eed42-e0af856dfe88bd274349e9aba348414c0e12614faed8b63d93c4d238b0fcb087.eot?#iefix) format("eot"), url(https://gstatic.braintreegateway.com/assets/AvenirNext/1e9892c0-6927-4412-9874-1b82801ba47a-34298ee8c33a5e53917e3951e3af66b9dff881390fe72ac6e23853c45b9705a5.woff) format("woff"), url(https://gstatic.braintreegateway.com/assets/AvenirNext/46cf1067-688d-4aab-b0f7-bd942af6efd8-8caa29020dce989e3d103dffba6bea4e770582a7acbf9c1c0262327417496021.ttf) format("truetype"), url(https://gstatic.braintreegateway.com/fonts/AvenirNext/52a192b1-bea5-4b48-879f-107f009b666f.svg#52a192b1-bea5-4b48-879f-107f009b666f) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Avenir Next";
  src: url(https://gstatic.braintreegateway.com/assets/AvenirNext/12d643f2-3899-49d5-a85b-ff430f5fad15-eb9249b88f7c5d98cb6e00ab0871aeb04c3e584bbef921804f0555bab3cd6e03.eot?#iefix);
  src: url(https://gstatic.braintreegateway.com/assets/AvenirNext/12d643f2-3899-49d5-a85b-ff430f5fad15-eb9249b88f7c5d98cb6e00ab0871aeb04c3e584bbef921804f0555bab3cd6e03.eot?#iefix) format("eot"), url(https://gstatic.braintreegateway.com/assets/AvenirNext/91b50bbb-9aa1-4d54-9159-ec6f19d14a7c-dc1ed211529cf464f36176d939df0fe94735eb889e4d2d056cb7a43d36089985.woff) format("woff"), url(https://gstatic.braintreegateway.com/assets/AvenirNext/a0f4c2f9-8a42-4786-ad00-fce42b57b148-cebdc3af43f1deb18c1ac6732ed580466676b28948fd83ec55abb3af551fbc1f.ttf) format("truetype"), url(https://gstatic.braintreegateway.com/assets/AvenirNext/99affa9a-a5e9-4559-bd07-20cf0071852d-c59aeba5b2e133287f49c9f7581ea2610f51b0cbf457b21798ce2079fc1e98b6.svg#99affa9a-a5e9-4559-bd07-20cf0071852d) format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Avenir Next";
  src: url(https://gstatic.braintreegateway.com/assets/AvenirNext/dccb10af-07a2-404c-bfc7-7750e2716bc1-3a9704154c675cc82f80c812221cd8f5eb46bdde3594c94613855b363009ccdc.eot?#iefix);
  src: url(https://gstatic.braintreegateway.com/assets/AvenirNext/dccb10af-07a2-404c-bfc7-7750e2716bc1-3a9704154c675cc82f80c812221cd8f5eb46bdde3594c94613855b363009ccdc.eot?#iefix) format("eot"), url(https://gstatic.braintreegateway.com/assets/AvenirNext/b8e906a1-f5e8-4bf1-8e80-82c646ca4d5f-d4318d0ea79034462172d9465e51919344017bc3f23d20bd27ce175a9866c5d4.woff) format("woff"), url(https://gstatic.braintreegateway.com/assets/AvenirNext/890bd988-5306-43ff-bd4b-922bc5ebdeb4-bcb82ccb9bd46a1f95069b185e7268711afbfb9ad60bad573e7da1f34e5f2bb9.ttf) format("truetype"), url(https://gstatic.braintreegateway.com/fonts/AvenirNext/ed104d8c-7f39-4e8b-90a9-4076be06b857.svg#ed104d8c-7f39-4e8b-90a9-4076be06b857) format("svg");
  font-weight: 600;
  font-style: normal; }

/* ==========================================================================
   BT-Mono
   ========================================================================== */
@font-face {
  font-family: 'bt_mono';
  src: url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Regular-11cc314e6fe53f343953892dbba92711ca896e237a14cbea3e426fc863d6917d.eot);
  src: url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Regular-11cc314e6fe53f343953892dbba92711ca896e237a14cbea3e426fc863d6917d.eot?#iefix) format("embedded-opentype"), url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Regular-7558c2d80b9b8614cb20237ea0fe90a4c8b737672fe9e7bc67885e899bcf579f.woff2) format("woff2"), url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Regular-8495d60a51b398280d8f17a8be6c47213120e27cbcb047e7baba8b278dcee2ba.woff) format("woff"), url(https://gstatic.braintreegateway.com/fonts/bt_mono/bt_mono-Regular.ttf) format("truetype"), url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Regular-60502bba83d7ad9fee7799388daa9d3f972e75627bd92de5a5716fd5df00ad19.svg#bt_monoregular) format("svg");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'bt_mono';
  src: url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Medium-f6836c303e0920e48b177ed4f911f352041e1097885f64c86e02d8f88109346a.eot);
  src: url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Medium-f6836c303e0920e48b177ed4f911f352041e1097885f64c86e02d8f88109346a.eot?#iefix) format("embedded-opentype"), url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Medium-19bc03ac2bda898f156788755d2556ab1fea2df0de889ad05be57c7999e25ce6.woff2) format("woff2"), url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Medium-db6ce5d6fb0b619bdfd797a0bebe30ad39941447f6a0993fdb9f900d26b41df1.woff) format("woff"), url(https://gstatic.braintreegateway.com/fonts/bt_mono/bt_mono-Medium.ttf) format("truetype"), url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Medium-9147781ec3b9a7f3ea478d151c33589bafd6e22d7925dab2d81c71f96e682d85.svg#bt_monoregular) format("svg");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'bt_mono';
  src: url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Bold-b718334230fc5b13e0ad38da87e5eb565be6f6dfb8ef6a318da25a0250782864.eot);
  src: url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Bold-b718334230fc5b13e0ad38da87e5eb565be6f6dfb8ef6a318da25a0250782864.eot?#iefix) format("embedded-opentype"), url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Bold-17826da2878c45b658830cb3fb2a36cc9b0cbf9c515f7f230851ca29345f920e.woff2) format("woff2"), url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Bold-9da1eeb127c78a1ec2eaee2da39954fb4d5174f5069010a7e79aa97b4326ebc3.woff) format("woff"), url(https://gstatic.braintreegateway.com/fonts/bt_mono/bt_mono-Bold.ttf) format("truetype"), url(https://gstatic.braintreegateway.com/assets/bt_mono/bt_mono-Bold-6b9c0e2e143fba02fc72fe9eb9508327710a47e5f133a414dba0b7f6e1b674cb.svg#bt_monoregular) format("svg");
  font-style: normal;
  font-weight: 600; }

/* ==========================================================================
   PayPalSansBig
   ========================================================================== */
@font-face {
  font-family: "PayPalSansBig";
  src: url(https://gstatic.braintreegateway.com/assets/PayPalSansBig/PayPalSansBig-Regular-abf72c27395dae5958c51a2b258b75016a1af348cfd25846a4932a5c9b77d693.otf);
  src: url(https://gstatic.braintreegateway.com/assets/PayPalSansBig/PayPalSansBig-Regular-abf72c27395dae5958c51a2b258b75016a1af348cfd25846a4932a5c9b77d693.otf) format("opentype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "PayPalSansBig";
  src: url(https://gstatic.braintreegateway.com/assets/PayPalSansBig/PayPalSansBig-Medium-ac11ee9dcc97c8b83cd4fe057d4634ba2f8b5ee68be30e11c642e1792cdbf870.otf);
  src: url(https://gstatic.braintreegateway.com/assets/PayPalSansBig/PayPalSansBig-Medium-ac11ee9dcc97c8b83cd4fe057d4634ba2f8b5ee68be30e11c642e1792cdbf870.otf) format("opentype");
  font-weight: 600;
  font-style: normal; }

/* ==========================================================================
   PayPalOpen
   ========================================================================== */
@font-face {
  font-family: "PayPalOpen";
  src: url(https://gstatic.braintreegateway.com/assets/PayPalOpen/PayPalOpen-Medium-cea5c5e343a3387913ebc3741bfee1a9b0375eea8d9c8d235a67040a7f0b3f84.otf) format("opentype"), url(https://gstatic.braintreegateway.com/fonts/PayPalOpen/PayPalOpen-Meidum.woff) format("woff"), url(https://gstatic.braintreegateway.com/assets/PayPalOpen/PayPalOpenTT-Medium-4769958e5a0ea99d74a5e70990eaa8ec099c4f48cf65006924c89c78d491d0d9.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }

.button-primary, .modal__step-nav__button,
.btn_primary {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  outline: 0;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background-color: #61D395;
  border-color: #61D395;
  color: white;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }
  .button-primary .unified-panel-button-icon, .modal__step-nav__button .unified-panel-button-icon,
  .btn_primary .unified-panel-button-icon {
    display: none; }
  .button-primary .unified-panel .unified-panel-button-icon, .modal__step-nav__button .unified-panel .unified-panel-button-icon,
  .btn_primary .unified-panel .unified-panel-button-icon {
    display: inline-block; }
  .unified-panel.pp-unified-dashboard .button-primary, .unified-panel.pp-unified-dashboard .modal__step-nav__button, .unified-panel.pp-unified-dashboard .content .button-primary, .unified-panel.pp-unified-dashboard .btn_primary, .unified-panel.pp-unified-dashboard .content .btn_primary {
    border-radius: 2.4rem;
    font: 400 1.5rem/2.4rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition-property: background-color, box-shadow, color;
    position: relative;
    padding: 1.1rem 2.3rem;
    height: auto; }
    .unified-panel.pp-unified-dashboard .button-primary:focus:after, .unified-panel.pp-unified-dashboard .modal__step-nav__button:focus:after, .unified-panel.pp-unified-dashboard .button-primary:active:after, .unified-panel.pp-unified-dashboard .modal__step-nav__button:active:after, .unified-panel.pp-unified-dashboard .content .button-primary:focus:after, .unified-panel.pp-unified-dashboard .content .button-primary:active:after, .unified-panel.pp-unified-dashboard .btn_primary:focus:after, .unified-panel.pp-unified-dashboard .btn_primary:active:after, .unified-panel.pp-unified-dashboard .content .btn_primary:focus:after, .unified-panel.pp-unified-dashboard .content .btn_primary:active:after {
      content: '';
      position: absolute;
      top: -.2rem;
      left: -.2rem;
      border: 0.2rem solid #005ea6;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-radius: 3rem;
      text-indent: -.2rem;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .unified-panel.pp-unified-dashboard .button-primary.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .ui-dialog-titlebar-close.modal__step-nav__button, .unified-panel.pp-unified-dashboard .content .button-primary.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .btn_primary.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .content .btn_primary.ui-dialog-titlebar-close {
      position: absolute; }
      .unified-panel.pp-unified-dashboard .button-primary.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .ui-dialog-titlebar-close.modal__step-nav__button:focus:after, .unified-panel.pp-unified-dashboard .button-primary.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .ui-dialog-titlebar-close.modal__step-nav__button:active:after, .unified-panel.pp-unified-dashboard .content .button-primary.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .button-primary.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .btn_primary.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .btn_primary.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .content .btn_primary.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .btn_primary.ui-dialog-titlebar-close:active:after {
        display: none; }
  .unified-panel .content .button-primary, .unified-panel .content .modal__step-nav__button, .unified-panel .content .btn_primary {
    border: 0;
    background-color: #ebebeb;
    padding: .8rem 2.4rem;
    height: auto;
    margin: 0 1rem 0 0;
    line-height: 2.4rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none; }
    .unified-panel .content .button-primary a, .unified-panel .content .modal__step-nav__button a, .unified-panel .content .btn_primary a {
      color: #fff; }
    .unified-panel .content .button-primary svg, .unified-panel .content .modal__step-nav__button svg, .unified-panel .content .btn_primary svg {
      display: inline-block;
      height: initial;
      width: initial; }
    .unified-panel .content .button-primary .forward-icon, .unified-panel .content .modal__step-nav__button .forward-icon, .unified-panel .content .btn_primary .forward-icon {
      width: 10px;
      height: 10px;
      margin-left: 1ch; }
    .unified-panel .content .button-primary .export-icon, .unified-panel .content .modal__step-nav__button .export-icon, .unified-panel .content .btn_primary .export-icon {
      width: 10px;
      height: 10px;
      transform: rotate(-45deg);
      transform-origin: center;
      margin-right: 1ch; }
    .unified-panel .content .button-primary .plus-icon, .unified-panel .content .modal__step-nav__button .plus-icon, .unified-panel .content .btn_primary .plus-icon {
      width: 10px;
      height: 10px;
      margin-right: .5rem; }
  .unified-panel .content .button-primary, .unified-panel .button-primary, .unified-panel .modal__step-nav__button, .unified-panel .content .btn_primary, .unified-panel .btn_primary {
    background-color: #202020;
    border: none; }
    .unified-panel .content .button-primary svg, .unified-panel .content .button-primary svg g, .unified-panel .button-primary svg, .unified-panel .modal__step-nav__button svg, .unified-panel .button-primary svg g, .unified-panel .modal__step-nav__button svg g, .unified-panel .content .btn_primary svg, .unified-panel .content .btn_primary svg g, .unified-panel .btn_primary svg, .unified-panel .btn_primary svg g {
      fill: #fff; }
    .unified-panel .content .button-primary:not([disabled]):not(.is-disabled):hover, .unified-panel .content .button-primary:not([disabled]):not(.is-disabled):focus, .unified-panel .button-primary:not([disabled]):not(.is-disabled):hover, .unified-panel .modal__step-nav__button:not([disabled]):not(.is-disabled):hover, .unified-panel .button-primary:not([disabled]):not(.is-disabled):focus, .unified-panel .modal__step-nav__button:not([disabled]):not(.is-disabled):focus, .unified-panel .content .btn_primary:not([disabled]):not(.is-disabled):hover, .unified-panel .content .btn_primary:not([disabled]):not(.is-disabled):focus, .unified-panel .btn_primary:not([disabled]):not(.is-disabled):hover, .unified-panel .btn_primary:not([disabled]):not(.is-disabled):focus {
      background-color: #2A38D8; }
  .button-primary:not([disabled]):not(.is-disabled):hover, .modal__step-nav__button:not([disabled]):not(.is-disabled):hover,
  .btn_primary:not([disabled]):not(.is-disabled):hover {
    color: white;
    background-color: #39c87a;
    text-decoration: none; }
    .unified-panel .content .button-primary:not([disabled]):not(.is-disabled):hover, .unified-panel .button-primary:not([disabled]):not(.is-disabled):hover, .unified-panel .modal__step-nav__button:not([disabled]):not(.is-disabled):hover, .unified-panel .content .btn_primary:not([disabled]):not(.is-disabled):hover, .unified-panel .btn_primary:not([disabled]):not(.is-disabled):hover {
      color: #fff;
      background-color: #2A38D8; }
    .unified-panel.pp-unified-dashboard .button-primary:not([disabled]):not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .modal__step-nav__button:not([disabled]):not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .content .button-primary:not([disabled]):not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .btn_primary:not([disabled]):not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .content .btn_primary:not([disabled]):not(.is-disabled):hover {
      background-color: #003087; }
  .button-primary:not([disabled]):active, .modal__step-nav__button:not([disabled]):active, .button-primary:not(.is-disabled):active, .modal__step-nav__button:not(.is-disabled):active, .button-primary:not(.is-disabled):focus, .modal__step-nav__button:not(.is-disabled):focus,
  .btn_primary:not([disabled]):active,
  .btn_primary:not(.is-disabled):active,
  .btn_primary:not(.is-disabled):focus {
    background-color: #32b56e; }
    .unified-panel .content .button-primary:not([disabled]):active, .unified-panel .content .modal__step-nav__button:not([disabled]):active, .unified-panel .content .button-primary:not(.is-disabled):active, .unified-panel .content .modal__step-nav__button:not(.is-disabled):active, .unified-panel .content .button-primary:not(.is-disabled):focus, .unified-panel .content .modal__step-nav__button:not(.is-disabled):focus, .unified-panel .content .btn_primary:not([disabled]):active, .unified-panel .content .btn_primary:not(.is-disabled):active, .unified-panel .content .btn_primary:not(.is-disabled):focus {
      background-color: #202caf; }
    .unified-panel.pp-unified-dashboard .button-primary:not([disabled]):active, .unified-panel.pp-unified-dashboard .modal__step-nav__button:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .button-primary:not([disabled]):active, .unified-panel.pp-unified-dashboard .button-primary:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .modal__step-nav__button:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .button-primary:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .button-primary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .modal__step-nav__button:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .button-primary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .btn_primary:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .btn_primary:not([disabled]):active, .unified-panel.pp-unified-dashboard .btn_primary:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .btn_primary:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .btn_primary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .btn_primary:not(.is-disabled):focus {
      box-shadow: 0 0 0 1px #009cde, 0 0 0 7px #f5fbfe;
      background-color: #0070ba; }
  .unified-panel.pp-unified-dashboard .button-primary, .unified-panel.pp-unified-dashboard .modal__step-nav__button, .unified-panel.pp-unified-dashboard .content .button-primary, .unified-panel.pp-unified-dashboard .btn_primary, .unified-panel.pp-unified-dashboard .content .btn_primary {
    background-color: #0070ba;
    color: #ffffff; }
    .unified-panel.pp-unified-dashboard .button-primary:not([disabled]):hover, .unified-panel.pp-unified-dashboard .modal__step-nav__button:not([disabled]):hover, .unified-panel.pp-unified-dashboard .button-primary:not([disabled]):focus, .unified-panel.pp-unified-dashboard .modal__step-nav__button:not([disabled]):focus, .unified-panel.pp-unified-dashboard .button-primary:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .modal__step-nav__button:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .button-primary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .modal__step-nav__button:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .button-primary:not([disabled]):hover, .unified-panel.pp-unified-dashboard .content .button-primary:not([disabled]):focus, .unified-panel.pp-unified-dashboard .content .button-primary:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .content .button-primary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .btn_primary:not([disabled]):hover, .unified-panel.pp-unified-dashboard .btn_primary:not([disabled]):focus, .unified-panel.pp-unified-dashboard .btn_primary:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .btn_primary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .btn_primary:not([disabled]):hover, .unified-panel.pp-unified-dashboard .content .btn_primary:not([disabled]):focus, .unified-panel.pp-unified-dashboard .content .btn_primary:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .content .btn_primary:not(.is-disabled):focus {
      background-color: #003087; }
    .unified-panel.pp-unified-dashboard .button-primary:not([disabled]):focus, .unified-panel.pp-unified-dashboard .modal__step-nav__button:not([disabled]):focus, .unified-panel.pp-unified-dashboard .button-primary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .modal__step-nav__button:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .button-primary:not([disabled]):focus, .unified-panel.pp-unified-dashboard .content .button-primary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .btn_primary:not([disabled]):focus, .unified-panel.pp-unified-dashboard .btn_primary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .btn_primary:not([disabled]):focus, .unified-panel.pp-unified-dashboard .content .btn_primary:not(.is-disabled):focus {
      box-shadow: 0 0 0 0.4rem #bfdbee; }
  .unified-panel .button-primary.bt-internal-button, .unified-panel .bt-internal-button.modal__step-nav__button, .unified-panel .btn_primary.bt-internal-button {
    background-color: #6E15D9;
    border-color: #6E15D9; }
    .unified-panel .button-primary.bt-internal-button:not([disabled]):hover, .unified-panel .bt-internal-button.modal__step-nav__button:not([disabled]):hover, .unified-panel .button-primary.bt-internal-button:not(.is-disabled):hover, .unified-panel .bt-internal-button.modal__step-nav__button:not(.is-disabled):hover, .unified-panel .btn_primary.bt-internal-button:not([disabled]):hover, .unified-panel .btn_primary.bt-internal-button:not(.is-disabled):hover {
      background-color: #5611ab;
      border-color: #5611ab; }
  .button-primary:disabled, .modal__step-nav__button:disabled, .button-primary.is-disabled, .is-disabled.modal__step-nav__button, .button-primary:disabled:hover, .button-primary.is-disabled:hover, .button-primary:disabled:active, .button-primary.is-disabled:active,
  .btn_primary:disabled,
  .btn_primary.is-disabled,
  .btn_primary:disabled:hover,
  .btn_primary.is-disabled:hover,
  .btn_primary:disabled:active,
  .btn_primary.is-disabled:active {
    background-color: transparent;
    border: 1px dotted #E6E6E6;
    color: #B3B3B3;
    cursor: not-allowed; }
    .unified-panel .button-primary:disabled, .unified-panel .modal__step-nav__button:disabled, .unified-panel .button-primary.is-disabled, .unified-panel .is-disabled.modal__step-nav__button, .unified-panel .button-primary:disabled:hover, .unified-panel .button-primary.is-disabled:hover, .unified-panel .button-primary:disabled:active, .unified-panel .button-primary.is-disabled:active, .unified-panel .btn_primary:disabled, .unified-panel .btn_primary.is-disabled, .unified-panel .btn_primary:disabled:hover, .unified-panel .btn_primary.is-disabled:hover, .unified-panel .btn_primary:disabled:active, .unified-panel .btn_primary.is-disabled:active {
      background-color: #efefef;
      color: #d6d6d6;
      border: none; }

.button-secondary, button.ui-button, .modal__step-nav__button.modal__step-nav__button--secondary,
.btn_secondary,
.cancel-link {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  outline: 0;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background-color: white;
  color: #666666;
  font-weight: 400; }
  .button-secondary .unified-panel-button-icon, button.ui-button .unified-panel-button-icon, .modal__step-nav__button.modal__step-nav__button--secondary .unified-panel-button-icon,
  .btn_secondary .unified-panel-button-icon,
  .cancel-link .unified-panel-button-icon {
    display: none; }
  .button-secondary .unified-panel .unified-panel-button-icon, button.ui-button .unified-panel .unified-panel-button-icon, .modal__step-nav__button.modal__step-nav__button--secondary .unified-panel .unified-panel-button-icon,
  .btn_secondary .unified-panel .unified-panel-button-icon,
  .cancel-link .unified-panel .unified-panel-button-icon {
    display: inline-block; }
  .unified-panel.pp-unified-dashboard .button-secondary, .unified-panel.pp-unified-dashboard button.ui-button, .unified-panel.pp-unified-dashboard .modal__step-nav__button.modal__step-nav__button--secondary, .unified-panel.pp-unified-dashboard .content .button-secondary, .unified-panel.pp-unified-dashboard .btn_secondary, .unified-panel.pp-unified-dashboard .content .btn_secondary, .unified-panel.pp-unified-dashboard .cancel-link, .unified-panel.pp-unified-dashboard .content .cancel-link {
    border-radius: 2.4rem;
    font: 400 1.5rem/2.4rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition-property: background-color, box-shadow, color;
    position: relative;
    padding: 1.1rem 2.3rem;
    height: auto; }
    .unified-panel.pp-unified-dashboard .button-secondary:focus:after, .unified-panel.pp-unified-dashboard button.ui-button:focus:after, .unified-panel.pp-unified-dashboard .modal__step-nav__button.modal__step-nav__button--secondary:focus:after, .unified-panel.pp-unified-dashboard .button-secondary:active:after, .unified-panel.pp-unified-dashboard button.ui-button:active:after, .unified-panel.pp-unified-dashboard .modal__step-nav__button.modal__step-nav__button--secondary:active:after, .unified-panel.pp-unified-dashboard .content .button-secondary:focus:after, .unified-panel.pp-unified-dashboard .content .button-secondary:active:after, .unified-panel.pp-unified-dashboard .btn_secondary:focus:after, .unified-panel.pp-unified-dashboard .btn_secondary:active:after, .unified-panel.pp-unified-dashboard .content .btn_secondary:focus:after, .unified-panel.pp-unified-dashboard .content .btn_secondary:active:after, .unified-panel.pp-unified-dashboard .cancel-link:focus:after, .unified-panel.pp-unified-dashboard .cancel-link:active:after, .unified-panel.pp-unified-dashboard .content .cancel-link:focus:after, .unified-panel.pp-unified-dashboard .content .cancel-link:active:after {
      content: '';
      position: absolute;
      top: -.2rem;
      left: -.2rem;
      border: 0.2rem solid #005ea6;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-radius: 3rem;
      text-indent: -.2rem;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .unified-panel.pp-unified-dashboard .button-secondary.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard button.ui-dialog-titlebar-close.ui-button, .unified-panel.pp-unified-dashboard .ui-dialog-titlebar-close.modal__step-nav__button.modal__step-nav__button--secondary, .unified-panel.pp-unified-dashboard .content .button-secondary.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .btn_secondary.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .content .btn_secondary.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .cancel-link.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .content .cancel-link.ui-dialog-titlebar-close {
      position: absolute; }
      .unified-panel.pp-unified-dashboard .button-secondary.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard button.ui-dialog-titlebar-close.ui-button:focus:after, .unified-panel.pp-unified-dashboard .ui-dialog-titlebar-close.modal__step-nav__button.modal__step-nav__button--secondary:focus:after, .unified-panel.pp-unified-dashboard .button-secondary.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard button.ui-dialog-titlebar-close.ui-button:active:after, .unified-panel.pp-unified-dashboard .ui-dialog-titlebar-close.modal__step-nav__button.modal__step-nav__button--secondary:active:after, .unified-panel.pp-unified-dashboard .content .button-secondary.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .button-secondary.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .btn_secondary.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .btn_secondary.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .content .btn_secondary.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .btn_secondary.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .cancel-link.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .cancel-link.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .content .cancel-link.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .cancel-link.ui-dialog-titlebar-close:active:after {
        display: none; }
  .unified-panel .content .button-secondary, .unified-panel .content button.ui-button, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary, .unified-panel .content .btn_secondary, .unified-panel .content .cancel-link {
    border: 0;
    background-color: #ebebeb;
    padding: .8rem 2.4rem;
    height: auto;
    margin: 0 1rem 0 0;
    line-height: 2.4rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none; }
    .unified-panel .content .button-secondary a, .unified-panel .content button.ui-button a, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary a, .unified-panel .content .btn_secondary a, .unified-panel .content .cancel-link a {
      color: #fff; }
    .unified-panel .content .button-secondary svg, .unified-panel .content button.ui-button svg, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary svg, .unified-panel .content .btn_secondary svg, .unified-panel .content .cancel-link svg {
      display: inline-block;
      height: initial;
      width: initial; }
    .unified-panel .content .button-secondary .forward-icon, .unified-panel .content button.ui-button .forward-icon, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary .forward-icon, .unified-panel .content .btn_secondary .forward-icon, .unified-panel .content .cancel-link .forward-icon {
      width: 10px;
      height: 10px;
      margin-left: 1ch; }
    .unified-panel .content .button-secondary .export-icon, .unified-panel .content button.ui-button .export-icon, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary .export-icon, .unified-panel .content .btn_secondary .export-icon, .unified-panel .content .cancel-link .export-icon {
      width: 10px;
      height: 10px;
      transform: rotate(-45deg);
      transform-origin: center;
      margin-right: 1ch; }
    .unified-panel .content .button-secondary .plus-icon, .unified-panel .content button.ui-button .plus-icon, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary .plus-icon, .unified-panel .content .btn_secondary .plus-icon, .unified-panel .content .cancel-link .plus-icon {
      width: 10px;
      height: 10px;
      margin-right: .5rem; }
  .unified-panel .content .button-secondary, .unified-panel .content button.ui-button, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary, .unified-panel .content .btn_secondary, .unified-panel .content .cancel-link {
    color: #202020; }
    .unified-panel .content .button-secondary svg, .unified-panel .content button.ui-button svg, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary svg, .unified-panel .content .button-secondary svg g, .unified-panel .content button.ui-button svg g, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary svg g, .unified-panel .content .btn_secondary svg, .unified-panel .content .btn_secondary svg g, .unified-panel .content .cancel-link svg, .unified-panel .content .cancel-link svg g {
      fill: #202020; }
  .unified-panel.pp-unified-dashboard .content .button-secondary, .unified-panel.pp-unified-dashboard .content button.ui-button, .unified-panel.pp-unified-dashboard .content .modal__step-nav__button.modal__step-nav__button--secondary, .unified-panel.pp-unified-dashboard .content .btn_secondary, .unified-panel.pp-unified-dashboard .content .cancel-link {
    background-color: transparent;
    border-color: #0070ba;
    border: 1px solid #0070ba;
    color: #0070ba; }
    .unified-panel.pp-unified-dashboard .content .button-secondary svg, .unified-panel.pp-unified-dashboard .content button.ui-button svg, .unified-panel.pp-unified-dashboard .content .modal__step-nav__button.modal__step-nav__button--secondary svg, .unified-panel.pp-unified-dashboard .content .button-secondary svg g, .unified-panel.pp-unified-dashboard .content button.ui-button svg g, .unified-panel.pp-unified-dashboard .content .modal__step-nav__button.modal__step-nav__button--secondary svg g, .unified-panel.pp-unified-dashboard .content .btn_secondary svg, .unified-panel.pp-unified-dashboard .content .btn_secondary svg g, .unified-panel.pp-unified-dashboard .content .cancel-link svg, .unified-panel.pp-unified-dashboard .content .cancel-link svg g {
      fill: #0070ba; }
  .button-secondary:not([disabled]):hover, button.ui-button:not([disabled]):hover, .modal__step-nav__button.modal__step-nav__button--secondary:not([disabled]):hover, .button-secondary:not(.is-disabled):hover, button.ui-button:not(.is-disabled):hover, .modal__step-nav__button.modal__step-nav__button--secondary:not(.is-disabled):hover,
  .btn_secondary:not([disabled]):hover,
  .btn_secondary:not(.is-disabled):hover,
  .cancel-link:not([disabled]):hover,
  .cancel-link:not(.is-disabled):hover {
    color: #666666;
    background-color: rgba(102, 102, 102, 0.05);
    text-decoration: none; }
    .unified-panel .content .button-secondary:not([disabled]):hover, .unified-panel .content button.ui-button:not([disabled]):hover, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary:not([disabled]):hover, .unified-panel .content .button-secondary:not(.is-disabled):hover, .unified-panel .content button.ui-button:not(.is-disabled):hover, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary:not(.is-disabled):hover, .unified-panel .content .btn_secondary:not([disabled]):hover, .unified-panel .content .btn_secondary:not(.is-disabled):hover, .unified-panel .content .cancel-link:not([disabled]):hover, .unified-panel .content .cancel-link:not(.is-disabled):hover {
      background-color: rgba(42, 56, 216, 0.12);
      color: #2A38D8; }
      .unified-panel .content .button-secondary:not([disabled]):hover svg, .unified-panel .content button.ui-button:not([disabled]):hover svg, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary:not([disabled]):hover svg, .unified-panel .content .button-secondary:not([disabled]):hover svg g, .unified-panel .content button.ui-button:not([disabled]):hover svg g, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary:not([disabled]):hover svg g, .unified-panel .content .button-secondary:not(.is-disabled):hover svg, .unified-panel .content button.ui-button:not(.is-disabled):hover svg, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary:not(.is-disabled):hover svg, .unified-panel .content .button-secondary:not(.is-disabled):hover svg g, .unified-panel .content button.ui-button:not(.is-disabled):hover svg g, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary:not(.is-disabled):hover svg g, .unified-panel .content .btn_secondary:not([disabled]):hover svg, .unified-panel .content .btn_secondary:not([disabled]):hover svg g, .unified-panel .content .btn_secondary:not(.is-disabled):hover svg, .unified-panel .content .btn_secondary:not(.is-disabled):hover svg g, .unified-panel .content .cancel-link:not([disabled]):hover svg, .unified-panel .content .cancel-link:not([disabled]):hover svg g, .unified-panel .content .cancel-link:not(.is-disabled):hover svg, .unified-panel .content .cancel-link:not(.is-disabled):hover svg g {
        fill: #2A38D8; }
    .unified-panel.pp-unified-dashboard .content .button-secondary:not([disabled]):hover, .unified-panel.pp-unified-dashboard .content button.ui-button:not([disabled]):hover, .unified-panel.pp-unified-dashboard .content .modal__step-nav__button.modal__step-nav__button--secondary:not([disabled]):hover, .unified-panel.pp-unified-dashboard .content .button-secondary:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .content button.ui-button:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .content .modal__step-nav__button.modal__step-nav__button--secondary:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .content .btn_secondary:not([disabled]):hover, .unified-panel.pp-unified-dashboard .content .btn_secondary:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .content .cancel-link:not([disabled]):hover, .unified-panel.pp-unified-dashboard .content .cancel-link:not(.is-disabled):hover {
      border-color: #003087;
      box-shadow: 0 0 0 1px #003087 inset;
      color: #003087;
      background-color: transparent; }
      .unified-panel.pp-unified-dashboard .content .button-secondary:not([disabled]):hover svg, .unified-panel.pp-unified-dashboard .content button.ui-button:not([disabled]):hover svg, .unified-panel.pp-unified-dashboard .content .modal__step-nav__button.modal__step-nav__button--secondary:not([disabled]):hover svg, .unified-panel.pp-unified-dashboard .content .button-secondary:not([disabled]):hover svg g, .unified-panel.pp-unified-dashboard .content button.ui-button:not([disabled]):hover svg g, .unified-panel.pp-unified-dashboard .content .modal__step-nav__button.modal__step-nav__button--secondary:not([disabled]):hover svg g, .unified-panel.pp-unified-dashboard .content .button-secondary:not(.is-disabled):hover svg, .unified-panel.pp-unified-dashboard .content button.ui-button:not(.is-disabled):hover svg, .unified-panel.pp-unified-dashboard .content .modal__step-nav__button.modal__step-nav__button--secondary:not(.is-disabled):hover svg, .unified-panel.pp-unified-dashboard .content .button-secondary:not(.is-disabled):hover svg g, .unified-panel.pp-unified-dashboard .content button.ui-button:not(.is-disabled):hover svg g, .unified-panel.pp-unified-dashboard .content .modal__step-nav__button.modal__step-nav__button--secondary:not(.is-disabled):hover svg g, .unified-panel.pp-unified-dashboard .content .btn_secondary:not([disabled]):hover svg, .unified-panel.pp-unified-dashboard .content .btn_secondary:not([disabled]):hover svg g, .unified-panel.pp-unified-dashboard .content .btn_secondary:not(.is-disabled):hover svg, .unified-panel.pp-unified-dashboard .content .btn_secondary:not(.is-disabled):hover svg g, .unified-panel.pp-unified-dashboard .content .cancel-link:not([disabled]):hover svg, .unified-panel.pp-unified-dashboard .content .cancel-link:not([disabled]):hover svg g, .unified-panel.pp-unified-dashboard .content .cancel-link:not(.is-disabled):hover svg, .unified-panel.pp-unified-dashboard .content .cancel-link:not(.is-disabled):hover svg g {
        fill: #003087; }
    .button-secondary.btn_secondary-danger:not([disabled]):hover, button.ui-button.btn_secondary-danger:not([disabled]):hover, .modal__step-nav__button.modal__step-nav__button--secondary.btn_secondary-danger:not([disabled]):hover, .button-secondary.btn_secondary-danger:not(.is-disabled):hover, button.ui-button.btn_secondary-danger:not(.is-disabled):hover, .modal__step-nav__button.modal__step-nav__button--secondary.btn_secondary-danger:not(.is-disabled):hover,
    .btn_secondary.btn_secondary-danger:not([disabled]):hover,
    .btn_secondary.btn_secondary-danger:not(.is-disabled):hover,
    .cancel-link.btn_secondary-danger:not([disabled]):hover,
    .cancel-link.btn_secondary-danger:not(.is-disabled):hover {
      color: white;
      background-color: #FF0000;
      text-decoration: none; }
  .button-secondary:not([disabled]):active, button.ui-button:not([disabled]):active, .modal__step-nav__button.modal__step-nav__button--secondary:not([disabled]):active, .button-secondary:not(.is-disabled):active, button.ui-button:not(.is-disabled):active, .modal__step-nav__button.modal__step-nav__button--secondary:not(.is-disabled):active, .button-secondary:not(.is-disabled):focus, button.ui-button:not(.is-disabled):focus, .modal__step-nav__button.modal__step-nav__button--secondary:not(.is-disabled):focus,
  .btn_secondary:not([disabled]):active,
  .btn_secondary:not(.is-disabled):active,
  .btn_secondary:not(.is-disabled):focus,
  .cancel-link:not([disabled]):active,
  .cancel-link:not(.is-disabled):active,
  .cancel-link:not(.is-disabled):focus {
    background-color: rgba(102, 102, 102, 0.1); }
    .unified-panel .content .button-secondary:not([disabled]):active, .unified-panel .content button.ui-button:not([disabled]):active, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary:not([disabled]):active, .unified-panel .content .button-secondary:not(.is-disabled):active, .unified-panel .content button.ui-button:not(.is-disabled):active, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary:not(.is-disabled):active, .unified-panel .content .button-secondary:not(.is-disabled):focus, .unified-panel .content button.ui-button:not(.is-disabled):focus, .unified-panel .content .modal__step-nav__button.modal__step-nav__button--secondary:not(.is-disabled):focus, .unified-panel .content .btn_secondary:not([disabled]):active, .unified-panel .content .btn_secondary:not(.is-disabled):active, .unified-panel .content .btn_secondary:not(.is-disabled):focus, .unified-panel .content .cancel-link:not([disabled]):active, .unified-panel .content .cancel-link:not(.is-disabled):active, .unified-panel .content .cancel-link:not(.is-disabled):focus {
      background-color: #d6d9f8; }
    .unified-panel.pp-unified-dashboard .content .button-secondary:not([disabled]):active, .unified-panel.pp-unified-dashboard .button-secondary:not([disabled]):active, .unified-panel.pp-unified-dashboard button.ui-button:not([disabled]):active, .unified-panel.pp-unified-dashboard .modal__step-nav__button.modal__step-nav__button--secondary:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .button-secondary:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .button-secondary:not(.is-disabled):active, .unified-panel.pp-unified-dashboard button.ui-button:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .modal__step-nav__button.modal__step-nav__button--secondary:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .button-secondary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .button-secondary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard button.ui-button:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .modal__step-nav__button.modal__step-nav__button--secondary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .btn_secondary:not([disabled]):active, .unified-panel.pp-unified-dashboard .btn_secondary:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .btn_secondary:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .btn_secondary:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .btn_secondary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .btn_secondary:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .cancel-link:not([disabled]):active, .unified-panel.pp-unified-dashboard .cancel-link:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .cancel-link:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .cancel-link:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .cancel-link:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .cancel-link:not(.is-disabled):focus {
      background-color: transparent;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-color: #003087;
      color: #003087; }
      .unified-panel.pp-unified-dashboard .content .button-secondary.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard .button-secondary.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard button.ui-button.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard .modal__step-nav__button.modal__step-nav__button--secondary.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .button-secondary.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .button-secondary.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard button.ui-button.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .modal__step-nav__button.modal__step-nav__button--secondary.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .button-secondary.ui-dialog-titlebar-close:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .button-secondary.ui-dialog-titlebar-close:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard button.ui-button.ui-dialog-titlebar-close:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .modal__step-nav__button.modal__step-nav__button--secondary.ui-dialog-titlebar-close:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .btn_secondary.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard .btn_secondary.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .btn_secondary.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .btn_secondary.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .btn_secondary.ui-dialog-titlebar-close:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .btn_secondary.ui-dialog-titlebar-close:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .cancel-link.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard .cancel-link.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .cancel-link.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .cancel-link.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .cancel-link.ui-dialog-titlebar-close:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .cancel-link.ui-dialog-titlebar-close:not(.is-disabled):focus {
        color: transparent;
        border: none;
        border-color: none;
        box-shadow: none; }
  .button-secondary:disabled, button.ui-button:disabled, .modal__step-nav__button.modal__step-nav__button--secondary:disabled, .button-secondary.is-disabled, button.is-disabled.ui-button, .is-disabled.modal__step-nav__button.modal__step-nav__button--secondary, .button-secondary:disabled:hover, .button-secondary.is-disabled:hover, .button-secondary:disabled:active, .button-secondary.is-disabled:active,
  .btn_secondary:disabled,
  .btn_secondary.is-disabled,
  .btn_secondary:disabled:hover,
  .btn_secondary.is-disabled:hover,
  .btn_secondary:disabled:active,
  .btn_secondary.is-disabled:active,
  .cancel-link:disabled,
  .cancel-link.is-disabled,
  .cancel-link:disabled:hover,
  .cancel-link.is-disabled:hover,
  .cancel-link:disabled:active,
  .cancel-link.is-disabled:active {
    background-color: transparent;
    border: 1px dotted #E6E6E6;
    color: #B3B3B3;
    cursor: not-allowed; }
    .unified-panel .button-secondary:disabled, .unified-panel button.ui-button:disabled, .unified-panel .modal__step-nav__button.modal__step-nav__button--secondary:disabled, .unified-panel .button-secondary.is-disabled, .unified-panel button.is-disabled.ui-button, .unified-panel .is-disabled.modal__step-nav__button.modal__step-nav__button--secondary, .unified-panel .button-secondary:disabled:hover, .unified-panel .button-secondary.is-disabled:hover, .unified-panel .button-secondary:disabled:active, .unified-panel .button-secondary.is-disabled:active, .unified-panel .btn_secondary:disabled, .unified-panel .btn_secondary.is-disabled, .unified-panel .btn_secondary:disabled:hover, .unified-panel .btn_secondary.is-disabled:hover, .unified-panel .btn_secondary:disabled:active, .unified-panel .btn_secondary.is-disabled:active, .unified-panel .cancel-link:disabled, .unified-panel .cancel-link.is-disabled, .unified-panel .cancel-link:disabled:hover, .unified-panel .cancel-link.is-disabled:hover, .unified-panel .cancel-link:disabled:active, .unified-panel .cancel-link.is-disabled:active {
      background-color: #efefef;
      color: #d6d6d6;
      border: none; }

.button-danger, .modal__step-nav__button--negative,
.modal__button--danger,
.btn_danger {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  outline: 0;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background-color: #FF0000;
  border-color: #FF0000;
  color: white;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }
  .button-danger .unified-panel-button-icon, .modal__step-nav__button--negative .unified-panel-button-icon,
  .modal__button--danger .unified-panel-button-icon,
  .btn_danger .unified-panel-button-icon {
    display: none; }
  .button-danger .unified-panel .unified-panel-button-icon, .modal__step-nav__button--negative .unified-panel .unified-panel-button-icon,
  .modal__button--danger .unified-panel .unified-panel-button-icon,
  .btn_danger .unified-panel .unified-panel-button-icon {
    display: inline-block; }
  .unified-panel.pp-unified-dashboard .button-danger, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative,
  .unified-panel.pp-unified-dashboard .modal__button--danger, .unified-panel.pp-unified-dashboard .content .button-danger, .unified-panel.pp-unified-dashboard .btn_danger, .unified-panel.pp-unified-dashboard .content .btn_danger {
    border-radius: 2.4rem;
    font: 400 1.5rem/2.4rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition-property: background-color, box-shadow, color;
    position: relative;
    padding: 1.1rem 2.3rem;
    height: auto; }
    .unified-panel.pp-unified-dashboard .button-danger:focus:after, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:focus:after,
    .unified-panel.pp-unified-dashboard .modal__button--danger:focus:after, .unified-panel.pp-unified-dashboard .button-danger:active:after, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:active:after,
    .unified-panel.pp-unified-dashboard .modal__button--danger:active:after, .unified-panel.pp-unified-dashboard .content .button-danger:focus:after, .unified-panel.pp-unified-dashboard .content .button-danger:active:after, .unified-panel.pp-unified-dashboard .btn_danger:focus:after, .unified-panel.pp-unified-dashboard .btn_danger:active:after, .unified-panel.pp-unified-dashboard .content .btn_danger:focus:after, .unified-panel.pp-unified-dashboard .content .btn_danger:active:after {
      content: '';
      position: absolute;
      top: -.2rem;
      left: -.2rem;
      border: 0.2rem solid #005ea6;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-radius: 3rem;
      text-indent: -.2rem;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .unified-panel.pp-unified-dashboard .button-danger.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .ui-dialog-titlebar-close.modal__step-nav__button--negative,
    .unified-panel.pp-unified-dashboard .ui-dialog-titlebar-close.modal__button--danger, .unified-panel.pp-unified-dashboard .content .button-danger.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .btn_danger.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .content .btn_danger.ui-dialog-titlebar-close {
      position: absolute; }
      .unified-panel.pp-unified-dashboard .button-danger.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .ui-dialog-titlebar-close.modal__step-nav__button--negative:focus:after,
      .unified-panel.pp-unified-dashboard .ui-dialog-titlebar-close.modal__button--danger:focus:after, .unified-panel.pp-unified-dashboard .button-danger.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .ui-dialog-titlebar-close.modal__step-nav__button--negative:active:after,
      .unified-panel.pp-unified-dashboard .ui-dialog-titlebar-close.modal__button--danger:active:after, .unified-panel.pp-unified-dashboard .content .button-danger.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .button-danger.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .btn_danger.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .btn_danger.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .content .btn_danger.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .btn_danger.ui-dialog-titlebar-close:active:after {
        display: none; }
  .unified-panel .content .button-danger, .unified-panel .content .modal__step-nav__button--negative,
  .unified-panel .content .modal__button--danger, .unified-panel .content .btn_danger {
    border: 0;
    background-color: #ebebeb;
    padding: .8rem 2.4rem;
    height: auto;
    margin: 0 1rem 0 0;
    line-height: 2.4rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none; }
    .unified-panel .content .button-danger a, .unified-panel .content .modal__step-nav__button--negative a,
    .unified-panel .content .modal__button--danger a, .unified-panel .content .btn_danger a {
      color: #fff; }
    .unified-panel .content .button-danger svg, .unified-panel .content .modal__step-nav__button--negative svg,
    .unified-panel .content .modal__button--danger svg, .unified-panel .content .btn_danger svg {
      display: inline-block;
      height: initial;
      width: initial; }
    .unified-panel .content .button-danger .forward-icon, .unified-panel .content .modal__step-nav__button--negative .forward-icon,
    .unified-panel .content .modal__button--danger .forward-icon, .unified-panel .content .btn_danger .forward-icon {
      width: 10px;
      height: 10px;
      margin-left: 1ch; }
    .unified-panel .content .button-danger .export-icon, .unified-panel .content .modal__step-nav__button--negative .export-icon,
    .unified-panel .content .modal__button--danger .export-icon, .unified-panel .content .btn_danger .export-icon {
      width: 10px;
      height: 10px;
      transform: rotate(-45deg);
      transform-origin: center;
      margin-right: 1ch; }
    .unified-panel .content .button-danger .plus-icon, .unified-panel .content .modal__step-nav__button--negative .plus-icon,
    .unified-panel .content .modal__button--danger .plus-icon, .unified-panel .content .btn_danger .plus-icon {
      width: 10px;
      height: 10px;
      margin-right: .5rem; }
  .unified-panel .content .button-danger, .unified-panel .button-danger, .unified-panel .modal__step-nav__button--negative,
  .unified-panel .modal__button--danger, .unified-panel .content .btn_danger, .unified-panel .btn_danger {
    background-color: #202020;
    border: none; }
    .unified-panel .content .button-danger svg, .unified-panel .content .button-danger svg g, .unified-panel .button-danger svg, .unified-panel .modal__step-nav__button--negative svg,
    .unified-panel .modal__button--danger svg, .unified-panel .button-danger svg g, .unified-panel .modal__step-nav__button--negative svg g,
    .unified-panel .modal__button--danger svg g, .unified-panel .content .btn_danger svg, .unified-panel .content .btn_danger svg g, .unified-panel .btn_danger svg, .unified-panel .btn_danger svg g {
      fill: #fff; }
    .unified-panel .content .button-danger:not([disabled]):not(.is-disabled):hover, .unified-panel .content .button-danger:not([disabled]):not(.is-disabled):focus, .unified-panel .button-danger:not([disabled]):not(.is-disabled):hover, .unified-panel .modal__step-nav__button--negative:not([disabled]):not(.is-disabled):hover,
    .unified-panel .modal__button--danger:not([disabled]):not(.is-disabled):hover, .unified-panel .button-danger:not([disabled]):not(.is-disabled):focus, .unified-panel .modal__step-nav__button--negative:not([disabled]):not(.is-disabled):focus,
    .unified-panel .modal__button--danger:not([disabled]):not(.is-disabled):focus, .unified-panel .content .btn_danger:not([disabled]):not(.is-disabled):hover, .unified-panel .content .btn_danger:not([disabled]):not(.is-disabled):focus, .unified-panel .btn_danger:not([disabled]):not(.is-disabled):hover, .unified-panel .btn_danger:not([disabled]):not(.is-disabled):focus {
      background-color: #2A38D8; }
  .button-danger:not([disabled]):not(.is-disabled):hover, .modal__step-nav__button--negative:not([disabled]):not(.is-disabled):hover,
  .modal__button--danger:not([disabled]):not(.is-disabled):hover,
  .btn_danger:not([disabled]):not(.is-disabled):hover {
    color: white;
    background-color: #cc0000;
    text-decoration: none; }
    .unified-panel .content .button-danger:not([disabled]):not(.is-disabled):hover, .unified-panel .button-danger:not([disabled]):not(.is-disabled):hover, .unified-panel .modal__step-nav__button--negative:not([disabled]):not(.is-disabled):hover,
    .unified-panel .modal__button--danger:not([disabled]):not(.is-disabled):hover, .unified-panel .content .btn_danger:not([disabled]):not(.is-disabled):hover, .unified-panel .btn_danger:not([disabled]):not(.is-disabled):hover {
      color: #fff;
      background-color: #2A38D8; }
    .unified-panel.pp-unified-dashboard .button-danger:not([disabled]):not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not([disabled]):not(.is-disabled):hover,
    .unified-panel.pp-unified-dashboard .modal__button--danger:not([disabled]):not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .content .button-danger:not([disabled]):not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .btn_danger:not([disabled]):not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .content .btn_danger:not([disabled]):not(.is-disabled):hover {
      background-color: #003087; }
  .button-danger:not([disabled]):active, .modal__step-nav__button--negative:not([disabled]):active,
  .modal__button--danger:not([disabled]):active, .button-danger:not(.is-disabled):active, .modal__step-nav__button--negative:not(.is-disabled):active,
  .modal__button--danger:not(.is-disabled):active, .button-danger:not(.is-disabled):focus, .modal__step-nav__button--negative:not(.is-disabled):focus,
  .modal__button--danger:not(.is-disabled):focus,
  .btn_danger:not([disabled]):active,
  .btn_danger:not(.is-disabled):active,
  .btn_danger:not(.is-disabled):focus {
    background-color: #b30000; }
    .unified-panel .content .button-danger:not([disabled]):active, .unified-panel .content .modal__step-nav__button--negative:not([disabled]):active,
    .unified-panel .content .modal__button--danger:not([disabled]):active, .unified-panel .content .button-danger:not(.is-disabled):active, .unified-panel .content .modal__step-nav__button--negative:not(.is-disabled):active,
    .unified-panel .content .modal__button--danger:not(.is-disabled):active, .unified-panel .content .button-danger:not(.is-disabled):focus, .unified-panel .content .modal__step-nav__button--negative:not(.is-disabled):focus,
    .unified-panel .content .modal__button--danger:not(.is-disabled):focus, .unified-panel .content .btn_danger:not([disabled]):active, .unified-panel .content .btn_danger:not(.is-disabled):active, .unified-panel .content .btn_danger:not(.is-disabled):focus {
      background-color: #202caf; }
    .unified-panel.pp-unified-dashboard .button-danger:not([disabled]):active, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not([disabled]):active,
    .unified-panel.pp-unified-dashboard .modal__button--danger:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .button-danger:not([disabled]):active, .unified-panel.pp-unified-dashboard .button-danger:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not(.is-disabled):active,
    .unified-panel.pp-unified-dashboard .modal__button--danger:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .button-danger:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .button-danger:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not(.is-disabled):focus,
    .unified-panel.pp-unified-dashboard .modal__button--danger:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .button-danger:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .btn_danger:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .btn_danger:not([disabled]):active, .unified-panel.pp-unified-dashboard .btn_danger:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .btn_danger:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .btn_danger:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .btn_danger:not(.is-disabled):focus {
      box-shadow: 0 0 0 1px #009cde, 0 0 0 7px #f5fbfe;
      background-color: #0070ba; }
  .unified-panel.pp-unified-dashboard .button-danger, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative,
  .unified-panel.pp-unified-dashboard .modal__button--danger, .unified-panel.pp-unified-dashboard .content .button-danger, .unified-panel.pp-unified-dashboard .btn_danger, .unified-panel.pp-unified-dashboard .content .btn_danger {
    background-color: #0070ba;
    color: #ffffff; }
    .unified-panel.pp-unified-dashboard .button-danger:not([disabled]):hover, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not([disabled]):hover,
    .unified-panel.pp-unified-dashboard .modal__button--danger:not([disabled]):hover, .unified-panel.pp-unified-dashboard .button-danger:not([disabled]):focus, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not([disabled]):focus,
    .unified-panel.pp-unified-dashboard .modal__button--danger:not([disabled]):focus, .unified-panel.pp-unified-dashboard .button-danger:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not(.is-disabled):hover,
    .unified-panel.pp-unified-dashboard .modal__button--danger:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .button-danger:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not(.is-disabled):focus,
    .unified-panel.pp-unified-dashboard .modal__button--danger:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .button-danger:not([disabled]):hover, .unified-panel.pp-unified-dashboard .content .button-danger:not([disabled]):focus, .unified-panel.pp-unified-dashboard .content .button-danger:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .content .button-danger:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .btn_danger:not([disabled]):hover, .unified-panel.pp-unified-dashboard .btn_danger:not([disabled]):focus, .unified-panel.pp-unified-dashboard .btn_danger:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .btn_danger:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .btn_danger:not([disabled]):hover, .unified-panel.pp-unified-dashboard .content .btn_danger:not([disabled]):focus, .unified-panel.pp-unified-dashboard .content .btn_danger:not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .content .btn_danger:not(.is-disabled):focus {
      background-color: #003087; }
    .unified-panel.pp-unified-dashboard .button-danger:not([disabled]):focus, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not([disabled]):focus,
    .unified-panel.pp-unified-dashboard .modal__button--danger:not([disabled]):focus, .unified-panel.pp-unified-dashboard .button-danger:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not(.is-disabled):focus,
    .unified-panel.pp-unified-dashboard .modal__button--danger:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .button-danger:not([disabled]):focus, .unified-panel.pp-unified-dashboard .content .button-danger:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .btn_danger:not([disabled]):focus, .unified-panel.pp-unified-dashboard .btn_danger:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .content .btn_danger:not([disabled]):focus, .unified-panel.pp-unified-dashboard .content .btn_danger:not(.is-disabled):focus {
      box-shadow: 0 0 0 0.4rem #bfdbee; }
  .unified-panel .button-danger.bt-internal-button, .unified-panel .bt-internal-button.modal__step-nav__button--negative,
  .unified-panel .bt-internal-button.modal__button--danger, .unified-panel .btn_danger.bt-internal-button {
    background-color: #6E15D9;
    border-color: #6E15D9; }
    .unified-panel .button-danger.bt-internal-button:not([disabled]):hover, .unified-panel .bt-internal-button.modal__step-nav__button--negative:not([disabled]):hover,
    .unified-panel .bt-internal-button.modal__button--danger:not([disabled]):hover, .unified-panel .button-danger.bt-internal-button:not(.is-disabled):hover, .unified-panel .bt-internal-button.modal__step-nav__button--negative:not(.is-disabled):hover,
    .unified-panel .bt-internal-button.modal__button--danger:not(.is-disabled):hover, .unified-panel .btn_danger.bt-internal-button:not([disabled]):hover, .unified-panel .btn_danger.bt-internal-button:not(.is-disabled):hover {
      background-color: #5611ab;
      border-color: #5611ab; }
  .button-danger:disabled, .modal__step-nav__button--negative:disabled,
  .modal__button--danger:disabled, .button-danger.is-disabled, .is-disabled.modal__step-nav__button--negative,
  .is-disabled.modal__button--danger, .button-danger:disabled:hover, .button-danger.is-disabled:hover, .button-danger:disabled:active, .button-danger.is-disabled:active,
  .btn_danger:disabled,
  .btn_danger.is-disabled,
  .btn_danger:disabled:hover,
  .btn_danger.is-disabled:hover,
  .btn_danger:disabled:active,
  .btn_danger.is-disabled:active {
    background-color: transparent;
    border: 1px dotted #E6E6E6;
    color: #B3B3B3;
    cursor: not-allowed; }
    .unified-panel .button-danger:disabled, .unified-panel .modal__step-nav__button--negative:disabled,
    .unified-panel .modal__button--danger:disabled, .unified-panel .button-danger.is-disabled, .unified-panel .is-disabled.modal__step-nav__button--negative,
    .unified-panel .is-disabled.modal__button--danger, .unified-panel .button-danger:disabled:hover, .unified-panel .button-danger.is-disabled:hover, .unified-panel .button-danger:disabled:active, .unified-panel .button-danger.is-disabled:active, .unified-panel .btn_danger:disabled, .unified-panel .btn_danger.is-disabled, .unified-panel .btn_danger:disabled:hover, .unified-panel .btn_danger.is-disabled:hover, .unified-panel .btn_danger:disabled:active, .unified-panel .btn_danger.is-disabled:active {
      background-color: #efefef;
      color: #d6d6d6;
      border: none; }
  .unified-panel .content .button-danger:not(.is-disabled), .unified-panel .content .modal__step-nav__button--negative:not(.is-disabled),
  .unified-panel .content .modal__button--danger:not(.is-disabled), .unified-panel .content .button-danger:not([disabled]), .unified-panel .content .modal__step-nav__button--negative:not([disabled]),
  .unified-panel .content .modal__button--danger:not([disabled]), .unified-panel .content .btn_danger:not(.is-disabled), .unified-panel .content .btn_danger:not([disabled]) {
    background-color: #ee0000; }
    .unified-panel .content .button-danger:not(.is-disabled):not([disabled]):hover, .unified-panel .content .button-danger:not(.is-disabled):not(.is-disabled):hover, .unified-panel .content .modal__step-nav__button--negative:not(.is-disabled):not(.is-disabled):hover,
    .unified-panel .content .modal__button--danger:not(.is-disabled):not(.is-disabled):hover, .unified-panel .content .button-danger:not([disabled]):not([disabled]):hover, .unified-panel .content .modal__step-nav__button--negative:not([disabled]):not([disabled]):hover,
    .unified-panel .content .modal__button--danger:not([disabled]):not([disabled]):hover, .unified-panel .content .button-danger:not([disabled]):not(.is-disabled):hover, .unified-panel .content .btn_danger:not([disabled]):not(.is-disabled):hover {
      background-color: #d50000; }
  .unified-panel.pp-unified-dashboard .button-danger:not(.is-disabled), .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not(.is-disabled),
  .unified-panel.pp-unified-dashboard .modal__button--danger:not(.is-disabled), .unified-panle.pp-unified-dashboard .content .button-danger:not(.is-disabled), .unified-panle.pp-unified-dashboard .content .modal__step-nav__button--negative:not(.is-disabled),
  .unified-panle.pp-unified-dashboard .content .modal__button--danger:not(.is-disabled), .unified-panel.pp-unified-dashboard .button-danger:not([disabled]), .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not([disabled]),
  .unified-panel.pp-unified-dashboard .modal__button--danger:not([disabled]), .unified-panle.pp-unified-dashboard .content .button-danger:not([disabled]), .unified-panle.pp-unified-dashboard .content .modal__step-nav__button--negative:not([disabled]),
  .unified-panle.pp-unified-dashboard .content .modal__button--danger:not([disabled]), .unified-panel.pp-unified-dashboard .btn_danger:not(.is-disabled), .unified-panle.pp-unified-dashboard .content .btn_danger:not(.is-disabled), .unified-panel.pp-unified-dashboard .btn_danger:not([disabled]), .unified-panle.pp-unified-dashboard .content .btn_danger:not([disabled]) {
    background-color: #0070ba; }
    .unified-panel.pp-unified-dashboard .button-danger:not(.is-disabled):not([disabled]):hover, .unified-panel.pp-unified-dashboard .button-danger:not(.is-disabled):not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not(.is-disabled):not(.is-disabled):hover,
    .unified-panel.pp-unified-dashboard .modal__button--danger:not(.is-disabled):not(.is-disabled):hover, .unified-panle.pp-unified-dashboard .content .button-danger:not(.is-disabled):not([disabled]):hover, .unified-panle.pp-unified-dashboard .content .button-danger:not(.is-disabled):not(.is-disabled):hover, .unified-panle.pp-unified-dashboard .content .modal__step-nav__button--negative:not(.is-disabled):not(.is-disabled):hover,
    .unified-panle.pp-unified-dashboard .content .modal__button--danger:not(.is-disabled):not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .button-danger:not([disabled]):not(.is-disabled):hover, .unified-panel.pp-unified-dashboard .modal__step-nav__button--negative:not([disabled]):not([disabled]):hover,
    .unified-panel.pp-unified-dashboard .modal__button--danger:not([disabled]):not([disabled]):hover, .unified-panle.pp-unified-dashboard .content .button-danger:not([disabled]):not(.is-disabled):hover, .unified-panle.pp-unified-dashboard .content .modal__step-nav__button--negative:not([disabled]):not([disabled]):hover,
    .unified-panle.pp-unified-dashboard .content .modal__button--danger:not([disabled]):not([disabled]):hover, .unified-panel.pp-unified-dashboard .btn_danger:not([disabled]):not(.is-disabled):hover, .unified-panle.pp-unified-dashboard .content .btn_danger:not([disabled]):not(.is-disabled):hover {
      background-color: #003087; }
  .unified-panel .button-danger.bt-internal-button:not(.is-disabled), .unified-panel .modal__step-nav__button--negative.bt-internal-button:not(.is-disabled),
  .unified-panel .modal__button--danger.bt-internal-button:not(.is-disabled), .unified-panel .button-danger.bt-internal-button:not([disabled]), .unified-panel .modal__step-nav__button--negative.bt-internal-button:not([disabled]),
  .unified-panel .modal__button--danger.bt-internal-button:not([disabled]), .unified-panel .btn_danger.bt-internal-button:not(.is-disabled), .unified-panel .btn_danger.bt-internal-button:not([disabled]) {
    background-color: #6E15D9;
    border-color: #6E15D9; }
    .unified-panel .button-danger.bt-internal-button:not(.is-disabled):not([disabled]):hover, .unified-panel .button-danger.bt-internal-button:not(.is-disabled):not(.is-disabled):hover, .unified-panel .modal__step-nav__button--negative.bt-internal-button:not(.is-disabled):not(.is-disabled):hover,
    .unified-panel .modal__button--danger.bt-internal-button:not(.is-disabled):not(.is-disabled):hover, .unified-panel .button-danger.bt-internal-button:not([disabled]):not([disabled]):hover, .unified-panel .modal__step-nav__button--negative.bt-internal-button:not([disabled]):not([disabled]):hover,
    .unified-panel .modal__button--danger.bt-internal-button:not([disabled]):not([disabled]):hover, .unified-panel .button-danger.bt-internal-button:not([disabled]):not(.is-disabled):hover, .unified-panel .btn_danger.bt-internal-button:not([disabled]):not(.is-disabled):hover {
      background-color: #5611ab;
      border-color: #5611ab; }

.button-link-style {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  outline: 0;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background-color: transparent;
  border: none;
  color: #61D395;
  display: inline;
  height: auto;
  line-height: inherit;
  padding: 0;
  vertical-align: baseline;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }
  .button-link-style .unified-panel-button-icon {
    display: none; }
  .button-link-style .unified-panel .unified-panel-button-icon {
    display: inline-block; }
  .unified-panel.pp-unified-dashboard .button-link-style, .unified-panel.pp-unified-dashboard .content .button-link-style {
    border-radius: 2.4rem;
    font: 400 1.5rem/2.4rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition-property: background-color, box-shadow, color;
    position: relative;
    padding: 1.1rem 2.3rem;
    height: auto; }
    .unified-panel.pp-unified-dashboard .button-link-style:focus:after, .unified-panel.pp-unified-dashboard .button-link-style:active:after, .unified-panel.pp-unified-dashboard .content .button-link-style:focus:after, .unified-panel.pp-unified-dashboard .content .button-link-style:active:after {
      content: '';
      position: absolute;
      top: -.2rem;
      left: -.2rem;
      border: 0.2rem solid #005ea6;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-radius: 3rem;
      text-indent: -.2rem;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .unified-panel.pp-unified-dashboard .button-link-style.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .content .button-link-style.ui-dialog-titlebar-close {
      position: absolute; }
      .unified-panel.pp-unified-dashboard .button-link-style.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .button-link-style.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .content .button-link-style.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .button-link-style.ui-dialog-titlebar-close:active:after {
        display: none; }
  .unified-panel .content .button-link-style {
    color: #2A38D8; }
  .button-link-style:hover {
    text-decoration: underline; }
    .unified-panel .content .button-link-style:hover {
      color: #2A38D8; }
  .button-link-style:disabled, .button-link-style.is-disabled, .button-link-style:disabled:hover, .button-link-style.is-disabled:hover, .button-link-style:disabled:active, .button-link-style.is-disabled:active {
    background-color: transparent;
    border: 1px dotted #E6E6E6;
    color: #B3B3B3;
    cursor: not-allowed; }
    .unified-panel .button-link-style:disabled, .unified-panel .button-link-style.is-disabled, .unified-panel .button-link-style:disabled:hover, .unified-panel .button-link-style.is-disabled:hover, .unified-panel .button-link-style:disabled:active, .unified-panel .button-link-style.is-disabled:active {
      background-color: #efefef;
      color: #d6d6d6;
      border: none; }

.button-link-style-danger {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  outline: 0;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background-color: transparent;
  border: none;
  color: #FF0000;
  display: inline;
  height: auto;
  line-height: inherit;
  padding: 0;
  vertical-align: baseline; }
  .button-link-style-danger .unified-panel-button-icon {
    display: none; }
  .button-link-style-danger .unified-panel .unified-panel-button-icon {
    display: inline-block; }
  .unified-panel.pp-unified-dashboard .button-link-style-danger, .unified-panel.pp-unified-dashboard .content .button-link-style-danger {
    border-radius: 2.4rem;
    font: 400 1.5rem/2.4rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition-property: background-color, box-shadow, color;
    position: relative;
    padding: 1.1rem 2.3rem;
    height: auto; }
    .unified-panel.pp-unified-dashboard .button-link-style-danger:focus:after, .unified-panel.pp-unified-dashboard .button-link-style-danger:active:after, .unified-panel.pp-unified-dashboard .content .button-link-style-danger:focus:after, .unified-panel.pp-unified-dashboard .content .button-link-style-danger:active:after {
      content: '';
      position: absolute;
      top: -.2rem;
      left: -.2rem;
      border: 0.2rem solid #005ea6;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-radius: 3rem;
      text-indent: -.2rem;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .unified-panel.pp-unified-dashboard .button-link-style-danger.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .content .button-link-style-danger.ui-dialog-titlebar-close {
      position: absolute; }
      .unified-panel.pp-unified-dashboard .button-link-style-danger.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .button-link-style-danger.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .content .button-link-style-danger.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .button-link-style-danger.ui-dialog-titlebar-close:active:after {
        display: none; }
  .unified-panel .content .button-link-style-danger {
    color: #2A38D8; }
  .button-link-style-danger:hover {
    text-decoration: underline; }
    .unified-panel .content .button-link-style-danger:hover {
      color: #2A38D8; }
  .button-link-style-danger:disabled, .button-link-style-danger.is-disabled, .button-link-style-danger:disabled:hover, .button-link-style-danger.is-disabled:hover, .button-link-style-danger:disabled:active, .button-link-style-danger.is-disabled:active {
    background-color: transparent;
    border: 1px dotted #E6E6E6;
    color: #B3B3B3;
    cursor: not-allowed; }
    .unified-panel .button-link-style-danger:disabled, .unified-panel .button-link-style-danger.is-disabled, .unified-panel .button-link-style-danger:disabled:hover, .unified-panel .button-link-style-danger.is-disabled:hover, .unified-panel .button-link-style-danger:disabled:active, .unified-panel .button-link-style-danger.is-disabled:active {
      background-color: #efefef;
      color: #d6d6d6;
      border: none; }

.button-simple-danger {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  outline: 0;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background-color: transparent;
  border-color: transparent;
  color: #FF0000;
  font-weight: 400; }
  .button-simple-danger .unified-panel-button-icon {
    display: none; }
  .button-simple-danger .unified-panel .unified-panel-button-icon {
    display: inline-block; }
  .unified-panel.pp-unified-dashboard .button-simple-danger, .unified-panel.pp-unified-dashboard .content .button-simple-danger {
    border-radius: 2.4rem;
    font: 400 1.5rem/2.4rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition-property: background-color, box-shadow, color;
    position: relative;
    padding: 1.1rem 2.3rem;
    height: auto; }
    .unified-panel.pp-unified-dashboard .button-simple-danger:focus:after, .unified-panel.pp-unified-dashboard .button-simple-danger:active:after, .unified-panel.pp-unified-dashboard .content .button-simple-danger:focus:after, .unified-panel.pp-unified-dashboard .content .button-simple-danger:active:after {
      content: '';
      position: absolute;
      top: -.2rem;
      left: -.2rem;
      border: 0.2rem solid #005ea6;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-radius: 3rem;
      text-indent: -.2rem;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .unified-panel.pp-unified-dashboard .button-simple-danger.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .content .button-simple-danger.ui-dialog-titlebar-close {
      position: absolute; }
      .unified-panel.pp-unified-dashboard .button-simple-danger.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .button-simple-danger.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .content .button-simple-danger.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .button-simple-danger.ui-dialog-titlebar-close:active:after {
        display: none; }
  .unified-panel .content .button-simple-danger {
    border: 0;
    background-color: #ebebeb;
    padding: .8rem 2.4rem;
    height: auto;
    margin: 0 1rem 0 0;
    line-height: 2.4rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none; }
    .unified-panel .content .button-simple-danger a {
      color: #fff; }
    .unified-panel .content .button-simple-danger svg {
      display: inline-block;
      height: initial;
      width: initial; }
    .unified-panel .content .button-simple-danger .forward-icon {
      width: 10px;
      height: 10px;
      margin-left: 1ch; }
    .unified-panel .content .button-simple-danger .export-icon {
      width: 10px;
      height: 10px;
      transform: rotate(-45deg);
      transform-origin: center;
      margin-right: 1ch; }
    .unified-panel .content .button-simple-danger .plus-icon {
      width: 10px;
      height: 10px;
      margin-right: .5rem; }
  .button-simple-danger:not([disabled]):hover, .button-simple-danger:not(.is-disabled):hover {
    background-color: rgba(255, 0, 0, 0.05);
    text-decoration: none; }
  .button-simple-danger:not([disabled]):active, .button-simple-danger:not(.is-disabled):active {
    background-color: rgba(255, 0, 0, 0.1); }
  .button-simple-danger:disabled, .button-simple-danger.is-disabled, .button-simple-danger:disabled:hover, .button-simple-danger.is-disabled:hover, .button-simple-danger:disabled:active, .button-simple-danger.is-disabled:active {
    background-color: transparent;
    border: 1px dotted #E6E6E6;
    color: #B3B3B3;
    cursor: not-allowed; }
    .unified-panel .button-simple-danger:disabled, .unified-panel .button-simple-danger.is-disabled, .unified-panel .button-simple-danger:disabled:hover, .unified-panel .button-simple-danger.is-disabled:hover, .unified-panel .button-simple-danger:disabled:active, .unified-panel .button-simple-danger.is-disabled:active {
      background-color: #efefef;
      color: #d6d6d6;
      border: none; }

.icon-button--add {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  outline: 0;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background-color: white;
  color: #666666;
  font-weight: 400;
  background-image: url(https://gstatic.braintreegateway.com/assets/icons/ic-add-a1495b11f912fe0bce4dc9e292be44b937339f887f955a437260c98080567ead.svg);
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 50px; }
  .icon-button--add .unified-panel-button-icon {
    display: none; }
  .icon-button--add .unified-panel .unified-panel-button-icon {
    display: inline-block; }
  .unified-panel.pp-unified-dashboard .icon-button--add, .unified-panel.pp-unified-dashboard .content .icon-button--add {
    border-radius: 2.4rem;
    font: 400 1.5rem/2.4rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition-property: background-color, box-shadow, color;
    position: relative;
    padding: 1.1rem 2.3rem;
    height: auto; }
    .unified-panel.pp-unified-dashboard .icon-button--add:focus:after, .unified-panel.pp-unified-dashboard .icon-button--add:active:after, .unified-panel.pp-unified-dashboard .content .icon-button--add:focus:after, .unified-panel.pp-unified-dashboard .content .icon-button--add:active:after {
      content: '';
      position: absolute;
      top: -.2rem;
      left: -.2rem;
      border: 0.2rem solid #005ea6;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-radius: 3rem;
      text-indent: -.2rem;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .unified-panel.pp-unified-dashboard .icon-button--add.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .content .icon-button--add.ui-dialog-titlebar-close {
      position: absolute; }
      .unified-panel.pp-unified-dashboard .icon-button--add.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .icon-button--add.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .content .icon-button--add.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .icon-button--add.ui-dialog-titlebar-close:active:after {
        display: none; }
  .unified-panel .content .icon-button--add {
    border: 0;
    background-color: #ebebeb;
    padding: .8rem 2.4rem;
    height: auto;
    margin: 0 1rem 0 0;
    line-height: 2.4rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none; }
    .unified-panel .content .icon-button--add a {
      color: #fff; }
    .unified-panel .content .icon-button--add svg {
      display: inline-block;
      height: initial;
      width: initial; }
    .unified-panel .content .icon-button--add .forward-icon {
      width: 10px;
      height: 10px;
      margin-left: 1ch; }
    .unified-panel .content .icon-button--add .export-icon {
      width: 10px;
      height: 10px;
      transform: rotate(-45deg);
      transform-origin: center;
      margin-right: 1ch; }
    .unified-panel .content .icon-button--add .plus-icon {
      width: 10px;
      height: 10px;
      margin-right: .5rem; }
  .unified-panel .content .icon-button--add {
    color: #202020; }
    .unified-panel .content .icon-button--add svg, .unified-panel .content .icon-button--add svg g {
      fill: #202020; }
  .unified-panel.pp-unified-dashboard .content .icon-button--add {
    background-color: transparent;
    border-color: #0070ba;
    border: 1px solid #0070ba;
    color: #0070ba; }
    .unified-panel.pp-unified-dashboard .content .icon-button--add svg, .unified-panel.pp-unified-dashboard .content .icon-button--add svg g {
      fill: #0070ba; }
  .icon-button--add:not([disabled]):hover, .icon-button--add:not(.is-disabled):hover {
    color: #666666;
    background-color: rgba(102, 102, 102, 0.05);
    text-decoration: none; }
    .unified-panel .content .icon-button--add:not([disabled]):hover, .unified-panel .content .icon-button--add:not(.is-disabled):hover {
      background-color: rgba(42, 56, 216, 0.12);
      color: #2A38D8; }
      .unified-panel .content .icon-button--add:not([disabled]):hover svg, .unified-panel .content .icon-button--add:not([disabled]):hover svg g, .unified-panel .content .icon-button--add:not(.is-disabled):hover svg, .unified-panel .content .icon-button--add:not(.is-disabled):hover svg g {
        fill: #2A38D8; }
    .unified-panel.pp-unified-dashboard .content .icon-button--add:not([disabled]):hover, .unified-panel.pp-unified-dashboard .content .icon-button--add:not(.is-disabled):hover {
      border-color: #003087;
      box-shadow: 0 0 0 1px #003087 inset;
      color: #003087;
      background-color: transparent; }
      .unified-panel.pp-unified-dashboard .content .icon-button--add:not([disabled]):hover svg, .unified-panel.pp-unified-dashboard .content .icon-button--add:not([disabled]):hover svg g, .unified-panel.pp-unified-dashboard .content .icon-button--add:not(.is-disabled):hover svg, .unified-panel.pp-unified-dashboard .content .icon-button--add:not(.is-disabled):hover svg g {
        fill: #003087; }
    .icon-button--add.btn_secondary-danger:not([disabled]):hover, .icon-button--add.btn_secondary-danger:not(.is-disabled):hover {
      color: white;
      background-color: #FF0000;
      text-decoration: none; }
  .icon-button--add:not([disabled]):active, .icon-button--add:not(.is-disabled):active, .icon-button--add:not(.is-disabled):focus {
    background-color: rgba(102, 102, 102, 0.1); }
    .unified-panel .content .icon-button--add:not([disabled]):active, .unified-panel .content .icon-button--add:not(.is-disabled):active, .unified-panel .content .icon-button--add:not(.is-disabled):focus {
      background-color: #d6d9f8; }
    .unified-panel.pp-unified-dashboard .content .icon-button--add:not([disabled]):active, .unified-panel.pp-unified-dashboard .icon-button--add:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .icon-button--add:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .icon-button--add:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .icon-button--add:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .icon-button--add:not(.is-disabled):focus {
      background-color: transparent;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-color: #003087;
      color: #003087; }
      .unified-panel.pp-unified-dashboard .content .icon-button--add.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard .icon-button--add.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .icon-button--add.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .icon-button--add.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .icon-button--add.ui-dialog-titlebar-close:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .icon-button--add.ui-dialog-titlebar-close:not(.is-disabled):focus {
        color: transparent;
        border: none;
        border-color: none;
        box-shadow: none; }
  .icon-button--add:disabled, .icon-button--add.is-disabled, .icon-button--add:disabled:hover, .icon-button--add.is-disabled:hover, .icon-button--add:disabled:active, .icon-button--add.is-disabled:active {
    background-color: transparent;
    border: 1px dotted #E6E6E6;
    color: #B3B3B3;
    cursor: not-allowed; }
    .unified-panel .icon-button--add:disabled, .unified-panel .icon-button--add.is-disabled, .unified-panel .icon-button--add:disabled:hover, .unified-panel .icon-button--add.is-disabled:hover, .unified-panel .icon-button--add:disabled:active, .unified-panel .icon-button--add.is-disabled:active {
      background-color: #efefef;
      color: #d6d6d6;
      border: none; }

.icon-button--export {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  outline: 0;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background-color: transparent;
  border-color: transparent;
  color: #666666;
  font-weight: 400;
  background-image: url(https://gstatic.braintreegateway.com/assets/icons/ic-export-2ade9404a636b059bc42cb6f7c4a4caa1fbf68e0d49b69b745fbf425e9235b18.svg);
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 50px; }
  .icon-button--export .unified-panel-button-icon {
    display: none; }
  .icon-button--export .unified-panel .unified-panel-button-icon {
    display: inline-block; }
  .unified-panel.pp-unified-dashboard .icon-button--export, .unified-panel.pp-unified-dashboard .content .icon-button--export {
    border-radius: 2.4rem;
    font: 400 1.5rem/2.4rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition-property: background-color, box-shadow, color;
    position: relative;
    padding: 1.1rem 2.3rem;
    height: auto; }
    .unified-panel.pp-unified-dashboard .icon-button--export:focus:after, .unified-panel.pp-unified-dashboard .icon-button--export:active:after, .unified-panel.pp-unified-dashboard .content .icon-button--export:focus:after, .unified-panel.pp-unified-dashboard .content .icon-button--export:active:after {
      content: '';
      position: absolute;
      top: -.2rem;
      left: -.2rem;
      border: 0.2rem solid #005ea6;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-radius: 3rem;
      text-indent: -.2rem;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .unified-panel.pp-unified-dashboard .icon-button--export.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .content .icon-button--export.ui-dialog-titlebar-close {
      position: absolute; }
      .unified-panel.pp-unified-dashboard .icon-button--export.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .icon-button--export.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .content .icon-button--export.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .icon-button--export.ui-dialog-titlebar-close:active:after {
        display: none; }
  .unified-panel .content .icon-button--export {
    border: 0;
    background-color: #ebebeb;
    padding: .8rem 2.4rem;
    height: auto;
    margin: 0 1rem 0 0;
    line-height: 2.4rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none; }
    .unified-panel .content .icon-button--export a {
      color: #fff; }
    .unified-panel .content .icon-button--export svg {
      display: inline-block;
      height: initial;
      width: initial; }
    .unified-panel .content .icon-button--export .forward-icon {
      width: 10px;
      height: 10px;
      margin-left: 1ch; }
    .unified-panel .content .icon-button--export .export-icon {
      width: 10px;
      height: 10px;
      transform: rotate(-45deg);
      transform-origin: center;
      margin-right: 1ch; }
    .unified-panel .content .icon-button--export .plus-icon {
      width: 10px;
      height: 10px;
      margin-right: .5rem; }
  .icon-button--export:not([disabled]):hover, .icon-button--export:not(.is-disabled):hover {
    background-color: rgba(102, 102, 102, 0.05);
    text-decoration: none; }
  .icon-button--export:not([disabled]):active, .icon-button--export:not(.is-disabled):active {
    background-color: rgba(102, 102, 102, 0.1); }
  .icon-button--export:disabled, .icon-button--export.is-disabled, .icon-button--export:disabled:hover, .icon-button--export.is-disabled:hover, .icon-button--export:disabled:active, .icon-button--export.is-disabled:active {
    background-color: transparent;
    border: 1px dotted #E6E6E6;
    color: #B3B3B3;
    cursor: not-allowed; }
    .unified-panel .icon-button--export:disabled, .unified-panel .icon-button--export.is-disabled, .unified-panel .icon-button--export:disabled:hover, .unified-panel .icon-button--export.is-disabled:hover, .unified-panel .icon-button--export:disabled:active, .unified-panel .icon-button--export.is-disabled:active {
      background-color: #efefef;
      color: #d6d6d6;
      border: none; }

.icon-button--filter {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  outline: 0;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background-color: white;
  color: #666666;
  font-weight: 400;
  background-image: url(https://gstatic.braintreegateway.com/assets/icons/ic-filter-c7d35d632bf8f1b67f416300103e01e75b5e831357045ff69a99d0d42e52dfab.svg);
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 50px; }
  .icon-button--filter .unified-panel-button-icon {
    display: none; }
  .icon-button--filter .unified-panel .unified-panel-button-icon {
    display: inline-block; }
  .unified-panel.pp-unified-dashboard .icon-button--filter, .unified-panel.pp-unified-dashboard .content .icon-button--filter {
    border-radius: 2.4rem;
    font: 400 1.5rem/2.4rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition-property: background-color, box-shadow, color;
    position: relative;
    padding: 1.1rem 2.3rem;
    height: auto; }
    .unified-panel.pp-unified-dashboard .icon-button--filter:focus:after, .unified-panel.pp-unified-dashboard .icon-button--filter:active:after, .unified-panel.pp-unified-dashboard .content .icon-button--filter:focus:after, .unified-panel.pp-unified-dashboard .content .icon-button--filter:active:after {
      content: '';
      position: absolute;
      top: -.2rem;
      left: -.2rem;
      border: 0.2rem solid #005ea6;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-radius: 3rem;
      text-indent: -.2rem;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .unified-panel.pp-unified-dashboard .icon-button--filter.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .content .icon-button--filter.ui-dialog-titlebar-close {
      position: absolute; }
      .unified-panel.pp-unified-dashboard .icon-button--filter.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .icon-button--filter.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .content .icon-button--filter.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .icon-button--filter.ui-dialog-titlebar-close:active:after {
        display: none; }
  .unified-panel .content .icon-button--filter {
    border: 0;
    background-color: #ebebeb;
    padding: .8rem 2.4rem;
    height: auto;
    margin: 0 1rem 0 0;
    line-height: 2.4rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none; }
    .unified-panel .content .icon-button--filter a {
      color: #fff; }
    .unified-panel .content .icon-button--filter svg {
      display: inline-block;
      height: initial;
      width: initial; }
    .unified-panel .content .icon-button--filter .forward-icon {
      width: 10px;
      height: 10px;
      margin-left: 1ch; }
    .unified-panel .content .icon-button--filter .export-icon {
      width: 10px;
      height: 10px;
      transform: rotate(-45deg);
      transform-origin: center;
      margin-right: 1ch; }
    .unified-panel .content .icon-button--filter .plus-icon {
      width: 10px;
      height: 10px;
      margin-right: .5rem; }
  .unified-panel .content .icon-button--filter {
    color: #202020; }
    .unified-panel .content .icon-button--filter svg, .unified-panel .content .icon-button--filter svg g {
      fill: #202020; }
  .unified-panel.pp-unified-dashboard .content .icon-button--filter {
    background-color: transparent;
    border-color: #0070ba;
    border: 1px solid #0070ba;
    color: #0070ba; }
    .unified-panel.pp-unified-dashboard .content .icon-button--filter svg, .unified-panel.pp-unified-dashboard .content .icon-button--filter svg g {
      fill: #0070ba; }
  .icon-button--filter:not([disabled]):hover, .icon-button--filter:not(.is-disabled):hover {
    color: #666666;
    background-color: rgba(102, 102, 102, 0.05);
    text-decoration: none; }
    .unified-panel .content .icon-button--filter:not([disabled]):hover, .unified-panel .content .icon-button--filter:not(.is-disabled):hover {
      background-color: rgba(42, 56, 216, 0.12);
      color: #2A38D8; }
      .unified-panel .content .icon-button--filter:not([disabled]):hover svg, .unified-panel .content .icon-button--filter:not([disabled]):hover svg g, .unified-panel .content .icon-button--filter:not(.is-disabled):hover svg, .unified-panel .content .icon-button--filter:not(.is-disabled):hover svg g {
        fill: #2A38D8; }
    .unified-panel.pp-unified-dashboard .content .icon-button--filter:not([disabled]):hover, .unified-panel.pp-unified-dashboard .content .icon-button--filter:not(.is-disabled):hover {
      border-color: #003087;
      box-shadow: 0 0 0 1px #003087 inset;
      color: #003087;
      background-color: transparent; }
      .unified-panel.pp-unified-dashboard .content .icon-button--filter:not([disabled]):hover svg, .unified-panel.pp-unified-dashboard .content .icon-button--filter:not([disabled]):hover svg g, .unified-panel.pp-unified-dashboard .content .icon-button--filter:not(.is-disabled):hover svg, .unified-panel.pp-unified-dashboard .content .icon-button--filter:not(.is-disabled):hover svg g {
        fill: #003087; }
    .icon-button--filter.btn_secondary-danger:not([disabled]):hover, .icon-button--filter.btn_secondary-danger:not(.is-disabled):hover {
      color: white;
      background-color: #FF0000;
      text-decoration: none; }
  .icon-button--filter:not([disabled]):active, .icon-button--filter:not(.is-disabled):active, .icon-button--filter:not(.is-disabled):focus {
    background-color: rgba(102, 102, 102, 0.1); }
    .unified-panel .content .icon-button--filter:not([disabled]):active, .unified-panel .content .icon-button--filter:not(.is-disabled):active, .unified-panel .content .icon-button--filter:not(.is-disabled):focus {
      background-color: #d6d9f8; }
    .unified-panel.pp-unified-dashboard .content .icon-button--filter:not([disabled]):active, .unified-panel.pp-unified-dashboard .icon-button--filter:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .icon-button--filter:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .icon-button--filter:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .icon-button--filter:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .icon-button--filter:not(.is-disabled):focus {
      background-color: transparent;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-color: #003087;
      color: #003087; }
      .unified-panel.pp-unified-dashboard .content .icon-button--filter.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard .icon-button--filter.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .icon-button--filter.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .icon-button--filter.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .icon-button--filter.ui-dialog-titlebar-close:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .icon-button--filter.ui-dialog-titlebar-close:not(.is-disabled):focus {
        color: transparent;
        border: none;
        border-color: none;
        box-shadow: none; }
  .icon-button--filter:disabled, .icon-button--filter.is-disabled, .icon-button--filter:disabled:hover, .icon-button--filter.is-disabled:hover, .icon-button--filter:disabled:active, .icon-button--filter.is-disabled:active {
    background-color: transparent;
    border: 1px dotted #E6E6E6;
    color: #B3B3B3;
    cursor: not-allowed; }
    .unified-panel .icon-button--filter:disabled, .unified-panel .icon-button--filter.is-disabled, .unified-panel .icon-button--filter:disabled:hover, .unified-panel .icon-button--filter.is-disabled:hover, .unified-panel .icon-button--filter:disabled:active, .unified-panel .icon-button--filter.is-disabled:active {
      background-color: #efefef;
      color: #d6d6d6;
      border: none; }

.remove_criteria_link {
  background-image: url(https://gstatic.braintreegateway.com/assets/icons/ic-remove-circle-2cc218625881f4bd445ee22aec3d59c6676340cbcf5c0035dfad9b9739b33cda.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  display: block;
  height: 40px;
  overflow: hidden;
  text-indent: -999px;
  width: 40px;
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out; }
  .unified-panel .remove_criteria_link {
    overflow: inherit;
    text-indent: -9999px;
    height: 44px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .remove_criteria_link:not([disabled]):hover, .remove_criteria_link:not(.is-disabled):hover {
    text-decoration: none;
    background-color: rgba(102, 102, 102, 0.05); }
  .remove_criteria_link:not([disabled]):active, .remove_criteria_link:not(.is-disabled):active {
    background-color: rgba(102, 102, 102, 0.1); }

.add_criteria_link {
  background-image: url(https://gstatic.braintreegateway.com/assets/icons/ic-add-circle-51a924e7b1ae40a4b718c5208ec72dadcd1b0c2709e8655221a74ee4ff8a0e3e.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  display: block;
  height: 40px;
  overflow: hidden;
  text-indent: -999px;
  width: 40px;
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out; }
  .unified-panel .add_criteria_link {
    overflow: inherit;
    text-indent: -9999px;
    height: 44px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .add_criteria_link:not([disabled]):hover, .add_criteria_link:not(.is-disabled):hover {
    text-decoration: none;
    background-color: rgba(102, 102, 102, 0.05); }
  .add_criteria_link:not([disabled]):active, .add_criteria_link:not(.is-disabled):active {
    background-color: rgba(102, 102, 102, 0.1); }

.login-with-paypal-button {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  outline: 0;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background-color: white;
  color: #009ADA;
  font-weight: 400;
  border-color: #009ADA;
  display: block; }
  .login-with-paypal-button .unified-panel-button-icon {
    display: none; }
  .login-with-paypal-button .unified-panel .unified-panel-button-icon {
    display: inline-block; }
  .unified-panel.pp-unified-dashboard .login-with-paypal-button, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button {
    border-radius: 2.4rem;
    font: 400 1.5rem/2.4rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition-property: background-color, box-shadow, color;
    position: relative;
    padding: 1.1rem 2.3rem;
    height: auto; }
    .unified-panel.pp-unified-dashboard .login-with-paypal-button:focus:after, .unified-panel.pp-unified-dashboard .login-with-paypal-button:active:after, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button:focus:after, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button:active:after {
      content: '';
      position: absolute;
      top: -.2rem;
      left: -.2rem;
      border: 0.2rem solid #005ea6;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-radius: 3rem;
      text-indent: -.2rem;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .unified-panel.pp-unified-dashboard .login-with-paypal-button.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button.ui-dialog-titlebar-close {
      position: absolute; }
      .unified-panel.pp-unified-dashboard .login-with-paypal-button.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .login-with-paypal-button.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button.ui-dialog-titlebar-close:active:after {
        display: none; }
  .unified-panel .content .login-with-paypal-button {
    border: 0;
    background-color: #ebebeb;
    padding: .8rem 2.4rem;
    height: auto;
    margin: 0 1rem 0 0;
    line-height: 2.4rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none; }
    .unified-panel .content .login-with-paypal-button a {
      color: #fff; }
    .unified-panel .content .login-with-paypal-button svg {
      display: inline-block;
      height: initial;
      width: initial; }
    .unified-panel .content .login-with-paypal-button .forward-icon {
      width: 10px;
      height: 10px;
      margin-left: 1ch; }
    .unified-panel .content .login-with-paypal-button .export-icon {
      width: 10px;
      height: 10px;
      transform: rotate(-45deg);
      transform-origin: center;
      margin-right: 1ch; }
    .unified-panel .content .login-with-paypal-button .plus-icon {
      width: 10px;
      height: 10px;
      margin-right: .5rem; }
  .unified-panel .content .login-with-paypal-button {
    color: #202020; }
    .unified-panel .content .login-with-paypal-button svg, .unified-panel .content .login-with-paypal-button svg g {
      fill: #202020; }
  .unified-panel.pp-unified-dashboard .content .login-with-paypal-button {
    background-color: transparent;
    border-color: #0070ba;
    border: 1px solid #0070ba;
    color: #0070ba; }
    .unified-panel.pp-unified-dashboard .content .login-with-paypal-button svg, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button svg g {
      fill: #0070ba; }
  .login-with-paypal-button:not([disabled]):hover, .login-with-paypal-button:not(.is-disabled):hover {
    color: #009ADA;
    background-color: rgba(0, 154, 218, 0.05);
    text-decoration: none; }
    .unified-panel .content .login-with-paypal-button:not([disabled]):hover, .unified-panel .content .login-with-paypal-button:not(.is-disabled):hover {
      background-color: rgba(42, 56, 216, 0.12);
      color: #2A38D8; }
      .unified-panel .content .login-with-paypal-button:not([disabled]):hover svg, .unified-panel .content .login-with-paypal-button:not([disabled]):hover svg g, .unified-panel .content .login-with-paypal-button:not(.is-disabled):hover svg, .unified-panel .content .login-with-paypal-button:not(.is-disabled):hover svg g {
        fill: #2A38D8; }
    .unified-panel.pp-unified-dashboard .content .login-with-paypal-button:not([disabled]):hover, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button:not(.is-disabled):hover {
      border-color: #003087;
      box-shadow: 0 0 0 1px #003087 inset;
      color: #003087;
      background-color: transparent; }
      .unified-panel.pp-unified-dashboard .content .login-with-paypal-button:not([disabled]):hover svg, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button:not([disabled]):hover svg g, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button:not(.is-disabled):hover svg, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button:not(.is-disabled):hover svg g {
        fill: #003087; }
    .login-with-paypal-button.btn_secondary-danger:not([disabled]):hover, .login-with-paypal-button.btn_secondary-danger:not(.is-disabled):hover {
      color: white;
      background-color: #FF0000;
      text-decoration: none; }
  .login-with-paypal-button:not([disabled]):active, .login-with-paypal-button:not(.is-disabled):active, .login-with-paypal-button:not(.is-disabled):focus {
    background-color: rgba(0, 154, 218, 0.1); }
    .unified-panel .content .login-with-paypal-button:not([disabled]):active, .unified-panel .content .login-with-paypal-button:not(.is-disabled):active, .unified-panel .content .login-with-paypal-button:not(.is-disabled):focus {
      background-color: #d6d9f8; }
    .unified-panel.pp-unified-dashboard .content .login-with-paypal-button:not([disabled]):active, .unified-panel.pp-unified-dashboard .login-with-paypal-button:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .login-with-paypal-button:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .login-with-paypal-button:not(.is-disabled):focus {
      background-color: transparent;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-color: #003087;
      color: #003087; }
      .unified-panel.pp-unified-dashboard .content .login-with-paypal-button.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard .login-with-paypal-button.ui-dialog-titlebar-close:not([disabled]):active, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .login-with-paypal-button.ui-dialog-titlebar-close:not(.is-disabled):active, .unified-panel.pp-unified-dashboard .content .login-with-paypal-button.ui-dialog-titlebar-close:not(.is-disabled):focus, .unified-panel.pp-unified-dashboard .login-with-paypal-button.ui-dialog-titlebar-close:not(.is-disabled):focus {
        color: transparent;
        border: none;
        border-color: none;
        box-shadow: none; }
  .login-with-paypal-button:disabled, .login-with-paypal-button.is-disabled, .login-with-paypal-button:disabled:hover, .login-with-paypal-button.is-disabled:hover, .login-with-paypal-button:disabled:active, .login-with-paypal-button.is-disabled:active {
    background-color: transparent;
    border: 1px dotted #E6E6E6;
    color: #B3B3B3;
    cursor: not-allowed; }
    .unified-panel .login-with-paypal-button:disabled, .unified-panel .login-with-paypal-button.is-disabled, .unified-panel .login-with-paypal-button:disabled:hover, .unified-panel .login-with-paypal-button.is-disabled:hover, .unified-panel .login-with-paypal-button:disabled:active, .unified-panel .login-with-paypal-button.is-disabled:active {
      background-color: #efefef;
      color: #d6d6d6;
      border: none; }
  .unified-panel .login-with-paypal-button {
    background-color: #ebebeb;
    background-image: url(https://gstatic.braintreegateway.com/assets/logos/paypal-monogram-0fdd79cf57bf0ac90c214f1ba7079152987a1faee73c7e3d4d46852142a981ae.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
    border-color: transparent;
    color: #202020;
    font-weight: 500; }
    .unified-panel .login-with-paypal-button:hover {
      background-color: rgba(42, 56, 216, 0.08);
      color: #2A38D8; }

.button-text {
  display: block; }

.button-spinner {
  background: url(https://gstatic.braintreegateway.com/assets/icon-loading-8d2825e7ebc69a5f237622d9a6dc61dc79157f9623fa7b0e66491ee0fdd6719c.svg) no-repeat center center;
  background-size: 20px 20px;
  display: none;
  height: 20px;
  width: 20px;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.is-submitting {
  position: relative; }
  .is-submitting .button-text {
    display: none; }
  .is-submitting .button-spinner {
    animation: button-spinner 600ms forwards infinite cubic-bezier(0.22, 0.44, 0, 0.88);
    display: block;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 333ms cubic-bezier(0.22, -0.44, 0, 1);
    -moz-transition: all 333ms cubic-bezier(0.22, -0.44, 0, 1);
    -o-transition: all 333ms cubic-bezier(0.22, -0.44, 0, 1);
    transition: all 333ms cubic-bezier(0.22, -0.44, 0, 1); }

@keyframes button-spinner {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-size: 10px;
  height: 100%; }

body {
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  line-height: 1.71;
  padding-top: 60px;
  padding-left: 270px;
  min-height: 100%;
  color: #666666; }
  body.unified-panel {
    padding-top: 0;
    padding-left: 0; }
    body.unified-panel.pp-unified-dashboard {
      font: 500 1.6rem/2.4rem "PayPalSansBig", "Avenir Next", "Helvetica Neue", Arial;
      display: flex;
      flex-direction: column; }
  body.with-notification-banner {
    margin-top: 3rem; }

body.no-nav {
  padding-left: 0; }

pre, code {
  font-family: "bt_mono","Source Code Pro",monospace;
  font-weight: 600; }

label {
  color: #666666;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.71;
  margin-bottom: 5px; }
  .unified-panel label {
    color: #5c5c5c;
    font-size: 1.2rem; }

.modal label {
  display: block; }

.input-helper {
  color: #B3B3B3;
  font-size: 1.1rem;
  margin: 0;
  padding: 5px 0; }

.labelled_text {
  background-color: #F7F7F7;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  color: black;
  display: inline-block;
  padding: 5px 10px; }
  .unified-panel .labelled_text {
    background-color: #f4f4f4;
    border: 1px solid #d6d6d6;
    color: #202020;
    font-weight: 500;
    height: 44px;
    padding: 10px 10px;
    max-width: 460px;
    width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
  fieldset + fieldset {
    margin-top: 10px; }
  fieldset.form-section {
    background-color: #F7F7F7;
    border-radius: 8px;
    padding: 20px; }

input[type="image"] {
  border: 0;
  outline: 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"] {
  background-color: white;
  background-repeat: no-repeat;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  color: black;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  line-height: 1.71;
  height: 44px;
  outline: 0;
  padding: 0 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out;
  transition: border 200ms ease-out; }
  .unified-panel input[type="text"], .unified-panel input[type="password"], .unified-panel input[type="email"], .unified-panel input[type="tel"], .unified-panel input[type="url"], .unified-panel input[type="number"] {
    border: 1px solid #d6d6d6;
    color: #202020; }
  .unified-panel input[type="text"][type="text"], .unified-panel input[type="password"][type="text"], .unified-panel input[type="email"][type="text"], .unified-panel input[type="tel"][type="text"], .unified-panel input[type="url"][type="text"], .unified-panel input[type="number"][type="text"] {
    background-color: white;
    border: 1px solid #d6d6d6;
    font-weight: 500;
    color: #202020; }
  .unified-panel.pp-unified-dashboard input[type="text"], .unified-panel.pp-unified-dashboard input[type="password"], .unified-panel.pp-unified-dashboard input[type="email"], .unified-panel.pp-unified-dashboard input[type="tel"], .unified-panel.pp-unified-dashboard input[type="url"], .unified-panel.pp-unified-dashboard input[type="number"] {
    border-color: #b7bcbf;
    color: #2c2e2f; }
  .unified-panel input[type="text"]:hover, .unified-panel input[type="password"]:hover, .unified-panel input[type="email"]:hover, .unified-panel input[type="tel"]:hover, .unified-panel input[type="url"]:hover, .unified-panel input[type="number"]:hover {
    border-color: #2A38D8; }
  .unified-panel.pp-unified-dashboard input[type="text"]:hover, .unified-panel.pp-unified-dashboard input[type="password"]:hover, .unified-panel.pp-unified-dashboard input[type="email"]:hover, .unified-panel.pp-unified-dashboard input[type="tel"]:hover, .unified-panel.pp-unified-dashboard input[type="url"]:hover, .unified-panel.pp-unified-dashboard input[type="number"]:hover {
    border-color: #b7bcbf; }
  .unified-panel input[type="text"]::placeholder, .unified-panel input[type="password"]::placeholder, .unified-panel input[type="email"]::placeholder, .unified-panel input[type="tel"]::placeholder, .unified-panel input[type="url"]::placeholder, .unified-panel input[type="number"]::placeholder {
    font-weight: 400; }
  .pp-unified-dashboard.unified-panel input[type="text"]::placeholder, .pp-unified-dashboard.unified-panel input[type="password"]::placeholder, .pp-unified-dashboard.unified-panel input[type="email"]::placeholder, .pp-unified-dashboard.unified-panel input[type="tel"]::placeholder, .pp-unified-dashboard.unified-panel input[type="url"]::placeholder, .pp-unified-dashboard.unified-panel input[type="number"]::placeholder {
    font: 500 1.6rem/2.4rem "PayPalSansBig", "Avenir Next", "Helvetica Neue", Arial; }
  input[type="text"]:not([readonly]):focus,
  input[type="password"]:not([readonly]):focus,
  input[type="email"]:not([readonly]):focus,
  input[type="tel"]:not([readonly]):focus,
  input[type="url"]:not([readonly]):focus,
  input[type="number"]:not([readonly]):focus {
    border: 1px solid #61D395; }
    .unified-panel input[type="text"]:not([readonly]):focus, .unified-panel input[type="password"]:not([readonly]):focus, .unified-panel input[type="email"]:not([readonly]):focus, .unified-panel input[type="tel"]:not([readonly]):focus, .unified-panel input[type="url"]:not([readonly]):focus, .unified-panel input[type="number"]:not([readonly]):focus {
      border-color: #2A38D8;
      box-shadow: 0 0 0 1px #2A38D8, 0 0 0 7px rgba(42, 56, 216, 0.08); }
    .unified-panel.pp-unified-dashboard input[type="text"]:not([readonly]):focus, .unified-panel.pp-unified-dashboard input[type="password"]:not([readonly]):focus, .unified-panel.pp-unified-dashboard input[type="email"]:not([readonly]):focus, .unified-panel.pp-unified-dashboard input[type="tel"]:not([readonly]):focus, .unified-panel.pp-unified-dashboard input[type="url"]:not([readonly]):focus, .unified-panel.pp-unified-dashboard input[type="number"]:not([readonly]):focus {
      border: 1px solid #0070ba;
      box-shadow: inset 0 0 0 1px #009cde; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="email"]:disabled,
  input[type="tel"]:disabled,
  input[type="url"]:disabled,
  input[type="number"]:disabled {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px dotted #E6E6E6;
    color: #B3B3B3; }
    .unified-panel input[type="text"]:disabled, .unified-panel input[type="password"]:disabled, .unified-panel input[type="email"]:disabled, .unified-panel input[type="tel"]:disabled, .unified-panel input[type="url"]:disabled, .unified-panel input[type="number"]:disabled {
      background-color: #f4f4f4; }
      .unified-panel input[type="text"]:disabled:hover, .unified-panel input[type="password"]:disabled:hover, .unified-panel input[type="email"]:disabled:hover, .unified-panel input[type="tel"]:disabled:hover, .unified-panel input[type="url"]:disabled:hover, .unified-panel input[type="number"]:disabled:hover {
        border-color: #ebebeb; }
  input[type="text"][readonly],
  input[type="password"][readonly],
  input[type="email"][readonly],
  input[type="tel"][readonly],
  input[type="url"][readonly],
  input[type="number"][readonly] {
    cursor: not-allowed; }
    .unified-panel input[type="text"][readonly], .unified-panel input[type="password"][readonly], .unified-panel input[type="email"][readonly], .unified-panel input[type="tel"][readonly], .unified-panel input[type="url"][readonly], .unified-panel input[type="number"][readonly] {
      background-color: #f4f4f4;
      color: #adadad; }
      .unified-panel input[type="text"][readonly]:hover, .unified-panel input[type="password"][readonly]:hover, .unified-panel input[type="email"][readonly]:hover, .unified-panel input[type="tel"][readonly]:hover, .unified-panel input[type="url"][readonly]:hover, .unified-panel input[type="number"][readonly]:hover {
        border: 1px solid #d6d6d6; }

input[type="search"] {
  border-radius: 22px; }

textarea {
  background-color: white;
  background-repeat: no-repeat;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  color: black;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  line-height: 1.71;
  height: 44px;
  outline: 0;
  padding: 0 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out;
  transition: border 200ms ease-out;
  height: auto;
  min-height: 200px; }
  .unified-panel textarea {
    border: 1px solid #d6d6d6;
    color: #202020; }
  .unified-panel textarea[type="text"] {
    background-color: white;
    border: 1px solid #d6d6d6;
    font-weight: 500;
    color: #202020; }
  .unified-panel.pp-unified-dashboard textarea {
    border-color: #b7bcbf;
    color: #2c2e2f; }
  .unified-panel textarea:hover {
    border-color: #2A38D8; }
  .unified-panel.pp-unified-dashboard textarea:hover {
    border-color: #b7bcbf; }
  .unified-panel textarea::placeholder {
    font-weight: 400; }
  .pp-unified-dashboard.unified-panel textarea::placeholder {
    font: 500 1.6rem/2.4rem "PayPalSansBig", "Avenir Next", "Helvetica Neue", Arial; }
  textarea:not([readonly]):focus {
    border: 1px solid #61D395; }
    .unified-panel textarea:not([readonly]):focus {
      border-color: #2A38D8;
      box-shadow: 0 0 0 1px #2A38D8, 0 0 0 7px rgba(42, 56, 216, 0.08); }
    .unified-panel.pp-unified-dashboard textarea:not([readonly]):focus {
      border: 1px solid #0070ba;
      box-shadow: inset 0 0 0 1px #009cde; }
  textarea:disabled {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px dotted #E6E6E6;
    color: #B3B3B3; }
    .unified-panel textarea:disabled {
      background-color: #f4f4f4; }
      .unified-panel textarea:disabled:hover {
        border-color: #ebebeb; }
  textarea[readonly] {
    cursor: not-allowed; }
    .unified-panel textarea[readonly] {
      background-color: #f4f4f4;
      color: #adadad; }
      .unified-panel textarea[readonly]:hover {
        border: 1px solid #d6d6d6; }
  .unified-panel textarea {
    padding-top: 5px;
    padding-bottom: 5px; }

select {
  background-color: white;
  background-repeat: no-repeat;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  box-sizing: border-box;
  color: black;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  line-height: 1.71;
  height: 44px;
  outline: 0;
  padding: 0 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out;
  transition: border 200ms ease-out;
  background: white url(https://gstatic.braintreegateway.com/assets/icons/ic-menu-down-arrow-259afee866fc09b12d293f26563b6df3585797a0f732fb7f0d80533cff487a3a.svg) right 10px center no-repeat;
  background-size: 10px 5px;
  padding-right: 0px;
  height: 44px; }
  .unified-panel select {
    border: 1px solid #d6d6d6;
    color: #202020; }
  .unified-panel select[type="text"] {
    background-color: white;
    border: 1px solid #d6d6d6;
    font-weight: 500;
    color: #202020; }
  .unified-panel.pp-unified-dashboard select {
    border-color: #b7bcbf;
    color: #2c2e2f; }
  .unified-panel select:hover {
    border-color: #2A38D8; }
  .unified-panel.pp-unified-dashboard select:hover {
    border-color: #b7bcbf; }
  .unified-panel select::placeholder {
    font-weight: 400; }
  .pp-unified-dashboard.unified-panel select::placeholder {
    font: 500 1.6rem/2.4rem "PayPalSansBig", "Avenir Next", "Helvetica Neue", Arial; }
  select:not([readonly]):focus {
    border: 1px solid #61D395; }
    .unified-panel select:not([readonly]):focus {
      border-color: #2A38D8;
      box-shadow: 0 0 0 1px #2A38D8, 0 0 0 7px rgba(42, 56, 216, 0.08); }
    .unified-panel.pp-unified-dashboard select:not([readonly]):focus {
      border: 1px solid #0070ba;
      box-shadow: inset 0 0 0 1px #009cde; }
  select:disabled {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px dotted #E6E6E6;
    color: #B3B3B3; }
    .unified-panel select:disabled {
      background-color: #f4f4f4; }
      .unified-panel select:disabled:hover {
        border-color: #ebebeb; }
  select[readonly] {
    cursor: not-allowed; }
    .unified-panel select[readonly] {
      background-color: #f4f4f4;
      color: #adadad; }
      .unified-panel select[readonly]:hover {
        border: 1px solid #d6d6d6; }
  .unified-panel select {
    color: #202020; }
    .unified-panel select:hover {
      cursor: pointer; }

.unified-panel .selector {
  border: 1px solid #d6d6d6;
  font-size: 1.4rem;
  font-weight: 500; }
  .unified-panel .selector span {
    color: #202020;
    text-shadow: none; }
  .unified-panel .selector:hover {
    border-color: #2A38D8; }
    .unified-panel .selector:hover span {
      background: url(https://gstatic.braintreegateway.com/assets/dropwdown-arrows-1d5d88132551386ecd6533b1a411aac3dd7255524410cbf57638adbf0415f575.png) right 17px no-repeat transparent; }
  .unified-panel .selector.focus {
    border-color: #2A38D8;
    box-shadow: 0 0 0 1px #2A38D8, 0 0 0 7px rgba(42, 56, 216, 0.08); }

.bt-checkbox, .bt-checkbox--descriptive {
  color: black;
  line-height: 20px; }
  .unified-panel .bt-checkbox, .unified-panel .bt-checkbox--descriptive {
    color: #202020; }
  .unified-panel.pp-unified-dashboard .bt-checkbox, .unified-panel.pp-unified-dashboard .bt-checkbox--descriptive {
    color: #0070ba; }
  .bt-checkbox input[type="checkbox"], .bt-checkbox--descriptive input[type="checkbox"] {
    display: none; }
    .bt-checkbox input[type="checkbox"]:checked + .bt-checkbox-title:before, .bt-checkbox--descriptive input[type="checkbox"]:checked + .bt-checkbox-title:before {
      background-color: #61D395;
      background-size: 12px 9px;
      border-color: #61D395; }
  .bt-checkbox .bt-checkbox-title, .bt-checkbox--descriptive .bt-checkbox-title {
    display: inline-block;
    padding-left: 30px;
    position: relative; }
    .bt-checkbox .bt-checkbox-title:before, .bt-checkbox--descriptive .bt-checkbox-title:before {
      background: white url(https://gstatic.braintreegateway.com/assets/icons/icon-check-white-9e72fba01e8126e08f59affd76e42823db50513870a1fa25923fa5f4f76936d1.svg) center center no-repeat;
      background-size: 0px 0px;
      border: 1px solid #E6E6E6;
      border-radius: 4px;
      box-sizing: border-box;
      content: '';
      display: block;
      height: 20px;
      left: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 20px;
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }

.bt-checkbox--descriptive .bt-checkbox-description {
  color: #666666;
  display: block;
  font-size: 1.1rem;
  line-height: 2; }

.bt-radio {
  line-height: 20px; }
  .bt-radio input[type="radio"] {
    display: none; }
    .bt-radio input[type="radio"]:checked + .bt-radio-title:before {
      border: 7px solid #61D395; }
  .bt-radio .bt-radio-title {
    padding-left: 30px;
    position: relative; }
    .bt-radio .bt-radio-title:before {
      background-color: white;
      border: 1px solid #E6E6E6;
      border-radius: 50%;
      box-sizing: border-box;
      content: '';
      display: block;
      height: 20px;
      left: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 20px;
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }

.bt-checkbox-group {
  display: flex;
  flex-wrap: wrap; }
  .bt-checkbox-group .bt-checkbox,
  .bt-checkbox-group .bt-checkbox--descriptive {
    margin: 0;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 100%; }
    @media (min-width: 641px) {
      .bt-checkbox-group .bt-checkbox,
      .bt-checkbox-group .bt-checkbox--descriptive {
        width: 50%; } }
    @media (min-width: 1025px) {
      .bt-checkbox-group .bt-checkbox,
      .bt-checkbox-group .bt-checkbox--descriptive {
        width: 33.333333%; } }
.bt-form-section {
  margin-bottom: 20px; }

.bt-form-field {
  margin-bottom: 20px; }
  .bt-form-field--horizontal {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

/* ==========================================================================

The Grid

========================================================================== */
.grid, .aib-pricing-options {
  max-width: 72em;
  position: relative;
  box-sizing: border-box; }
  .grid:after, .aib-pricing-options:after {
    content: '';
    display: table;
    clear: both; }

.grid__column--1 {
  position: relative;
  width: 8.3333333333%;
  float: left;
  box-sizing: border-box;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.grid__column--push-1 {
  margin-left: 8.3333333333%; }

.grid__column--2 {
  position: relative;
  width: 16.6666666667%;
  float: left;
  box-sizing: border-box;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.grid__column--push-2 {
  margin-left: 16.6666666667%; }

.grid__column--3 {
  position: relative;
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.grid__column--push-3 {
  margin-left: 25%; }

.grid__column--4 {
  position: relative;
  width: 33.3333333333%;
  float: left;
  box-sizing: border-box;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.grid__column--push-4 {
  margin-left: 33.3333333333%; }

.grid__column--5 {
  position: relative;
  width: 41.6666666667%;
  float: left;
  box-sizing: border-box;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.grid__column--push-5 {
  margin-left: 41.6666666667%; }

.grid__column--6 {
  position: relative;
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.grid__column--push-6 {
  margin-left: 50%; }

.grid__column--7 {
  position: relative;
  width: 58.3333333333%;
  float: left;
  box-sizing: border-box;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.grid__column--push-7 {
  margin-left: 58.3333333333%; }

.grid__column--8 {
  position: relative;
  width: 66.6666666667%;
  float: left;
  box-sizing: border-box;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.grid__column--push-8 {
  margin-left: 66.6666666667%; }

.grid__column--9 {
  position: relative;
  width: 75%;
  float: left;
  box-sizing: border-box;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.grid__column--push-9 {
  margin-left: 75%; }

.grid__column--10 {
  position: relative;
  width: 83.3333333333%;
  float: left;
  box-sizing: border-box;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.grid__column--push-10 {
  margin-left: 83.3333333333%; }

.grid__column--11 {
  position: relative;
  width: 91.6666666667%;
  float: left;
  box-sizing: border-box;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.grid__column--push-11 {
  margin-left: 91.6666666667%; }

.grid__column--12 {
  position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }

.grid__column--push-12 {
  margin-left: 100%; }

[class^="grid__column--"]:first-child {
  padding-left: 0; }

.grid__column--centered {
  margin-left: auto;
  margin-right: auto;
  float: none; }

.grid__column--last {
  float: right;
  padding-right: 0; }

table {
  font-size: 14px;
  width: 100%; }
  table th {
    border-bottom: 2px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    color: #3E3C42;
    font-weight: 500;
    padding: 10px 20px;
    text-align: left; }
    table th.align-center {
      text-align: center; }
    table th.align-right {
      text-align: right; }
    table th:first-child {
      border-left: none; }
    .unified-panel table th {
      font-size: 12px;
      font-weight: 500;
      border-bottom: 1px solid #d6d6d6;
      border-left: 0;
      vertical-align: bottom;
      color: #202020; }
  table td {
    border-top: 1px solid #E6E6E6;
    color: #3E3C42;
    font-size: 14px;
    padding: 10px 20px;
    vertical-align: middle;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #202020; }
    table td.align-center {
      text-align: center; }
    table td.align-right {
      text-align: right; }
    table td.bt-internal-column {
      background-color: #f6f0fe; }
    .unified-panel table td {
      border-top: 0;
      border-bottom: 1px solid #d6d6d6;
      height: 60px;
      transition: none;
      line-height: 1.4; }
  table tr:hover td {
    background-color: rgba(0, 0, 0, 0.05); }
    table tr:hover td.bt-internal-column {
      background-color: #f6f0fe; }
    .unified-panel table tr:hover td {
      background-color: #f9f9f9; }
      .unified-panel table tr:hover td.bt-internal-column {
        background-color: #f6f0fe; }
  table.table--basic, table.advanced-search-table {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    margin: 0; }
    table.table--basic th, table.advanced-search-table th {
      border-top: 1px solid #E6E6E6; }
  .unified-panel table {
    box-shadow: none;
    border-radius: 0; }
    .unified-panel table thead {
      border-bottom: 1px solid #d6d6d6; }
    .unified-panel table tbody tr.total-row td {
      border-bottom: none; }
  .unified-panel.pp-unified-dashboard table:not(.ui-datepicker-calendar) {
    border: 1px solid #cbd2d6;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem;
    border-collapse: inherit;
    box-sizing: border-box; }
    .unified-panel.pp-unified-dashboard table:not(.ui-datepicker-calendar) th {
      font-family: "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.6rem;
      position: relative;
      padding: 1.2rem; }
      .unified-panel.pp-unified-dashboard table:not(.ui-datepicker-calendar) th:first-child {
        padding-left: 1.6rem; }
      .unified-panel.pp-unified-dashboard table:not(.ui-datepicker-calendar) th:not(:last-of-type):before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        border-left: 1px solid #cbd2d6;
        width: .2rem;
        top: 1.2rem;
        bottom: 1.2rem; }
    .unified-panel.pp-unified-dashboard table:not(.ui-datepicker-calendar) td {
      font-family: "PayPalSansBig-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1.6rem;
      padding: 1.2rem;
      height: 5rem; }
      .unified-panel.pp-unified-dashboard table:not(.ui-datepicker-calendar) td:first-child {
        padding-left: 1.6rem; }
      .unified-panel.pp-unified-dashboard table:not(.ui-datepicker-calendar) td a {
        color: #0070ba;
        font: 500 1.6rem/2.4rem "PayPalSansBig", "Avenir Next", "Helvetica Neue", Arial; }
        .unified-panel.pp-unified-dashboard table:not(.ui-datepicker-calendar) td a:hover {
          color: #003087; }
    .unified-panel.pp-unified-dashboard table:not(.ui-datepicker-calendar) thead {
      background-color: #eaeced; }
    .unified-panel.pp-unified-dashboard table:not(.ui-datepicker-calendar) tr:hover td {
      background-color: #f5f7fa; }
    .unified-panel.pp-unified-dashboard table:not(.ui-datepicker-calendar) tr:last-of-type td {
      border-bottom-width: 0; }

td .buttons form {
  display: inline;
  margin: 0;
  padding: 0; }

td .buttons .inline-table-link,
td .buttons .link {
  background: transparent;
  border: 0;
  color: #61D395;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  line-height: 1.71;
  margin: 0 5px;
  padding: 0;
  outline: 0;
  vertical-align: baseline; }
  td .buttons .inline-table-link:hover,
  td .buttons .link:hover {
    text-decoration: underline; }
    .unified-panel td .buttons .inline-table-link:hover, .unified-panel td .buttons .link:hover {
      color: #202020;
      text-decoration: none; }
    .unified-panel.pp-unified-dashboard td .buttons .inline-table-link:hover, .unified-panel.pp-unified-dashboard td .buttons .link:hover {
      color: #003087; }
  .unified-panel td .buttons .inline-table-link, .unified-panel td .buttons .link {
    color: #2A38D8;
    -webkit-font-smoothing: antialiased;
    font-weight: 500; }
  .unified-panel.pp-unified-dashboard td .buttons .inline-table-link, .unified-panel.pp-unified-dashboard td .buttons .link {
    color: #0070ba;
    font: 500 1.6rem/2.4rem "PayPalSansBig", "Avenir Next", "Helvetica Neue", Arial; }
  td .buttons .inline-table-link.link--with-tooltip-trigger,
  td .buttons .link.link--with-tooltip-trigger {
    margin-right: 0; }

.unified-panel.pp-unified-dashboard td .buttons {
  padding-top: 0; }

.table-container {
  max-width: 100%;
  overflow-x: scroll;
  width: 100%; }

.table-preview-toggle-column {
  width: 24px; }

.table-preview-toggle {
  background-size: 24px 24px;
  background: url(https://gstatic.braintreegateway.com/assets/icons/ic-arrow-down-2db40860d52fb82969439f305ad5fb5a38c7c3390f1bf36922575d19fb02d692.svg) left center no-repeat;
  display: block;
  height: 24px;
  overflow: hidden;
  text-indent: -9999em;
  width: 24px; }

.preview-loading .table-preview-toggle {
  background-image: url(https://gstatic.braintreegateway.com/assets/spinner-dde9a6972ea62452846e4a2375c01938ef01de467a213fbba45a4c219ba50bfb.gif);
  background-size: 24px 24px; }

.preview-visible .table-preview-toggle {
  background-image: url(https://gstatic.braintreegateway.com/assets/icons/ic-arrow-up-9406dcd3f54a58e25733663272ded944b2f0d4ee877d38f0735d5c159a929ab5.svg);
  background-size: 24px 24px; }

.preview-panel td {
  border-top: none;
  padding: 0; }

.preview-panel .card-body {
  padding-top: 0; }

.preview-panel :not(.preview-panel-headless) td {
  padding-bottom: 20px;
  padding-top: 20px; }

.preview-panel .info-card {
  background-color: #F7F7F7;
  box-shadow: none;
  margin: 0; }

.preview-panel .more-details-link {
  color: #666666;
  display: inline-block;
  margin: 1em 0 0.5em 0; }
  .preview-panel .more-details-link:hover {
    text-decoration: none;
    opacity: 0.5; }

.preview-panel:hover td {
  cursor: initial;
  background-color: initial; }

.unified-panel table table {
  margin-bottom: 0; }
  .unified-panel table table td {
    border-bottom: 0;
    padding: 0; }

table.sep,
table.results,
table.table {
  border: 1px solid #E6E6E6;
  box-shadow: none; }
  .unified-panel.pp-unified-dashboard table.sep, .unified-panel.pp-unified-dashboard table.results, .unified-panel.pp-unified-dashboard table.table {
    border: 1px solid #cbd2d6;
    font-family: "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem;
    border-collapse: inherit;
    box-sizing: border-box; }
  table.sep th,
  table.results th,
  table.table th {
    background-color: #F9F9F9; }
    table.sep th.bt-internal-column,
    table.results th.bt-internal-column,
    table.table th.bt-internal-column {
      background-color: #f6f0fe; }
    .unified-panel table.sep th, .unified-panel table.results th, .unified-panel table.table th {
      background-color: #fff; }
      .unified-panel table.sep th.bt-internal-column, .unified-panel table.results th.bt-internal-column, .unified-panel table.table th.bt-internal-column {
        background-color: #f6f0fe; }
    .unified-panel.pp-unified-dashboard table.sep th, .unified-panel.pp-unified-dashboard table.results th, .unified-panel.pp-unified-dashboard table.table th {
      background-color: #eaeced; }
  .unified-panel table.sep, .unified-panel table.results, .unified-panel table.table {
    border: 0; }

h1 {
  color: black;
  font-family: "bt_mono", monospace;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0; }
  .unified-panel h1 {
    color: #202020; }
  .unified-panel.pp-unified-dashboard h1 {
    color: #2c2e2f;
    font: 400 4rem/4.8rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h2 {
  color: black;
  font-family: "bt_mono", monospace;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.36;
  margin: 0; }
  .unified-panel h2 {
    color: #202020;
    font: 500 2.6rem/3.2rem "Avenir Next", "Helvetica Neue", Arial; }
  .unified-panel.pp-unified-dashboard h2 {
    color: #2c2e2f;
    font: 400 3.2rem/4rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h3 {
  color: black;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 .5em 0; }
  .unified-panel h3 {
    color: #202020;
    font: 500 2rem/2.6rem "Avenir Next", "Helvetica Neue", Arial; }
  .unified-panel.pp-unified-dashboard h3 {
    color: #2c2e2f;
    font: 400 2.4rem/3.2rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h4 {
  color: black;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71;
  margin: 1em 0 .5em 0;
  text-transform: capitalize; }
  .unified-panel h4 {
    color: #202020;
    font: 500 1.6rem/2.2rem "Avenir Next", "Helvetica Neue", Arial;
    margin: 0; }
  .unified-panel.pp-unified-dashboard h4 {
    color: #2c2e2f;
    font: 400 2rem/2.8rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h5, h6 {
  color: #666666;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2;
  margin: 0;
  text-transform: uppercase; }
  .unified-panel h5, .unified-panel h6 {
    font: 400 1.2rem/2rem "Avenir Next", "Helvetica Neue", Arial;
    text-transform: initial;
    letter-spacing: initial; }
  .unified-panel.pp-unified-dashboard h5, .unified-panel.pp-unified-dashboard h6 {
    font: 400 1.4rem/2rem "PayPalSansBig-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

p {
  margin: 1em 0; }

ul, ol {
  color: #666666;
  margin: 1em 0 1em 1.2em; }

b, strong {
  font-weight: 500; }

small {
  font-size: 1.1rem; }

.indent {
  margin-left: 20px; }

::-webkit-selection {
  background: rgba(0, 0, 0, 0.1); }

::-moz-selection {
  background: rgba(0, 0, 0, 0.1); }

::selection {
  background: rgba(0, 0, 0, 0.1); }

.link {
  background: transparent;
  border-width: 0;
  cursor: pointer;
  display: inline-block;
  outline-width: 0;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }
  .link:hover {
    text-decoration: underline; }

.link:focus,
.link:active {
  text-decoration: none; }

.link:disabled,
.link.is-disabled {
  cursor: default;
  pointer-events: none; }

.link-primary {
  color: #61D395; }
  .unified-panel .link-primary {
    color: #2A38D8; }
  .unified-panel.pp-unified-dashboard .link-primary {
    color: #003087; }

.link-danger {
  color: #FF0000; }

.link-hover-button {
  border: solid 1px transparent;
  border-radius: 4px;
  color: #B3B3B3;
  min-height: 36px;
  min-width: 36px;
  transition: color 200ms, border 200ms; }
  .link-hover-button:hover {
    border: 1px solid #E6E6E6; }
    .unified-panel .link-hover-button:hover {
      border: 1px solid #ebebeb; }
  .unified-panel .link-hover-button {
    color: #202020; }

.link-hover-button--danger:hover {
  color: #FF0000; }
  .unified-panel .link-hover-button--danger:hover {
    text-decoration: none; }

.link-svg {
  height: 1rem;
  width: 1rem;
  margin-left: 0.5ch;
  display: inline-block; }

/* ==========================================================================
   Text utilities
   ========================================================================== */
/**
 * Horizontal alignment
 */
.u-text-center {
  text-align: center !important; }

.u-text-right {
  text-align: right; }

/**
 * Vertical alignment
 */
.u-text-body {
  margin-bottom: 18px; }

/**
 * Overflow with elipses
 * use in conjunction with defined width/max-width
 */
.overflow-ellipses {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.u-text-small {
  font-size: 0.875em; }

.u-text-color-light {
  color: #666869; }

.u-text-bold {
  font-weight: 600; }

.u-text-medium {
  font-weight: 500; }

.u-text-error {
  color: #FF0000; }

/**
 * Font Families
 */
.monospace {
  font-family: "bt_mono", courier, monospace; }

@-webkit-keyframes scale-in-down {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, 0, 0) scale(1.125);
    -webkit-transform: translate3d(0, 0, 0) scale(1.125);
    -moz-transform: translate3d(0, 0, 0) scale(1.125);
    -o-transform: translate3d(0, 0, 0) scale(1.125);
    transform: translate3d(0, 0, 0) scale(1.125); }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }

@-moz-keyframes scale-in-down {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, 0, 0) scale(1.125);
    -webkit-transform: translate3d(0, 0, 0) scale(1.125);
    -moz-transform: translate3d(0, 0, 0) scale(1.125);
    -o-transform: translate3d(0, 0, 0) scale(1.125);
    transform: translate3d(0, 0, 0) scale(1.125); }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }

@keyframes scale-in-down {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, 0, 0) scale(1.125);
    -webkit-transform: translate3d(0, 0, 0) scale(1.125);
    -moz-transform: translate3d(0, 0, 0) scale(1.125);
    -o-transform: translate3d(0, 0, 0) scale(1.125);
    transform: translate3d(0, 0, 0) scale(1.125); }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0); }
  16.66%, 49.99%, 82.33% {
    -webkit-transform: translate3d(-6px, 0, 0); }
  33.33%, 66.66% {
    -webkit-transform: translate3d(6px, 0, 0); } }

@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translate3d(0, 0, 0); }
  16.66%, 49.99%, 82.33% {
    -moz-transform: translate3d(-6px, 0, 0); }
  33.33%, 66.66% {
    -moz-transform: translate3d(6px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 49.99%, 82.33% {
    transform: translate3d(-6px, 0, 0); }
  33.33%, 66.66% {
    transform: translate3d(6px, 0, 0); } }

.nav {
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 2em;
  padding-top: 40px;
  position: fixed;
  top: 60px;
  width: inherit; }

.nav__group {
  margin-bottom: 20px; }
  .nav__group:last-of-type {
    margin-bottom: 0; }

/*
Anything below this line is new panel styles
*/
/* Shared styles */
.unified-panel-header__settings-menu, .unified-panel-header__toggle-menu-links {
  position: absolute;
  z-index: 2;
  top: 6rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.02);
  color: #000;
  opacity: 0;
  pointer-events: none;
  margin-top: -1rem; }
  .unified-panel .unified-panel-header__settings-menu, .unified-panel .unified-panel-header__toggle-menu-links {
    color: #202020; }
  .open.unified-panel-header__settings-menu, .open.unified-panel-header__toggle-menu-links {
    animation: bounceappear 300ms;
    opacity: 1;
    pointer-events: auto;
    margin-top: 0; }

.unified-panel-header__settings-links, .unified-panel-header__toggle-menu-links {
  padding-bottom: .5em;
  padding-top: .5em; }
  .unified-panel-header__settings-links a, .unified-panel-header__toggle-menu-links a {
    display: block;
    line-height: 1;
    padding: .5em 1em;
    width: 100%;
    color: #000; }
    .unified-panel .unified-panel-header__settings-links a, .unified-panel .unified-panel-header__toggle-menu-links a {
      color: #202020; }
    .unified-panel-header__settings-links a:hover, .unified-panel-header__toggle-menu-links a:hover {
      text-decoration: none;
      background: rgba(42, 56, 216, 0.08);
      color: #2A38D8; }
    .unified-panel-header__settings-links a[target="_blank"]:after, .unified-panel-header__toggle-menu-links a[target="_blank"]:after {
      content: " ";
      background-image: url(https://gstatic.braintreegateway.com/assets/unified_panel/external_link-9cfa7d935bc48cf86e1a7130cd76c278738ae4b978b1b64f0fbfece5631a67a7.svg);
      background-repeat: none;
      background-size: 100%;
      display: inline-block;
      width: 1.2ch;
      height: 1.2ch;
      margin-left: 1ch; }

.unified-panel-header {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 400ms ease-out; }
  .unified-panel-header.collapsed {
    transform: translateY(-6rem); }
  .internal-user .unified-panel-header.collapsed {
    transform: translateY(-9rem); }
  .unified-panel-header__primary {
    height: 6rem;
    display: grid;
    grid-template-columns: minmax(min-content, 1fr) minmax(min-content, 100%) 1fr;
    display: -ms-grid;
    -ms-grid-columns: minmax(min-content, 1fr) minmax(min-content, 100%) 1fr;
    -ms-grid-rows: 1fr;
    padding-left: 5rem;
    padding-right: 10rem;
    position: relative;
    z-index: 1; }
  .unified-panel-header__toggle-menu {
    height: 3.2rem;
    width: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: .6;
    margin-left: .2rem;
    margin-right: .2rem;
    cursor: pointer; }
    .unified-panel-header__toggle-menu:hover {
      background: rgba(255, 255, 255, 0.16);
      box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.16);
      opacity: 1; }
      .unified-panel-header--settings .unified-panel-header__toggle-menu:hover {
        background: #ebebeb;
        box-shadow: 0 0 0 4px #ebebeb; }
    .unified-panel-header__toggle-menu.open {
      opacity: 1;
      background: rgba(255, 255, 255, 0.24);
      box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.24); }
      .unified-panel-header--settings .unified-panel-header__toggle-menu.open {
        background: #d6d6d6;
        box-shadow: 0 0 0 4px #d6d6d6; }
    .unified-panel-header__toggle-menu-icon {
      height: 2rem;
      width: 2rem; }
    .unified-panel-header__toggle-menu-links {
      right: 3.5em; }
      .unified-panel-header__toggle-menu-links li {
        list-style-type: none; }
  .unified-panel-header__back-link {
    background-color: #fff;
    border-radius: 50%; }
    .unified-panel-header__back-link:hover {
      background-color: rgba(42, 56, 216, 0.08);
      box-shadow: 0 0 0 4px rgba(42, 56, 216, 0.08); }
    .unified-panel-header__back-link svg {
      margin: 0 auto;
      width: 1.4rem; }
      .unified-panel-header__back-link svg:hover {
        fill: #2A38D8; }
  .unified-panel-header__ops-back-link {
    display: inline-flex;
    float: left;
    align-items: center; }
    .unified-panel-header__ops-back-link:hover {
      text-decoration: none;
      background-color: #202caf; }
    .unified-panel-header__ops-back-link svg {
      margin-right: 1ch;
      display: inline;
      fill: #fff;
      height: 1rem;
      width: 1rem; }
  .unified-panel-header__icon {
    width: 15.2rem;
    display: flex;
    align-items: center;
    margin-right: 2rem;
    justify-self: end;
    -ms-grid-column-align: end;
    -ms-grid-row-align: center;
    -ms-grid-column: 1; }
  .unified-panel-header .unified-panel-header__primary .unified-panel-header__icon:has(.unified-panel-header__back-link) {
    width: 3.2rem; }
    .unified-panel-header .unified-panel-header__primary .unified-panel-header__icon:has(.unified-panel-header__back-link) .unified-panel-header__back-link {
      padding: 0.8rem; }
  .unified-panel-header__primary-content {
    display: flex;
    justify-content: space-between;
    -ms-grid-column: 2;
    position: relative; }
  .unified-panel-header__meta {
    align-items: center;
    display: flex; }
  .unified-panel-header__search {
    display: flex;
    flex-grow: 4;
    justify-content: flex-end;
    margin-right: .8rem; }
  .unified-panel-header__secondary {
    width: 100%;
    height: 5rem; }
  .unified-panel-header__secondary-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10rem; }
    @media only screen and (max-width: 1200px) {
      .unified-panel-header__secondary-content {
        white-space: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar; } }
  .unified-panel-header--main {
    background-color: #202020;
    color: #fff; }
    .unified-panel-header--main .unified-panel-header__secondary {
      background-color: #202020; }
  .unified-panel-header--settings {
    background-color: #ebebeb;
    color: #000; }
    .unified-panel .unified-panel-header--settings {
      color: #202020; }
    .unified-panel-header--settings .unified-panel-header__secondary {
      background-color: #ebebeb; }

.unified-panel-header__navigation {
  display: flex;
  align-items: center;
  height: 100%; }
  .unified-panel-header__navigation a {
    display: block;
    position: relative;
    outline: none;
    margin-right: 2rem; }
    .unified-panel-header__navigation a.active {
      font-weight: 500; }
    .unified-panel-header__navigation a:hover {
      text-decoration: none; }
  .unified-panel-header--main .unified-panel-header__navigation a {
    color: #adadad; }
    .unified-panel-header--main .unified-panel-header__navigation a.active {
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .unified-panel-header--main .unified-panel-header__navigation a:hover {
      color: #fff; }
  .unified-panel-header--settings .unified-panel-header__navigation a {
    color: #5c5c5c; }
    .unified-panel-header--settings .unified-panel-header__navigation a.active {
      color: #202020;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .unified-panel-header--settings .unified-panel-header__navigation a:hover {
      color: #2A38D8; }

.unified-panel-header__secondary-navigation {
  display: flex;
  align-items: flex-end;
  height: 100%; }
  .unified-panel-header__secondary-navigation h2 {
    height: 100%;
    font-family: "Avenir Next", "Helvetica Neue", Arial;
    font-weight: 500;
    font-size: 2.4rem;
    margin-right: 3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease-in-out; }
    .collapsed .unified-panel-header__secondary-navigation h2 {
      font-size: 1.4rem;
      height: 4.5rem; }
  .unified-panel-header__secondary-navigation a {
    transition: color .2s ease-in-out;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1.1;
    overflow: hidden;
    position: relative;
    border-bottom: 6px solid transparent;
    color: #999;
    padding-bottom: 1rem; }
    .unified-panel-header--settings .unified-panel-header__secondary-navigation a {
      color: #666; }
    .collapsed .unified-panel-header__secondary-navigation a {
      padding: inherit; }
    .unified-panel-header__secondary-navigation a:hover {
      color: #fff;
      text-decoration: none; }
      .unified-panel-header--settings .unified-panel-header__secondary-navigation a:hover {
        color: #202020; }
    .unified-panel-header__secondary-navigation a.active {
      color: #fff;
      border-color: #5071F7; }
      .unified-panel-header--settings .unified-panel-header__secondary-navigation a.active {
        color: #202020;
        border-color: #2A38D8; }

.unified-panel-header__settings.open .unified-panel-header__settings-avatar {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.24); }
  .unified-panel-header--settings .unified-panel-header__settings.open .unified-panel-header__settings-avatar {
    box-shadow: 0 0 0 4px #d6d6d6; }

.unified-panel-header__settings.focused {
  box-shadow: 0 0 0 2px #f4f4f4, 0 0 0 4px #202020; }

.unified-panel-header__settings-menu {
  right: 0;
  width: 22em; }

.unified-panel-header__settings-avatar {
  height: 3.2rem;
  width: 3.2rem;
  background: #ae985c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: .8rem;
  cursor: pointer;
  color: #fff;
  position: relative; }
  .unified-panel-header__settings-avatar:hover {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.16); }
    .unified-panel-header--settings .unified-panel-header__settings-avatar:hover {
      box-shadow: 0 0 0 4px #ebebeb; }

.unified-panel-header--ops {
  background: linear-gradient(to right, #2A38D8 0%, #833cf8 100%); }
  .unified-panel-header--ops .unified-panel-header__navigation a,
  .unified-panel-header--ops .unified-panel-header__secondary-navigation a {
    color: rgba(255, 255, 255, 0.6); }
    .unified-panel-header--ops .unified-panel-header__navigation a:hover,
    .unified-panel-header--ops .unified-panel-header__secondary-navigation a:hover {
      color: #fff; }
    .unified-panel-header--ops .unified-panel-header__navigation a.active,
    .unified-panel-header--ops .unified-panel-header__secondary-navigation a.active {
      color: #fff; }

.unified-panel-header__user {
  align-items: flex-start;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  padding: 1.5rem; }
  .unified-panel-header__user-avatar {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ae985c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    font-size: 1.8rem; }
  .unified-panel-header__user-info {
    position: relative;
    width: 16em; }
    .unified-panel-header__user-info div {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: pre; }
    .unified-panel-header__user-info div:first-child {
      font-weight: 500; }

.unified-panel-header__user-avatar--A, .unified-panel-header__settings-avatar--A {
  background-color: #789652; }

.unified-panel-header__user-avatar--B, .unified-panel-header__settings-avatar--B {
  background-color: #C0624F; }

.unified-panel-header__user-avatar--C, .unified-panel-header__settings-avatar--C {
  background-color: #8B7560; }

.unified-panel-header__user-avatar--D, .unified-panel-header__settings-avatar--D {
  background-color: #AD9657; }

.unified-panel-header__user-avatar--E, .unified-panel-header__settings-avatar--E {
  background-color: #AD82A2; }

.unified-panel-header__user-avatar--F, .unified-panel-header__settings-avatar--F {
  background-color: #7EA7B1; }

.unified-panel-header__user-avatar--G, .unified-panel-header__settings-avatar--G {
  background-color: #789652; }

.unified-panel-header__user-avatar--H, .unified-panel-header__settings-avatar--H {
  background-color: #C0624F; }

.unified-panel-header__user-avatar--I, .unified-panel-header__settings-avatar--I {
  background-color: #AD82A2; }

.unified-panel-header__user-avatar--J, .unified-panel-header__settings-avatar--J {
  background-color: #8B7560; }

.unified-panel-header__user-avatar--K, .unified-panel-header__settings-avatar--K {
  background-color: #AD9657; }

.unified-panel-header__user-avatar--L, .unified-panel-header__settings-avatar--L {
  background-color: #7EA7B1; }

.unified-panel-header__user-avatar--M, .unified-panel-header__settings-avatar--M {
  background-color: #789652; }

.unified-panel-header__user-avatar--N, .unified-panel-header__settings-avatar--N {
  background-color: #C0624F; }

.unified-panel-header__user-avatar--O, .unified-panel-header__settings-avatar--O {
  background-color: #AD82A2; }

.unified-panel-header__user-avatar--P, .unified-panel-header__settings-avatar--P {
  background-color: #8B7560; }

.unified-panel-header__user-avatar--Q, .unified-panel-header__settings-avatar--Q {
  background-color: #AD9657; }

.unified-panel-header__user-avatar--R, .unified-panel-header__settings-avatar--R {
  background-color: #7EA7B1; }

.unified-panel-header__user-avatar--S, .unified-panel-header__settings-avatar--S {
  background-color: #789652; }

.unified-panel-header__user-avatar--T, .unified-panel-header__settings-avatar--T {
  background-color: #C0624F; }

.unified-panel-header__user-avatar--U, .unified-panel-header__settings-avatar--U {
  background-color: #AD82A2; }

.unified-panel-header__user-avatar--V, .unified-panel-header__settings-avatar--V {
  background-color: #8B7560; }

.unified-panel-header__user-avatar--W, .unified-panel-header__settings-avatar--W {
  background-color: #AD9657; }

.unified-panel-header__user-avatar--X, .unified-panel-header__settings-avatar--X {
  background-color: #7EA7B1; }

.unified-panel-header__user-avatar--Y, .unified-panel-header__settings-avatar--Y {
  background-color: #789652; }

.unified-panel-header__user-avatar--Z, .unified-panel-header__settings-avatar--Z {
  background-color: #C0624F; }

.unified-panel-search-container {
  border-radius: 2rem;
  background-color: #fff;
  height: 100%; }
  .pp-unified-dashboard .unified-panel-search-container {
    border-radius: 0.4rem;
    color: #f4f4f4;
    font-family: "PayPalSansBig-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #9da3a6;
    height: auto;
    padding: .5rem 0;
    display: flex;
    width: 18rem; }
    .pp-unified-dashboard .unified-panel-search-container svg {
      height: 1.8rem;
      width: 2.2rem; }
    .pp-unified-dashboard .unified-panel-search-container.unified-panel-search-container--focus {
      width: 25rem;
      border-color: #0070ba;
      box-shadow: none; }

.unified-panel-search-bar {
  height: 100%;
  padding-left: 1rem; }
  .unified-panel-search-bar form {
    display: flex;
    align-items: center; }

.unified-panel input.unified-panel-search_input[type="text"] {
  background-color: transparent;
  border: none;
  height: 32px;
  outline: none;
  padding: 5px 1rem;
  width: 200px;
  transition: width .1s ease-in-out; }
  .unified-panel input.unified-panel-search_input[type="text"]:focus {
    border: none;
    box-shadow: none;
    width: 300px; }

.unified-panel.pp-unified-dashboard input.unified-panel-search_input[type="text"] {
  width: 100%; }
  .unified-panel.pp-unified-dashboard input.unified-panel-search_input[type="text"]:focus {
    border-width: 0;
    box-shadow: none;
    width: 100%; }

@keyframes bounceappear {
  0% {
    opacity: .01;
    margin-top: -1rem; }
  50% {
    opacity: 1;
    margin-top: .5rem; }
  100% {
    opacity: 1;
    margin-top: 0; } }

.unified-panel-header__sandbox-banner {
  position: absolute;
  left: 0;
  right: 0;
  border-top: 4px solid #F56812;
  text-align: center;
  line-height: 0;
  overflow: hidden;
  z-index: 5; }

.unified-panel-header__sandbox-content {
  color: #fff;
  height: 1.2rem;
  position: relative;
  display: inline-block;
  padding: 0 .8rem .2rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: #F56812;
  line-height: 1; }
  .unified-panel-header__sandbox-content::before, .unified-panel-header__sandbox-content::after {
    content: "";
    position: absolute;
    width: 4px;
    top: 0;
    height: 21px;
    z-index: -1;
    background: #F56812;
    transform: perspective(2px) rotateX(-30deg); }
  .unified-panel-header__sandbox-content::before {
    left: -2px; }
  .unified-panel-header__sandbox-content::after {
    right: -2px; }

.unified-dashboard-header {
  backface-visibility: hidden;
  font-family: PayPalSansBig, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  height: 12rem;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  transition: transform 400ms ease-out;
  width: 100%;
  z-index: 100;
  -webkit-font-smoothing: antialiased; }

.unified-dashboard-header__top,
.unified-dashboard-header__bottom {
  align-items: stretch;
  display: block;
  justify-content: space-between;
  padding-left: 3rem;
  padding-right: 4rem;
  position: relative; }

.unified-dashboard-header__top {
  background-image: linear-gradient(143.27deg, #005ea6 0%, #1546a0 100%);
  color: #ffffff;
  height: 6rem;
  z-index: 101; }

.unified-dashboard-header__bottom {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  height: 6rem;
  z-index: 100; }

.unified-dashboard-header__container {
  max-width: 144rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 6rem;
  margin-left: auto;
  margin-right: auto; }

.unified-dashboard-header__title {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%; }

.unified-dashboard-header__logo {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  margin-right: 2rem;
  width: 2rem; }
  .unified-dashboard-header__logo svg {
    display: block; }
  .unified-dashboard-header__logo a {
    display: block;
    padding-right: 1.5rem; }

.unified-dashboard-header__search {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%; }
  .unified-dashboard-header__search svg {
    display: block; }

.unified-dashboard-header__user-icon {
  align-items: center;
  background-color: #018065;
  border-radius: 50%;
  display: flex;
  height: 24px;
  justify-content: center;
  margin-right: 1rem;
  width: 24px; }

.unified-dashboard-header__top-links,
.unified-dashboard-header__bottom-links {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between; }

.unified-dashboard-header__top-link {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  position: relative; }
  .unified-dashboard-header__top-link a {
    align-items: center;
    color: #ffffff;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    white-space: nowrap; }
  .unified-dashboard-header__top-link:last-child {
    margin-left: 2rem; }
    .unified-dashboard-header__top-link:last-child:not(:only-child)::before {
      background-color: rgba(255, 255, 255, 0.4);
      content: "";
      height: 1.8rem;
      left: -1rem;
      margin-top: -0.8rem;
      position: absolute;
      top: 50%;
      width: 1px; }

.unified-dashboard-header__bottom-link {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.6rem; }
  .unified-dashboard-header__bottom-link a {
    position: relative;
    align-items: center;
    color: #0070ba;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding: 2rem 0px;
    top: -1px; }
    .unified-dashboard-header__bottom-link a:hover {
      text-decoration: none; }
    .unified-dashboard-header__bottom-link a.active {
      font: 400 1.6rem/2.4rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .unified-dashboard-header__bottom-link a.active:before {
        content: '';
        height: .3rem;
        width: 100%;
        position: absolute;
        background-color: #0070ba;
        left: 0;
        right: 0;
        bottom: 1rem; }

.unified-dashboard-header__link-dropdown {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 100%;
  position: relative; }
  .unified-dashboard-header__link-dropdown.open {
    background: #003087; }

.unified-dashboard-header__link-dropdown-trigger {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  outline: none;
  position: relative;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  transition: background-color 400ms; }
  .open .unified-dashboard-header__link-dropdown-trigger {
    background-color: #003087; }

.unified-dashboard-header__link-dropdown-menu {
  background: #003087;
  color: #ffffff;
  left: 0;
  min-width: 100%;
  padding: 1.0rem 2.3rem 1.3rem 2.3rem;
  pointer-events: none;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  z-index: 2;
  opacity: 0;
  max-height: 0;
  transition: all 400ms;
  pointer-events: none; }
  .unified-dashboard-header__link-dropdown-menu.open {
    opacity: 1;
    max-height: 500px;
    pointer-events: auto; }

.unified-dashboard-header__link-dropdown-menu-item {
  display: block;
  font-size: 1.4rem; }
  .unified-dashboard-header__link-dropdown-menu-item a {
    line-height: 3.5rem; }

.link {
  margin-right: 1.5rem;
  color: #687173; }
  .link:last-of-type {
    margin-right: 0; }
  .link:active, .link:hover {
    text-decoration: underline; }

.footer-links {
  display: flex;
  align-items: center; }
  .footer-links:before {
    content: '';
    display: block;
    height: 2rem;
    width: 1px;
    background-color: #cbd2d6;
    margin: 0 2rem; }

.footer-content {
  width: 138rem;
  font: 400 1.4rem/2rem "PayPalSansBig-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #687173; }

.container {
  background-color: #ffffff;
  padding: 2rem 3rem;
  display: flex;
  justify-content: center; }

.unified-panel.pp-unified-dashboard .unified-dashboard-tabs {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2.5rem; }

.unified-panel.pp-unified-dashboard .unified-dashboard-tabs .tab {
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
  min-width: 7.2rem;
  min-height: 6rem;
  line-height: 2.4rem;
  border-bottom: 1px solid #9da3a6;
  color: #000;
  text-align: center;
  position: relative;
  font-weight: bold; }
  .unified-panel.pp-unified-dashboard .unified-dashboard-tabs .tab:hover {
    background-color: rgba(0, 0, 0, 0.03); }
  .unified-panel.pp-unified-dashboard .unified-dashboard-tabs .tab:active {
    background-color: rgba(0, 0, 0, 0.07); }
  .unified-panel.pp-unified-dashboard .unified-dashboard-tabs .tab:focus:not(:hover) {
    outline: none;
    box-shadow: inset 0 0 0 2px #009cde; }
  .unified-panel.pp-unified-dashboard .unified-dashboard-tabs .tab.active {
    color: #0070ba; }
    .unified-panel.pp-unified-dashboard .unified-dashboard-tabs .tab.active:before {
      content: '';
      height: 3px;
      width: 100%;
      background-color: #0070ba;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }

.nav-menu a {
  color: #fff;
  display: block;
  padding: 5px 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; }
  .nav-menu a:hover {
    background-color: #61D395;
    color: white;
    cursor: pointer;
    text-decoration: none; }
  .nav-menu a.active, .nav-menu a.active:hover {
    background: #3E3C42;
    color: #61D395;
    cursor: default;
    text-decoration: none; }

.spinner {
  background: url(https://gstatic.braintreegateway.com/assets/spinner-dde9a6972ea62452846e4a2375c01938ef01de467a213fbba45a4c219ba50bfb.gif) no-repeat 0/100%; }
  .spinner.is-hidden {
    display: none; }

#announcement-preview {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 0 10px;
  overflow: auto;
  margin-bottom: 20px; }
  .unified-panel #announcement-preview.notification-bar-green, .unified-panel #announcement-preview.notification-bar-yellow, .unified-panel #announcement-preview.notification-bar-red {
    padding: 0 10px 0 45px; }
    .unified-panel #announcement-preview.notification-bar-green strong, .unified-panel #announcement-preview.notification-bar-yellow strong, .unified-panel #announcement-preview.notification-bar-red strong {
      color: #202020; }
  #announcement-preview li {
    float: none; }

.announcement-preview-default-colors {
  background-color: #eee; }
  .unified-panel .announcement-preview-default-colors {
    padding: 0 10px; }

#announcement-preview-button {
  margin-bottom: 0px; }

#announcement-preview-container {
  margin-top: 20px; }

.announcement-pending {
  background-color: #ffefd5; }

#announcement-segmentations-list-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.announcement-segmentation-div {
  width: 20%;
  min-width: 100px; }

.announcement-status-info {
  margin-top: 10px;
  font-weight: bold; }

.announcement-required-field {
  color: #bbb;
  font-size: 1.1rem;
  font-weight: normal;
  margin-left: 10px; }

.announcement-hidden-element {
  display: none; }

.announcement-processor-accordion-button {
  color: #61d395; }
  .announcement-processor-accordion-button:hover {
    text-decoration: underline;
    cursor: pointer; }

#api-key-interruptor-modal {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  height: auto;
  padding: 0;
  margin-left: -415px;
  margin-top: -278px;
  max-width: 830px;
  background: transparent;
  border: none;
  box-shadow: none;
  opacity: 0;
  -webkit-animation: load-modal 800ms 333ms cubic-bezier(0.22, -0.44, 0, 1) 1 normal forwards;
  -moz-animation: load-modal 800ms 333ms cubic-bezier(0.22, -0.44, 0, 1) 1 normal forwards;
  animation: load-modal 800ms 333ms cubic-bezier(0.22, -0.44, 0, 1) 1 normal forwards; }
  #api-key-interruptor-modal .modal-content {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    padding: 4rem 6rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center; }
    #api-key-interruptor-modal .modal-content:hover {
      color: inherit;
      text-decoration: none; }
  #api-key-interruptor-modal .modal-content-paragraph {
    margin: 4rem 0; }
  #api-key-interruptor-modal .modal__notification {
    margin-bottom: 4rem;
    padding: 2rem 4rem; }
  #api-key-interruptor-modal .modal__action {
    margin-bottom: 2rem; }

.card, .api-selector, .cta-grid, .cta-grid--column-3, .oauth-empty-state, .split-view-card, .card-block, .info-card, table {
  background: white;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  clear: both;
  margin-bottom: 20px;
  width: 100%; }
  .unified-panel .card, .unified-panel .api-selector, .unified-panel .cta-grid, .unified-panel .cta-grid--column-3, .unified-panel .oauth-empty-state, .unified-panel .split-view-card, .unified-panel .card-block, .unified-panel .info-card, .unified-panel table {
    box-shadow: none;
    border-radius: 0; }
  .card .card-header, .api-selector .card-header, .cta-grid .card-header, .cta-grid--column-3 .card-header, .oauth-empty-state .card-header, .split-view-card .card-header, .card-block .card-header, .info-card .card-header, table .card-header {
    padding: 20px;
    width: 100%;
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .card .card-header .card-header__title, .api-selector .card-header .card-header__title, .cta-grid .card-header .card-header__title, .cta-grid--column-3 .card-header .card-header__title, .oauth-empty-state .card-header .card-header__title, .split-view-card .card-header .card-header__title, .card-block .card-header .card-header__title, .info-card .card-header .card-header__title, table .card-header .card-header__title {
      width: 50%; }
    .card .card-header .card-header__actions, .api-selector .card-header .card-header__actions, .cta-grid .card-header .card-header__actions, .cta-grid--column-3 .card-header .card-header__actions, .oauth-empty-state .card-header .card-header__actions, .split-view-card .card-header .card-header__actions, .card-block .card-header .card-header__actions, .info-card .card-header .card-header__actions, table .card-header .card-header__actions {
      text-align: right;
      width: 50%; }
      .card .card-header .card-header__actions form, .api-selector .card-header .card-header__actions form, .cta-grid .card-header .card-header__actions form, .cta-grid--column-3 .card-header .card-header__actions form, .oauth-empty-state .card-header .card-header__actions form, .split-view-card .card-header .card-header__actions form, .card-block .card-header .card-header__actions form, .info-card .card-header .card-header__actions form, table .card-header .card-header__actions form {
        display: inline;
        margin: 0;
        padding: 0; }
  .card .card-body, .api-selector .card-body, .cta-grid .card-body, .cta-grid--column-3 .card-body, .oauth-empty-state .card-body, .split-view-card .card-body, .card-block .card-body, .info-card .card-body, table .card-body {
    padding: 20px; }
  .card .card-body + .card-body, .api-selector .card-body + .card-body, .cta-grid .card-body + .card-body, .cta-grid--column-3 .card-body + .card-body, .oauth-empty-state .card-body + .card-body, .split-view-card .card-body + .card-body, .card-block .card-body + .card-body, .info-card .card-body + .card-body, table .card-body + .card-body {
    border-top: 4px solid #F7F7F7; }
  .card .card-footer, .api-selector .card-footer, .cta-grid .card-footer, .cta-grid--column-3 .card-footer, .oauth-empty-state .card-footer, .split-view-card .card-footer, .card-block .card-footer, .info-card .card-footer, table .card-footer {
    border-top: 1px solid #e6e6e6;
    padding: 20px;
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .card .card-footer .card-footer__left, .api-selector .card-footer .card-footer__left, .cta-grid .card-footer .card-footer__left, .cta-grid--column-3 .card-footer .card-footer__left, .oauth-empty-state .card-footer .card-footer__left, .split-view-card .card-footer .card-footer__left, .card-block .card-footer .card-footer__left, .info-card .card-footer .card-footer__left, table .card-footer .card-footer__left {
      width: 25%; }
    .card .card-footer .card-footer__center, .api-selector .card-footer .card-footer__center, .cta-grid .card-footer .card-footer__center, .cta-grid--column-3 .card-footer .card-footer__center, .oauth-empty-state .card-footer .card-footer__center, .split-view-card .card-footer .card-footer__center, .card-block .card-footer .card-footer__center, .info-card .card-footer .card-footer__center, table .card-footer .card-footer__center {
      text-align: center;
      width: 50%; }
    .card .card-footer .card-footer__right, .api-selector .card-footer .card-footer__right, .cta-grid .card-footer .card-footer__right, .cta-grid--column-3 .card-footer .card-footer__right, .oauth-empty-state .card-footer .card-footer__right, .split-view-card .card-footer .card-footer__right, .card-block .card-footer .card-footer__right, .info-card .card-footer .card-footer__right, table .card-footer .card-footer__right {
      text-align: right;
      width: 25%; }

.info-card .card-body {
  width: 100%;
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.info-card .info-card-column {
  padding-right: 20px;
  width: 100%; }
  @media (min-width: 1025px) {
    .info-card .info-card-column {
      width: 50%; } }
  @media (min-width: 1441px) {
    .info-card .info-card-column {
      width: 33.333333%; } }
.card-block {
  padding: 20px; }

.no-flexbox .card-header__title,
.no-flexbox .card-header__actions,
.no-flexbox .info-card-column {
  display: table-cell; }

.connections {
  width: 50%;
  max-width: 40em;
  min-width: 10em; }
  .connections li {
    *zoom: 1;
    border: solid 1px #e2e2e2; }
    .connections li:before, .connections li:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .connections li:after {
      clear: both; }
  .connections h4,
  .connections p {
    float: left;
    margin: 0;
    padding: 25px 0px;
    line-height: normal;
    margin-right: 15px; }

.status-icon {
  background-color: #e2e2e2;
  border-radius: 50%;
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 22px 15px 0 25px; }

.status-good {
  background: url(https://gstatic.braintreegateway.com/assets/icon-status-good-4d9c94f1bf5ddc2787bc8af0dcf4ce33810f60bce970e649f82ad7638d4a7b8c.png) center center no-repeat #61D395; }
  .svg .status-good {
    background-image: url(https://gstatic.braintreegateway.com/assets/icon-status-good-e03aac190979ab22b16e6e0c59eaa3c3e4d137acce2644523759d932de97f284.svg); }

.merchant-contact-details {
  padding: 0 40px; }
  .merchant-contact-details .card-header {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0; }
    .merchant-contact-details .card-header .merchant-contact-photo {
      background: url(https://gstatic.braintreegateway.com/assets/icons/generic-user-a1840575345a0c03d792c54eb6b9893ce62dc8d3b6790e9795d516dfb72fc273.svg) left center no-repeat;
      background-size: 48px 48px;
      padding-left: 60px; }
    .merchant-contact-details .card-header .merchant-contact-name {
      margin: 0; }
    .merchant-contact-details .card-header .merchant-contact-role {
      color: #666666;
      font-size: 1.1rem;
      line-height: 2; }
  .merchant-contact-details .card-body {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0; }
  .merchant-contact-details .merchant-contact-column {
    width: 100%; }
    @media (min-width: 1441px) {
      .merchant-contact-details .merchant-contact-column {
        padding-right: 40px;
        width: 50%; } }
.checkbox-group {
  cursor: pointer;
  display: block;
  padding: 12px 0;
  width: 100%; }

.checkbox-group__input {
  float: left;
  padding-right: 5px;
  width: 20%; }
  @media (min-width: 1025px) {
    .checkbox-group__input {
      width: 10%; } }
  .unified-panel .checkbox-group__input {
    width: 100%;
    float: none;
    padding-right: 0; }

.checkbox-group__input label {
  display: none; }
  .unified-panel .checkbox-group__input label {
    display: inline-block; }

.checkbox-group__wrapper {
  float: left;
  width: 80%; }
  @media (min-width: 1025px) {
    .checkbox-group__wrapper {
      width: 90%; } }
  .unified-panel .checkbox-group__wrapper {
    width: 100%;
    float: none;
    padding-left: 31px; }

.label__title {
  color: black;
  font-weight: 500; }
  .unified-panel .label__title {
    color: #202020; }

.unified-panel .checkbox-group__wrapper .label__title {
  display: none; }

.label__description {
  color: #666666;
  font-size: 1.1rem; }

.radio-inline {
  margin-right: 24px; }

.custom-toggle {
  float: right;
  height: 24px;
  margin-bottom: .5em;
  position: relative;
  text-align: left;
  width: 48px; }
  .custom-toggle input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 48px;
    height: 24px;
    top: -2px;
    left: 0;
    z-index: 33; }
    .custom-toggle input[type="radio"]:disabled {
      cursor: not-allowed; }
  .unified-panel.pp-unified-dashboard .custom-toggle {
    transition-property: background-color, box-shadow, color; }
    .unified-panel.pp-unified-dashboard .custom-toggle:focus:after, .unified-panel.pp-unified-dashboard .custom-toggle:active:after {
      content: '';
      position: absolute;
      top: -.2rem;
      left: -.2rem;
      border: 0.2rem solid #005ea6;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-radius: 3rem;
      text-indent: -.2rem;
      width: 100%;
      height: 100%;
      pointer-events: none; }
  .custom-toggle .custom-toggle-background {
    width: 48px;
    height: 24px;
    background: #e0e0e0;
    position: absolute;
    z-index: 11;
    box-shadow: inset 0 0 0 1px #c7c7c7;
    -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition: all 300ms cubic-bezier(1, 0, 0, 1); }
    .unified-panel .custom-toggle .custom-toggle-background {
      border-radius: 12px; }
  .custom-toggle .custom-toggle-switch {
    width: 22px;
    height: 22px;
    background: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 22;
    box-shadow: 0 0 0 1px #c7c7c7;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 150ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 150ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 150ms cubic-bezier(1, 0, 0, 1);
    transition: all 150ms cubic-bezier(1, 0, 0, 1); }
    .unified-panel .custom-toggle .custom-toggle-switch {
      width: 20px;
      height: 20px;
      top: 2px;
      left: 2px; }
  .custom-toggle input.toggle-on:checked ~ .custom-toggle-background {
    box-shadow: inset 0 0 0 1px #61D395;
    background: #61D395; }
    .unified-panel .custom-toggle input.toggle-on:checked ~ .custom-toggle-background {
      background: #202020;
      box-shadow: none; }
    .unified-panel.pp-unified-dashboard .custom-toggle input.toggle-on:checked ~ .custom-toggle-background {
      background-color: #0070ba; }
  .custom-toggle input:checked ~ .custom-toggle-switch {
    box-shadow: 0 0 0 1px #61D395;
    -ms-transform: translate3d(24px, 0, 0);
    -webkit-transform: translate3d(24px, 0, 0);
    -moz-transform: translate3d(24px, 0, 0);
    -o-transform: translate3d(24px, 0, 0);
    transform: translate3d(24px, 0, 0); }
    .unified-panel .custom-toggle input:checked ~ .custom-toggle-switch {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
      border-radius: 50%; }
  .custom-toggle input ~ :checked ~ .custom-toggle-switch {
    box-shadow: 0 0 0 1px #c7c7c7;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .unified-panel .custom-toggle input ~ :checked ~ .custom-toggle-switch {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
      border-radius: 50%; }
  .custom-toggle input.toggle-off:checked ~ .custom-toggle-background {
    box-shadow: inset 0 0 0 1px #c7c7c7;
    background: #e0e0e0; }
    .unified-panel .custom-toggle input.toggle-off:checked ~ .custom-toggle-background {
      box-shadow: none;
      background: #ebebeb; }
    .unified-panel.pp-unified-dashboard .custom-toggle input.toggle-off:checked ~ .custom-toggle-background {
      background-color: #9da3a6; }
  .custom-toggle input:checked {
    z-index: 0; }

.custom-toggle--pending input.toggle-off:checked ~ .custom-toggle-background {
  background: #F5A623;
  box-shadow: inset 0 0 0 1px #db8c0a; }

.toggle-input {
  cursor: pointer; }

.document-list {
  list-style: none;
  margin: 0; }
  .document-list li {
    background: url(https://gstatic.braintreegateway.com/assets/icons/file-94b65223d170b152f0bc4af30e162e59c66646285b5db0200c04ae5dbd03481f.svg) left center no-repeat;
    background-size: 25px 34px;
    color: black;
    cursor: pointer;
    line-height: 34px;
    margin: 0;
    overflow: hidden;
    padding: 5px 35px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out; }
    .document-list li .document-info {
      color: #61D395;
      opacity: 0;
      position: absolute;
      right: 0;
      -webkit-transition: opacity 200ms ease-in-out;
      -moz-transition: opacity 200ms ease-in-out;
      -o-transition: opacity 200ms ease-in-out;
      transition: opacity 200ms ease-in-out; }
    .document-list li:hover .document-info {
      opacity: 1; }
    .document-list li.document-type-icon-png, .document-list li.document-type-icon-jpg, .document-list li.document-type-icon-jpeg {
      background-image: url(https://gstatic.braintreegateway.com/assets/icons/file-image-949629e32d351aa5a3b5dfc267d77ccab102b9712464e46acad9334c84e07a03.svg); }
    .document-list li.document-type-icon-pdf {
      background-image: url(https://gstatic.braintreegateway.com/assets/icons/file-document-e4fd809809c44be0f5ed83b2dbb46ca119b39431c88b11fc0218479ca49f112a.svg); }

.doc-upload-progress-container {
  height: 44px; }
  .doc-upload-progress-container .doc-upload-progress {
    background: #F7F7F7;
    border-radius: 2px;
    height: 4px;
    margin-top: -2px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%; }
  .doc-upload-progress-container .doc-upload-progress-bar {
    background-color: #61D395;
    height: 100%;
    min-width: 10px; }

.doc-upload-error {
  color: red !important;
  display: none; }

.bt-file-upload {
  background: url(https://gstatic.braintreegateway.com/assets/icons/ic-add-circle-primary-7160f0f5d4763b62be0534b4bdaa91252b7a25384434ad3a5c62c0b6be1a1b55.svg) left center no-repeat;
  background-size: 24px 24px;
  color: #61D395;
  cursor: pointer;
  line-height: 34px;
  margin: 0;
  padding: 5px 0 5px 35px; }
  .bt-file-upload input {
    display: none; }

.button {
  padding: 12px 24px;
  border: none !important; }
  .button.green {
    color: #FFF !important;
    border-radius: 3px;
    background: #61D395; }
    .button.green:hover {
      background: #89deb0 !important; }

.bt-modal {
  width: auto !important; }

#gateway-tour-modal,
#onboarding-transition-modal,
#api-keys-modal {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  height: auto;
  padding: 0;
  margin-left: -415px;
  margin-top: -278px;
  max-width: 830px;
  background: transparent;
  border: none;
  box-shadow: none;
  opacity: 0;
  -webkit-animation: load-modal 800ms 333ms cubic-bezier(0.22, -0.44, 0, 1) 1 normal forwards;
  -moz-animation: load-modal 800ms 333ms cubic-bezier(0.22, -0.44, 0, 1) 1 normal forwards;
  animation: load-modal 800ms 333ms cubic-bezier(0.22, -0.44, 0, 1) 1 normal forwards; }
  #gateway-tour-modal .modal-content,
  #onboarding-transition-modal .modal-content,
  #api-keys-modal .modal-content {
    position: relative;
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    padding: 36px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center; }
    #gateway-tour-modal .modal-content:hover,
    #onboarding-transition-modal .modal-content:hover,
    #api-keys-modal .modal-content:hover {
      color: inherit;
      text-decoration: none; }

.api-keys-modal__textarea {
  min-height: 10rem; }

#onboarding-transition-modal {
  max-width: 660px;
  margin-left: -330px; }

#gateway-tour-modal .bt-modal-close-btn {
  display: none; }

#two-factor-auth-modal #two-factor-qr-code canvas, #two-factor-auth-modal #two-factor-qr-code img {
  margin: 0 auto 1em; }

#bt-modal-bg {
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.tour-avatar {
  width: 94px;
  height: 94px;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  top: -47px;
  left: 50%;
  margin-left: -47px;
  border: 1px solid #D9D9D9;
  border-radius: 50%; }
  .tour-avatar img {
    max-width: 100%; }

.tour-module-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  border-bottom: 1px solid #e2e2e2; }
  .tour-module-heading h1 {
    font-size: 1.4em;
    padding: 10px 0 0 10px; }

.modal-content-inner {
  overflow: hidden; }
  .has-avatar .modal-content-inner {
    padding-top: 54px; }

.tour-slides {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.22, 0.44, 0, 1);
  -mox-transition: -moz-transform 600ms cubic-bezier(0.22, 0.44, 0, 1);
  transition: transform 600ms cubic-bezier(0.22, 0.44, 0, 1);
  font-size: 0; }
  .tour-slides:before, .tour-slides:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .tour-slides:after {
    clear: both; }
  .tour-slides:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

.tour-slide {
  padding: 0 36px 24px;
  display: inline-block;
  vertical-align: middle; }

.tour-slide-inner {
  font-size: 16px; }

.tour-module-header {
  font-size: 36px;
  color: #5A5B5C;
  font-weight: 400;
  margin: 0; }

.tour-module-body, .modal-content-paragraph {
  margin: 24px auto; }

.input-block-stand-alone {
  overflow: auto;
  width: 75%;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #E2E2E2;
  border-radius: 3px; }
  .input-block-stand-alone input[type="text"] {
    float: left;
    max-width: none;
    margin-bottom: 18px;
    position: relative;
    font-size: 16px; }
    .check-form .input-block-stand-alone input.invalid[type="text"] {
      border-color: red;
      color: red; }
    .input-block-stand-alone input[type="text"]:before {
      content: '';
      height: 20%;
      position: absolute;
      z-index: -1;
      bottom: 0;
      left: 0;
      border-left: 1px solid #e2e2e2; }
    .input-block-stand-alone input[type="text"]:focus {
      outline: none;
      background: #FAFDFF; }
  .input-block-stand-alone label {
    width: 100%; }
  .input-block-stand-alone textarea {
    width: 100%;
    max-width: none;
    margin-bottom: 0; }
    .input-block-stand-alone textarea:focus {
      border: 1px solid #4e9be2; }

.label-title {
  text-align: left;
  display: block;
  margin-bottom: 6px; }

.tour-nav {
  font-size: 0;
  border-radius: 0 0 6px 6px; }

.tour-back {
  width: 50%;
  display: inline-block;
  font-size: 16px;
  text-align: left;
  -webkit-transition: opacity 200ms cubic-bezier(0.22, 0.44, 0, 0); }
  .tour-back:before {
    content: '\2190'; }
  .tour-back.disabled {
    pointer-events: none;
    opacity: 0; }

.tour-next {
  width: 50%;
  display: inline-block;
  font-size: 16px;
  text-align: right; }

.tour-next-button {
  -webkit-transition: opacity 200ms cubic-bezier(0.22, 0.44, 0, 0); }
  .tour-next-button:hover {
    color: #FFF; }
  .tour-next-button.disabled {
    pointer-events: none;
    opacity: 0; }

.finish-account-button {
  font-weight: 600;
  color: #61D395; }

input.business-url-input {
  width: 60%; }

.button-group {
  margin-top: 30px; }

.close-tour-modal {
  margin-top: 30px;
  display: block;
  font-weight: 400;
  color: #5a5b5c !important; }

.tour-next-button {
  padding: 8px 30px;
  width: auto;
  display: inline;
  background: #61D395;
  font-weight: 500;
  color: #FFF !important;
  border-radius: 3px; }

.tour-guides {
  padding: 0 30px; }

.tour-guide-links {
  margin-top: 12px;
  text-align: left;
  color: #61D395; }
  .tour-guide-links li {
    margin: 6px; }
  .tour-guide-links a {
    display: block;
    padding: 18px;
    border: 1px solid #61D395;
    background: #61D395;
    color: #FFF;
    border-radius: 3px; }
    .tour-guide-links a:hover {
      color: #FFF;
      background: #89deb0; }

.tour-welcome-graphic {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: inline-block;
  width: 830px;
  height: 182px;
  margin: 0 0 24px -66px;
  background: url(https://gstatic.braintreegateway.com/assets/new-user-tour/tour-bg-pattern-ecc25205cf1aa6e3d579b16b4bd86c4bff69716f83ee4af0411d91179d26ff7b.png);
  background-repeat: repeat;
  -webkit-mask-image: linear-gradient(to right, transparent 10%, black 20%, black 80%, transparent 92%);
  -moz-mask-image: linear-gradient(to right, transparent 10%, black 20%, black 80%, transparent 92%); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .tour-welcome-graphic {
      background: url(https://gstatic.braintreegateway.com/assets/new-user-tour/tour-bg-pattern@2x-5997b9b9866b4ec5a39589dc329f090d29dc89dd3798935bdce7e2f47eabe0fb.png);
      background-size: 50%; } }
.tour-dashboard-graphic {
  display: inline-block;
  background: url(https://gstatic.braintreegateway.com/assets/new-user-tour/tour-dashboard-graphic-3667216557afe799de84c2deb460d6d02193739f4ae13de2a0292b240f43d213.png) center center no-repeat;
  width: 590px;
  height: 231px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .tour-dashboard-graphic {
      background: url(https://gstatic.braintreegateway.com/assets/new-user-tour/tour-dashboard-graphic@2x-bd52be8c25413d571aa66b3e6053c0e248c8909e47aecb94269f8d9988ddf142.png) center center no-repeat;
      background-size: 100%; } }
.new-user-todo {
  margin-top: 24px; }

.new-user-todo-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.todo-item {
  position: relative;
  margin: 0 0 12px;
  padding: 24px;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #EDEDEC;
  font-size: 18px;
  list-style-type: none; }
  .todo-item.completed {
    background: #F7F7F7;
    border: 1px solid #EDEDEC;
    color: #9B9B9B;
    text-decoration: line-through; }
    .todo-item.completed:before {
      content: '\2714';
      position: absolute;
      left: 30px;
      top: 50%;
      margin-top: -12px;
      color: #61D395; }
    .todo-item.completed .todo-number {
      visibility: hidden; }
  .todo-item .link {
    border: none;
    padding-left: 0;
    padding-right: 0; }

.todo-number {
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  font-size: 1.1rem;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-right: 20px;
  text-align: center;
  width: 24px; }

@-webkit-keyframes load-modal-bg {
  from {
    background: rgba(255, 255, 255, 0); }
  to {
    background: rgba(255, 255, 255, 0.8); } }

@-moz-keyframes load-modal-bg {
  from {
    background: rgba(255, 255, 255, 0); }
  to {
    background: rgba(255, 255, 255, 0.8); } }

@keyframes load-modal-bg {
  from {
    background: rgba(255, 255, 255, 0); }
  to {
    background: rgba(255, 255, 255, 0.8); } }

@-webkit-keyframes load-modal {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, 0, 0) scale(1.125);
    -webkit-transform: translate3d(0, 0, 0) scale(1.125);
    -moz-transform: translate3d(0, 0, 0) scale(1.125);
    -o-transform: translate3d(0, 0, 0) scale(1.125);
    transform: translate3d(0, 0, 0) scale(1.125); }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }

@-moz-keyframes load-modal {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, 0, 0) scale(1.125);
    -webkit-transform: translate3d(0, 0, 0) scale(1.125);
    -moz-transform: translate3d(0, 0, 0) scale(1.125);
    -o-transform: translate3d(0, 0, 0) scale(1.125);
    transform: translate3d(0, 0, 0) scale(1.125); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }

@keyframes load-modal {
  from {
    opacity: 0;
    -ms-transform: translate3d(0, 0, 0) scale(1.125);
    -webkit-transform: translate3d(0, 0, 0) scale(1.125);
    -moz-transform: translate3d(0, 0, 0) scale(1.125);
    -o-transform: translate3d(0, 0, 0) scale(1.125);
    transform: translate3d(0, 0, 0) scale(1.125); }
  to {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1); } }

/* ==========================================================================
   Icons
   ========================================================================== */
.icon img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.payment-method-owner-icon {
  width: 18px;
  height: 18px;
  padding: 2px;
  margin-right: 3px;
  background: #FFFFFF;
  border: 1px solid #dddddd;
  border-radius: 3px; }

.ios-app-icon {
  width: 75px;
  height: 75px;
  border-radius: 22px; }

.warning-inline:before {
  color: #FF0000;
  display: inline-block;
  font-family: "bt_mono", monospace;
  font-weight: 600;
  margin-right: .25em;
  position: relative;
  top: -.0825em;
  content: "[!]"; }

.info-icon:focus, .info-icon:hover {
  cursor: pointer; }
  .info-icon:focus .info-icon__foreground, .info-icon:hover .info-icon__foreground {
    fill: #2A38D8; }
  .info-icon:focus .info-icon__background, .info-icon:hover .info-icon__background {
    fill: rgba(42, 56, 216, 0.08); }

.info-icon__background {
  fill: #ebebeb; }

.info-list {
  display: block;
  margin-bottom: 20px; }
  .info-list dt {
    color: #666666;
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 5px; }
  .info-list dd {
    color: black;
    line-height: 1.5;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap; }
    .info-list dd:last-child {
      margin-bottom: 0; }
    .info-list dd.long-text {
      white-space: normal; }
    .unified-panel .info-list dd {
      color: #202020; }

.inline-notification {
  display: inline-block;
  width: auto;
  margin-left: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #666869; }
  .inline-notification.error {
    color: #ED574A; }

.bt-internal-tag {
  display: inline-block;
  width: 14px;
  height: 14px;
  transform: translateY(calc(50% - 8px)); }

.bt-internal-button {
  background-color: #6E15D9;
  border-color: #6E15D9; }
  .bt-internal-button:not([disabled]):hover, .bt-internal-button:not(.is-disabled):hover, .bt-internal-button:not(.is-disabled):focus {
    background-color: #5611ab;
    border-color: #5611ab; }

.unified-panel .bt-internal-button .bt-tooltip-container {
  height: 14px; }

.bt-internal-button .bt-internal-tag {
  height: 14px; }

/* ----------------------------------------------------------------

  LOGIN VIEW

---------------------------------------------------------------- */
.authorization-container {
  margin: 0 auto;
  max-width: 40em;
  padding: 80px 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  .authorization-container.authorization-single {
    max-width: 34em; }
  @media (min-width: 1025px) {
    .authorization-container {
      max-width: 80em; } }
  .authorization-container h2 {
    line-height: 1.1;
    margin-bottom: 24px; }
  .authorization-container h2 ~ p {
    line-height: 28px;
    margin-bottom: 30px; }
  .authorization-container input[type="text"],
  .authorization-container input[type="password"],
  .authorization-container input[type="email"],
  .authorization-container select {
    font-size: 16px;
    border: none;
    background: transparent;
    box-shadow: none;
    width: 100%;
    min-height: 0;
    max-width: none;
    padding: 0;
    border: none;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    font-weight: 500; }
    .authorization-container input[type="text"]:focus,
    .authorization-container input[type="password"]:focus,
    .authorization-container input[type="email"]:focus,
    .authorization-container select:focus {
      border: 0;
      outline: none;
      background: transparent; }
  .authorization-container input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  .authorization-container .form-container {
    margin-top: 12px; }
  .authorization-container .form-row {
    *zoom: 1;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .authorization-container .form-row:before, .authorization-container .form-row:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .authorization-container .form-row:after {
      clear: both; }
    .authorization-container .form-row.row-push {
      margin-top: 24px; }
  .authorization-container .input-block {
    -webkit-transition: all 250ms cubic-bezier(0.22, -0.44, 0, 1);
    -moz-transition: all 250ms cubic-bezier(0.22, -0.44, 0, 1);
    -o-transition: all 250ms cubic-bezier(0.22, -0.44, 0, 1);
    transition: all 250ms cubic-bezier(0.22, -0.44, 0, 1);
    *zoom: 1;
    display: block;
    position: relative;
    width: 100%;
    line-height: 36px;
    border-bottom: 1px solid #cdcdcd;
    border-right: none;
    box-shadow: inset 3px 0 0 0px rgba(53, 162, 230, 0); }
    .authorization-container .input-block:before, .authorization-container .input-block:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .authorization-container .input-block:after {
      clear: both; }
    .authorization-container .input-block:active, .authorization-container .input-block:focus {
      color: #35a2e6;
      background: #fafdff;
      box-shadow: inset 3px 0 0 0px #35a2e6; }
    .authorization-container .input-block:before {
      content: '';
      height: 20%;
      position: absolute;
      z-index: -1;
      bottom: 0;
      right: -1px;
      border-left: 1px solid #cdcdcd; }
    .authorization-container .input-block:last-child:before, .authorization-container .input-block.full:before {
      display: none; }
  .authorization-container .input-label {
    -webkit-transition: all 250ms cubic-bezier(0.44, 0.22, 0, 1);
    -moz-transition: all 250ms cubic-bezier(0.44, 0.22, 0, 1);
    -o-transition: all 250ms cubic-bezier(0.44, 0.22, 0, 1);
    transition: all 250ms cubic-bezier(0.44, 0.22, 0, 1);
    *zoom: 1;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 6px 12px;
    cursor: pointer;
    line-height: inherit; }
    .authorization-container .input-label:before, .authorization-container .input-label:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .authorization-container .input-label:after {
      clear: both; }
  .authorization-container .input-label.has-focus {
    color: #35a2e6;
    background: #FAFDFF;
    box-shadow: inset 3px 0 0 0px #35a2e6; }
  .authorization-container .label-title {
    margin-right: 3px;
    color: #666869;
    display: inline-block;
    font-size: 14px;
    font-family: "bt_mono", courier, monospace;
    font-weight: 600;
    margin-bottom: 0; }
  .authorization-container .label-addon {
    color: #bbb;
    float: right;
    font-family: "bt_mono", courier, monospace;
    font-weight: 600; }
    .authorization-container .label-addon:hover {
      color: #61D395;
      text-decoration: none; }
  .authorization-container .border-top {
    border-top: 1px solid #cdcdcd; }
  .authorization-container .has-error:not(.ignore-error) {
    box-shadow: inset 3px 0 0 0 #ed574a;
    color: #ED574A !important; }
  .authorization-container .error-block {
    padding: 1.5em;
    margin-bottom: 1em;
    border-radius: 2px;
    background-color: #FBD7D5; }
    .authorization-container .error-block ul {
      padding-left: 1.5em; }
    .authorization-container .error-block li {
      color: red;
      list-style-type: disc;
      margin-bottom: 0.75em; }
      .authorization-container .error-block li:last-child {
        margin-bottom: 0; }
  .authorization-container .is-disabled {
    color: #666869 !important;
    box-shadow: inset 3px 0 0 0px #e6e6e6 !important;
    background: #f9f9f9; }
    .authorization-container .is-disabled .input-label, .authorization-container .is-disabled input, .authorization-container .is-disabled select {
      cursor: not-allowed !important; }
    .authorization-container .is-disabled input[disabled] {
      -webkit-appearance: none;
      appearance: none;
      background-color: transparent; }
  .authorization-container .is-valid .indicator {
    background: url(https://gstatic.braintreegateway.com/assets/icon-check-green-a8a3c5d39a0996eb0f88f0291591cca28cf0c7b11c7880eea37620c85dff125a.svg) center center no-repeat;
    opacity: 1;
    width: 12px;
    height: 10px;
    position: absolute;
    right: .75em;
    top: 1.125em; }
  .authorization-container .is-paypal-account input {
    background: url(https://gstatic.braintreegateway.com/assets/logos/paypal-monogram-0fdd79cf57bf0ac90c214f1ba7079152987a1faee73c7e3d4d46852142a981ae.svg) left center no-repeat transparent;
    background-size: auto 18px;
    padding-left: 1.5em; }
  .authorization-container li {
    margin: 0; }

.unified-login__content .unified_activate_with_paypal_form {
  margin-top: 0; }

.unified_activate_with_paypal_form .paypal_account {
  background: url(https://gstatic.braintreegateway.com/assets/logos/paypal-monogram-0fdd79cf57bf0ac90c214f1ba7079152987a1faee73c7e3d4d46852142a981ae.svg) left center no-repeat transparent;
  background-position: 15px center;
  background-size: auto 18px;
  padding-left: 4rem; }
  .unified_activate_with_paypal_form .paypal_account label {
    display: none; }

.unified_activate_with_paypal_form .success {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMUJCODQ0O30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggaWQ9IlJlY3RhbmdsZS01IiBjbGFzcz0ic3QwIiBkPSJNNCwwaDEyYzIuMiwwLDQsMS44LDQsNHYxMmMwLDIuMi0xLjgsNC00LDRINGMtMi4yLDAtNC0xLjgtNC00VjRDMCwxLjgsMS44LDAsNCwweiIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTUuOSw2LjVsLTEuMS0xYy0wLjItMC4yLTAuNS0wLjItMC43LDBsLTUuOCw2TDUuOSw5QzUuOCw4LjksNS43LDguOCw1LjYsOC44Yy0wLjEsMC0wLjMsMC0wLjQsMC4xbC0xLjEsMQoJYy0wLjIsMC4yLTAuMiwwLjUsMCwwLjdMOCwxNC44YzAuMSwwLjEsMC4yLDAuMiwwLjQsMC4yczAuMy0wLjEsMC40LTAuMmw3LjItNy42QzE2LjEsNywxNi4xLDYuNywxNS45LDYuNXoiLz4KPC9zdmc+Cg==);
  border-radius: 50%;
  height: 2rem;
  width: 2rem; }

.authorization-content {
  *zoom: 1;
  position: relative; }
  .authorization-content:before, .authorization-content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .authorization-content:after {
    clear: both; }
  @media (min-width: 1025px) {
    .authorization-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
.authorization-option {
  padding: 2.5em 12px;
  width: 100%;
  margin: auto; }
  @media (min-width: 641px) {
    .authorization-option {
      padding: 3em 12px; } }
  @media (min-width: 1025px) {
    .authorization-option {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      float: left;
      padding: 0 50px;
      width: 50%; } }
  @media (min-width: 1441px) {
    .authorization-option {
      padding: 0 80px; } }
.authorization-option-single {
  width: 100%; }

.log-in-with-paypal {
  text-align: center; }
  .log-in-with-paypal img {
    margin-bottom: 1.5em; }
  .log-in-with-paypal p {
    color: #a4a4a4;
    margin: 1.5em auto 0;
    max-width: 18em; }
    .log-in-with-paypal p a {
      color: #009cde;
      font-weight: 500; }
      .log-in-with-paypal p a:hover {
        color: #2CC0FF; }

.authorization-divider {
  padding: 0;
  width: 100%;
  text-align: center;
  position: relative; }
  @media (min-width: 1025px) {
    .authorization-divider {
      position: absolute;
      left: 50%;
      top: 0px;
      height: 100%;
      width: 1px;
      pointer-events: none; } }
  .authorization-divider:before, .authorization-divider:after {
    background-color: #dbdbdb;
    content: "";
    position: absolute;
    width: 25%;
    height: 1px;
    top: 50%; }
    @media (min-width: 1025px) {
      .authorization-divider:before, .authorization-divider:after {
        height: 50%;
        width: 1px;
        left: 0px;
        top: auto;
        padding-top: 20px; } }
  .authorization-divider:before {
    right: 55%; }
    @media (min-width: 1025px) {
      .authorization-divider:before {
        bottom: 50%;
        margin-bottom: 1em; } }
  .authorization-divider:after {
    left: 55%; }
    @media (min-width: 1025px) {
      .authorization-divider:after {
        margin-top: 1em;
        top: 50%; } }
.authorization-divider-label {
  color: #666869;
  font-size: 14px;
  font-family: "bt_mono", courier, monospace;
  font-weight: 600; }
  @media (min-width: 1025px) {
    .authorization-divider-label {
      height: 2em;
      line-height: 2;
      margin-top: -1em;
      margin-left: -1em;
      position: absolute;
      text-align: center;
      top: 50%;
      width: 2em; } }
.text-input-wrapper {
  margin-bottom: 24px; }

.login-body {
  color: #3E3C42;
  font-size: 16px;
  padding: 6em 0; }
  .login-body .alert {
    position: fixed;
    top: 68px;
    width: 100%;
    z-index: 20; }
  .login-body.unified-panel {
    color: #5c5c5c;
    padding-top: 6rem; }
    .login-body.unified-panel .alert {
      font-size: 1.4rem; }
      .login-body.unified-panel .alert.success {
        top: auto; }
      .login-body.unified-panel .alert.error {
        position: static;
        width: 40rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0; }
        .login-body.unified-panel .alert.error .detail {
          position: relative; }

.login-btn {
  border-color: #b25e27;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border: none;
  border-bottom: solid 2px #b25e27;
  padding: 12px 20px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 3px;
  background: #fd9546;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }
  .login-btn:hover, .login-btn:focus {
    background: #fd9546;
    background: -moz-linear-gradient(top, #fc9f57 0%, #eb7e2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc9f57), color-stop(100%, #eb7e2a));
    background: -webkit-linear-gradient(top, #fc9f57 0%, #eb7e2a 100%);
    background: -o-linear-gradient(top, #fc9f57 0%, #eb7e2a 100%);
    background: -ms-linear-gradient(top, #fc9f57 0%, #eb7e2a 100%);
    background: linear-gradient(to bottom, #fc9f57 0%, #eb7e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9f57', endColorstr='#eb7e2a',GradientType=0 ); }

.authorization-container .btn {
  font-size: 16px; }

.terms-of-service {
  background-color: #f7f7f7;
  padding: .8em; }
  .unified-panel .terms-of-service {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    padding: 1rem; }
    .unified-panel .terms-of-service p {
      margin: 0; }
  .terms-of-service p {
    font-size: 13px;
    line-height: 1.4; }
  .terms-of-service,
  .terms-of-service a {
    color: #757473; }
  .terms-of-service a {
    display: block;
    text-decoration: underline; }
  @media (min-width: 1441px) {
    .terms-of-service a {
      display: inline; } }
.main-header-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%; }
  .main-header-wrapper:hover .main-header-inner {
    border-color: #cdcdcd; }

.main-header-inner {
  -webkit-transition: border 222ms ease-out;
  -moz-transition: border 222ms ease-out;
  -o-transition: border 222ms ease-out;
  transition: border 222ms ease-out;
  *zoom: 1;
  position: relative;
  z-index: 999;
  padding: 1.0625em 1.5em;
  background: #FFF;
  border-bottom: 1px solid transparent; }
  .main-header-inner:before, .main-header-inner:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .main-header-inner:after {
    clear: both; }
  .main-header-inner:hover {
    border-bottom: 1px solid #cdcdcd; }

.header-login a {
  float: right;
  padding-right: 24px;
  position: relative;
  font-family: "bt_mono", courier, monospace;
  font-weight: 600;
  font-size: 14px;
  line-height: 2.4em;
  color: #666869;
  opacity: 0.5; }
  .header-login a:hover {
    color: #666869;
    text-decoration: none;
    opacity: 1; }
  .header-login a:after {
    content: '';
    background: url(https://gstatic.braintreegateway.com/assets/icons/icon-forward-arrow-2bfe479f67bef0af453298933cda5bf1a25fea969c1f8a8d9864a27fa81a9cec.svg) no-repeat center center;
    width: 12px;
    height: 9px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0; }

.login-submit-button {
  width: 100%; }

.login-heading {
  margin-bottom: 25px;
  text-align: left; }

.login-header .logo {
  float: left;
  text-indent: -999px;
  width: 130px;
  height: 30px;
  top: 1px;
  overflow: hidden; }

.svg .login-header .logo {
  background: url(https://gstatic.braintreegateway.com/assets/logos/braintree-paypal-22c095446e19c76edb49e9e9adfd98aefa5c7038578e0e0e7ac71c4c07b79bfd.svg) top center no-repeat transparent;
  background-size: auto; }
  .svg .login-header .logo.sandbox {
    background: url(https://gstatic.braintreegateway.com/assets/logos/braintree-paypal-sandbox-9b3adb01489c377bebb8dcb9b8cdbfdd2235f5da6e2acd2991aa1fda94edb10b.svg) top center no-repeat transparent;
    background-size: 100% auto;
    width: 217px; }

.no-svg .login-header .logo {
  background: url(https://gstatic.braintreegateway.com/assets/logos/braintree-paypal-03423fa45a01d59f7ed077736da7b7994fd8cd0ca40ebea47aa6f399c12173a6.png) top center no-repeat transparent; }
  .no-svg .login-header .logo.sandbox {
    background: url(https://gstatic.braintreegateway.com/assets/logos/braintree-paypal-sandbox-9c6719b69b8a017dd10492fd78096a128b002d030d94e86b49a0827f06b4f288.png) top center no-repeat transparent;
    background-size: 100% auto; }

/* Unified Login -------------------------- */
.unified-login__header {
  background-color: #202020;
  padding: 1.5rem 3rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1; }
  .unified-login__header .logo {
    background: url(https://gstatic.braintreegateway.com/assets/logos/braintree-paypal-brand-refresh-white-fa0e33faecad68763c0c4255e3bb251749b6a9676855290c8d0956a5c5864212.svg) top center no-repeat transparent;
    width: 145px;
    text-indent: -999px; }
  .unified-login__header .logo_alt_text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.unified-login__nav {
  float: right; }
  .unified-login__nav li {
    display: inline-block;
    margin-left: 2rem; }
  .unified-login__nav a {
    color: #adadad;
    font-weight: 500;
    font-size: 1.4rem;
    text-transform: capitalize; }

.unified-panel .unified-login__title {
  font-size: 4.5rem;
  font-family: PayPalOpen;
  line-height: 5rem; }

.unified-login__content {
  margin: auto;
  padding-top: 6rem;
  width: 400px; }
  .unified-login__content .wrapper {
    display: flex;
    flex-direction: column; }
  .unified-login__content .form {
    display: flex;
    flex-direction: column; }
  .unified-login__content .text {
    margin: 0;
    font-size: 1.4rem; }
  .unified-login__content form {
    margin-top: 2rem; }
  .unified-login__content .btn_full_width {
    margin: 0; }
  .unified-login__content footer {
    font-size: 1.2rem;
    margin: 1rem 0;
    text-align: center; }
    .unified-login__content footer a {
      color: #5c5c5c;
      text-decoration: underline; }
    .unified-login__content footer p {
      margin: .8rem 0; }

.unified-login__divider {
  display: flex;
  color: #5c5c5c;
  margin: 1rem 0;
  font-size: 1.5rem; }
  .unified-login__divider:before, .unified-login__divider:after {
    content: "";
    border-top: 1px solid #d6d6d6;
    flex: 1;
    transform: translateY(50%); }
  .unified-login__divider:before {
    margin-right: 1rem; }
  .unified-login__divider:after {
    margin-left: 1rem; }

.captcha-container {
  margin-bottom: 1.5em; }
  .unified-panel .captcha-container {
    margin-bottom: 1.5rem; }

.vertical-center-block {
  *zoom: 1;
  position: relative;
  height: 100%; }
  .vertical-center-block:before, .vertical-center-block:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .vertical-center-block:after {
    clear: both; }
  .vertical-center-block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

.vertical-center {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.authorization-footer {
  padding: 5em 0 .5em; }

.login-alternate-text,
.authorization-support {
  text-align: center; }
  .login-alternate-text p,
  .login-alternate-text a,
  .authorization-support p,
  .authorization-support a {
    font-size: 14px;
    color: #a4a4a4; }
  .login-alternate-text a,
  .authorization-support a {
    border-bottom: solid 1px #e0e0e0;
    transition: color .2s ease, border-color .2s ease;
    white-space: nowrap;
    padding: 2px 0; }
    .login-alternate-text a:hover,
    .authorization-support a:hover {
      color: #5CD493;
      border-bottom-color: #5CD493;
      text-decoration: none; }

/* Style the buttons that are used to open and close the markdown-guide-button panel */
#md-guide-button {
  background-color: #ddd;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s; }
  #md-guide-button:hover {
    background-color: #ccc; }
  #md-guide-button::before {
    content: '\002B';
    color: #777;
    font-weight: bold;
    margin-right: 10px; }
  #md-guide-button.active::before {
    content: '\2212'; }

#md-guide {
  padding: 0 18px;
  border-color: #000000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px 0px 5px #ddd;
  display: none;
  overflow: hidden; }
  #md-guide.active {
    display: block; }

.md-guide-header-row {
  margin-top: 10px; }

.md-guide-header-row, .md-content-row {
  overflow: auto;
  margin-bottom: 20px; }

.md-title-row {
  font-size: 11px;
  color: #B3B3B3; }

.md-guide-header-column, .md-content-column {
  float: left;
  width: 50%; }

.md-guide-header-column {
  display: block;
  font-size: 16px;
  color: #000000; }

.md-content-column ul, .md-content-column ol {
  margin: 0px; }

.md-example {
  background-color: #f4f4f4;
  font-size: 14px;
  color: #666666;
  font-family: bt_mono; }

.split-view-card {
  width: 100%;
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.split-view-card__navigation {
  border-right: 1px solid #e6e6e6;
  width: 40%; }
  .split-view-card__navigation h3 {
    padding: 20px; }
  .split-view-card__navigation h4 {
    color: #666;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 2;
    padding: 0 20px;
    text-transform: uppercase; }
  .split-view-card__navigation ul {
    list-style: none;
    margin: 0 0 20px 0; }
    .split-view-card__navigation ul li {
      margin: 0;
      padding: 0; }
      .split-view-card__navigation ul li a {
        color: black;
        display: block;
        line-height: 1.5em;
        padding: 10px 20px;
        -webkit-transition: background-color 200ms ease-in-out;
        -moz-transition: background-color 200ms ease-in-out;
        -o-transition: background-color 200ms ease-in-out;
        transition: background-color 200ms ease-in-out; }
        .split-view-card__navigation ul li a:hover {
          background-color: #F4F4F4;
          text-decoration: none; }
        .split-view-card__navigation ul li a.is-active {
          background-color: #F4F4F4;
          color: black;
          font-weight: 500; }
    .split-view-card__navigation ul .list-title {
      border-bottom: 1px solid #e6e6e6;
      color: #666666;
      font-size: 10px;
      font-weight: 500;
      letter-spacing: .05em;
      padding: 10px 20px;
      padding-top: 20px;
      text-transform: uppercase; }
    .split-view-card__navigation ul .list-footer {
      color: #B3B3B3;
      font-size: 12px;
      line-height: 1.67em;
      padding: 10px 20px; }
  @media (min-width: 1441px) {
    .split-view-card__navigation {
      width: 20%; } }
.split-view-card__detail {
  width: 60%; }
  @media (min-width: 1441px) {
    .split-view-card__detail {
      width: 80%; } }
.no-flexbox .split-view-card__navigation,
.no-flexbox .split-view-card__detail {
  display: table-cell; }

.meta-bar {
  padding: 18px;
  margin-bottom: 18px;
  overflow: auto;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  background: #f4f4f4; }

.meta-bar__item {
  display: inline-block;
  margin-right: 12px; }

.meta-bar__item--alert {
  color: #ED574A; }

/*=============================================================================

Component: Modal
Author: trevor

=============================================================================*/
#bt-modal-bg {
  position: fixed;
  z-index: 901;
  left: 0;
  top: 0;
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.54);
  opacity: 0;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: load-modal-bg 333ms linear 1 normal forwards;
  -moz-animation: load-modal-bg 333ms linear 1 normal forwards;
  animation: load-modal-bg 333ms linear 1 normal forwards; }
  #bt-modal-bg.active, #bt-modal-bg.is-active {
    display: block; }
  .no-rgba #bt-modal-bg {
    background: transparent url(https://gstatic.braintreegateway.com/assets/bg-modal-cb8cdf3d7313fde77668f0f946b20e51217064094d2d1e810484a77f2c50f24c.png) repeat; }
  .ie8 #bt-modal-bg {
    position: fixed; }

.bt-modal {
  height: 300px;
  margin: -250px 0 0 -250px;
  width: 500px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  display: none;
  height: auto;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.24), 0px 1px 3px 0px rgba(0, 0, 0, 0.44);
  border-radius: 6px;
  opacity: 0;
  -webkit-animation: scale-in-down 800ms 333ms cubic-bezier(0.22, -0.44, 0, 1) 1 normal forwards;
  -moz-animation: scale-in-down 800ms 333ms cubic-bezier(0.22, -0.44, 0, 1) 1 normal forwards;
  animation: scale-in-down 800ms 333ms cubic-bezier(0.22, -0.44, 0, 1) 1 normal forwards; }
  .bt-modal.active, .bt-modal.is-active {
    display: block; }

.no-scroll {
  overflow: hidden; }

.modal {
  animation: displayModal 200ms cubic-bezier(0.22, -0.44, 0, 1) 1 normal forwards;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  left: 0;
  overflow-y: scroll;
  padding: 5px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998; }
  .modal.is-active, .modal.active {
    display: block; }
  @media (min-width: 641px) {
    .modal {
      padding: 40px; } }
  @media (min-width: 1025px) {
    .modal {
      padding: 80px; } }
.modal__frame {
  background: white;
  border-radius: 4px;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .unified-panel .modal__frame {
    border-radius: 16px;
    box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02); }
  @media (min-width: 641px) {
    .modal__frame {
      width: 600px; } }
.modal__frame--dark {
  background-color: #F7F7F7; }

@media (min-width: 1025px) {
  .modal--large {
    width: 900px; } }

@media (min-width: 1025px) {
  .modal--xl {
    width: 650px;
    height: 80vh;
    flex-direction: column;
    justify-content: center;
    align-items: center; } }

.modal__content {
  padding: 20px; }

.modal__header {
  background: white;
  border-bottom: 1px solid #e6e6e6;
  height: 40px;
  text-align: center; }

.modal__header-title {
  color: black;
  display: block;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 0 120px;
  text-align: center;
  text-overflow: ellipsis; }
  .unified-panel .modal__header-title {
    color: #202020; }

.modal__header-back {
  background: transparent;
  border: 0;
  color: #61D395;
  cursor: pointer;
  height: 40px;
  left: 0;
  line-height: 40px;
  outline: 0;
  padding-left: 20px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100px; }
  .modal__header-back.disabled {
    display: none; }

.modal__header-text-link {
  padding: 0 20px;
  width: auto; }

.modal__header-close {
  background: transparent;
  border: 0;
  color: #B3B3B3;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding-right: 20px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 100px; }
  .modal__header-close:hover {
    opacity: 0.5;
    text-decoration: none; }
  .modal__header-close.disabled {
    display: none; }

button.modal__header-back,
button.modal__header-close {
  line-height: 0; }

.modal__footer {
  width: 100%;
  position: relative; }
  .modal__footer .modal__step-nav__button--full {
    min-height: 40px; }

.modal__step-nav__button {
  height: 50px;
  line-height: 50px; }
  .modal__step-nav__button.hidden {
    display: none; }
  .unified-panel .modal .modal__step-nav__button {
    background: #202020;
    border: none;
    text-decoration: none;
    color: #fff; }
    .unified-panel .modal .modal__step-nav__button:hover {
      background: #2A38D8;
      color: #fff; }
    .unified-panel .modal .modal__step-nav__button.is-disabled {
      background-color: #efefef;
      color: #d6d6d6;
      pointer-events: none;
      cursor: not-allowed; }

.modal__step-nav__button--half {
  border-radius: 0;
  display: block;
  float: left;
  width: 50%; }

.modal__step-nav__button--full {
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }

.modal__step-nav__button--negative,
.modal__button--danger {
  height: 50px;
  line-height: 50px; }
  .unified-panel .modal .modal__step-nav__button--negative, .unified-panel .modal .modal__button--danger {
    background-color: #ee0000;
    color: #fff;
    text-decoration: none; }
    .unified-panel .modal .modal__step-nav__button--negative:hover, .unified-panel .modal .modal__button--danger:hover {
      background-color: #d50000; }

.modal__step-nav__button.modal__step-nav__button--secondary {
  height: 50px;
  line-height: 50px; }

.unified-panel .modal a {
  text-decoration: underline;
  color: #202020; }
  .unified-panel .modal a:hover {
    color: #2A38D8; }

.remove-phone-number {
  display: inline-block;
  margin-left: 1em; }

.remove-phone-number.is-hidden {
  display: none; }

.bt-modal-close-btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 18px;
  cursor: pointer;
  z-index: 20;
  font-size: 24px;
  font-weight: 400; }
  .bt-modal-close-btn:hover {
    text-decoration: none; }
  .bt-modal-close-btn span {
    display: block; }
    .bt-modal-close-btn span:before {
      content: "\00d7";
      display: block; }
    .no-backgroundsize .bt-modal-close-btn span {
      background-image: url(https://gstatic.braintreegateway.com/assets/modal-close-69727c98b1f16f046a62d326d8995356dc695624e9dc0c1aa3aa97ae7a96e538.png); }

.phone__entry {
  position: relative;
  padding-left: 66px;
  margin-bottom: 12px; }
  .phone__entry .selector {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 60px !important;
    cursor: pointer; }
    .phone__entry .selector span {
      width: 100% !important;
      padding: 0;
      text-align: center;
      background: none; }

@-webkit-keyframes load-modal-bg {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes load-modal-bg {
  from {
    background: rgba(0, 0, 0, 0); }
  to {
    background: rgba(0, 0, 0, 0.54); } }

@keyframes load-modal-bg {
  from {
    background: rgba(0, 0, 0, 0); }
  to {
    background: rgba(0, 0, 0, 0.54); } }

@keyframes displayModal {
  from {
    opacity: 0;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  to {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.notification-bar {
  width: 100%;
  overflow: hidden;
  padding: 12px 24px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left; }
  .unified-panel .notification-bar {
    padding: 1.5rem 2rem 1.5rem 3rem;
    margin-bottom: 0;
    font-size: 1.4rem; }
    .unified-panel .notification-bar p {
      margin: 0;
      display: inline; }
      .unified-panel .notification-bar p strong {
        color: #202020; }
  .notification-bar:last-child {
    margin-bottom: 24px; }
    .unified-panel .notification-bar:last-child {
      border-bottom: 1px solid #d6d6d6;
      margin-bottom: 4rem; }
  .notification-bar .notification-arrow {
    display: inline-block;
    height: 100%;
    margin-left: 6px;
    margin-top: -3px;
    min-height: 14px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 14px; }
  .svg .notification-bar .notification-arrow {
    background: url(https://gstatic.braintreegateway.com/assets/notification-arrow-42be336e3507eb30531d523fdbc3f99084996f305c0be2c2091bdcf14017dd01.svg) no-repeat center; }
  .no-svg .notification-bar .notification-arrow {
    background: url(https://gstatic.braintreegateway.com/assets/notification-arrow-03d5d52163916476613061f9a6a9b900e02152f3c136f1b76f3bd534b65b2a3c.png) no-repeat center; }

.notification-bar__snackbar {
  position: fixed;
  width: 380px;
  right: 24px;
  top: 24px;
  z-index: 999;
  padding: 24px;
  display: none;
  -webkit-animation: snackbar-in 300ms normal cubic-bezier(0.6, 0.3, 0, 1);
  -moz-animation: snackbar-in 300ms normal cubic-bezier(0.6, 0.3, 0, 1);
  animation: snackbar-in 300ms normal cubic-bezier(0.6, 0.3, 0, 1); }
  .notification-bar__snackbar.is-visible {
    display: block; }

.notification-bar-inner {
  margin: 0 auto; }

.notification-close-btn {
  display: block;
  overflow: hidden;
  position: absolute;
  font-size: 18px;
  right: 12px;
  top: 50%;
  margin-top: -1em;
  margin-bottom: 0;
  padding: 0 8px;
  text-align: center;
  text-decoration: none; }
  .unified-panel .notification-close-btn {
    color: #202020;
    font-weight: 500;
    right: 0;
    margin-top: -1.5rem; }
  .notification-close-btn:hover {
    color: #ff0000;
    text-decoration: none;
    cursor: pointer; }
    .unified-panel .notification-close-btn:hover {
      opacity: .5;
      color: #202020; }

.unified-panel .has-notification .notification-container:before {
  content: 'Announcements';
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #202020;
  margin-bottom: 2.5rem;
  line-height: 4.2rem; }

.notification-bar-announce {
  left: 0;
  position: relative;
  top: 0;
  color: #4A4A4A; }
  .unified-panel .notification-bar-announce {
    color: #202020; }
  .ie .notification-bar-announce {
    position: relative; }

.notification-bar-warn {
  color: #4A4A4A; }
  .unified-panel .notification-bar-warn {
    color: #202020; }

.notification-bar-title {
  font-weight: 500;
  font-size: .8em;
  padding-right: .5em; }
  .unified-panel .notification-bar-title {
    display: none; }

.notification-bar-green {
  background: #B0E9CA;
  border: 1px dotted #65DB9A; }
  .unified-panel .notification-bar-green {
    background: #fff;
    border-top: 1px solid #d6d6d6;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    position: relative; }
  .unified-panel .notification-bar-green::before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 1.6rem;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMUJCODQ0O30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggaWQ9IlJlY3RhbmdsZS01IiBjbGFzcz0ic3QwIiBkPSJNNCwwaDEyYzIuMiwwLDQsMS44LDQsNHYxMmMwLDIuMi0xLjgsNC00LDRINGMtMi4yLDAtNC0xLjgtNC00VjRDMCwxLjgsMS44LDAsNCwweiIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTUuOSw2LjVsLTEuMS0xYy0wLjItMC4yLTAuNS0wLjItMC43LDBsLTUuOCw2TDUuOSw5QzUuOCw4LjksNS43LDguOCw1LjYsOC44Yy0wLjEsMC0wLjMsMC0wLjQsMC4xbC0xLjEsMQoJYy0wLjIsMC4yLTAuMiwwLjUsMCwwLjdMOCwxNC44YzAuMSwwLjEsMC4yLDAuMiwwLjQsMC4yczAuMy0wLjEsMC40LTAuMmw3LjItNy42QzE2LjEsNywxNi4xLDYuNywxNS45LDYuNXoiLz4KPC9zdmc+Cg==); }

.notification-bar-yellow {
  background: #FFF2A7;
  border: 1px dotted #F8E71C; }
  .unified-panel .notification-bar-yellow {
    background: #fff;
    border-top: 1px solid #d6d6d6;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    position: relative; }
  .unified-panel .notification-bar-yellow::before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 1.6rem;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggaWQ9IlJlY3RhbmdsZS01IiBkPSJNNCwwaDEyYzIuMiwwLDQsMS44LDQsNHYxMmMwLDIuMi0xLjgsNC00LDRINGMtMi4yLDAtNC0xLjgtNC00VjRDMCwxLjgsMS44LDAsNCwweiIvPgo8cGF0aCBpZD0iUmVjdGFuZ2xlLTQiIGNsYXNzPSJzdDAiIGQ9Ik05LjUsOEgxMWMwLjMsMCwwLjUsMC4yLDAuNSwwLjV2NWMwLDAuMywwLjIsMC41LDAuNSwwLjVoMWMwLjMsMCwwLjUsMC4yLDAuNSwwLjV2MQoJYzAsMC4zLTAuMiwwLjUtMC41LDAuNUg4Yy0wLjMsMC0wLjUtMC4yLTAuNS0wLjV2LTFDNy41LDE0LjIsNy43LDE0LDgsMTRoMWMwLjMsMCwwLjUtMC4yLDAuNS0wLjV2LTNDOS41LDEwLjIsOS4zLDEwLDksMTBIOAoJYy0wLjMsMC0wLjUtMC4yLTAuNS0wLjV2LTFDNy41LDguMiw3LjcsOCw4LDhIOS41eiIvPgo8Y2lyY2xlIGlkPSJPdmFsLTUiIGNsYXNzPSJzdDAiIGN4PSIxMCIgY3k9IjQuNSIgcj0iMS41Ii8+Cjwvc3ZnPgo=); }

.notification-bar-red {
  background: #FFB891;
  border: 1px dotted #E79B72; }
  .unified-panel .notification-bar-red {
    background: #fff;
    border-top: 1px solid #d6d6d6;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    position: relative; }
  .unified-panel .notification-bar-red::before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 1.6rem;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRjEwMDAwO30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggaWQ9IlJlY3RhbmdsZS01IiBjbGFzcz0ic3QwIiBkPSJNNCwwaDEyYzIuMiwwLDQsMS44LDQsNHYxMmMwLDIuMi0xLjgsNC00LDRINGMtMi4yLDAtNC0xLjgtNC00VjRDMCwxLjgsMS44LDAsNCwweiIvPgo8cGF0aCBpZD0iUmVjdGFuZ2xlLTYiIGNsYXNzPSJzdDEiIGQ9Ik04LjYsNGgyLjhjMC4zLDAsMC41LDAuMiwwLjUsMC41YzAsMCwwLDAsMCwwLjFsLTAuOSw2YzAsMC4yLTAuMiwwLjQtMC41LDAuNEg5LjQKCWMtMC4yLDAtMC41LTAuMi0wLjUtMC40bC0wLjktNkM4LDQuMyw4LjIsNCw4LjYsNEM4LjUsNCw4LjYsNCw4LjYsNHoiLz4KPGNpcmNsZSBpZD0iT3ZhbC03IiBjbGFzcz0ic3QxIiBjeD0iMTAiIGN5PSIxNC41IiByPSIxLjUiLz4KPC9zdmc+Cg==); }

.notification-bar-purple {
  background: #7252CC;
  width: 80%;
  height: 8rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  margin-bottom: 2rem; }
  .notification-bar-purple svg {
    fill: white;
    width: 2.5rem;
    height: 2.5em; }
  .notification-bar-purple p {
    color: white;
    line-height: 18px; }
    .notification-bar-purple p .sample-statement-link {
      color: white !important;
      text-decoration: underline !important; }

.notification-bar-static {
  text-align: center; }

.notification-bar-success {
  border: 1px solid #aae184;
  background: #DDF3CE;
  color: #569c26; }
  .unified-panel .notification-bar-success {
    background: #fff;
    border-top: 1px solid #d6d6d6;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    color: #202020;
    position: relative; }
  .unified-panel .notification-bar-success::before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 1.6rem;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMUJCODQ0O30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggaWQ9IlJlY3RhbmdsZS01IiBjbGFzcz0ic3QwIiBkPSJNNCwwaDEyYzIuMiwwLDQsMS44LDQsNHYxMmMwLDIuMi0xLjgsNC00LDRINGMtMi4yLDAtNC0xLjgtNC00VjRDMCwxLjgsMS44LDAsNCwweiIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTUuOSw2LjVsLTEuMS0xYy0wLjItMC4yLTAuNS0wLjItMC43LDBsLTUuOCw2TDUuOSw5QzUuOCw4LjksNS43LDguOCw1LjYsOC44Yy0wLjEsMC0wLjMsMC0wLjQsMC4xbC0xLjEsMQoJYy0wLjIsMC4yLTAuMiwwLjUsMCwwLjdMOCwxNC44YzAuMSwwLjEsMC4yLDAuMiwwLjQsMC4yczAuMy0wLjEsMC40LTAuMmw3LjItNy42QzE2LjEsNywxNi4xLDYuNywxNS45LDYuNXoiLz4KPC9zdmc+Cg==); }

.notification-bar-alert {
  border: 1px solid #fff278;
  background: #FFFBD4;
  color: #393A3B; }
  .notification-bar-alert a {
    font-weight: bold; }
    .unified-panel .notification-bar-alert a {
      font-weight: normal; }
  .unified-panel .notification-bar-alert {
    background: #fff;
    border-top: 1px solid #d6d6d6;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 4px;
    color: #202020;
    position: relative; }
  .unified-panel .notification-bar-alert::before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 1.6rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2ZmY2QyZTt9LmEsLmN7ZmlsbC1ydWxlOmV2ZW5vZGQ7fS5iLC5je2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPndhcm5pbmctaWNvbjwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImEiIHBvaW50cz0iOC44OSAwIDAgMTcuNSAwIDIwIDIwIDIwIDIwIDE3LjUgMTEuMjMgMCA4Ljg5IDAiLz48cmVjdCBjbGFzcz0iYiIgeD0iOSIgeT0iMTQuNzgiIHdpZHRoPSIyIiBoZWlnaHQ9IjIuMjIiLz48cG9seWdvbiBjbGFzcz0iYyIgcG9pbnRzPSI4LjQ5IDcgOSAxMi41NiAxMSAxMi41NiAxMS40NyA3IDguNDkgNyIvPjwvc3ZnPg==); }

.notification-bar-dismissible {
  display: none;
  -webkit-transition: -webkit-transform 147ms cubic-bezier(0.22, 0.44, 0, 1);
  transition: transform 147ms cubic-bezier(0.22, 0.44, 0, 1); }
  .has-notification .notification-bar-dismissible {
    -webkit-transition: -webkit-transform 127ms cubic-bezier(0.22, 0.44, 0, 1);
    transition: transform 127ms cubic-bezier(0.22, 0.44, 0, 1); }

.notification {
  color: #4a4a4a;
  font-size: 14px;
  font-size: .875rem;
  padding-top: 1.428em;
  padding-bottom: 1.428em;
  border-style: dotted;
  border-width: 1px; }

.notification--error {
  background-color: #fbd7d5;
  border-color: #f05e56; }

.notification--warning {
  background-color: #fff7ce;
  border-color: #ffee9c; }

.notification__wrapper {
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  overflow: hidden; }

.notification__message {
  font-size: inherit;
  display: block; }

.notification__message--sprite {
  padding-left: 2.857em;
  background-position: left top; }

.notification__message--sprite-error {
  background-image: url(https://gstatic.braintreegateway.com/assets/sprites/notification-message-error-2f35ee68864b6f5e87ec461d143942b5a7e6ab2fec3122783369718c0087e6b2.png);
  background-size: 22px auto; }

.notification__message--sprite-warning {
  background-image: url(https://gstatic.braintreegateway.com/assets/sprites/notification-message-warning-622de82ca941ba5cf496f4aaee34935cb1c7c32711e8a211669de83c63e9e276.png);
  background-size: 22px auto; }

.svg .notification__message--sprite-error {
  background-image: url(https://gstatic.braintreegateway.com/assets/sprites/notification-message-error-03151721fe19bdf08b5db2c0924c7c03583ca8acfd8e613e9272a42508de254d.svg); }

.svg .notification__message--sprite-warning {
  background-image: url(https://gstatic.braintreegateway.com/assets/sprites/notification-message-warning-f3757851061db92ad69302a977cc5ab329c2e58c2fb1996d1afb4c0cd3b76b62.svg); }

@-webkit-keyframes snackbar-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -24px, 0);
    -webkit-transform: translate3d(0, -24px, 0);
    -moz-transform: translate3d(0, -24px, 0);
    -o-transform: translate3d(0, -24px, 0);
    transform: translate3d(0, -24px, 0); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes snackbar-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -24px, 0);
    -webkit-transform: translate3d(0, -24px, 0);
    -moz-transform: translate3d(0, -24px, 0);
    -o-transform: translate3d(0, -24px, 0);
    transform: translate3d(0, -24px, 0); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes snackbar-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -24px, 0);
    -webkit-transform: translate3d(0, -24px, 0);
    -moz-transform: translate3d(0, -24px, 0);
    -o-transform: translate3d(0, -24px, 0);
    transform: translate3d(0, -24px, 0); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.onboarding-complete-graphic {
  background: url(https://gstatic.braintreegateway.com/assets/approved-message-graphic-97999ff962ffa88f9e1bf1fe08689b3bfc98899a6758f88bb9639058978366cb.svg) no-repeat center center;
  width: 215px;
  height: 129px;
  display: block;
  margin: 0 auto 24px; }

.payment-instrument-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  .payment-instrument-grid li {
    padding: 5px;
    width: 100%; }
    @media (min-width: 641px) {
      .payment-instrument-grid li {
        width: 50%; } }
    @media (min-width: 1025px) {
      .payment-instrument-grid li {
        width: 33.333333%; } }
    @media (min-width: 1441px) {
      .payment-instrument-grid li {
        width: 25%; } }
.popup-notice {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 16px;
  width: 100%;
  max-width: 20em;
  padding: 2em;
  text-align: center;
  z-index: 10000;
  opacity: 0; }
  .popup-notice p {
    max-width: 16em;
    margin: 1.3em auto 2em;
    color: #fff; }
  .popup-notice .paypal-continue-button {
    background-color: #009ADA;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px; }
    .popup-notice .paypal-continue-button:hover {
      background-color: #008CC6; }
  .popup-notice.is-active {
    transition: opacity .6s ease;
    opacity: 1; }

.paypal-overlay {
  -webkit-animation: load-modal-bg 333ms linear 1 normal forwards;
  -moz-animation: load-modal-bg 333ms linear 1 normal forwards;
  animation: load-modal-bg 333ms linear 1 normal forwards;
  background: rgba(24, 24, 24, 0.8);
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9998; }
  .paypal-overlay.is-active {
    display: block; }

.pricing-table, .pricing-table-selected {
  border: 2px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  height: 320px;
  overflow: hidden;
  padding-bottom: 84px;
  position: relative;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .pricing-table .pricing-table-header, .pricing-table-selected .pricing-table-header {
    border-bottom: 1px solid #f4f4f4;
    padding: 20px; }
    .pricing-table .pricing-table-header p, .pricing-table-selected .pricing-table-header p {
      font-family: "bt_mono", courier, monospace;
      font-weight: 600; }
  .pricing-table .pricing-table-body, .pricing-table-selected .pricing-table-body {
    color: #666869;
    font-size: 14px;
    padding: 20px; }
  .pricing-table .pricing-table-footer, .pricing-table-selected .pricing-table-footer {
    bottom: 0;
    height: 84px;
    left: 0;
    padding: 20px;
    position: absolute;
    width: 100%; }
    .pricing-table .pricing-table-footer a, .pricing-table-selected .pricing-table-footer a, .pricing-table .pricing-table-footer button, .pricing-table-selected .pricing-table-footer button, .pricing-table .pricing-table-footer .btn, .pricing-table-selected .pricing-table-footer .btn {
      line-height: 44px;
      margin: 0;
      padding: 0;
      width: 100%; }
  .pricing-table ul, .pricing-table-selected ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pricing-table:hover, .pricing-table-selected:hover {
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.1); }

.pricing-table-selected {
  border-color: #61D395;
  height: 350px;
  margin-top: -30px; }
  .pricing-table-selected:before {
    background-color: #61D395;
    content: "Current Plan";
    color: rgba(255, 255, 255, 0.64);
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%; }

.quick-actions_list {
  margin-top: 1rem; }

.quick-actions-link {
  display: block;
  font-weight: 500;
  padding-top: .5rem;
  padding-bottom: .5rem; }
  .quick-actions-link:hover {
    color: #202020;
    transition: .1s; }

.quick-actions-link-text {
  vertical-align: middle; }

.quick-actions svg {
  display: inline;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  vertical-align: middle; }

.quick-actions_group {
  margin-top: 1rem; }

.quick-actions-link:hover svg .foreground {
  fill: #2A38D8; }

.quick-actions-link:hover svg .background {
  fill: rgba(42, 56, 216, 0.12); }

.search-options {
  border-top: 1px solid #e6e6e6;
  margin-top: 12px;
  padding: 20px;
  position: relative; }
  .search-options .search-actions {
    padding-top: 10px;
    text-align: right; }
  .search-options:before {
    border-bottom: 11px solid #e6e6e6;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 68px;
    top: -12px;
    width: 0; }
  .search-options:after {
    border-bottom: 11px solid white;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 68px;
    top: -11px;
    width: 0; }

.search-options__row {
  width: 100%;
  position: relative;
  padding-right: 80px;
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .search-options__row + .search-options__row {
    margin-top: 10px; }
  .search-options__row.transition-in {
    animation: display-search-option-row 300ms forwards;
    opacity: 0; }
  .search-options__row .search-option-type {
    color: black;
    padding-right: 10px;
    width: 40%; }
    @media (min-width: 641px) {
      .search-options__row .search-option-type {
        width: 30%; } }
    @media (min-width: 1441px) {
      .search-options__row .search-option-type {
        width: 20%; } }
    .unified-panel .search-options__row .search-option-type {
      color: #202020; }
  .search-options__row .search-option-content, .search-options__row .search-option-content--multiple-inputs {
    padding: 0 10px;
    width: 60%; }
    @media (min-width: 641px) {
      .search-options__row .search-option-content, .search-options__row .search-option-content--multiple-inputs {
        width: 70%; } }
    @media (min-width: 1441px) {
      .search-options__row .search-option-content, .search-options__row .search-option-content--multiple-inputs {
        width: 80%; } }
  .search-options__row .search-option-content--multiple-inputs .search-option-content--input-wrapper {
    width: 100%;
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .search-options__row .search-option-controls {
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 80px;
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .search-options__row input [type="text"],
  .search-options__row select {
    max-width: 100%;
    width: 100% !important; }

.search-option-checkbox-group {
  list-style: none;
  margin: 0;
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .search-option-checkbox-group li {
    margin: 0;
    padding: 0 10px 10px 0;
    width: 100%; }
    @media (min-width: 641px) {
      .search-option-checkbox-group li {
        width: 50%; } }
    @media (min-width: 1025px) {
      .search-option-checkbox-group li {
        width: 33.333333%; } }
    @media (min-width: 1441px) {
      .search-option-checkbox-group li {
        width: 25%; } }
  .search-option-checkbox-group .bt-checkbox, .search-option-checkbox-group .bt-checkbox--descriptive {
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }

.search-option-operator {
  display: inline-block;
  padding-right: 20px;
  width: 39.5%; }
  @media (min-width: 1025px) {
    .search-option-operator {
      width: 24.5%; } }
  @media (min-width: 1441px) {
    .search-option-operator {
      width: 19.5%; } }
.search-option-descriptor {
  display: inline-block;
  width: 60%; }
  @media (min-width: 1025px) {
    .search-option-descriptor {
      width: 75%; } }
  @media (min-width: 1441px) {
    .search-option-descriptor {
      width: 80%; } }
.search-option-date-range,
.search-option-amount-range {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .search-option-date-range .search-option-range-separator,
  .search-option-amount-range .search-option-range-separator {
    color: #B3B3B3;
    font-size: 12px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    width: 15%; }
    @media (min-width: 1025px) {
      .search-option-date-range .search-option-range-separator,
      .search-option-amount-range .search-option-range-separator {
        width: 10%; } }
    @media (min-width: 1441px) {
      .search-option-date-range .search-option-range-separator,
      .search-option-amount-range .search-option-range-separator {
        width: 5%; } }
  .search-option-date-range .search-option-range-input,
  .search-option-amount-range .search-option-range-input {
    width: 42.5%; }
    .search-option-date-range .search-option-range-input input,
    .search-option-amount-range .search-option-range-input input {
      max-width: 100% !important; }
    @media (min-width: 1025px) {
      .search-option-date-range .search-option-range-input,
      .search-option-amount-range .search-option-range-input {
        width: 45%; } }
    @media (min-width: 1441px) {
      .search-option-date-range .search-option-range-input,
      .search-option-amount-range .search-option-range-input {
        width: 47.5%; } }
@keyframes display-search-option-row {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

.no-flexbox .search-options__row .search-option-type,
.no-flexbox .search-options__row .search-option-content,
.no-flexbox .search-options__row .search-option-controls,
.no-flexbox .search-options__row .search-option-content--multiple-inputs,
.no-flexbox .search-option-date-range .search-option-date-timeline {
  display: table-cell;
  vertical-align: top; }
  .no-flexbox .search-options__row .search-option-type .search-option-operator,
  .no-flexbox .search-options__row .search-option-type .search-option-descriptor,
  .no-flexbox .search-options__row .search-option-type .remove_criteria_link,
  .no-flexbox .search-options__row .search-option-type .add_criteria_link,
  .no-flexbox .search-options__row .search-option-content .search-option-operator,
  .no-flexbox .search-options__row .search-option-content .search-option-descriptor,
  .no-flexbox .search-options__row .search-option-content .remove_criteria_link,
  .no-flexbox .search-options__row .search-option-content .add_criteria_link,
  .no-flexbox .search-options__row .search-option-controls .search-option-operator,
  .no-flexbox .search-options__row .search-option-controls .search-option-descriptor,
  .no-flexbox .search-options__row .search-option-controls .remove_criteria_link,
  .no-flexbox .search-options__row .search-option-controls .add_criteria_link,
  .no-flexbox .search-options__row .search-option-content--multiple-inputs .search-option-operator,
  .no-flexbox .search-options__row .search-option-content--multiple-inputs .search-option-descriptor,
  .no-flexbox .search-options__row .search-option-content--multiple-inputs .remove_criteria_link,
  .no-flexbox .search-options__row .search-option-content--multiple-inputs .add_criteria_link,
  .no-flexbox .search-option-date-range .search-option-date-timeline .search-option-operator,
  .no-flexbox .search-option-date-range .search-option-date-timeline .search-option-descriptor,
  .no-flexbox .search-option-date-range .search-option-date-timeline .remove_criteria_link,
  .no-flexbox .search-option-date-range .search-option-date-timeline .add_criteria_link {
    display: table-cell; }

.no-flexbox .search-option-checkbox-group {
  display: table-cell; }
  .no-flexbox .search-option-checkbox-group li {
    display: inline-block; }

.search_index tr {
  cursor: pointer; }

.dispute-icon-and-text {
  display: flex; }

.dispute-status-text {
  padding-left: 5px; }

.empty-search-results {
  color: #B3B3B3;
  padding: 40px;
  text-align: center; }
  .empty-search-results:hover {
    background-color: transparent; }

.search-results-loading-state {
  align-items: center;
  animation: display-search-results-loading-state 300ms forwards;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 16.75em;
  z-index: 100; }
  .search-results-loading-state.is-disabled {
    display: none; }
  .search-results-loading-state .loading-message {
    background: white url(https://gstatic.braintreegateway.com/assets/spinner-dde9a6972ea62452846e4a2375c01938ef01de467a213fbba45a4c219ba50bfb.gif) top 20px center no-repeat;
    background-size: 48px 48px;
    border-radius: 4px;
    box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.1);
    color: #B3B3B3;
    left: 50%;
    margin-left: -76px;
    margin-top: -66px;
    padding: 88px 20px 20px 20px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 152px;
    z-index: 101; }

.results-pagination .current,
.results-pagination .page-selector {
  border-radius: 4px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  width: 24px; }

.results-pagination .page-selector:hover {
  opacity: 0.5; }

.results-pagination .current {
  background-color: #61D395;
  color: white;
  margin: 0 5px; }

.results-count {
  color: #B3B3B3; }

@keyframes display-search-results-loading-state {
  0% {
    opacity: 0;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.load_more {
  display: block; }

/* Style the box that displays the parsed value of segmentations */
#segmentation-parse {
  padding: 0 18px;
  border-color: #000000;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 0px 5px #ddd;
  display: block;
  overflow: hidden; }

#humanized-segmentation-parser {
  margin-top: 20px; }

.self-service-password-containter {
  margin: 15% auto;
  max-width: 460px; }
  .self-service-password-containter .password-header {
    font-size: 24px;
    font-weight: 500;
    text-align: center; }
  .self-service-password-containter input[type="password"] {
    margin: 30px 0; }
  .self-service-password-containter input[type="submit"] {
    margin-top: 20px; }

.self-service-container {
  width: 80%; }
  .self-service-container .header_group-inline h2 {
    display: inline-block;
    margin-right: 10px; }
  .self-service-container .header_group-inline .selector {
    margin-bottom: 10px !important;
    width: 400px !important; }
    .self-service-container .header_group-inline .selector span {
      width: 400px !important; }
  .self-service-container .my-business-link {
    margin-bottom: 30px; }
  .self-service-container input[readonly] {
    background-color: #e0e0e0;
    color: #999;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .self-service-container input[type="text"]:disabled {
    max-width: 100%; }
  .self-service-container input[type="text"] {
    max-width: 100%; }
  .self-service-container .input {
    position: relative;
    max-width: 515px; }
  .self-service-container .input-error {
    color: #ED574A; }
    .self-service-container .input-error span {
      float: right; }
    .self-service-container .input-error input {
      border-color: #ED574A; }
  .self-service-container .lock-icon {
    background-image: url(https://gstatic.braintreegateway.com/assets/icons/icon-lock-bdea068d31f4d81593b0d24ed54a78a4fc1b8fa02f828c24562b690595355abe.svg);
    display: inline-block;
    position: absolute;
    height: 15px;
    width: 12px;
    bottom: 35px;
    right: 5%; }
  .self-service-container .locked-name-input {
    position: relative;
    width: 80%; }
    .self-service-container .locked-name-input .input {
      max-width: 100% !important; }
    .self-service-container .locked-name-input .lock-icon {
      right: 5%;
      top: 13px;
      position: absolute; }
  .self-service-container .locked-currency-input {
    position: relative; }
    .self-service-container .locked-currency-input input[disabled] {
      max-width: 50%; }
    .self-service-container .locked-currency-input .lock-icon {
      right: 55%;
      top: 20%;
      bottom: auto; }
  .self-service-container .edit-name-input {
    max-width: 68%; }
  .self-service-container .error-message-container {
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0; }
    .self-service-container .error-message-container.show-errors {
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      filter: alpha(opacity=100);
      opacity: 1;
      margin: 20px 0; }
    .self-service-container .error-message-container li {
      padding: 10px 20px;
      background: #ED574A;
      color: #fff;
      margin: 0;
      display: block; }
  .self-service-container .table-container {
    margin-top: 30px; }
  .self-service-container .third ul {
    padding-left: 0; }
  .self-service-container .third p {
    width: 70%;
    margin-bottom: 10px; }
  body.dba_edit .self-service-container .dba-block {
    border-bottom: 1px solid #ccc; }
    body.dba_edit .self-service-container .dba-block label {
      display: none; }
    body.dba_edit .self-service-container .dba-block h3 {
      margin-bottom: 40px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 20px; }
    body.dba_edit .self-service-container .dba-block:not(:first-child) h3 {
      display: none; }
  body.dba_edit .self-service-container .dba-col, body.dba_edit .self-service-container .presentment-col {
    float: left;
    clear: none; }
  body.dba_edit .self-service-container .presentment-col {
    width: 33%;
    margin-bottom: 40px; }
    @media (max-width: 1233px) {
      body.dba_edit .self-service-container .presentment-col {
        width: 50%; } }
    body.dba_edit .self-service-container .presentment-col .currency-selector {
      position: relative; }
      body.dba_edit .self-service-container .presentment-col .currency-selector .remove-currency-selector {
        position: absolute;
        top: 30%;
        left: 55%;
        font-size: 0.9em; }
    body.dba_edit .self-service-container .presentment-col .selector {
      display: block;
      width: 50% !important; }
      body.dba_edit .self-service-container .presentment-col .selector span {
        width: 100% !important; }
  body.dba_edit .self-service-container .dba-col {
    width: 66%; }
    @media (max-width: 1233px) {
      body.dba_edit .self-service-container .dba-col {
        width: 50%;
        padding-right: 20px; } }
    body.dba_edit .self-service-container .dba-col input, body.dba_edit .self-service-container .dba-col .btn {
      float: left; }
    body.dba_edit .self-service-container .dba-col p {
      clear: left; }
  .self-service-container .locked-self-service-btn {
    display: none; }
  .self-service-container .bank-inputs input::-webkit-input-placeholder {
    color: #3e3c42; }
  .self-service-container .bank-inputsinput::-moz-placeholder {
    color: #3e3c42 !important; }
  .self-service-container .bank-inputsinput:-moz-placeholder {
    color: #3e3c42; }
  .self-service-container .bank-inputsinput:-ms-input-placeholder {
    color: #3e3c42; }
  .self-service-container #self-service-dba-modal .block h2, .self-service-container #self-service-dba-modal .set-oauth-app-general-info h2, .self-service-container #self-service-dba-modal .set-oauth-app-additional-options h2, .self-service-container #self-service-dba-modal .set-oauth-app-support-info h2,
  .self-service-container #self-service-dba-modal .block p,
  .self-service-container #self-service-dba-modal .set-oauth-app-general-info p,
  .self-service-container #self-service-dba-modal .set-oauth-app-additional-options p,
  .self-service-container #self-service-dba-modal .set-oauth-app-support-info p {
    text-align: center; }
  .self-service-container #self-service-dba-modal .form-block li, .self-service-container #self-service-dba-modal .form-block-redirect-uris li {
    clear: none;
    width: 33.333333%; }
    .self-service-container #self-service-dba-modal .form-block li:nth-child(2), .self-service-container #self-service-dba-modal .form-block-redirect-uris li:nth-child(2) {
      padding: 0 10px; }
    .self-service-container #self-service-dba-modal .form-block li.full, .self-service-container #self-service-dba-modal .form-block-redirect-uris li.full {
      width: 100%;
      padding: 0; }
    .self-service-container #self-service-dba-modal .form-block li.half, .self-service-container #self-service-dba-modal .form-block-redirect-uris li.half {
      width: 50%;
      padding: 0 0 0 5px; }
      .self-service-container #self-service-dba-modal .form-block li.half:first-child, .self-service-container #self-service-dba-modal .form-block-redirect-uris li.half:first-child {
        padding: 0 5px 0 0; }
    .self-service-container #self-service-dba-modal .form-block li .input, .self-service-container #self-service-dba-modal .form-block-redirect-uris li .input {
      max-width: 100%; }
    .self-service-container #self-service-dba-modal .form-block li .currency, .self-service-container #self-service-dba-modal .form-block-redirect-uris li .currency {
      color: #666869;
      position: absolute;
      top: 25px;
      left: 1px;
      padding: 11px;
      border-right: 1px solid #D5D5D5;
      border-bottom: 1px solid #e4e4e4;
      background-color: #e4e4e4; }
    .self-service-container #self-service-dba-modal .form-block li .input-addon, .self-service-container #self-service-dba-modal .form-block-redirect-uris li .input-addon {
      padding-left: 50px; }
    .self-service-container #self-service-dba-modal .form-block li input[type="text"], .self-service-container #self-service-dba-modal .form-block-redirect-uris li input[type="text"] {
      max-width: none;
      width: 100%; }

.update-status-button {
  float: left; }
  .update-status-button .btn_deny {
    border: 1px solid #ED574A;
    color: #ED574A;
    background-color: #fff; }
    .update-status-button .btn_deny:hover {
      border: 1px solid #ED574A;
      color: #fff;
      background-color: #ED574A; }

/*=============================================================================

Component: Slider
Author: trevor

=============================================================================*/
.slider {
  display: block;
  margin: 0;
  width: 100%;
  -webkit-transition: all 400ms cubic-bezier(0.22, -0.44, 0, 1);
  -moz-transition: all 400ms cubic-bezier(0.22, -0.44, 0, 1);
  -o-transition: all 400ms cubic-bezier(0.22, -0.44, 0, 1);
  transition: all 400ms cubic-bezier(0.22, -0.44, 0, 1); }

.slider__item {
  -webkit-transition: all 400ms cubic-bezier(0.22, -0.44, 0, 1);
  -moz-transition: all 400ms cubic-bezier(0.22, -0.44, 0, 1);
  -o-transition: all 400ms cubic-bezier(0.22, -0.44, 0, 1);
  transition: all 400ms cubic-bezier(0.22, -0.44, 0, 1);
  -ms-transform: translate3d(0, 0, 0) scale(0.95);
  -webkit-transform: translate3d(0, 0, 0) scale(0.95);
  -moz-transform: translate3d(0, 0, 0) scale(0.95);
  -o-transform: translate3d(0, 0, 0) scale(0.95);
  transform: translate3d(0, 0, 0) scale(0.95);
  display: none;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  opacity: 0;
  -webkit-animation: animate-slide 800ms cubic-bezier(0.22, -0.44, 0, 1) 1 normal forwards;
  -moz-animation: animate-slide 800ms cubic-bezier(0.22, -0.44, 0, 1) 1 normal forwards;
  animation: animate-slide 800ms cubic-bezier(0.22, -0.44, 0, 1) 1 normal forwards; }
  .slider__item.is-active {
    display: inline-block;
    opacity: 1; }
  .slider__item.slider__item-complete h3, .slider__item.slider__item-complete p {
    text-align: center; }
  .slider__item.slider__item-complete h3 {
    font-size: 1.875rem; }

@-webkit-keyframes animate-slide {
  from {
    -ms-transform: translate3d(0, 0, 0) scale(0.95);
    -webkit-transform: translate3d(0, 0, 0) scale(0.95);
    -moz-transform: translate3d(0, 0, 0) scale(0.95);
    -o-transform: translate3d(0, 0, 0) scale(0.95);
    transform: translate3d(0, 0, 0) scale(0.95);
    opacity: 0; }
  to {
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1; } }

/*=============================================================================

Component: Spinner
Author: trevor

=============================================================================*/
.svg-loading-spinner {
  width: 18px;
  height: 18px; }
  .svg-loading-spinner svg {
    height: 18px !important; }
  .svg-loading-spinner svg path,
  .svg-loading-spinner svg rect {
    fill: #3E3C42; }

.check-url-spinner {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: -24px;
  opacity: 0.25; }
  .check-url-spinner.is-visible {
    display: block; }

.inline-download-spinner {
  display: inline;
  height: 1.2em;
  width: 1.2em;
  vertical-align: -0.2em; }

.status-label {
  display: inline-block;
  padding-left: 22px;
  position: relative;
  text-transform: capitalize; }
  .status-label:before {
    background-color: #e6e6e6;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    margin-top: -6px;
    position: absolute;
    top: 48%;
    width: 12px; }
  .status-label--active:before, .status-label--approved:before, .status-label--auto-approved:before, .status-label--manual-approved:before, .status-label--enabled:before, .status-label--success:before, .status-label--complete:before, .status-label--canceled:before {
    background-color: #61D395; }
  .status-label--manual-review:before, .status-label--verifying-identity:before, .status-label--pending_confirmed:before, .status-label--pending_cancellation:before, .status-label--sent:before {
    background-color: #F5A623; }
  .status-label--revisions-required:before, .status-label--denied:before, .status-label--suspended:before, .status-label--failed:before, .status-label--disabled:before {
    background-color: #FF0000; }

.bt-status-tag {
  display: inline-block;
  border: 1px solid #666666;
  border-radius: 10px;
  padding: 0 10px;
  margin: 0 5px; }
  .bt-status-tag--active {
    border-color: #61D395; }
  .bt-status-tag--pending {
    border-color: #F5A623; }

.ie8 .toggleable-password-checkbox-label {
  visibility: hidden !important; }

.toggleable-password-container {
  position: relative; }
  .toggleable-password-container input[type=password], .toggleable-password-container input[type=text] {
    margin-bottom: 0;
    padding-right: 8ch; }
  .toggleable-password-container .toggleable-password-checkbox-label {
    position: absolute;
    right: 0;
    bottom: 1em;
    margin-bottom: 0;
    padding-right: 10px; }
    .unified-panel .toggleable-password-container .toggleable-password-checkbox-label {
      font-size: 1.4rem; }

.authorization-content .toggleable-password-checkbox-label {
  bottom: 0.6em; }

.transaction-status {
  display: flex; }
  .transaction-status svg {
    height: 2.4rem;
    width: 2.4rem;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
  .transaction-status span {
    line-height: 2.4rem;
    margin-left: 1rem; }

.finish-account-notification {
  position: absolute;
  top: 12px;
  right: 8px;
  background: #61D395;
  height: 18px;
  width: 18px;
  padding: 0 0 0 1px;
  font-size: 14px;
  line-height: 1.3;
  color: #FFF;
  border-radius: 50%; }
  .unified-panel .finish-account-notification {
    background-color: #fccc33;
    border: 2px solid #202020;
    height: 14px;
    width: 14px;
    top: -3px;
    left: -3px;
    right: 0; }

.unified-panel-finish-account-button {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: .5em; }

.finish-account-button {
  padding: 12px 24px;
  border: none !important; }
  .finish-account-button.green {
    color: #FFF !important;
    background: #61D395; }
    .finish-account-button.green:hover {
      background: #89deb0 !important; }
  .unified-panel .finish-account-button {
    font-weight: 400;
    padding: .5em 1em .5em 3em;
    position: relative;
    margin-bottom: .5em; }
  .unified-panel .finish-account-button::before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 1.5rem;
    top: .4rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6I2ZmY2QyZTt9LmEsLmN7ZmlsbC1ydWxlOmV2ZW5vZGQ7fS5iLC5je2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPndhcm5pbmctaWNvbjwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImEiIHBvaW50cz0iOC44OSAwIDAgMTcuNSAwIDIwIDIwIDIwIDIwIDE3LjUgMTEuMjMgMCA4Ljg5IDAiLz48cmVjdCBjbGFzcz0iYiIgeD0iOSIgeT0iMTQuNzgiIHdpZHRoPSIyIiBoZWlnaHQ9IjIuMjIiLz48cG9seWdvbiBjbGFzcz0iYyIgcG9pbnRzPSI4LjQ5IDcgOSAxMi41NiAxMSAxMi41NiAxMS40NyA3IDguNDkgNyIvPjwvc3ZnPg==); }

.well {
  padding: 24px;
  margin: 0; }

.well--background-grey {
  background: #e6e6e6; }

.sprite {
  background-color: transparent;
  background-repeat: no-repeat; }

.merchant-name.editable {
  font-weight: 500;
  font-style: italic; }
  .merchant-name.editable p {
    display: inline-block;
    color: #ACADAD;
    font-size: 1.125em; }
  .merchant-name.editable .edit-merchant-name {
    margin-left: 6px;
    font-size: 14px;
    border-radius: 3px;
    padding: 6px 12px;
    color: #61D395;
    font-style: normal;
    background: transparent;
    border: 1px solid #61D395 !important; }
    .merchant-name.editable .edit-merchant-name:hover {
      text-decoration: none;
      background: #61D395;
      color: #FFF; }

.empty-dashboard-graph-wrapper {
  width: 100%;
  min-height: 300px;
  background: url(https://gstatic.braintreegateway.com/assets/empty-graph-ccac1eac9981f533826de69a3ee63e5e20a2326a7bafc7c3cb27104cc670fbec.svg) no-repeat bottom center;
  background-size: contain;
  text-align: center;
  border-bottom: 1px solid #e2e2e2; }

.empty-dashboard-graph-inner {
  margin-top: 60px; }

.empty-dashboard-graph-icon {
  background: url(https://gstatic.braintreegateway.com/assets/empty-graph-icon-8fa3fdc3155e7badfd4f8d7bd127e86d4f03e5492f14223284ac6284d95c431d.svg) no-repeat center center;
  width: 74px;
  height: 33px;
  display: inline-block;
  margin-bottom: 18px; }

.aib-pricing-options {
  margin: 80px 0 20px 0;
  max-width: 900px;
  min-width: 600px; }
  .aib-pricing-options .grid__column--12 {
    padding-top: 20px; }

.linked-paypal-account {
  background-color: #F7F7F7;
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  line-height: 3;
  margin: 10px 0; }

.linked-paypal-account__logo {
  height: 20px;
  padding: 0 0.6em 0 0.8em;
  vertical-align: middle; }

.linked-paypal-account__email[type="text"] {
  vertical-align: top;
  max-width: 392px; }

.edit-user__text {
  max-width: 520px; }

.user-phone-number {
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: black;
  cursor: not-allowed;
  line-height: 40px;
  margin-bottom: 0.5em;
  max-width: 46rem;
  padding: 0 10px; }
  .unified-panel .user-phone-number {
    color: #202020; }

#unlink_paypal_account_form {
  margin-top: 1em; }
  #unlink_paypal_account_form .input__label {
    margin-bottom: 1em;
    color: #414141;
    font-size: 16px;
    padding-right: 0; }
    #unlink_paypal_account_form .input__label input {
      margin-top: 0.5em; }
  #unlink_paypal_account_form .show-password {
    color: #717171; }

.edit_user .new-password-container {
  max-width: 460px;
  padding-right: 0 !important; }
  .edit_user .new-password-container #change-password-new-password {
    margin-top: 0.5em; }

.edit_user .setting__description {
  width: 75%; }

.edit_user .setting__actions {
  width: 25%; }

.edit_user .setting .button-secondary, .edit_user .setting button.ui-button, .edit_user .setting .modal__step-nav__button.modal__step-nav__button--secondary {
  margin-right: 0; }

.edit_user .form-block .show-password label, .edit_user .form-block-redirect-uris .show-password label,
#unlink_paypal_account_form .show-password label {
  display: inline-block;
  margin-bottom: 0; }

.security-keys-title {
  display: inline-block;
  margin-right: 1ch; }

.two-factor h3 {
  display: inline-block; }

.two-factor-enabled-text {
  vertical-align: text-top;
  color: #24a445;
  line-height: 0.9;
  font-weight: 500; }

.two-factor-enabled-icon {
  vertical-align: sub;
  margin-left: 1ch;
  margin-right: 1ch; }

/* ==========================================================================
   View - Disputes#Edit
   ========================================================================== */
.disputes_edit .alert.detailed_errors {
  display: none; }

.additional-dispute-information .detail_list {
  display: none; }

.evidence-error-block {
  margin-bottom: 2rem; }

ul.dispute-needs-list {
  margin-top: 1em;
  padding-left: 1em;
  list-style: initial;
  list-style-type: disc; }
  ul.dispute-needs-list li {
    list-style-type: disc; }

.evidence-recommendation-vcr-container {
  display: flex;
  align-content: flex-start;
  margin: auto; }
  .evidence-recommendation-vcr-container .toggle-group {
    padding: 0.5em;
    margin-bottom: 0em; }

.evidence-recommendation-header {
  display: flex; }
  .evidence-recommendation-header .center-header {
    flex-grow: 1; }

.evidence-recommendation-highlight {
  border-style: solid;
  border-color: #FF9600;
  background-color: #FFFBF5;
  border-width: thin;
  border-radius: 4px; }

.evidence-recommendation {
  border-style: solid;
  border-color: #FF9600;
  background-color: #FFFBF5;
  border-width: thin;
  padding: 0.5em;
  border-radius: 4px;
  flex-grow: 2; }
  .evidence-recommendation h4 {
    padding: 0;
    line-height: 1;
    font-weight: normal;
    position: relative;
    font-size: 24px; }
  .evidence-recommendation ul {
    margin-inline-start: 3.5em; }
  .evidence-recommendation .evidence-recommendation-message-header {
    margin-left: 2.5em; }

.evidence-recommendation-container {
  display: flex;
  align-content: flex-start;
  margin: auto; }

.evidence-recommendation-header {
  flex-grow: 2; }

.evidence-recommendation-icon {
  width: 3rem;
  align-self: center;
  display: inline-flex; }
  .evidence-recommendation-icon svg {
    height: 1em;
    width: 1em;
    position: relative;
    top: .125em; }
  .evidence-recommendation-icon svg circle {
    stroke: #FF9600; }
  .evidence-recommendation-icon svg path {
    fill: #FF9600; }

.edit_dispute {
  margin-bottom: 1rem; }
  .edit_dispute .evidence-textarea {
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    padding: 15px; }

.dispute-response {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3rem; }
  .dispute-response__details {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 3rem; }
  .dispute-response__description {
    -webkit-box-flex: 0 0 400px;
    -moz-box-flex: 0 0 400px;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    padding: 2rem 3rem 0;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.5); }

.dispute-details {
  min-width: 600px;
  margin-bottom: 3rem; }
  .dispute-details__container {
    border: 1px solid #e6e6e6;
    border-radius: 4px; }
  .dispute-details__content {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem;
    padding: 2rem; }
  .dispute-details__footer {
    border-top: 1px solid #e6e6e6; }
  .dispute-details__footer--content {
    padding: 1rem 2rem;
    font-size: 1.2rem; }
  .dispute-details__section {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 1rem; }
    .dispute-details__section p {
      margin: 0 0 .25rem; }
      .dispute-details__section p:last-child {
        margin-bottom: 0; }
    .dispute-details__section ul {
      margin-top: 0;
      margin-bottom: 0;
      color: rgba(0, 0, 0, 0.5); }

/* ==========================================================================
   Views - Disputes#Edit DocumentUpload#New (multi-document uploader)
   ========================================================================== */
.upload {
  background: #FFF; }
  .upload [type="file"] {
    height: 0;
    width: 0;
    overflow: hidden;
    display: block; }

.upload-list {
  margin: 0;
  list-style: none; }

.upload-list-item {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0.75rem 1.5rem 0.75rem 2rem;
  margin: 0;
  border-bottom: 1px solid #CCC;
  max-width: 100%; }

.upload-list-item__name {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 0;
  padding-right: 1rem; }

.upload-list-item__url {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.upload-list-item__size {
  color: rgba(0, 0, 0, 0.5);
  padding-left: 1rem; }

.upload-list-item__remove-link {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.upload-button {
  display: inline-block;
  margin: 0; }

.file-attach-message {
  font-size: 1.3rem;
  margin: 1rem 0 0;
  position: relative;
  color: #999; }

/* ==========================================================================
   View - Disputes#Index
   ========================================================================== */
.filter-group {
  margin-bottom: 20px; }
  .filter-group .selector {
    margin-bottom: 0; }
  .filter-group .btn {
    margin-left: 1em; }

.bt-tooltip.right.dispute-option {
  left: 156px !important; }

.evidence-fieldset {
  border: 1px solid #CCC;
  border-radius: 3px;
  background-color: white; }

.evidence-fieldset__content {
  padding: 2rem; }

.evidence-fieldset__row {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -0.5rem 1rem; }
  .evidence-fieldset__row:last-child {
    margin-bottom: 0; }

.evidence-fieldset__field {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0.5rem; }

.evidence-fieldset__group-title {
  padding: 1rem 0; }

.evidence-fieldset__file-input {
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden; }

.date-and-time__inputs {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -0.5rem; }

.date-and-time__input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.5rem; }

.date-and-time__date-input {
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%; }

.toggle-group {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem; }
  .toggle-group:last-child {
    margin-bottom: 0; }

.toggle-group__trigger[type="checkbox"] {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0.5rem 1rem 0 0; }
  .toggle-group__trigger.toggle-group__trigger--arrow[type="checkbox"] {
    visibility: hidden; }
    .toggle-group__trigger.toggle-group__trigger--arrow[type="checkbox"]:after {
      content: "\25BA";
      visibility: visible;
      font-size: 0.7em;
      color: #000;
      display: block; }
    .toggle-group__trigger.toggle-group__trigger--arrow[type="checkbox"]:checked:after {
      content: "\25BC";
      color: #61D395; }

.toggle-group__trigger:checked + label + .toggle-group__state-container > .toggle-group__target {
  display: block; }

.toggle-group__state-container {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  min-width: 0; }

.toggle-group__target {
  margin: 1rem 0;
  display: none; }

.toggle-group__label {
  user-select: none;
  cursor: pointer;
  margin: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .toggle-group__label p {
    margin: 0 0 0.5rem; }
    .toggle-group__label p:last-child {
      margin-bottom: 0; }

.toggle-group__badge {
  background-color: #EEE;
  border-radius: 1.3rem;
  font-size: 1.3rem;
  font-weight: 500;
  height: 2rem;
  margin-left: 0.5rem;
  padding: 0.3rem 0.7rem;
  color: rgba(0, 0, 0, 0.5); }

.evidence-footer {
  border-top: 1px solid #DDD;
  margin: 2rem 0 2rem;
  padding-top: 1.5rem; }

.evidence-footer__total-attachments-size {
  font-weight: 500; }

.evidence-footer__attachments-size-disclaimer {
  font-size: 1.3rem;
  color: #999; }

.evidence-footer__note {
  padding-top: 2rem; }

.evidence-footer__actions {
  padding-top: 2rem; }

/* ==========================================================================
   View - Disputes#PayPal#MessagesAndOffers
   ========================================================================== */
.paypal-messages-container {
  width: 100%;
  min-width: 640px;
  height: auto;
  background-color: #f8f8f8;
  border: 1px solid #DBDBDB;
  margin: 0 0 15px 0;
  padding: 30px 30px 0 30px;
  font-size: 14px;
  line-height: 1.5; }

.paypal-message {
  margin-bottom: 30px; }

.paypal-message-caption {
  font-size: 12px;
  color: #777; }
  .paypal-message-caption.seller-caption {
    text-align: right; }

.paypal-buyer-message {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
  margin-right: 60px;
  border-radius: 12px 12px 12px 0; }

.paypal-seller-message {
  padding: 15px;
  background-color: #ddd;
  border: 1px solid transparent;
  margin-bottom: 10px;
  border-radius: 12px 12px 0;
  margin-left: 60px; }

.paypal-retrieval-input {
  margin: 8px 0; }
  .paypal-retrieval-input.address input {
    margin: 2px 0; }

/* ==========================================================================
   View - Dispute Products Request Modal
   ========================================================================== */
.unified-panel .content .dispute-modal .request-modal-button {
  margin: 5px 0;
  padding: 0.8rem 2.4rem;
  height: auto;
  line-height: 2.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none; }

/* ==========================================================================
   View - Dispute#show - Status timeline - Currently only shows if dispute is chargeback protected.
   ========================================================================== */
.dispute-timeline-content {
  border-top: 1px solid #e6e6e6;
  display: grid;
  grid-template-columns: min-content auto;
  row-gap: .5rem;
  padding-top: 1.75rem; }

.cbp-icon {
  grid-column: 1;
  grid-row: 1 / 4;
  margin-right: 1.75rem; }

.cbp-label {
  grid-column: 2;
  grid-row: 1; }

.cbp-status-message {
  grid-column: 2;
  grid-row: 2; }

.date-stamp {
  grid-column: 2;
  grid-row: 3; }

.merchant-account-info .description {
  width: 460px;
  color: #B3B3B3; }
  .unified-panel .merchant-account-info .description {
    color: #adadad; }

.merchant-account-info .merchant-id-field {
  width: 460px;
  position: relative; }
  .merchant-account-info .merchant-id-field .clipboard {
    position: absolute;
    top: 0.7em;
    right: 0.7em; }

.unified-panel dl.cardinal_data.detail_list dt {
  width: 30%; }

.unified-panel dl.cardinal_data.detail_list dd {
  width: 70%; }

.detail_list.gray-out {
  color: #ccc; }

.three-d-secure-performance {
  border-top: 1px solid #ccc; }

.oauth_applications_index,
.connected_oauth_applications_index {
  background-color: #F7F7F7; }
  .oauth_applications_index.unified-panel,
  .connected_oauth_applications_index.unified-panel {
    background: transparent; }
  .oauth_applications_index #app-north,
  .connected_oauth_applications_index #app-north {
    background-color: #F7F7F7; }

.oauth-app-image {
  display: inline-block;
  height: 40px;
  width: auto;
  vertical-align: middle; }

.oauth-empty-state {
  padding: 80px;
  text-align: center; }

.oauth-company-inputs {
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .oauth-company-inputs fieldset {
    width: 50%;
    padding: 20px; }

.input-group {
  padding-bottom: 20px; }
  .input-group .input {
    margin-bottom: 5px; }

.connected-application .application-logo,
.disabled-application .application-logo {
  display: none; }
  .connected-application .application-logo img,
  .disabled-application .application-logo img {
    display: block;
    height: auto;
    padding: 5px;
    width: 100%; }
  @media (min-width: 1025px) {
    .connected-application .application-logo,
    .disabled-application .application-logo {
      display: table-cell;
      width: 20%; } }
  @media (min-width: 1441px) {
    .connected-application .application-logo,
    .disabled-application .application-logo {
      width: 15%; } }
.connected-application .application-info strong,
.disabled-application .application-info strong {
  color: black;
  display: block; }
  .unified-panel .connected-application .application-info strong, .unified-panel .disabled-application .application-info strong {
    color: #202020; }

.connected-application .application-info small,
.disabled-application .application-info small {
  display: block; }

.connected-application .application-actions,
.disabled-application .application-actions {
  text-align: right; }
  .connected-application .application-actions a,
  .disabled-application .application-actions a {
    color: #B3B3B3;
    display: inline-block;
    margin: 0 5px; }
    .connected-application .application-actions a.revoke-access:hover,
    .disabled-application .application-actions a.revoke-access:hover {
      color: #FF0000; }

.connected-application:hover td,
.disabled-application:hover td {
  background-color: transparent; }

.oauth-access-token-section {
  position: relative;
  display: none; }
  .oauth-access-token-section.show {
    display: block; }

.connected-app-modal .button-danger, .connected-app-modal .modal__step-nav__button--negative,
.connected-app-modal .modal__button--danger {
  width: 100%; }

.client-id,
.client-secret {
  background-color: #F7F7F7;
  border-radius: 4px;
  display: block;
  padding: 10px;
  word-wrap: break-word; }

.oauth_applications_new .content,
.oauth_applications_edit .content {
  max-width: 1280px; }

.oauth_applications_new .formError,
.oauth_applications_edit .formError {
  font-size: 14px !important;
  font-weight: 400;
  margin-top: -10px; }

.set-oauth-app-additional-options, .set-oauth-app-support-info {
  width: 100%; }
  .set-oauth-app-additional-options input[type="text"], .set-oauth-app-support-info input[type="text"] {
    max-width: 100%; }
  .set-oauth-app-additional-options .third, .set-oauth-app-support-info .third {
    position: relative;
    *zoom: 1; }
    .set-oauth-app-additional-options .third:before, .set-oauth-app-support-info .third:before, .set-oauth-app-additional-options .third:after, .set-oauth-app-support-info .third:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .set-oauth-app-additional-options .third:after, .set-oauth-app-support-info .third:after {
      clear: both; }
  .set-oauth-app-additional-options .support-method:only-child .remove-support-method, .set-oauth-app-support-info .support-method:only-child .remove-support-method {
    display: none; }
  .set-oauth-app-additional-options .remove-support-method, .set-oauth-app-support-info .remove-support-method,
  .set-oauth-app-additional-options .remove-redirect-uri,
  .set-oauth-app-support-info .remove-redirect-uri {
    background: url(https://gstatic.braintreegateway.com/assets/icons/icon-remove2x-34bf795e22d6b83625f17787929005cd1263a58dc02e9b37510c59231b662303.png) center center no-repeat;
    background-size: 20px 20px;
    display: block;
    height: 44px;
    overflow: hidden;
    position: absolute;
    right: -44px;
    text-indent: -9999px;
    top: 0;
    width: 44px;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out; }
    .set-oauth-app-additional-options .remove-support-method:hover, .set-oauth-app-support-info .remove-support-method:hover,
    .set-oauth-app-additional-options .remove-redirect-uri:hover,
    .set-oauth-app-support-info .remove-redirect-uri:hover {
      opacity: .5; }
    .set-oauth-app-additional-options .remove-support-method.bt-hide, .set-oauth-app-support-info .remove-support-method.bt-hide,
    .set-oauth-app-additional-options .remove-redirect-uri.bt-hide,
    .set-oauth-app-support-info .remove-redirect-uri.bt-hide {
      display: none; }
  @media (min-width: 1025px) {
    .set-oauth-app-additional-options, .set-oauth-app-support-info {
      padding-right: 40px;
      width: 70%; } }
  @media (min-width: 1441px) {
    .set-oauth-app-additional-options, .set-oauth-app-support-info {
      width: 75%; } }
.set-oauth-app-support-info input[type="text"] {
  display: block;
  float: right;
  width: 70%; }

.set-oauth-app-support-info select,
.set-oauth-app-support-info .selector {
  display: block;
  float: left;
  margin-right: 1%;
  width: 29% !important; }
  .set-oauth-app-support-info select span,
  .set-oauth-app-support-info select select,
  .set-oauth-app-support-info .selector span,
  .set-oauth-app-support-info .selector select {
    width: 100% !important; }
  .set-oauth-app-support-info select.bt-hide,
  .set-oauth-app-support-info .selector.bt-hide {
    display: none; }

.set-oauth-app-support-info .support-method-span {
  background-color: #F7F7F7;
  border: 1px solid #e6e6e6;
  display: block;
  float: left;
  line-height: 44px;
  margin-right: 1%;
  padding: 0 10px;
  width: 29%; }
  .set-oauth-app-support-info .support-method-span.bt-hide {
    display: none; }

.set-oauth-app-general-info {
  *zoom: 1; }
  .set-oauth-app-general-info:before, .set-oauth-app-general-info:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .set-oauth-app-general-info:after {
    clear: both; }

.set-oauth-app-general-info .company-info {
  width: 100%; }
  .set-oauth-app-general-info .company-info input[type="text"] {
    max-width: 100%; }
  @media (min-width: 1025px) {
    .set-oauth-app-general-info .company-info {
      float: left;
      padding-right: 40px;
      width: 70%; } }
  @media (min-width: 1441px) {
    .set-oauth-app-general-info .company-info {
      width: 75%; } }
.set-oauth-app-general-info .logo-upload {
  width: 100%; }
  .set-oauth-app-general-info .logo-upload .deleted-logo {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.57em;
    margin-top: 10px;
    padding: 20px;
    text-align: center; }
    .set-oauth-app-general-info .logo-upload .deleted-logo a {
      display: block;
      margin-top: 1em; }
  .set-oauth-app-general-info .logo-upload .logo-input-wrapper {
    margin-top: 10px;
    position: relative; }
    .set-oauth-app-general-info .logo-upload .logo-input-wrapper .help {
      text-align: center; }
    .set-oauth-app-general-info .logo-upload .logo-input-wrapper .remove-logo {
      background-color: white;
      background-image: url(https://gstatic.braintreegateway.com/assets/icons/icon-remove2x-34bf795e22d6b83625f17787929005cd1263a58dc02e9b37510c59231b662303.png);
      background-repeat: no-repeat;
      background-size: 20px 20px;
      border: 2px solid white;
      border-radius: 50%;
      display: block;
      height: 24px;
      overflow: hidden;
      position: absolute;
      right: 10px;
      text-indent: -1000px;
      top: 10px;
      width: 24px;
      z-index: 2; }
  .set-oauth-app-general-info .logo-upload label {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    padding: 20px;
    text-align: center; }
    .set-oauth-app-general-info .logo-upload label .logo_file_path {
      font-size: 12px;
      line-height: 12px;
      margin-bottom: 1.167em;
      margin-top: -1.167em;
      overflow: hidden;
      padding: 10px 0;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .set-oauth-app-general-info .logo-upload label .action {
      color: #61D395; }
  .set-oauth-app-general-info .logo-upload input {
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0.1px;
    z-index: -1; }
    .set-oauth-app-general-info .logo-upload input:focus + label {
      border-color: #4e9be2 !important; }
  .set-oauth-app-general-info .logo-upload img {
    background: #F7F7F7 url(https://gstatic.braintreegateway.com/assets/icons/icon-cloud-upload2x-93c7387d8208672cd584039740972dca2a10e8af9b2f15f547d90447a1fe6179.png) center center no-repeat;
    background-size: 44px 44px;
    display: block;
    height: auto;
    margin-bottom: 1em;
    width: 100%; }
  @media (min-width: 1025px) {
    .set-oauth-app-general-info .logo-upload {
      float: right;
      width: 30%; } }
  @media (min-width: 1441px) {
    .set-oauth-app-general-info .logo-upload {
      width: 25%; } }
.acquirer_details {
  margin-bottom: 10px; }
  .acquirer_details .acquirer_detail_item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: inline-block; }

.processor_connections_form {
  margin-bottom: 40px; }
  .processor_connections_form .active_processor_connections,
  .processor_connections_form .available_processor_connections {
    padding: 10px 0; }
  .processor_connections_form .processor_connection_header {
    margin-bottom: 5px; }
    .processor_connections_form .processor_connection_header a {
      display: inline-block;
      float: right; }
  .processor_connections_form .three_d_secure_enrollment {
    margin-bottom: 40px; }
  .processor_connections_form .processor-card-types label {
    border: 0;
    cursor: pointer;
    margin: 0; }
  .processor_connections_form .processor-card-types select {
    width: 46rem; }
  .processor_connections_form .processor-card-types .checkbox {
    display: inline-block; }
  .processor_connections_form .processor-card-types input[type="checkbox"],
  .processor_connections_form .processor-card-types .formError {
    display: none; }

.accept_fields {
  margin-bottom: 20px; }

.accept_fields_hidden {
  display: none; }

.security-keys .button-secondary.security-keys-add-key, .security-keys button.security-keys-add-key.ui-button, .security-keys .security-keys-add-key.modal__step-nav__button.modal__step-nav__button--secondary {
  margin-right: 0; }

.security-keys-add-button[disabled] {
  pointer-events: none;
  opacity: 0.5;
  cursor: disabled; }

#edit-security-key-modal {
  overflow: visible; }

.transaction-mpi-log-show:checked ~ .transaction-mpi-log {
  display: inherit; }

.transaction-mpi-log {
  display: none; }

.statement-group-list {
  list-style: none; }

.statement-title {
  color: black;
  font-weight: 700;
  font-size: 18px; }

.statement-list {
  list-style: none;
  margin-left: 0;
  font-size: 15px;
  line-height: 25px;
  color: #666666; }
  .statement-list .statement-month-list {
    list-style: none; }
  .statement-list .display-date {
    font-weight: 400; }
  .statement-list .show-more-button, .statement-list .show-less-button {
    background-color: transparent;
    border: 1px solid #CFD3D8;
    border-radius: 16px;
    color: black;
    margin-bottom: 2rem;
    margin-top: 0.35rem;
    max-width: 13.5rem;
    padding: 4px 12px 4px 12px;
    text-align: center; }
  .statement-list .current-month-activity {
    color: #666666;
    font-weight: 400; }

.new-report {
  display: flex;
  justify-content: space-between;
  max-width: 52rem; }
  .new-report span {
    color: #666666;
    font-weight: 400;
    padding-left: 2rem; }
  .new-report .download span {
    color: #666666;
    font-weight: 400; }

.tos-acceptance-modal .modal-content-inner {
  padding: 15px; }

.tos-acceptance-modal .modal-content-paragraph li {
  list-style-type: none; }

.icon-checkmark {
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  background: url(https://gstatic.braintreegateway.com/assets/icon-checkmark-7a5db5bd7057f2b569925ee8b529dd3610748e399a95e825bcbf9d6f56371ac8.png) no-repeat center center; }
  .svg .icon-checkmark {
    background: url(https://gstatic.braintreegateway.com/assets/icon-checkmark-159a0e9a13bfa8cc44604fb08136209ac1205d95244ca8be54a803d7e07eee36.svg) no-repeat center center; }

.icon-error {
  width: 66px;
  height: 66px;
  margin: 0 auto 18px;
  background: url(https://gstatic.braintreegateway.com/assets/icon-error-c076a305ab16078b58e3533b528dc7d775b9beddd77f48c3b941b8e65196264f.png) no-repeat center center; }
  .svg .icon-error {
    background: url(https://gstatic.braintreegateway.com/assets/icon-error-e2c56c670817563f43b13bd8d298a0778e8c5e75eff0ebd0b536343c8f475f90.svg) no-repeat center center; }

.retry-message {
  margin: 10px 0; }
  .retry-message .inline-info-message,
  .retry-message .inline-error-message {
    display: none;
    float: right; }

.code-send-error + .retry-message .inline-error-message,
.code-send-error .inline-error-message {
  color: #FF0000;
  display: inline; }

#two-factor-manual-entry {
  text-align: center; }
  #two-factor-manual-entry p {
    margin-bottom: 0; }
  #two-factor-manual-entry input {
    font-family: "bt_mono", monospace;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    width: 256px; }

.two_factor_page_container {
  display: flex;
  flex-direction: column;
  margin: 4em auto;
  max-width: 400px;
  font-size: 1.4rem; }
  .two_factor_page_container p {
    font-size: 1.4rem;
    color: #666; }
  .two_factor_page_container .two_factor_header {
    margin-bottom: 1rem; }
  .two_factor_page_container a.link {
    font-weight: 500; }

.two_factor_modal_container {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem; }
  .two_factor_modal_container a.link {
    color: #2A38D8; }
  .two_factor_modal_container p {
    font-size: 1.4rem;
    color: #666; }
  .two_factor_modal_container i {
    margin-top: 3rem; }
  .two_factor_modal_container a.prev-button {
    display: flex;
    align-items: center;
    margin: 2rem 0 1rem 0;
    text-decoration: none; }
    .two_factor_modal_container a.prev-button strong {
      margin-left: 1rem; }
  .two_factor_modal_container .two_factor_types {
    margin: 3rem auto 2rem auto;
    font-weight: 500;
    width: 400px; }
    .two_factor_modal_container .two_factor_types label {
      cursor: pointer; }
      .two_factor_modal_container .two_factor_types label input {
        display: none; }
        .two_factor_modal_container .two_factor_types label input:checked + span:before {
          box-shadow: inset 0 0 0 0.8rem #202020; }
      .two_factor_modal_container .two_factor_types label span {
        display: flex;
        margin-bottom: 0.7rem; }
        .two_factor_modal_container .two_factor_types label span:before {
          content: "";
          width: 2.4rem;
          height: 2.4rem;
          border-radius: 50%;
          margin-right: 0.3rem;
          transition: 0.2s;
          box-shadow: inset 0 0 0 0.25rem #d6d6d6; }
      .two_factor_modal_container .two_factor_types label .two_factor_recommended_type {
        display: flex;
        align-items: center;
        margin-left: 1.6rem;
        color: #24a445; }
        .two_factor_modal_container .two_factor_types label .two_factor_recommended_type:before {
          content: '';
          display: block;
          width: 2rem;
          height: 2rem;
          margin-right: 0.8rem;
          border-radius: 50%;
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMUJCODQ0O30KCS5zdDF7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggaWQ9IlJlY3RhbmdsZS01IiBjbGFzcz0ic3QwIiBkPSJNNCwwaDEyYzIuMiwwLDQsMS44LDQsNHYxMmMwLDIuMi0xLjgsNC00LDRINGMtMi4yLDAtNC0xLjgtNC00VjRDMCwxLjgsMS44LDAsNCwweiIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTUuOSw2LjVsLTEuMS0xYy0wLjItMC4yLTAuNS0wLjItMC43LDBsLTUuOCw2TDUuOSw5QzUuOCw4LjksNS43LDguOCw1LjYsOC44Yy0wLjEsMC0wLjMsMC0wLjQsMC4xbC0xLjEsMQoJYy0wLjIsMC4yLTAuMiwwLjUsMCwwLjdMOCwxNC44YzAuMSwwLjEsMC4yLDAuMiwwLjQsMC4yczAuMy0wLjEsMC40LTAuMmw3LjItNy42QzE2LjEsNywxNi4xLDYuNywxNS45LDYuNXoiLz4KPC9zdmc+Cg==);
          box-shadow: none; }
  .two_factor_modal_container .two_factor_header {
    margin-bottom: 1rem; }
  .two_factor_modal_container .enroll-two-factor-auth {
    margin-top: 2rem; }

.full_width {
  width: 100%; }

.qrcode, .sms_phone_number {
  display: none; }

.skip_btn {
  text-align: center; }
  .skip_btn a {
    font-size: 1.4rem; }

.skip_reset_2fa_btn {
  text-align: center;
  display: block;
  color: #2A38D8; }

.continue_reset_2fa_btn {
  display: none;
  text-transform: none; }

.modal__frame a.link {
  text-decoration: none;
  font-weight: 500;
  color: #2A38D8; }

.modal__frame a.link-heavy {
  text-decoration: underline; }

.note {
  font-style: italic; }

.two_factor_prev_arrow_icon {
  background-image: url(https://gstatic.braintreegateway.com/assets/icons/prev_arrow-e03a80e3c04f3f4742b6404de1b3947955ccab0d5df5f686094537b882e7ea8a.svg); }

.two_factor_yield_icon {
  background-image: url(https://gstatic.braintreegateway.com/assets/icons/yield-icon-22992235d99d222a47802bf2550e8962d5e44310fdad62ba9d730915f4cfead5.svg); }

.webauthn-alert-message {
  vertical-align: text-bottom; }

.webauthn-button-link {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  outline: 0;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background-color: transparent;
  border: none;
  color: #5c5c5c;
  display: inline;
  height: auto;
  line-height: inherit;
  padding: 0;
  vertical-align: baseline;
  text-decoration: underline; }
  .webauthn-button-link .unified-panel-button-icon {
    display: none; }
  .webauthn-button-link .unified-panel .unified-panel-button-icon {
    display: inline-block; }
  .unified-panel.pp-unified-dashboard .webauthn-button-link, .unified-panel.pp-unified-dashboard .content .webauthn-button-link {
    border-radius: 2.4rem;
    font: 400 1.5rem/2.4rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition-property: background-color, box-shadow, color;
    position: relative;
    padding: 1.1rem 2.3rem;
    height: auto; }
    .unified-panel.pp-unified-dashboard .webauthn-button-link:focus:after, .unified-panel.pp-unified-dashboard .webauthn-button-link:active:after, .unified-panel.pp-unified-dashboard .content .webauthn-button-link:focus:after, .unified-panel.pp-unified-dashboard .content .webauthn-button-link:active:after {
      content: '';
      position: absolute;
      top: -.2rem;
      left: -.2rem;
      border: 0.2rem solid #005ea6;
      box-shadow: 0 0 0 0.4rem #bfdbee;
      border-radius: 3rem;
      text-indent: -.2rem;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    .unified-panel.pp-unified-dashboard .webauthn-button-link.ui-dialog-titlebar-close, .unified-panel.pp-unified-dashboard .content .webauthn-button-link.ui-dialog-titlebar-close {
      position: absolute; }
      .unified-panel.pp-unified-dashboard .webauthn-button-link.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .webauthn-button-link.ui-dialog-titlebar-close:active:after, .unified-panel.pp-unified-dashboard .content .webauthn-button-link.ui-dialog-titlebar-close:focus:after, .unified-panel.pp-unified-dashboard .content .webauthn-button-link.ui-dialog-titlebar-close:active:after {
        display: none; }
  .unified-panel .content .webauthn-button-link {
    color: #2A38D8; }
  .webauthn-button-link:hover {
    text-decoration: underline; }
    .unified-panel .content .webauthn-button-link:hover {
      color: #2A38D8; }
  .webauthn-button-link:disabled, .webauthn-button-link.is-disabled, .webauthn-button-link:disabled:hover, .webauthn-button-link.is-disabled:hover, .webauthn-button-link:disabled:active, .webauthn-button-link.is-disabled:active {
    background-color: transparent;
    border: 1px dotted #e6e6e6;
    color: #B3B3B3;
    cursor: not-allowed; }
    .unified-panel .webauthn-button-link:disabled, .unified-panel .webauthn-button-link.is-disabled, .unified-panel .webauthn-button-link:disabled:hover, .unified-panel .webauthn-button-link.is-disabled:hover, .unified-panel .webauthn-button-link:disabled:active, .unified-panel .webauthn-button-link.is-disabled:active {
      background-color: #efefef;
      color: #d6d6d6;
      border: none; }

.webauthn-security-key {
  width: 90px;
  margin-bottom: 20px; }

.webauthn-spinner .svg-loading-spinner {
  display: inline-block;
  height: 20px;
  width: 20px; }

.webauthn {
  z-index: initial; }

.webhook-notifications {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-count: 40px;
  -moz-column-count: 40px;
  column-gap: 40px; }
  .webhook-notifications-item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 20px; }
  .webhook-notifications-deprecated .label__description::before {
    content: '[!]';
    font-family: monospace;
    padding-right: .25em;
    color: #f8b343; }
  @media (min-width: 1025px) {
    .webhook-notifications {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 1441px) {
    .webhook-notifications {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
.webhook-status-light {
  position: relative;
  top: 2px;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #b2b2b2;
  float: left;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-animation: status-pulse 1.25s forwards normal infinite cubic-bezier(0.66, 0.33, 0, 1);
  -moz-animation: status-pulse 1.25s forwards normal infinite cubic-bezier(0.66, 0.33, 0, 1);
  animation: status-pulse 1.25s forwards normal infinite cubic-bezier(0.66, 0.33, 0, 1); }
  .webhook-status-light.is-valid {
    background: #61D395;
    border-color: transparent;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }
  .webhook-status-light.is-invalid {
    background: tomato;
    border-color: transparent;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }
  .webhook-status-light.is-timedout {
    background: #b2b2b2;
    border-color: transparent;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }

.webhook-status-text {
  min-width: 300px; }

@-webkit-keyframes status-pulse {
  from {
    box-shadow: 0 0 0 0 #e0e0e0, 0 0 0 0 rgba(224, 224, 224, 0.7); }
  to {
    box-shadow: 0 0 0 6px transparent, 0 0 0 12px rgba(224, 224, 224, 0); } }

@-moz-keyframes status-pulse {
  from {
    box-shadow: 0 0 0 0 #e0e0e0, 0 0 0 0 rgba(224, 224, 224, 0.7); }
  to {
    box-shadow: 0 0 0 6px transparent, 0 0 0 12px rgba(224, 224, 224, 0); } }

@keyframes status-pulse {
  from {
    box-shadow: 0 0 0 0 #e0e0e0, 0 0 0 0 rgba(224, 224, 224, 0.7); }
  to {
    box-shadow: 0 0 0 6px transparent, 0 0 0 12px rgba(224, 224, 224, 0); } }

.merchant_options_show_fraud h4 {
  text-transform: none; }

.merchant_options_show_fraud .settings__header {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.merchant_options_show_fraud .settings__box-content {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.merchant_options_show_fraud .settings__header-left {
  flex: 0 1 auto; }
  .merchant_options_show_fraud .settings__header-left h4, .merchant_options_show_fraud .settings__header-left p {
    margin-top: 0; }

.merchant_options_show_fraud .header_container {
  display: flex;
  justify-content: flex-start;
  align-items: baseline; }

.merchant_options_show_fraud .settings__header-text {
  margin-left: 15px;
  font-style: italic; }

.merchant_options_show_fraud .text-small {
  color: black;
  font-size: 1.1rem; }

.merchant_options_show_fraud .italisize {
  font-style: italic; }

.merchant_options_show_fraud .settings__context {
  margin-left: 15px;
  width: 100%; }
  .merchant_options_show_fraud .settings__context-main-text {
    color: black; }

.merchant_options_show_fraud .settings__margin-left {
  margin-right: 30px; }

.merchant_options_show_fraud .settings__header-main {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.merchant_options_show_fraud .settings__header-right {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-end; }
  .merchant_options_show_fraud .settings__header-right p {
    margin: 0;
    padding-left: 1em; }
  .merchant_options_show_fraud .settings__header-right .btn {
    margin: 0; }
  .merchant_options_show_fraud .settings__header-right .btn_group-form {
    margin: 0;
    padding-left: 1em; }

.merchant_options_show_fraud .advanced-fraud-protection-enabled-indicator {
  display: flex; }

.merchant_options_show_fraud .advanced-fraud-protection-setup-spinner-container {
  display: none;
  align-items: center;
  padding-right: 10px; }
  .merchant_options_show_fraud .advanced-fraud-protection-setup-spinner-container .advanced-fraud-protection-setup-spinner-text {
    padding-left: 5px;
    font-weight: bold; }

.merchant_options_show_fraud .fraud-merchant-product:not(:first-child) {
  position: relative; }

.merchant_options_show_fraud .advanced-fraud-divider {
  background: white;
  font-weight: bold;
  height: 20px;
  left: calc(50% - 15px);
  position: absolute;
  text-align: center;
  top: -13px;
  width: 30px;
  content: "OR"; }

.merchant_options_show_fraud .advanced-fraud-kount {
  position: relative;
  width: 640px; }

.merchant_options_show_fraud .advanced-fraud-disabled {
  opacity: 0.5; }

.merchant_options_show_fraud .dispute-product-enabled-indicator {
  display: flex; }

.merchant_options_show_fraud .dispute-product-setup-spinner-container {
  display: none;
  align-items: center;
  padding-right: 10px; }
  .merchant_options_show_fraud .dispute-product-setup-spinner-container .dispute-product-setup-spinner-text {
    padding-left: 5px;
    font-weight: bold; }

.merchant_options_show_fraud .dispute-product:not(:first-child) {
  position: relative; }

.merchant_options_show_fraud .dispute-product-divider {
  background: white;
  font-weight: bold;
  height: 20px;
  left: calc(50% - 15px);
  position: absolute;
  text-align: center;
  top: -13px;
  width: 30px;
  content: "OR"; }

.merchant_options_show_fraud .dispute-product-disabled {
  opacity: 0.5; }

.merchant_options_show_fraud .rule-text b {
  background-color: #ebebeb;
  padding: 3px;
  margin: 0;
  border-radius: 5px; }

.merchant_options_show_fraud .cancel-button {
  background: none;
  border: none;
  color: #2A38D8;
  cursor: pointer; }

.merchant_options_show_fraud .cancel-form {
  text-align: end; }

.merchant_options_show_fraud .bt-modal .device-data-nudge-modal-content, .merchant_options_show_fraud .bt-modal .disable-modal-content {
  padding: 40px; }

.merchant_options_show_fraud .bt-modal .device-data-nudge-modal-title {
  padding-top: 20px; }

.merchant_options_show_fraud .bt-modal .device-data-nudge-body {
  padding-top: 20px; }

.merchant_options_show_fraud .bt-modal .request-modal-content {
  padding: 40px; }

.merchant_options_show_fraud .bt-modal .request-modal-title {
  padding-top: 20px;
  text-align: center;
  margin-bottom: 20px; }

.merchant_options_show_fraud .bt-modal .request-modal-body {
  text-align: center;
  margin-bottom: 25px; }

.merchant_options_show_fraud .bt-modal .request-modal-button {
  width: 100%; }

.merchant_options_show_fraud.unified-panel.pp-unified-dashboard .text-small {
  color: #687173;
  font: 400 1.4rem/2rem "PayPalSansBig-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.unified-panel .content .fraud-modal .request-modal-button {
  margin: 5px 0;
  padding: 0.8rem 2.4rem;
  height: auto;
  line-height: 2.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none; }

.unified-panel .content .fraud-modal div {
  color: #000000;
  z-index: 1; }

.unified-panel .content .fraud-modal .ui-widget-overlay {
  width: 1000vw;
  height: 1000vh;
  margin: -1000px; }

.unified-panel .content .fraud-modal .form-field__has-value {
  background-color: #fff;
  background-image: url(/images/icon-arrow-down.svg);
  background-position: center right 2%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  position: relative; }

.unified-panel .content .fraud-modal .form-field__input {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  transition: 100ms ease;
  padding-top: 15px;
  margin-bottom: 0;
  position: absolute; }
  .unified-panel .content .fraud-modal .form-field__input:focus {
    box-shadow: 0 0 0 0.125rem #35a2e6, 0 0 0 0.5rem rgba(53, 162, 230, 0.1);
    outline: none;
    transition: 100ms ease; }
  .unified-panel .content .fraud-modal .form-field__input:focus + .form-field__label--dynamic {
    color: #35a2e6;
    top: rem(3);
    transition: 100ms ease; }
  .unified-panel .content .fraud-modal .form-field__input:not(:focus):valid + .form-field__label--dynamic {
    color: #999;
    font-size: rem(14);
    top: rem(3);
    transition: 100ms ease; }

.unified-panel .content .fraud-modal .form-field__item {
  display: block;
  position: relative;
  transition-duration: 150ms; }

.unified-panel .content .fraud-modal .form-field__item {
  display: block;
  position: relative;
  transition-duration: 150ms; }

.unified-panel .content .fraud-modal .form-field__label {
  color: #545D68;
  font-size: 1.3rem;
  font-weight: 400;
  z-index: 2;
  padding-left: 10px; }

.unified-panel .content .fraud-modal .form-field__label--dynamic {
  position: absolute;
  transition: 100ms ease; }

.unified-panel .content .fraud-modal .form-field__select {
  width: 365px;
  margin: 0px;
  padding-top: 1.5rem;
  font-family: 'Avenir Next';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px; }

.merchant_options_show_processing .settings__header {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }

.merchant_options_show_processing .settings__header-left {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .merchant_options_show_processing .settings__header-left h4, .merchant_options_show_processing .settings__header-left p {
    margin-top: 0; }

.merchant_options_show_processing .settings__header-right {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .merchant_options_show_processing .settings__header-right p {
    margin: 0;
    padding-left: 1em; }
  .merchant_options_show_processing .settings__header-right .btn {
    margin: 0; }
  .merchant_options_show_processing .settings__header-right .btn_group-form {
    margin: 0;
    padding-left: 1em; }

.merchant_options_show_processing .paypal-here-divider {
  background: white;
  font-weight: bold;
  height: 20px;
  left: calc(50% - 15px);
  position: absolute;
  text-align: center;
  top: -13px; }

.merchant_options_show_processing .paypal-here-disabled {
  opacity: 0.5; }

#update-pfs-form-wrapper {
  padding: 16px;
  border: 1px solid #ccc;
  max-width: 600px;
  margin-bottom: 30px; }
  #update-pfs-form-wrapper .pfs-edit-field {
    padding-bottom: 10px; }
  #update-pfs-form-wrapper #pfs-update-form-confirmation .pfs-field {
    padding-bottom: 10px; }
    #update-pfs-form-wrapper #pfs-update-form-confirmation .pfs-field span {
      font-weight: bold; }

.clear-filters {
  right: 3%;
  top: 25%;
  position: absolute;
  cursor: pointer; }

.venmo_onboarding_applications_index .clear_filters {
  right: 3%;
  top: 25%;
  position: absolute;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: transparent;
  width: 10px;
  height: 24px;
  border: 0; }

.venmo_onboarding_applications_index .search_field_name {
  width: 110px; }

.venmo_onboarding_applications_index .search_field_value {
  width: 220px;
  padding-right: 11%; }

.search_text_fields {
  float: right;
  position: relative; }

.onboarding_applications_product_index svg.unified-panel-button-icon {
  display: inline-block;
  vertical-align: 0.6em;
  width: 10px;
  height: 10px; }
  .onboarding_applications_product_index svg.unified-panel-button-icon g {
    fill: #202020;
    width: 2px;
    height: 10px; }

.paypal_multi_account .btn.btn_secondary.clear_filters {
  position: absolute;
  cursor: pointer;
  width: 10px;
  background: transparent;
  margin-left: -5rem; }
  .paypal_multi_account .btn.btn_secondary.clear_filters:hover {
    background-color: transparent; }

.paypal_multi_account .search_field_name {
  width: 130px; }

.paypal_multi_account .search_field_value {
  width: 220px;
  padding-right: 11%; }

.search_text_fields {
  float: right;
  position: relative; }

.ruleset-assignment-merchant-account {
  cursor: grab;
  word-break: break-word;
  margin: 15px 0px; }

.rule-informational-message {
  background-color: #dedfe1;
  color: #313539 !important;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 4px; }
  .rule-informational-message ul {
    color: #313539 !important; }

.rule-warning-message {
  background-color: #fff1c9;
  color: #7d5917 !important;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 4px; }

#recommend-three-d-secure-rules .recommended-rules-preferences-container {
  display: flex;
  align-items: stretch; }

#recommend-three-d-secure-rules .recommended-rules-preference-option {
  flex-grow: 1;
  flex-basis: 0;
  border: 2px solid black;
  border-radius: 4px;
  margin: 0 10px 0 10px;
  padding: 10px;
  text-align: center; }

#recommend-three-d-secure-rules .recommended-rules-preference-option.selected {
  border-color: blue; }

#recommend-three-d-secure-rules .rules-preview {
  max-width: 800px;
  border: 1px solid black;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px; }

#recommend-three-d-secure-rules .recommended-rules-preference-option input {
  margin-bottom: 20px; }

.alert {
  z-index: 9999; }

.empty-state {
  text-align: center;
  padding: 20px 0 0 0; }
  .empty-state div {
    margin: 0 0 20px 0; }

#main-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }

.upload-active {
  border-color: #2A38D8;
  background-color: #f8f9f8; }

.file-upload-modal {
  overflow-y: scroll; }
  .file-upload-modal .modal__header {
    border-bottom: none; }
  .file-upload-modal .file-upload-error {
    background-color: rgba(216, 42, 17, 0.3);
    border-radius: 4px;
    margin-top: 1rem;
    padding: 1rem 2rem;
    display: center;
    align-items: center;
    width: 100%;
    text-align: center; }
    .file-upload-modal .file-upload-error img {
      margin-right: 1.5rem;
      flex-shrink: 0; }
  .file-upload-modal .modal__header-title {
    display: flex;
    justify-content: left;
    padding-left: 3.5rem; }
  .file-upload-modal .modal__header-close {
    font-size: 150%;
    margin-top: 1rem;
    margin-right: 1.5rem; }
  .file-upload-modal .modal__header-close:focus {
    color: blue; }
  .file-upload-modal .modal__content {
    justify-content: flex-start;
    align-content: center; }
  .file-upload-modal .slider__footer {
    margin-top: 2.5rem;
    display: flex;
    float: right; }

.file-info-body {
  display: block;
  max-width: 90%;
  margin-bottom: 20px; }

#file-info-icon {
  align-self: flex-start;
  background-color: rgba(42, 56, 216, 0.08);
  display: flex;
  border-radius: 50%;
  padding: 1.5rem;
  margin-left: 1.5rem; }

#file-name {
  margin-left: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: black; }

#file-size {
  font-size: 1.5rem;
  line-height: 1rem; }

.text-content {
  max-width: 90%;
  margin-left: 8rem; }

.account-records {
  font-size: 1.5rem;
  margin-top: 0rem;
  margin-bottom: .5rem; }

.upload {
  border: 2px dashed #ccc;
  padding: 2rem;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  width: 70%;
  transition: border-color .2s, background-color .2s; }

.upload-active {
  border-color: #2A38D8;
  background-color: #f8f9f8; }

.upload-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%; }
  .upload-content input {
    display: none; }

.drag-message {
  padding-top: 1rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer; }

.drag-warning {
  padding-top: 1rem;
  font-weight: 400;
  text-align: center;
  cursor: pointer; }

.upload-icon {
  width: 50px;
  /* Adjust size as needed */
  height: 50px;
  /* Adjust size as needed */
  background-color: #3498db;
  /* Change color if desired */
  border-radius: 8px;
  /* Adjust border-radius for a square look */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* Icon color */
  font-size: 24px;
  /* Adjust font size as needed */
  cursor: pointer; }

.upload-icon::before {
  content: '\2191';
  display: block;
  font-size: 16px;
  /* Adjust size as needed */
  margin-bottom: -4px;
  /* Adjust to align properly */ }

.delete-icon {
  color: #B3B3B3;
  line-height: 0;
  background: transparent;
  border: 0;
  font-size: 150%;
  cursor: pointer; }

.upload__warning {
  color: #666;
  font-size: 1.3rem;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px; }

#upload-cancel {
  margin-left: 28.5rem;
  padding: .8rem, 2.4rem; }

#file-details {
  display: flex;
  justify-content: space-between; }

#file-details > div {
  text-align: right; }

.file-delete {
  text-align: right; }

#file-name {
  font-weight: 500;
  font-size: 1.5rem;
  color: black; }

.additional-info {
  text-align: center;
  margin-top: 10px; }

#upload-submit-container {
  display: flex;
  justify-content: center; }

#upload-submit {
  margin-top: 20px;
  text-align: center;
  width: 170px;
  height: 40px; }

.sample-file-icon {
  height: 30px;
  width: 30px; }

.drop-zone {
  border: 2px dashed #d6d6d6;
  justify-content: center;
  padding: 2rem;
  width: 40%; }

.application-status-icon > * {
  height: 30px; }

.import-pending {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #ebebeb;
  border-radius: 15px; }

.upload-progress-container {
  background-color: #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  box-sizing: content-box;
  height: 3px;
  margin-right: 1.1rem; }

.upload-progress-bar {
  animation: loader-animation 2000ms infinite;
  background-color: #2A38D8;
  height: 100%; }

@keyframes loader-animation {
  0% {
    background-color: #2A38D8;
    transform: scaleX(1);
    transform-origin: right; }
  50% {
    transform: scaleX(0);
    transform-origin: right; }
  50.01% {
    transform: scaleX(0);
    transform-origin: left; }
  100% {
    transform: scaleX(1);
    transform-origin: left; } }

.error-table-header {
  font: bold; }

.table-body > tr > td {
  border: none;
  vertical-align: baseline; }

.file-information {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  margin: 3rem 0 1.5rem 0; }
  .file-information div {
    width: 42rem; }

.file {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  line-height: 2rem; }

.report-icon {
  align-self: flex-start;
  background-color: rgba(42, 56, 216, 0.08);
  display: flex;
  border-radius: 50%;
  padding: 1.5rem; }
  .report-icon img {
    width: 3.5rem; }

.file-name {
  color: #202020;
  font-weight: 500; }

.error-count {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  margin: 3rem 0 1.5rem 0;
  color: #202020;
  font-weight: 500; }

.file-size {
  font-size: 1.2rem; }

.application-status {
  display: flex; }

#successful-app-count {
  margin-left: 1rem; }

#failed-app-count {
  margin-left: 1rem; }

#processed-app-count {
  margin-bottom: 1.5rem; }

.error-layout-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem; }

.error-layout-title {
  padding-bottom: 2rem;
  padding-top: 1.5rem;
  text-align: center; }

.error-layout-message {
  margin-top: 2rem;
  text-align: center; }

/* ==========================================================================
   Utilities
   ========================================================================== */
/* ==========================================================================
   Layout utilities
   ========================================================================== */
/**
 * Contains floats
 */
.u-cf:before,
.u-cf:after {
  content: " ";
  display: table; }

.u-cf:after {
  clear: both; }

/**
 * floats
 */
.u-pull-left {
  float: left !important; }

.margin-right-5 {
  margin-right: .5em; }

.u-pull-right {
  float: right !important; }

.u-inline-block {
  display: inline-block; }

/**
 * vertical spacing
 */
.u-top--1 {
  margin-top: 6px; }

.u-bottom--1 {
  margin-bottom: 6px; }

.u-top--2 {
  margin-top: 12px; }

.u-bottom--2 {
  margin-bottom: 12px; }

.u-top--3 {
  margin-top: 18px; }

.u-bottom--3 {
  margin-bottom: 18px; }

.u-top--4 {
  margin-top: 24px; }

.u-bottom--4 {
  margin-bottom: 24px; }

.u-top--5 {
  margin-top: 30px; }

.u-bottom--5 {
  margin-bottom: 30px; }

.u-top--6 {
  margin-top: 36px; }

.u-bottom--6 {
  margin-bottom: 36px; }

.u-top--7 {
  margin-top: 42px; }

.u-bottom--7 {
  margin-bottom: 42px; }

.u-top--8 {
  margin-top: 48px; }

.u-bottom--8 {
  margin-bottom: 48px; }

.u-top--9 {
  margin-top: 54px; }

.u-bottom--9 {
  margin-bottom: 54px; }

.u-top--10 {
  margin-top: 60px; }

.u-bottom--10 {
  margin-bottom: 60px; }

.u-top--11 {
  margin-top: 66px; }

.u-bottom--11 {
  margin-bottom: 66px; }

.u-top--12 {
  margin-top: 72px; }

.u-bottom--12 {
  margin-bottom: 72px; }

/**
 * horizontal spacing
 */
.u-right--1 {
  margin-right: 6px; }

.u-left--1 {
  margin-left: 6px; }

.u-right--2 {
  margin-right: 12px; }

.u-left--2 {
  margin-left: 12px; }

.u-right--3 {
  margin-right: 18px; }

.u-left--3 {
  margin-left: 18px; }

.u-right--4 {
  margin-right: 24px; }

.u-left--4 {
  margin-left: 24px; }

.u-right--5 {
  margin-right: 30px; }

.u-left--5 {
  margin-left: 30px; }

.u-right--6 {
  margin-right: 36px; }

.u-left--6 {
  margin-left: 36px; }

.u-right--7 {
  margin-right: 42px; }

.u-left--7 {
  margin-left: 42px; }

.u-right--8 {
  margin-right: 48px; }

.u-left--8 {
  margin-left: 48px; }

.u-right--9 {
  margin-right: 54px; }

.u-left--9 {
  margin-left: 54px; }

.u-right--10 {
  margin-right: 60px; }

.u-left--10 {
  margin-left: 60px; }

.u-right--11 {
  margin-right: 66px; }

.u-left--11 {
  margin-left: 66px; }

.u-right--12 {
  margin-right: 72px; }

.u-left--12 {
  margin-left: 72px; }

.hidden {
  display: none !important; }

/* ==========================================================================
   Text utilities
   ========================================================================== */
/**
 * Horizontal alignment
 */
.u-text-center {
  text-align: center !important; }

.u-text-right {
  text-align: right; }

/**
 * Vertical alignment
 */
.u-text-body {
  margin-bottom: 18px; }

/**
 * Overflow with elipses
 * use in conjunction with defined width/max-width
 */
.overflow-ellipses {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.u-text-small {
  font-size: 0.875em; }

.u-text-color-light {
  color: #666869; }

.u-text-bold {
  font-weight: 600; }

.u-text-medium {
  font-weight: 500; }

.u-text-error {
  color: #FF0000; }

/**
 * Font Families
 */
.monospace {
  font-family: "bt_mono", courier, monospace; }

.flash {
  background: transparent;
  -webkit-animation: flash 1s linear; }

@-webkit-keyframes flash {
  0% {
    background: transparent; }
  50% {
    background: #FFFBCA; }
  100% {
    background: transparent; } }

input#login[style^=background-image],
input#password[style^=background-image] {
  padding-right: 6rem; }
  input#login[style^=background-image] + .input-field__addon,
  input#password[style^=background-image] + .input-field__addon {
    right: 4rem; }

.u-display-full {
  width: 100%; }

/* ==========================================================================
   Unified Panel
   ========================================================================== */
.detail {
  display: flex; }
  @media (max-width: 1200px) {
    .detail {
      flex-direction: column; } }
.detail-left {
  padding-right: 8rem;
  flex-basis: 0;
  flex-grow: 1; }
  @media (max-width: 1200px) {
    .detail-left {
      padding-right: 0;
      flex-basis: auto; } }
.detail-right {
  flex-grow: 2;
  flex-basis: 0; }

.detail-card {
  padding: 2.5rem;
  box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
  border-radius: 16px; }

.detail-card_top {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #202020; }
  .detail-card_top svg {
    height: 2.4rem;
    width: 2.4rem;
    margin-right: 1rem; }

.detail-card_title {
  margin-bottom: 3.5rem; }

.detail-card_actions {
  display: flex; }

.unified-panel .content .detail-action {
  margin-bottom: 1rem; }

.unified-panel .input-field {
  position: relative;
  display: block;
  margin-bottom: 1.5rem; }
  .unified-panel .input-field__wrapper {
    position: relative; }
  .unified-panel .input-field__addon {
    position: absolute;
    display: flex;
    align-items: center;
    right: 1rem;
    top: 0;
    bottom: 0;
    line-height: 0; }
    .unified-panel .input-field__addon a {
      color: #000;
      font-weight: 500; }
  .unified-panel .input-field--with-addon input[type="password"] {
    padding-right: 5rem; }
  .unified-panel .input-field--with-tooltip-addon input[type="text"] {
    padding-right: 3rem; }
  .unified-panel .input-field--without-reveal::-ms-reveal {
    display: none; }
  .unified-panel .input-field input.input-field--errored[type="text"],
  .unified-panel .input-field input.input-field--errored[type="password"] {
    border-color: #ee0000; }
    .unified-panel .input-field input.input-field--errored[type="text"]:focus,
    .unified-panel .input-field input.input-field--errored[type="password"]:focus {
      border-color: inherit; }
  .unified-panel .input-field label.input-field__label--errored {
    color: #ee0000; }
  .unified-panel .input-field label.input-field__error-message {
    color: #ee0000;
    margin-bottom: 0; }
    .unified-panel .input-field label.input-field__error-message:first-of-type {
      margin-top: 0.5rem; }
  .unified-panel .input-field .clickable {
    cursor: pointer; }

.unified-panel .navigation-list:not(:last-child) {
  padding-bottom: 6rem; }

.unified-panel .navigation-list__title {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 2.5rem;
  margin-bottom: 0; }

.unified-panel .navigation-list ul {
  margin: 0; }

.unified-panel .navigation-list__item {
  border-bottom: 1px solid #d6d6d6;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.unified-panel .navigation-list__item-description {
  color: #5c5c5c;
  margin: .5rem 0 0; }

.unified-panel-notification-banner {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #fff;
  background-color: #2A38D8;
  height: 3rem;
  font-size: 1.2rem; }
  .unified-panel-notification-banner a {
    color: #fff; }
  .unified-panel-notification-banner--light {
    color: #202020;
    background-color: #ebebeb; }
    .unified-panel-notification-banner--light a {
      color: #202020; }
    .unified-panel-notification-banner--light .unified-panel-notification-banner__link {
      text-decoration: underline;
      margin-left: .5rem;
      opacity: .8; }
      .unified-panel-notification-banner--light .unified-panel-notification-banner__link:hover {
        opacity: 1; }
  .unified-panel-notification-banner--dark {
    background: linear-gradient(to right, #1E27BF, #E9492B); }
    .unified-panel-notification-banner--dark .unified-panel-notification-banner__link {
      text-decoration: underline;
      margin-left: .5rem;
      opacity: .8; }
      .unified-panel-notification-banner--dark .unified-panel-notification-banner__link:hover {
        opacity: 1; }
  .unified-panel-notification-banner--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100; }
  @media only screen and (min-width: 680px) {
    .unified-panel-notification-banner--centered {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .unified-panel-notification-banner--centered .unified-panel-notification-banner-opt-in-link {
        position: absolute;
        top: 0;
        right: 0; } }
  .unified-panel-notification-banner-opt-in-link {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .unified-panel-notification-banner-opt-in-link span {
      margin-right: 1ch; }
    .unified-panel-notification-banner-opt-in-link:hover {
      background: rgba(32, 32, 32, 0.1);
      text-decoration: none;
      transition: background .2s; }
  .unified-panel-notification-banner .left-content,
  .unified-panel-notification-banner .center-content,
  .unified-panel-notification-banner .right-content {
    flex: 1; }
  .unified-panel-notification-banner .center-content {
    text-align: center; }
  .unified-panel-notification-banner .right-content {
    text-align: right; }
  .unified-panel-notification-banner .inner {
    padding: .5rem 2rem; }
  .unified-panel-notification-banner .tag {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #2A38D8;
    color: #fff;
    padding: 5px 10px; }
  .unified-panel-notification-banner .view-link {
    text-decoration: underline;
    margin-left: .5rem; }
    .unified-panel-notification-banner .view-link:hover {
      opacity: .6; }

.unified-panel.api_keys_index .header_group h2, .unified-panel.disputes_index .header_group h2, .unified-panel.downloads_show .header_group h2, .unified-panel.merchant_accounts_info .header_group h2, .unified-panel.merchant_options_show_processing .header_group h2, .unified-panel.modifications_index .header_group h2, .unified-panel.plans_index .header_group h2, .unified-panel.roles_index .header_group h2, .unified-panel.users_index .header_group h2, .unified-panel.webhooks_index .header_group h2 {
  display: none; }

.unified-panel.connected_oauth_applications_index .header-group h2 {
  display: none; }

.unified-panel-switch {
  cursor: pointer;
  display: inline-flex;
  position: relative; }
  .unified-panel-switch .unified-panel-switch-right-radius, .unified-panel-switch .unified-panel-switch-middle, .unified-panel-switch .unified-panel-switch-left-radius {
    background: #fff;
    display: inline-block;
    width: 2rem;
    height: 2rem; }
    .unified-panel-notification-banner--dark .unified-panel-switch .unified-panel-switch-right-radius, .unified-panel-notification-banner--dark .unified-panel-switch .unified-panel-switch-middle, .unified-panel-notification-banner--dark .unified-panel-switch .unified-panel-switch-left-radius {
      background: #F4BEB5; }
  .unified-panel-switch-circle-right {
    -ms-transform: rotate(0.5turn);
    -webkit-transform: rotate(0.5turn);
    -moz-transform: rotate(0.5turn);
    -o-transform: rotate(0.5turn);
    transform: rotate(0.5turn); }
  .unified-panel-switch-left-radius {
    border-radius: 50%; }
  .unified-panel-switch-middle {
    position: absolute;
    left: 25%; }
  .unified-panel-switch-right-radius {
    border-radius: 50%;
    float: right; }
  .unified-panel-switch-inner-circle {
    background: #2A38D8;
    border-radius: 50%;
    height: 1.6rem;
    width: 1.6rem;
    position: absolute;
    left: 2px;
    top: 2px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08); }
  .unified-panel-notification-banner--dark .unified-panel-switch-inner-circle {
    background: #fff; }

/* ==========================================================================
   Base
   ========================================================================== */
body.pp-unified-dashboard {
  background-color: #f5f7fa; }

nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none; }

p.right {
  text-align: right; }

ol.force-numbers {
  margin-left: 1.3em;
  margin-bottom: 2em; }
  ol.force-numbers li {
    list-style: decimal; }

.empty-data {
  border: 1px solid #e6e6e6;
  padding: 80px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 4px; }
  .empty-data p {
    margin-bottom: 20px; }
  .empty-data.empty-data-modal {
    width: 85%;
    margin-top: 20px; }
    .empty-data.empty-data-modal a {
      color: #61D395; }

/* ==========================================================================
   Main footer
   ========================================================================== */
.main_footer {
  border-top: 1px solid #e6e6e6;
  color: #B3B3B3;
  font-size: 1.1rem;
  line-height: 2;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  .main_footer button {
    background-color: white;
    border: 0;
    color: #666869;
    cursor: pointer;
    position: absolute;
    right: 5rem; }

.copyright a {
  color: #bbb; }

/* ==========================================================================
   Site search
   ========================================================================== */
.site-search {
  position: relative;
  top: 6px;
  width: 300px;
  float: left; }
  .unified-panel .site-search {
    top: .8rem; }
  .site-search input[type="text"],
  .site-search input[type="search"] {
    border-radius: 22px;
    padding-left: 20px; }
    .unified-panel .site-search input[type="text"], .unified-panel .site-search input[type="search"] {
      padding-left: 2rem; }
    .unified-panel .site-search input[type="text"]::placeholder, .unified-panel .site-search input[type="search"]::placeholder {
      font-weight: 400; }

.site-search__input {
  margin: 0 !important; }

.site-search__input.has-error {
  border-color: red !important; }

.site-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  outline: 0;
  border: 0; }

.site-search__btn--magnifier {
  background-image: url(https://gstatic.braintreegateway.com/assets/search-b308efff43a84b0e037bf9f16284c76b197289afded9962a71a2e44e70a4e091.png); }
  @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .site-search__btn--magnifier {
      background-image: url(https://gstatic.braintreegateway.com/assets/search@2x-e11b4df88b110acf48314f6bbe00ad570fdf03947d9918972d26eefe82a37b12.png);
      background-size: 16px 16px; } }
/* ==========================================================================
   Content
   ========================================================================== */
.content {
  padding-bottom: 40px; }
  .unified-panel .content {
    padding-top: 11rem; }
    .unified-panel .content a {
      color: #2A38D8;
      font-weight: 500;
      text-decoration: none;
      -webkit-font-smoothing: antialiased; }
      .unified-panel .content a:hover {
        color: #202020;
        text-decoration: none; }
  .unified-panel.internal-user .content {
    padding-top: 14rem; }
  .unified-panel.pp-unified-dashboard .content {
    padding-top: 12rem;
    flex-grow: 1; }
    .unified-panel.pp-unified-dashboard .content a {
      color: #0070ba;
      font: 500 1.6rem/2.4rem "PayPalSansBig", "Avenir Next", "Helvetica Neue", Arial; }
      .unified-panel.pp-unified-dashboard .content a:hover {
        color: #003087; }

.content_wrap {
  position: relative;
  text-align: center; }

.content_wrap-inner {
  margin: 0 auto;
  padding: 40px;
  text-align: left;
  max-width: 160rem; }
  .unified-panel .content_wrap-inner {
    padding: 3rem 3rem;
    max-width: 100%; }
  .unified-panel.pp-unified-dashboard .content_wrap-inner {
    max-width: 150rem; }

.content_wrap-inner-constrained {
  max-width: 46rem; }

.ie8 .content {
  padding-bottom: 0; }

.ie8 .content_wrap {
  overflow-x: auto;
  overflow-y: hidden; }

@media only screen and (max-width: 1140px) {
  .content {
    padding-bottom: 0; }
  .content_wrap {
    overflow-x: auto;
    overflow-y: hidden; } }

.constrain-width {
  max-width: 46rem; }

.unified-panel hr {
  border-color: #ebebeb; }

/* ==========================================================================
   API Keys View
   ========================================================================== */
.api_keys_show .content_wrap {
  overflow: visible; }

/* ==========================================================================
   Block
   ========================================================================== */
.block, .set-oauth-app-additional-options, .set-oauth-app-support-info, .set-oauth-app-general-info {
  color: black;
  margin-bottom: 40px; }
  .unified-panel .block, .unified-panel .set-oauth-app-additional-options, .unified-panel .set-oauth-app-support-info, .unified-panel .set-oauth-app-general-info {
    color: #202020; }

.pp-logo {
  margin-bottom: 20px;
  display: block;
  width: 81px;
  height: 21px;
  float: left;
  background-repeat: no-repeat;
  background-size: 100% auto; }

.svg .pp-logo {
  background-image: url(https://gstatic.braintreegateway.com/assets/pp-1b13a0dba1cf354cfde5a4a17e8092750a79c94a95ca8186dc406499fb9d59f5.svg); }

.pp-signup {
  font-size: 1.4rem;
  line-height: 0;
  margin-bottom: 3em; }

/* ==========================================================================
   Scrollable container
   ========================================================================== */
.scrollable_container {
  width: 500px;
  height: 500px;
  overflow-y: scroll; }

/* ==========================================================================
   Header group
   ========================================================================== */
.header-group,
.header_group {
  margin-bottom: 40px;
  *zoom: 1; }
  .header-group:before, .header-group:after,
  .header_group:before,
  .header_group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .header-group:after,
  .header_group:after {
    clear: both; }
  .header-group .header-group__title,
  .header_group .header-group__title {
    color: #666666;
    float: left;
    width: 100%; }
    .header-group .header-group__title h2,
    .header_group .header-group__title h2 {
      line-height: 40px; }
    @media (min-width: 1025px) {
      .header-group .header-group__title,
      .header_group .header-group__title {
        width: 50%; } }
    @media (min-width: 1441px) {
      .header-group .header-group__title,
      .header_group .header-group__title {
        width: 40%; } }
  .header-group .header-group__actions,
  .header_group .header-group__actions {
    float: right;
    line-height: 40px;
    width: 100%; }
    .header-group .header-group__actions *,
    .header_group .header-group__actions * {
      text-align: left; }
    .header-group .header-group__actions form,
    .header_group .header-group__actions form {
      display: inline;
      margin: 0;
      padding: 0; }
    .header-group .header-group__actions .button-primary, .header-group .header-group__actions .modal__step-nav__button,
    .header-group .header-group__actions .button-secondary,
    .header-group .header-group__actions button.ui-button,
    .header-group .header-group__actions .button-danger,
    .header-group .header-group__actions .modal__step-nav__button--negative,
    .header-group .header-group__actions .modal__button--danger,
    .header_group .header-group__actions .button-primary,
    .header_group .header-group__actions .modal__step-nav__button,
    .header_group .header-group__actions .button-secondary,
    .header_group .header-group__actions button.ui-button,
    .header_group .header-group__actions .button-danger,
    .header_group .header-group__actions .modal__step-nav__button--negative,
    .header_group .header-group__actions .modal__button--danger {
      margin-bottom: 10px; }
    @media (min-width: 1025px) {
      .header-group .header-group__actions,
      .header_group .header-group__actions {
        text-align: right;
        width: 50%; } }
    @media (min-width: 1441px) {
      .header-group .header-group__actions,
      .header_group .header-group__actions {
        width: 60%; } }
  .header-group .results-count,
  .header_group .results-count {
    color: #B3B3B3;
    font-size: 1.4rem;
    padding: 0 10px; }

/* ==========================================================================
   Button group
   ========================================================================== */
/**
 * Example HTML:
 *
 * <div class="btn_group">
 *    <a class="btn">Button</a>
 *    <input class="btn" value="Button" />
 *    <button class="btn">Button</button>
 * </div>
 */
.btn_group {
  padding: 20px 0; }

.btn_group .btn {
  margin-right: 5px;
  float: left; }

.btn_group form {
  display: inline-block; }

/* ==========================================================================
   Form Group
   ========================================================================== */
form .inline-error-message {
  color: #FF0000;
  display: none; }

form.has-error .inline-error-message {
  display: block; }

.form-group {
  max-width: 46rem; }

.form-group + .form-group {
  margin-top: 20px; }

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="url"] {
  margin-bottom: .5em; }

.form-group-header {
  margin-bottom: 6px; }

.form-group-last {
  margin-bottom: 26px; }

/* ==========================================================================
   Lists
   ========================================================================== */
.tid-item-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .tid-item-list li {
    padding: 5px 0; }
    .tid-item-list li .action {
      display: inline; }

.payment-item-list,
.payment_instrument_list ul,
.payment_token_list ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .payment-item-list li,
  .payment_instrument_list ul li,
  .payment_token_list ul li {
    line-height: 25px;
    padding: 5px 0; }
  .payment-item-list .card-image, .payment-item-list .processor_connections_form .processor-card-types img, .processor_connections_form .processor-card-types .payment-item-list img,
  .payment-item-list .tiny,
  .payment_instrument_list ul .card-image,
  .payment_instrument_list ul .processor_connections_form .processor-card-types img,
  .processor_connections_form .processor-card-types .payment_instrument_list ul img,
  .payment_instrument_list ul .tiny,
  .payment_token_list ul .card-image,
  .payment_token_list ul .processor_connections_form .processor-card-types img,
  .processor_connections_form .processor-card-types .payment_token_list ul img,
  .payment_token_list ul .tiny {
    margin: 0 10px 0 0;
    max-height: 25px;
    vertical-align: top; }

/* ==========================================================================
   Anchors
   ========================================================================== */
a {
  color: #61D395;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

/*
----------------------------------------------------------------
  GLOBALS
---------------------------------------------------------------- */
.nindent {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.fl {
  float: left; }

.fr {
  float: right; }

.clr {
  clear: both; }

.alpha,
.middle,
.omega {
  float: left;
  display: inline;
  position: relative;
  overflow: hidden; }

.flex-container {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/*
----------------------------------------------------------------
  STRUCTURE
---------------------------------------------------------------- */
#lead {
  display: none; }

#app-north {
  background-color: white;
  width: 100%;
  height: 60px;
  overflow: visible;
  min-width: 900px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 98;
  border-bottom: 1px solid #e6e6e6; }
  .with-notification-banner #app-north {
    top: 3rem; }
  #app-north .inner {
    padding: 0;
    padding-right: 20px;
    position: relative;
    height: 100%; }
  #app-north .search {
    display: block;
    margin: 16px 0 0 15px;
    position: relative; }
    #app-north .search input {
      background-color: transparent;
      border: none;
      display: block;
      width: 120px;
      height: 40px;
      margin: 0px;
      padding: 0px;
      -webkit-font-smoothing: antialiased;
      position: relative; }
    #app-north .search #basic_search_input {
      color: white;
      border: solid 1px transparent;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      padding: 0;
      width: 40px;
      text-indent: 30px; }
    #app-north .search #basic_search_input:focus {
      background-color: #eff7ff;
      border-color: #4e9be2;
      color: #2772b2;
      padding: 0 40px 0 10px;
      text-indent: 0px;
      width: 160px; }
    #app-north .search #search {
      background: url(https://gstatic.braintreegateway.com/assets/search-b308efff43a84b0e037bf9f16284c76b197289afded9962a71a2e44e70a4e091.png) center center no-repeat transparent;
      cursor: pointer;
      display: block;
      outline: none;
      background-color: transparent;
      position: absolute;
      right: 0px;
      top: 0px;
      width: 40px;
      text-indent: -999em; }
      @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
        #app-north .search #search {
          background-image: url(https://gstatic.braintreegateway.com/assets/search@2x-e11b4df88b110acf48314f6bbe00ad570fdf03947d9918972d26eefe82a37b12.png);
          background-size: 16px 16px; } }
    #app-north .search input:hover {
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    #app-north .search input:focus {
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  #app-north .account {
    height: 100%;
    display: block;
    float: right; }
    #app-north .account ul {
      display: block;
      height: 100%; }
    #app-north .account li {
      float: left;
      margin: 0;
      height: 100%;
      position: relative; }
      #app-north .account li > a {
        display: block;
        position: relative;
        height: 100%;
        text-align: center;
        color: #535252;
        text-decoration: none;
        font-size: 1.4rem;
        line-height: 58px; }
        #app-north .account li > a em {
          font-size: 1.1rem;
          background-color: #ddd;
          -webit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          padding: 2px 5px;
          text-transform: none;
          margin-left: 5px; }
      #app-north .account li.welcome {
        padding: 19px 20px 0 20px;
        height: 39px;
        color: #b2b7b9; }
        #app-north .account li.welcome span {
          color: #8b8b8b; }
      #app-north .account li.dropdown h4 {
        background-color: #f4f4f4;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        float: left;
        width: 100%;
        margin: 0;
        padding: 15px 20px;
        font-size: 1.4rem;
        line-height: 14px;
        text-align: left; }
      #app-north .account li.dropdown > a {
        display: block;
        height: 100%;
        line-height: 60px;
        padding: 0 20px 0 20px; }
      #app-north .account li.dropdown a {
        padding: 0 20px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
        #app-north .account li.dropdown a:active {
          background-color: rgba(0, 0, 0, 0); }
      #app-north .account li.dropdown a.open {
        color: #61D395; }
        #app-north .account li.dropdown a.open .down {
          transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          /* IE 9 */
          -webkit-transform: rotate(180deg);
          /* Safari and Chrome */
          top: 50px; }
        #app-north .account li.dropdown a.open em {
          color: #fff;
          background-color: #f58026; }
      #app-north .account li.dropdown .sub {
        display: none;
        overflow: visible;
        position: absolute;
        left: 50%;
        background-color: #fff;
        border: solid 1px #e6e6e6;
        width: 220px;
        margin-left: -111px;
        -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0); }
        #app-north .account li.dropdown .sub.wide {
          width: 220px;
          margin-left: -111px;
          -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }
        #app-north .account li.dropdown .sub.open {
          display: block;
          -webkit-opacity: 1;
          -moz-opacity: 1;
          opacity: 1; }
        #app-north .account li.dropdown .sub > div,
        #app-north .account li.dropdown .sub li {
          width: 100%;
          padding: 0;
          margin: 0;
          border: 0; }
          #app-north .account li.dropdown .sub > div a,
          #app-north .account li.dropdown .sub li a {
            border-bottom: 1px solid #e6e6e6;
            display: block;
            padding: 15px 20px;
            font-size: 1.4rem;
            color: black;
            line-height: 14px;
            font-weight: normal;
            text-align: left; }
          #app-north .account li.dropdown .sub > div a,
          #app-north .account li.dropdown .sub li a {
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease; }
            #app-north .account li.dropdown .sub > div a:hover, #app-north .account li.dropdown .sub > div a.show-touch,
            #app-north .account li.dropdown .sub li a:hover,
            #app-north .account li.dropdown .sub li a.show-touch {
              -webkit-transition: all 0.15s ease;
              -moz-transition: all 0.15s ease;
              -o-transition: all 0.15s ease;
              transition: all 0.15s ease;
              color: #fff;
              background-color: #61D395; }
              #app-north .account li.dropdown .sub > div a:hover .tag, #app-north .account li.dropdown .sub > div a.show-touch .tag,
              #app-north .account li.dropdown .sub li a:hover .tag,
              #app-north .account li.dropdown .sub li a.show-touch .tag {
                color: #B8F6D4; }
          #app-north .account li.dropdown .sub > div form,
          #app-north .account li.dropdown .sub li form {
            display: none; }
        #app-north .account li.dropdown .sub li:last-child a {
          border-bottom: none; }
        #app-north .account li.dropdown .sub .tag {
          color: #BBBBBC;
          float: right; }
        #app-north .account li.dropdown .sub .point {
          position: absolute;
          display: block;
          width: 0px;
          height: 0px;
          line-height: 0px;
          border-bottom: solid 8px #e6e6e6;
          border-right: solid 8px transparent;
          border-left: solid 8px transparent;
          top: -8px;
          left: 50%;
          margin-left: -8px; }
          #app-north .account li.dropdown .sub .point span {
            -webkit-transition: border-color 0.15s ease;
            -moz-transition: border-color 0.15s ease;
            -o-transition: border-color 0.15s ease;
            transition: border-color 0.15s ease;
            border-bottom: solid 7px #fff;
            border-right: solid 7px transparent;
            border-left: solid 7px transparent;
            top: 1px;
            right: -7px;
            position: absolute;
            display: block; }
          #app-north .account li.dropdown .sub .point .a {
            border-bottom: solid 7px #61D395; }
      #app-north .account li.dropdown.dropdown:hover .sub {
        display: block; }

.account_menu {
  float: left; }

.search {
  float: left; }

.cta-grid, .cta-grid--column-3 {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cta-grid .cta-block, .cta-grid--column-3 .cta-block {
    border: 1px solid #F7F7F7;
    display: block;
    padding: 40px;
    text-align: center;
    width: 100%; }
    .cta-grid .cta-block img, .cta-grid--column-3 .cta-block img {
      margin-bottom: 20px; }
    @media (min-width: 1025px) {
      .cta-grid .cta-block, .cta-grid--column-3 .cta-block {
        width: 50%; } }
@media (min-width: 1025px) {
  .cta-grid--column-3 .cta-block {
    width: 33.333333%; } }

.no-flexbox .cta-grid .cta-block,
.no-flexbox .cta-grid--column-3 .cta-block {
  display: table-cell; }

.api-keys {
  position: relative; }
  .api-keys label,
  .api-keys input {
    display: inline-block; }
  .api-keys label {
    width: 260px; }
  .api-keys input {
    overflow: hidden;
    width: 300px; }

.api-key-section {
  position: relative; }

.unified-panel .next-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  margin-top: 3rem; }

.unified-panel .custom-integration, .unified-panel .partner-connect {
  box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
  border-radius: 4px;
  border: 0;
  width: 45%;
  padding: 5rem 5rem 4rem 5rem; }

#app-west {
  background-color: #4F4D54;
  border-right: none;
  padding-bottom: 25px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0px;
  width: 270px;
  z-index: 99;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .with-notification-banner #app-west {
    top: 3rem; }
  #app-west .logo-inner {
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: #3E3C42; }
  #app-west .logo {
    display: block;
    height: 100%;
    text-indent: -999px;
    overflow: hidden;
    background: url(https://gstatic.braintreegateway.com/assets/logos/braintree-logo-white-a04b3bbf72b8426499ed33e42e8094bbacfca5dc2a3ed83a542fd51b0f35d4bb.svg) 20px no-repeat transparent; }
    #app-west .logo.sandbox {
      background: url(https://gstatic.braintreegateway.com/assets/logos/braintree-sandbox-logo-white-9a24db1b06d68230812c0054797c27400ad4f49f0fd9916718ae38f3104b0546.svg) 20px no-repeat transparent; }
    #app-west .logo.support {
      background: url(https://gstatic.braintreegateway.com/assets/logos/braintree-support-logo-white-1123fba164b06e891016ce3592126e34159067cf3ca65ba4d944d4e0fbd7529a.svg) 20px no-repeat transparent; }
    #app-west .logo.pp-bt-logo {
      background: url(https://gstatic.braintreegateway.com/assets/logos/paypal-braintree-logo-white-5f8d19e743c1637b2948d591bf966fba9ea63187c103b4436e2c4bce0765cbd5.svg) 20px no-repeat transparent; }
  #app-west h6 {
    color: rgba(255, 255, 255, 0.3);
    display: block;
    font-size: 1.4rem;
    line-height: 1.71;
    margin: 0;
    padding: 5px 20px;
    text-transform: capitalize; }

ul.section-navigation li {
  float: left;
  margin-right: 10px; }

div.inner {
  padding: 20px; }

.sub-block {
  margin-bottom: 5px; }

div.default-block {
  overflow: hidden;
  margin: 0 0 20px 0; }

dl.detail_list {
  margin-bottom: 20px;
  overflow: auto; }
  .unified-panel dl.detail_list {
    border-top: 1px solid #e6e6e6;
    padding-top: 1.5rem; }
  .merchant_features_show dl.detail_list {
    padding-top: 0; }
  dl.detail_list h4.detail_list_subhead {
    margin-top: 1rem; }
  dl.detail_list dt {
    border-top: 1px solid #e6e6e6;
    clear: left;
    color: #666666;
    float: left;
    margin: 0;
    overflow-wrap: break-word;
    padding: 10px 0;
    width: 50%; }
    @media (min-width: 1441px) {
      dl.detail_list dt {
        width: 33.333333%; } }
    .unified-panel dl.detail_list dt {
      width: 20%;
      border: 0;
      padding: .5rem 0; }
  dl.detail_list dd {
    border-top: 1px solid #e6e6e6;
    float: left;
    margin: 0;
    padding: 10px 0 10px 10px;
    text-align: right;
    width: 50%; }
    @media (min-width: 1025px) {
      dl.detail_list dd {
        text-align: left; } }
    @media (min-width: 1441px) {
      dl.detail_list dd {
        width: 66.666666%; } }
    .unified-panel dl.detail_list dd {
      width: 80%;
      border: 0;
      font-weight: 500;
      padding: .5rem 0; }
  dl.detail_list div {
    white-space: normal !important; }
  dl.detail_list .transaction-status {
    display: inline-block; }
  dl.detail_list .transaction-status-pp {
    float: right; }
  dl.detail_list .ascii_sm {
    font-size: 1.1rem; }

/*
----------------------------------------------------------------
  HOME
---------------------------------------------------------------- */
ul.notifications li {
  margin: 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #fff; }
  ul.notifications li:first-child {
    border-top: 0; }
  ul.notifications li:last-child {
    border-bottom: 0; }
  ul.notifications li a {
    padding: 8px 10px 8px 45px;
    display: block;
    text-decoration: none;
    color: #393939;
    line-height: 21px;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    background: transparent url(https://gstatic.braintreegateway.com/assets/btn-forward-sm-8d2e323fb963d45ea15fe6a3f01c02cfbc9abee27d426853e9f092cebc9bb4f9.png) 8px center no-repeat;
    height: 24px; }
    ul.notifications li a:hover {
      color: #ff7b17; }
  ul.notifications li:hover {
    background: #efefef; }

.side-box {
  background-color: #e5e5e5;
  color: #464646;
  float: right;
  margin-bottom: 2em;
  width: 240px;
  padding: 26px 20px;
  border-left: 1px solid #bbbbbb;
  min-height: 100px;
  position: relative;
  text-align: center; }
  .side-box h1 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase; }
  .side-box p {
    font-size: 1.1rem;
    padding-bottom: 8px; }
  .side-box p.continue {
    font-size: 12px;
    font-weight: 600; }

section.home {
  clear: both; }

.card-image, .processor_connections_form .processor-card-types img,
.tiny,
.payment_instrument_logos img {
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  margin: 5px;
  height: 25px;
  width: 40px;
  vertical-align: middle; }

.grayscale {
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .3; }

.heading-ui {
  float: right; }

/*
----------------------------------------------------------------
  SEARCH
---------------------------------------------------------------- */
div.search-block {
  overflow: hidden;
  width: 100%;
  padding: 12px 0 18px 0;
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #fff; }
  div.search-block:first-child {
    border-top: 0;
    padding-top: 0; }
  div.search-block:last-child {
    border-bottom: 0; }
  div.search-block.default {
    border: 0; }
  div.search-block h3 {
    margin: 0; }
  div.search-block.half ul {
    /*    border-top: 1px solid #fff;*/
    padding-top: 10px; }
    div.search-block.half ul.upper {
      border-bottom: 1px solid #cecece; }
  div.search-block.half div.alpha {
    background: none;
    width: 315px;
    height: auto;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0; }
  div.search-block.half div.omega {
    width: 314px; }
  div.search-block.half h4 {
    font-size: 1.4rem; }

#alpha_filter {
  font-weight: normal;
  color: black; }
  .unified-panel #alpha_filter {
    color: #202020; }
  #alpha_filter a {
    margin: 0 2px; }
  #alpha_filter .alpha-active {
    color: #e6e6e6;
    display: inline;
    background: #61D395;
    color: #fff;
    padding: 2px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: 0; }

table.merchan5_accounts tr.default td {
  font-weight: 500; }

form.merchant_search {
  margin-top: 20px; }
  form.merchant_search input.btn {
    display: inline;
    margin-left: 10px;
    float: none; }

.multiplete {
  width: 100%;
  min-width: 320px;
  max-width: 760px;
  border: solid 1px #e0e0e0;
  background-color: #f6f6f6;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .unified-panel .multiplete {
    border: 1px solid #d6d6d6;
    background-color: #fff;
    line-height: inherit;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: border 200ms ease-out;
    -moz-transition: border 200ms ease-out;
    -o-transition: border 200ms ease-out;
    transition: border 200ms ease-out; }
  .unified-panel .multiplete:hover {
    border-color: #2A38D8; }
  .multiplete:focus, .multiplete.active {
    border: 1px solid #4e9be2;
    background-color: #FAFDFF;
    color: #2772b2; }
  .multiplete.multiplete-focus {
    border: 1px solid #4e9be2;
    background-color: #FAFDFF;
    color: #2772b2; }
    .unified-panel .multiplete.multiplete-focus {
      border-color: #2A38D8;
      background-color: #fff;
      box-shadow: 0 0 0 1px #2A38D8, 0 0 0 7px rgba(42, 56, 216, 0.04); }
  .multiplete .multiplete-input {
    display: hidden;
    padding: 0; }
  .multiplete li {
    display: inline-block; }

.multiplete-list {
  background: transparent;
  list-style-type: none;
  margin: 0;
  padding: 3px 0 1px 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  font-size: 1.4rem;
  min-height: 28px; }
  .unified-panel .multiplete-list {
    padding: 3px 0 3px 0;
    min-height: 42px; }

.multiplete-choice {
  background-color: #e0e0e0;
  background-image: none;
  color: black;
  font-weight: 400;
  font-size: 1.4rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 22px 6px 7px;
  margin: 4px 0 3px 8px;
  position: relative;
  cursor: default; }
  .unified-panel .multiplete-choice {
    color: #202020;
    background-color: #ebebeb;
    padding: 3px 24px 3px 10px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }

.multiplete-remove {
  position: absolute;
  right: 7px;
  color: #646464;
  font-weight: 500;
  text-decoration: none;
  line-height: 1; }
  .unified-panel .multiplete-remove {
    text-decoration: none;
    top: 7px;
    color: #adadad; }
    .unified-panel .multiplete-remove:hover {
      color: #202020; }

.multiplete-input {
  line-height: 1;
  font-size: 1.4rem;
  margin: 0;
  padding: 8px 5px; }
  .multiplete-input input[type="text"] {
    border: 1px solid #d5d5d5;
    color: black;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    padding-left: 12px;
    min-height: 33px;
    height: 100%;
    position: relative;
    top: -2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased; }
    .unified-panel .multiplete-input input[type="text"] {
      color: #202020;
      border-color: #fff;
      padding-left: 7px;
      display: block;
      top: 0; }
    .multiplete-input input[type="text"]:focus, .multiplete-input input[type="text"]:hover {
      outline: none;
      border: none;
      background: transparent; }
      .unified-panel .multiplete-input input[type="text"]:focus, .unified-panel .multiplete-input input[type="text"]:hover {
        outline: none;
        border: 1px solid #fff;
        box-shadow: none; }

.ui-autocomplete {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
  border-top-width: 0px;
  padding: 0;
  max-height: 400px;
  width: 300px !important;
  overflow-y: scroll; }
  .unified-panel .ui-autocomplete {
    -webkit-box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
    -moz-box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
    box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  .ui-autocomplete .ui-menu-item a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border: none;
    font-size: 1.4rem;
    padding: 5px 10px; }
    .ui-autocomplete .ui-menu-item a:last-child a {
      -webkit-border-radius: 0px 0px 5px 5px;
      -moz-border-radius: 0px 0px 5px 5px;
      border-radius: 0px 0px 5px 5px; }
      .unified-panel .ui-autocomplete .ui-menu-item a:last-child a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        -o-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px; }
    .ui-autocomplete .ui-menu-item a:hover, .ui-autocomplete .ui-menu-item a.ui-state-hover {
      background-color: #dde7ed;
      border: none;
      margin: 0 !important; }
      .unified-panel .ui-autocomplete .ui-menu-item a:hover, .unified-panel .ui-autocomplete .ui-menu-item a.ui-state-hover {
        background-color: #f4f4f4;
        cursor: pointer; }

.ui-autocomplete-has-results {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

/* ==========================================================================
   Visual Expiration warnings for payment methods
   ========================================================================== */
.payment_method_expiration_icon {
  margin: 0 0 0 .1em;
  position: relative;
  top: 1px;
  width: 13px; }

/*
----------------------------------------------------------------
  INTERACTIVE ELEMENTS
---------------------------------------------------------------- */
/* Expandable Sections */
dl.expand {
  width: 100%;
  margin: 0 0 15px 0; }
  dl.expand:nth-child(even) {
    margin-right: 0; }
  dl.expand dt {
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer; }
    dl.expand dt h3 {
      margin: 0;
      border-bottom: 1px solid #cecece; }
    dl.expand dt span.action {
      position: absolute;
      top: 0;
      right: 10px;
      display: block;
      width: 16px;
      height: 16px;
      background: #fff url(https://gstatic.braintreegateway.com/assets/expand-closed-a10e60219cc0199f296d10a600d7121a0302c297c22f0273cbe483b4df969d51.png) 0 0 no-repeat;
      text-indent: -9999px;
      overflow: hidden; }
  dl.expand.open span.action {
    background: #fff url(https://gstatic.braintreegateway.com/assets/expand-open-bbd872ed65164b71316013e6e9be575aad027a94f3ca10b157000497ad3840da.png) 0 0 no-repeat; }
  dl.expand dd {
    padding: 14px 10px 0 10px;
    display: none; }
  dl.expand.open dd {
    display: block; }

div.expand-columns div.alpha {
  width: 47%;
  padding-right: 6%; }

div.expand-columns div.omega {
  width: 47%; }

#test_data {
  padding: 30px;
  background-color: #f8f8f8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 650px; }
  #test_data a {
    margin-right: 10px; }
  #test_data div {
    margin-bottom: 5px;
    line-height: 25px; }
    #test_data div:last-child {
      margin-top: 15px;
      margin-bottom: 0; }

.text_field_inputs {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 5px;
  /*width:500px;*/ }
  .text_field_inputs a.btn {
    float: none;
    padding: 0px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
    margin-left: 5px;
    font-size: 1.1rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; }
    .text_field_inputs a.btn.red {
      color: #FF0000;
      border-color: #d1aaaa; }
    .text_field_inputs a.btn img {
      margin: 5px; }

table#failed-to-settled-transactions form.action {
  margin-bottom: 10px;
  width: 100%; }

table#failed-to-settled-transactions a.btn,
table#failed-to-settled-transactions input.btn {
  width: 100%; }

td a.btn,
td input.btn {
  display: inline-block;
  margin: 0 5px 0 0; }

td div.buttons a.btn,
td div.buttons input.btn {
  float: none; }
  td div.buttons a.btn.red,
  td div.buttons input.btn.red {
    color: #FF0000;
    border-color: #FF0000; }

body.merchants_show #status .btn.grey,
body.merchants_show #status #delete_merchant_fraud_auto_merchant_id_form {
  float: none;
  vertical-align: middle; }

body.merchants_show #status .btn.grey {
  display: inline-block; }

/* Tabs */
div.tabs-wrap {
  padding: 0;
  margin: 0 0 30px 0;
  border: 1px solid #cbced1;
  background: #e4e4e4;
  height: 43px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.02, #ededed), color-stop(0.65, #fefefe));
  background-image: -moz-linear-gradient(center bottom, #ededed 2%, #fefefe 65%);
  overflow: visible; }
  div.tabs-wrap h2 {
    background: none;
    border: 0;
    padding: 0 0 0 20px;
    margin: 0;
    float: left;
    width: 200px;
    line-height: 43px; }
  div.tabs-wrap ul.tabs {
    float: right;
    overflow: visible;
    margin: 0; }
    div.tabs-wrap ul.tabs li {
      float: left;
      display: inline;
      border-left: 1px solid #b8b6b6;
      margin: 0;
      padding: 0;
      height: 43px;
      overflow: visible; }
      div.tabs-wrap ul.tabs li.current {
        background: #ccc url(https://gstatic.braintreegateway.com/assets/bg-tab-active-66bc61c5519e2f92b21cbd4a009fdb4170b553633ddb54a2dffca73c12e1363e.png) 0 0 repeat-x; }
        div.tabs-wrap ul.tabs li.current a {
          height: 50px;
          background: url(https://gstatic.braintreegateway.com/assets/bg-tab-current-0326ec936493e012f47941cf08b219b63bf0ba13fb0ba5f8159051becc8c1a7d.png) no-repeat scroll center 43px transparent; }
      div.tabs-wrap ul.tabs li a {
        color: #393939;
        font-size: 1.4rem;
        text-decoration: none;
        line-height: 38px;
        display: block;
        height: 43px;
        padding: 0 20px 0 20px;
        background: transparent; }

div.tabs-content {
  padding: 0 0 20px 0; }

/* Tool Tips */
div.tip {
  display: none;
  background: #474747;
  border: 3px solid #3a3a3a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-clip: border-box;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  margin: 10px 0 10px 0;
  padding: 10px;
  position: absolute;
  top: 40px;
  left: -8px;
  overflow: visible;
  width: 184px; }
  div.tip p {
    color: #fff;
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center;
    line-height: 16px; }
  div.tip span.hang {
    display: block;
    width: 15px;
    height: 11px;
    width: 184px;
    position: absolute; }
    div.tip span.hang.down {
      background: transparent url(https://gstatic.braintreegateway.com/assets/tip-down-57f5608ac499dfc237ac23c06e50c38055526dd8f1594c3396443760df0e5739.png) bottom center no-repeat;
      bottom: -9px; }
    div.tip span.hang.up {
      background: transparent url(https://gstatic.braintreegateway.com/assets/tip-up-8542f3ba5a9cc74595c5d0df08c6796c158cd4ff1b23961062412093d86947b2.png) bottom center no-repeat;
      top: -9px; }

.clipboard {
  position: relative;
  display: inline-block; }

.copy-btn {
  background: url(https://gstatic.braintreegateway.com/assets/copy-btn-d703d3a512951832adcec31e5baf947630749eeed70b96a31f754f68f4311a5a.svg) no-repeat transparent;
  border: 0;
  padding: 0;
  display: inline-block;
  height: 22px;
  text-indent: -9999em;
  width: 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* ---------------
   Checkboxes
----------------*/
table [type="checkbox"]:not(:checked) + label,
table [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px !important;
  cursor: pointer; }
  .unified-panel.pp-unified-dashboard table [type="checkbox"]:not(:checked) + label, .unified-panel.pp-unified-dashboard table [type="checkbox"]:checked + label {
    font-family: "PayPalSansBig-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #2c2e2f;
    font-weight: normal;
    border-radius: 2.4rem;
    transition-property: background-color, box-shadow, color;
    position: relative; }
    .unified-panel.pp-unified-dashboard table [type="checkbox"]:not(:checked) + label:focus:after, .unified-panel.pp-unified-dashboard table [type="checkbox"]:not(:checked) + label:active:after, .unified-panel.pp-unified-dashboard table [type="checkbox"]:checked + label:focus:after, .unified-panel.pp-unified-dashboard table [type="checkbox"]:checked + label:active:after {
      content: '';
      position: absolute;
      top: -.2rem;
      left: -.2rem;
      border: 0.2rem solid #005ea6;
      box-shadow: 0 0 0 .4rem green;
      border-radius: 3rem;
      text-indent: -.2rem;
      width: 100%;
      height: 100%;
      pointer-events: none; }

/* checkbox aspect */
table [type="checkbox"]:not(:checked) + label:before,
table [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #e0e0e0;
  background: #fff; }
  .unified-panel table [type="checkbox"]:not(:checked) + label:before, .unified-panel table [type="checkbox"]:checked + label:before {
    border: 2px solid #d6d6d6; }

/* checked mark aspect */
table [type="checkbox"]:not(:checked) + label:after,
table [type="checkbox"]:checked + label:after {
  content: '';
  background: url(https://gstatic.braintreegateway.com/assets/icons/icon-check-white-9e72fba01e8126e08f59affd76e42823db50513870a1fa25923fa5f4f76936d1.svg) center center no-repeat #5ECC8F;
  background-size: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0; }
  .unified-panel table [type="checkbox"]:not(:checked) + label:after, .unified-panel table [type="checkbox"]:checked + label:after {
    background: url(https://gstatic.braintreegateway.com/assets/icons/icon-check-white-9e72fba01e8126e08f59affd76e42823db50513870a1fa25923fa5f4f76936d1.svg) center center no-repeat #303030;
    background-size: 1.2rem;
    width: 2.2rem;
    height: 2.2rem; }

table [type="checkbox"]:disabled + label {
  color: #d6d6d6; }
  .unified-panel table [type="checkbox"]:disabled + label {
    color: #d6d6d6; }

table [type="checkbox"]:disabled + label:after {
  background-color: #d6d6d6; }
  .unified-panel table [type="checkbox"]:disabled + label:after {
    background-color: #d6d6d6; }

.unified-panel [type="checkbox"] {
  display: none; }

.unified-panel.pp-unified-dashboard [type="checkbox"] {
  transition-property: background-color, box-shadow, color;
  position: relative; }
  .unified-panel.pp-unified-dashboard [type="checkbox"]:focus:after, .unified-panel.pp-unified-dashboard [type="checkbox"]:active:after {
    content: '';
    position: absolute;
    top: -.2rem;
    left: -.2rem;
    border: 0.2rem solid #005ea6;
    box-shadow: 0 0 0 0.4rem #bfdbee;
    border-radius: 3rem;
    text-indent: -.2rem;
    width: 100%;
    height: 100%;
    pointer-events: none; }

.unified-panel [type="checkbox"]:not(:checked) + label, .unified-panel [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1.75;
  color: #303030;
  font-size: 1.4rem; }

.unified-panel [type="checkbox"]:not(:checked) + label:before, .unified-panel [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #d6d6d6;
  border-radius: 4px;
  transition: .2s; }

.unified-panel.pp-unified-dashboard [type="checkbox"]:not(:checked) + label:before, .unified-panel.pp-unified-dashboard [type="checkbox"]:checked + label:before {
  border: 1px solid #b7bcbf;
  border-radius: .2rem; }

.unified-panel [type="checkbox"]:not(:checked):hover + label:before, .unified-panel [type="checkbox"]:checked:hover + label:before {
  border: 2px solid #2A38D8; }

.unified-panel.pp-unified-dashboard [type="checkbox"]:not(:checked):hover + label:before, .unified-panel.pp-unified-dashboard [type="checkbox"]:checked:hover + label:before {
  border: 1px solid #b7bcbf; }

.unified-panel [type="checkbox"]:not(:checked) + label:after, .unified-panel [type="checkbox"]:checked + label:after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://gstatic.braintreegateway.com/assets/icons/icon-check-white-9e72fba01e8126e08f59affd76e42823db50513870a1fa25923fa5f4f76936d1.svg) center center no-repeat #202020;
  background-size: 1.2rem;
  border-radius: 4px;
  transition: .2s; }

.unified-panel.pp-unified-dashboard [type="checkbox"]:not(:checked) + label:after, .unified-panel.pp-unified-dashboard [type="checkbox"]:checked + label:after {
  background-color: #0070ba;
  border-color: #0070ba; }

.unified-panel [type="checkbox"]:not(:checked):hover + label:after, .unified-panel [type="checkbox"]:checked:hover + label:after {
  background: url(https://gstatic.braintreegateway.com/assets/icons/icon-check-white-9e72fba01e8126e08f59affd76e42823db50513870a1fa25923fa5f4f76936d1.svg) center center no-repeat #2A38D8;
  background-size: 1.2rem; }

.unified-panel.pp-unified-dashboard [type="checkbox"]:not(:checked):hover + label:after, .unified-panel.pp-unified-dashboard [type="checkbox"]:checked:hover + label:after {
  background-color: #0070ba;
  border-color: #0070ba; }

.unified-panel.pp-unified-dashboard [type="checkbox"]:not(:checked):focus + label:after, .unified-panel.pp-unified-dashboard [type="checkbox"]:checked:focus + label:after {
  box-shadow: 0 0 0 1px #009cde, 0 0 0 7px #f5fbfe; }

.unified-panel [type="checkbox"][disabled]:not(.multi_select_all_checkbox) + label {
  color: #d6d6d6; }

.unified-panel [type="checkbox"][disabled][checked]:not(.multi_select_all_checkbox) + label:after, .unified-panel [type="checkbox"]:not(.multi_select_all_checkbox):checked:disabled + label:after {
  background-color: #d6d6d6; }

.unified-panel .checkbox label {
  margin: 0;
  display: inline-block; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

[type="checkbox"] + label:empty {
  display: none; }

.unified-panel [type="checkbox"] + label {
  font-size: 1.4rem;
  min-height: 18px; }
  .unified-panel [type="checkbox"] + label:empty {
    display: inline-block; }

/* merchant account edit checkboxes */
.unified-panel.merchant_accounts_edit .active_processor_connections .checkbox label {
  padding-left: 0; }
  .unified-panel.merchant_accounts_edit .active_processor_connections .checkbox label:before, .unified-panel.merchant_accounts_edit .active_processor_connections .checkbox label:after {
    display: none; }

/* subscriptions edit checkboxes */
.subscriptions_edit table [type="checkbox"] {
  visibility: hidden; }

.recurring_billing_options_edit.unified-panel .form-block .form-block, .recurring_billing_options_edit.unified-panel .form-block-redirect-uris .form-block, .recurring_billing_options_edit.unified-panel .form-block .form-block-redirect-uris, .recurring_billing_options_edit.unified-panel .form-block-redirect-uris .form-block-redirect-uris {
  padding-left: 3rem; }

.recurring_billing_options_edit .form-block .half [type="checkbox"], .recurring_billing_options_edit .form-block-redirect-uris .half [type="checkbox"] {
  float: none;
  width: auto; }

/* moneris processor connections */
.unified-panel.processor_connections_edit .processor_fields_moneris_fields .form-block .checkbox label, .unified-panel.processor_connections_edit .processor_fields_moneris_fields .form-block-redirect-uris .checkbox label {
  display: inline-block; }

/* -----------------------------------------
   Hover Speech Bubble Tooltips
----------------------------------------- */
.bt-tooltip-container {
  position: absolute;
  padding-left: 3px;
  display: inline-block; }

.btn .bt-tooltip-container {
  margin-top: -0.25em; }

.btn-with-tooltip {
  padding-right: 42px !important; }

.unified-panel.pp-unified-dashboard .bt-tooltip-container {
  position: absolute;
  padding-left: 0.5rem; }

.bt-tooltip-trigger {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9; }
  .bt-tooltip-active .bt-tooltip-trigger {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible; }
    .bt-tooltip-active .bt-tooltip-trigger:not(.noblock) {
      display: block; }

.bt-tooltip-icon-transparent {
  mix-blend-mode: multiply;
  filter: contrast(1); }

.bt-tooltip {
  visibility: hidden;
  position: absolute;
  padding: 15px;
  background: white;
  color: black;
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-family: "Avenir Next", "Helvetica Neue", Arial;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  z-index: 5;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .unified-panel .bt-tooltip {
    color: #202020;
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.02);
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 15px 20px; }
  .bt-tooltip.top {
    -ms-transform: translate(-50%, -130%);
    -webkit-transform: translate(-50%, -130%);
    -moz-transform: translate(-50%, -130%);
    -o-transform: translate(-50%, -130%);
    transform: translate(-50%, -130%);
    left: 50%;
    text-align: left;
    z-index: 101; }
    .unified-panel .bt-tooltip.top {
      -ms-transform: translate(-50%, calc(-100% - 35px));
      -webkit-transform: translate(-50%, calc(-100% - 35px));
      -moz-transform: translate(-50%, calc(-100% - 35px));
      -o-transform: translate(-50%, calc(-100% - 35px));
      transform: translate(-50%, calc(-100% - 35px)); }
    .bt-tooltip.top:after {
      left: calc(50% - 3px);
      bottom: -3px;
      -webkit-box-shadow: 1px 1px 0 #e6e6e6;
      -moz-box-shadow: 1px 1px 0 #e6e6e6;
      box-shadow: 1px 1px 0 #e6e6e6; }
      .unified-panel .bt-tooltip.top:after {
        bottom: -6px;
        box-shadow: none;
        left: calc(50% - 6px); }
    .btn .bt-tooltip.top {
      -ms-transform: translate(-50%, -165%);
      -webkit-transform: translate(-50%, -165%);
      -moz-transform: translate(-50%, -165%);
      -o-transform: translate(-50%, -165%);
      transform: translate(-50%, -165%); }
  .bt-tooltip.right {
    top: 50%;
    left: 100%;
    margin-left: 12px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .bt-tooltip-active .bt-tooltip.right {
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .bt-tooltip.right:after {
      left: -3px;
      top: 50%;
      margin-top: -2.5px;
      -webkit-box-shadow: -1px 1px 0 #e6e6e6;
      -moz-box-shadow: -1px 1px 0 #e6e6e6;
      box-shadow: -1px 1px 0 #e6e6e6; }
      .unified-panel .bt-tooltip.right:after {
        left: -6px;
        margin-top: -6px;
        box-shadow: none; }
  .bt-tooltip.bottom {
    right: 6px;
    bottom: -25px; }
    .bt-tooltip.bottom:after {
      left: 50%;
      margin-left: -2.5px;
      top: -3px;
      -webkit-box-shadow: -1px -1px 0 #e6e6e6;
      -moz-box-shadow: -1px -1px 0 #e6e6e6;
      box-shadow: -1px -1px 0 #e6e6e6; }
      .unified-panel .bt-tooltip.bottom:after {
        margin-left: -6px;
        top: -6px;
        box-shadow: none; }
  .bt-tooltip.left {
    right: 45px;
    bottom: 15px; }
    .bt-tooltip.left:after {
      top: 50%;
      margin-top: -2.5px;
      right: -3px;
      -webkit-box-shadow: 1px -1px 0 #e6e6e6;
      -moz-box-shadow: 1px -1px 0 #e6e6e6;
      box-shadow: 1px -1px 0 #e6e6e6; }
      .unified-panel .bt-tooltip.left:after {
        margin-top: -6px;
        right: -6px;
        box-shadow: none; }
  .bt-tooltip.zero {
    display: none; }
  .bt-tooltip:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: -1; }
    .unified-panel .bt-tooltip:after {
      width: 12px;
      height: 12px; }
  .csstransforms .bt-tooltip:after {
    background: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .bt-tooltip-active .bt-tooltip {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible; }
    .bt-tooltip-active .bt-tooltip.zero {
      display: block; }

/* label and tool component */
.bt-label-tooltip {
  max-width: 46rem; }

.bt-label-tooltip .bt-tooltip-container {
  float: right;
  line-height: 0;
  margin-top: 1px; }

.bt-tooltip-list-item {
  margin: 8px 0; }
  .bt-tooltip-list-item:last-child {
    margin-bottom: 0; }
  .bt-tooltip-list-item:first-child {
    margin-top: 0; }

.link-tooltip {
  position: relative;
  display: inline-block; }
  .link-tooltip_text {
    visibility: hidden;
    background-color: white;
    color: #202020;
    text-align: left;
    padding: 1rem;
    border-radius: 4px;
    position: absolute;
    z-index: 10;
    top: -280%;
    left: 0;
    box-shadow: 0 4px 32px rgba(32, 32, 32, 0.08), 0 2px 8px rgba(32, 32, 32, 0.02);
    font-size: 1.2rem;
    line-height: 1.5;
    margin-left: 1rem;
    margin-right: 1rem; }
  .link-tooltip:hover .link-tooltip_text {
    visibility: visible; }

dd .bt-tooltip-container {
  position: absolute;
  margin-top: -3px;
  margin-left: 6px;
  white-space: nowrap !important;
  vertical-align: middle; }

dd .bt-tooltip {
  margin-top: -3px; }

.ie8 .bt-label-tooltip {
  max-width: 472px; }

/* Error Messages */
div.alert {
  margin: 0;
  text-align: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  margin-bottom: 30px; }
  .unified-panel div.alert {
    background-color: transparent;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 2rem auto;
    width: 50rem; }
  div.alert.success {
    background-color: #B0E9CA;
    border-bottom: 1px dotted #5BD391; }
    div.alert.success .alert__close {
      display: none; }
    .unified-panel div.alert.success {
      background-color: transparent;
      border: 0;
      z-index: 35; }
      .unified-panel div.alert.success .detail {
        display: flex;
        align-items: center;
        width: 100%;
        padding: .8rem 1rem .8rem 5rem; }
        .unified-panel div.alert.success .detail p {
          flex: 1; }
        .unified-panel div.alert.success .detail .alert__close {
          display: inline;
          font-weight: 500;
          padding: .5rem 1.5rem;
          border-radius: 4px;
          color: #adadad; }
          .unified-panel div.alert.success .detail .alert__close:hover {
            background: #5c5c5c;
            color: #fff;
            cursor: pointer; }
        .unified-panel div.alert.success .detail::before {
          content: '';
          display: block;
          width: 2rem;
          height: 2rem;
          position: absolute;
          left: 1.5rem;
          top: 1.5rem;
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUxLjIgKDU3NTE5KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5JY29ucy9TdGF0dXMvU3VjY2VzczwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJJY29ucy9TdGF0dXMvU3VjY2VzcyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS01LUNvcHkiIGZpbGw9IiMxQkI4NDQiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgcng9IjEwIj48L3JlY3Q+CiAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTItQ29weS0zIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgcG9pbnRzPSI1IDkuNSA4LjMzMzMzMzMzIDEzIDE1IDYiPjwvcG9seWxpbmU+CiAgICA8L2c+Cjwvc3ZnPg==) center no-repeat; }
  div.alert.error_toast {
    background-color: #E00;
    border-bottom: 1px dotted #E00; }
    div.alert.error_toast .alert__close {
      display: none; }
    .unified-panel div.alert.error_toast {
      background-color: transparent;
      border: 0;
      z-index: 35; }
      .unified-panel div.alert.error_toast .detail {
        display: flex;
        align-items: center;
        width: 100%;
        padding: .8rem 1rem .8rem 5rem; }
        .unified-panel div.alert.error_toast .detail p {
          flex: 1; }
        .unified-panel div.alert.error_toast .detail .alert__close {
          display: inline;
          font-weight: 500;
          padding: .5rem 1.5rem;
          border-radius: 4px;
          color: #adadad; }
          .unified-panel div.alert.error_toast .detail .alert__close:hover {
            background: #5c5c5c;
            color: #fff;
            cursor: pointer; }
        .unified-panel div.alert.error_toast .detail::before {
          content: '';
          display: block;
          width: 2rem;
          height: 2rem;
          position: absolute;
          left: 1.5rem;
          top: 1.5rem;
          background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiNFRTAwMDAiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05Ljk5OTc4IDguODMwODJMNy4wMzU5MSA1Ljg2NzA3QzYuNzEzMTQgNS41NDQzIDYuMTg5ODMgNS41NDQzMSA1Ljg2NzA3IDUuODY3MDlDNS41NDQzIDYuMTg5ODYgNS41NDQzMSA2LjcxMzE3IDUuODY3MDkgNy4wMzU5NEw4LjgzMDkxIDkuOTk5NjVMNS44NjcyIDEyLjk2MzJDNS41NDQ0MyAxMy4yODYgNS41NDQ0MiAxMy44MDkzIDUuODY3MTggMTQuMTMyMUM2LjE4OTk0IDE0LjQ1NDkgNi43MTMyNSAxNC40NTQ5IDcuMDM2MDMgMTQuMTMyMUw5Ljk5OTc4IDExLjE2ODVMMTIuOTYzNSAxNC4xMzIxQzEzLjI4NjMgMTQuNDU0OSAxMy44MDk2IDE0LjQ1NDkgMTQuMTMyNCAxNC4xMzIxQzE0LjQ1NTEgMTMuODA5MyAxNC40NTUxIDEzLjI4NiAxNC4xMzI0IDEyLjk2MzJMMTEuMTY4NyA5Ljk5OTY1TDE0LjEzMjUgNy4wMzU5NEMxNC40NTUzIDYuNzEzMTcgMTQuNDU1MyA2LjE4OTg2IDE0LjEzMjUgNS44NjcwOUMxMy44MDk3IDUuNTQ0MzEgMTMuMjg2NCA1LjU0NDMgMTIuOTYzNyA1Ljg2NzA3TDkuOTk5NzggOC44MzA4MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) center no-repeat; }
  div.alert.error {
    background-color: #FBD7D5;
    border-bottom: 1px dotted #F05E56; }
    .unified-panel div.alert.error {
      z-index: 1;
      background-color: transparent;
      border: 0;
      margin-top: 3rem;
      margin-right: 10rem;
      margin-left: 10rem;
      position: relative;
      width: auto; }
      .unified-panel div.alert.error .detail {
        background-color: #ffd5d5;
        box-shadow: none; }
      .unified-panel div.alert.error p {
        color: #202020; }
      .unified-panel div.alert.error .detail::before {
        content: '';
        display: block;
        width: 2rem;
        height: 2rem;
        position: absolute;
        left: 1.5rem;
        top: 1.4rem;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJub256ZXJvIj48Y2lyY2xlIGZpbGw9IiNFMDAiIGN4PSIxMC4wODAwMTAzIiBjeT0iMTAiIHI9IjEwIi8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOCA0KSIgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTEuMjQ4MTE4OTUuMzY0MTMzNjRoMS41MDM4NTMzOWMuNDc4ODYyMDEgMCAuODY3MDU2MzYuMzg4MTk0MzYuODY3MDU2MzYuODY3MDU2MzdhLjg2NzA1NjM1Ljg2NzA1NjM1IDAgMCAxLS4wMDY2OTU1MS4xMDc1NDUxbC0uNjUwMjkyMjcgNS4yMDIzMzgxN2MtLjA1NDIzNzUuNDMzOS0uNDIzMDg0MTUuNzU5NTExMjYtLjg2MDM2MDg1Ljc1OTUxMTI2aC0uMjAzMjY4ODVjLS40MzcyNzY3IDAtLjgwNjEyMzM0LS4zMjU2MTEyNi0uODYwMzYwODQtLjc1OTUxMTI2TC4zODc3NTgxIDEuMzM4NzM1MTFDLjMyODM2MjU4Ljg2MzU3MDk0LjY2NTQwOTY3LjQzMDIyNDY4IDEuMTQwNTczODQuMzcwODI5MTZhLjg2NzA1NjMyLjg2NzA1NjMyIDAgMCAxIC4xMDc1NDUxMS0uMDA2Njk1NTJ6Ii8+PGNpcmNsZSBjeD0iMi4wMDAwNDU2NSIgY3k9IjEwLjMzNTI4MTgiIHI9IjEuMzAwNTg0NTQiLz48L2c+PC9nPjwvc3ZnPg==) center no-repeat; }
  div.alert .detail {
    padding: 15px 0px; }
    .unified-panel div.alert .detail {
      background-color: #202020;
      text-align: left;
      padding: 1.3rem 2rem 1.3rem 5rem;
      -webkit-box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
      -moz-box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
      box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
  div.alert h6 {
    display: none; }
  div.alert p {
    color: black;
    margin: 0;
    padding: 0;
    font-weight: 400; }
    .unified-panel div.alert p {
      color: #fff; }

/*
----------------------------------------------------------------
  FORMS
---------------------------------------------------------------- */
.input {
  margin-bottom: 10px; }
  .unified-panel .input {
    position: relative; }
  .input label {
    display: block; }

form.standard {
  padding-bottom: 20px; }

.input_aligned {
  margin-top: 9px; }

input[type="radio"],
input[type="checkbox"] {
  vertical-align: baseline;
  position: relative;
  margin: 0 3px 0 0;
  padding: 0; }

.unified-panel.pp-unified-dashboard input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #9da3a6;
  height: 2.5rem;
  width: 2.5rem;
  background: #ffffff;
  border-radius: 50%;
  margin-bottom: 0;
  cursor: pointer; }

.unified-panel.pp-unified-dashboard input[type="radio"] + label {
  vertical-align: top;
  color: #2c2e2f;
  font-size: 1.5rem;
  line-height: 2.4rem; }

.unified-panel.pp-unified-dashboard input[type="radio"]:checked {
  border: 8px solid #005ea6;
  background: #ffffff;
  outline: none; }

.unified-panel.pp-unified-dashboard input[type="radio"]:focus {
  box-shadow: 0 0 0 0.25rem #bfdbee;
  outline: none; }

.unified-panel.pp-unified-dashboard span.radio-span {
  vertical-align: top; }

.ie8 input[type="radio"],
.ie8 input[type="checkbox"] {
  top: 2px; }

/* Basic Search (in header) */
#search {
  border: 1px solid #cbced1;
  background: #ddddde;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.06, #dedede), color-stop(0.48, #f4f5f5));
  background-image: -moz-linear-gradient(center bottom, #dedede 6%, #f4f5f5 48%);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
  color: #919191;
  padding: 4px 4px; }

#report_criteria_merchant_account_token_container label {
  padding-right: 5px;
  vertical-align: middle; }

/* Form Blocks */
.third {
  margin-bottom: 20px; }
  .unified-panel .third {
    margin-bottom: 1.5rem; }
  .third .input {
    margin: 0; }
    .unified-panel.pp-unified-dashboard .third .input {
      font-size: 1.2rem;
      line-height: 1.5rem;
      font-family: "PayPalSansBig-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      padding: 0;
      position: relative;
      overflow: hidden; }

ul.form-block, ul.form-block-redirect-uris {
  list-style: none;
  padding: 0 0 0 0;
  margin: 10px 0 0 0;
  *zoom: 1;
  /* Date Picker Columns */
  /* Split (this -to- this) */
  /* Radio Buttons */
  /* Sub Lists */ }
  ul.form-block:before, ul.form-block-redirect-uris:before, ul.form-block:after, ul.form-block-redirect-uris:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  ul.form-block:after, ul.form-block-redirect-uris:after {
    clear: both; }
  ul.form-block ul.form-block li:first-child, ul.form-block-redirect-uris ul.form-block li:first-child, ul.form-block ul.form-block-redirect-uris li:first-child, ul.form-block-redirect-uris ul.form-block-redirect-uris li:first-child {
    margin-top: 10px; }
  ul.form-block ul.form-block li.half label, ul.form-block-redirect-uris ul.form-block li.half label, ul.form-block ul.form-block-redirect-uris li.half label, ul.form-block-redirect-uris ul.form-block-redirect-uris li.half label {
    width: 295px; }
  ul.form-block.date-rows, ul.date-rows.form-block-redirect-uris, ul.form-block.time-frames, ul.time-frames.form-block-redirect-uris {
    float: left;
    display: inline; }
  ul.form-block.date-rows, ul.date-rows.form-block-redirect-uris {
    width: 170px;
    padding: 17px 10px 0 10px; }
    ul.form-block.date-rows li, ul.date-rows.form-block-redirect-uris li {
      margin: 0 0 5px 0; }
    ul.form-block.date-rows span.sep, ul.date-rows.form-block-redirect-uris span.sep {
      padding: 0 0 0 60px; }
    ul.form-block.date-rows input, ul.date-rows.form-block-redirect-uris input {
      float: left;
      margin: 0 10px 0 0;
      width: 126px; }
    ul.form-block.date-rows span.icon, ul.date-rows.form-block-redirect-uris span.icon {
      float: left; }
  ul.form-block.time-frames, ul.time-frames.form-block-redirect-uris {
    width: 114px; }
  ul.form-block li, ul.form-block-redirect-uris li {
    float: left;
    clear: left;
    width: 100%; }
  ul.form-block li.split input, ul.form-block-redirect-uris li.split input {
    margin: 0 10px 0 0;
    float: left; }
  ul.form-block li.split span.sep, ul.form-block-redirect-uris li.split span.sep {
    margin: 0 10px 0 0;
    float: left; }
  ul.form-block li.three-column div.alpha, ul.form-block-redirect-uris li.three-column div.alpha,
  ul.form-block li.three-column div.middle,
  ul.form-block-redirect-uris li.three-column div.middle,
  ul.form-block li.three-column div.omega,
  ul.form-block-redirect-uris li.three-column div.omega {
    width: 132px; }
    ul.form-block li.three-column div.alpha ul, ul.form-block-redirect-uris li.three-column div.alpha ul,
    ul.form-block li.three-column div.middle ul,
    ul.form-block-redirect-uris li.three-column div.middle ul,
    ul.form-block li.three-column div.omega ul,
    ul.form-block-redirect-uris li.three-column div.omega ul {
      padding: 0; }
  ul.form-block li.three-column div.alpha, ul.form-block-redirect-uris li.three-column div.alpha {
    padding: 0 50px 0 0;
    border-right: 1px solid #fff; }
  ul.form-block li.three-column div.middle, ul.form-block-redirect-uris li.three-column div.middle {
    padding: 0 50px 0 50px;
    border-left: 1px solid #cecece;
    border-right: 1px solid #fff; }
  ul.form-block li.three-column div.omega, ul.form-block-redirect-uris li.three-column div.omega {
    padding: 0 0 0 50px;
    border-left: 1px solid #cecece; }
  ul.form-block li.third label, ul.form-block-redirect-uris li.third label {
    display: block;
    padding-bottom: 5px;
    margin: 0; }
  ul.form-block li.third input, ul.form-block-redirect-uris li.third input {
    margin-bottom: 0.5em; }
  ul.form-block li.third .displayed-checkbox, ul.form-block-redirect-uris li.third .displayed-checkbox {
    float: none;
    display: inline; }
    .unified-panel ul.form-block li.third .displayed-checkbox, .unified-panel ul.form-block-redirect-uris li.third .displayed-checkbox {
      display: none; }
  ul.form-block li.third div.checkbox label, ul.form-block-redirect-uris li.third div.checkbox label {
    float: none;
    display: inline;
    padding: 0; }
    .unified-panel ul.form-block li.third div.checkbox label, .unified-panel ul.form-block-redirect-uris li.third div.checkbox label {
      padding-left: 30px;
      display: block; }
  ul.form-block li.third label.inline-checkbox, ul.form-block-redirect-uris li.third label.inline-checkbox {
    float: left;
    display: inline;
    padding: 0 60px 0 8px; }
    .unified-panel ul.form-block li.third label.inline-checkbox, .unified-panel ul.form-block-redirect-uris li.third label.inline-checkbox {
      padding: 0 0 0 30px;
      margin-right: 20px;
      display: inline-block; }
  ul.form-block li.third div.formError, ul.form-block-redirect-uris li.third div.formError {
    color: red;
    font-size: 1.4rem; }
    .unified-panel ul.form-block li.third div.formError, .unified-panel ul.form-block-redirect-uris li.third div.formError {
      font-size: 1.2rem; }
  ul.form-block li.third .required, ul.form-block-redirect-uris li.third .required {
    top: 0; }
    .unified-panel ul.form-block li.third .required, .unified-panel ul.form-block-redirect-uris li.third .required {
      top: -3px; }
  ul.form-block.checks li, ul.checks.form-block-redirect-uris li {
    margin-bottom: 2em; }
    ul.form-block.checks li label:first-child, ul.checks.form-block-redirect-uris li label:first-child {
      font-weight: 600;
      width: 200px; }
    ul.form-block.checks li label.inline-checkbox, ul.checks.form-block-redirect-uris li label.inline-checkbox,
    ul.form-block.checks li input,
    ul.checks.form-block-redirect-uris li input {
      float: none;
      display: inline; }
    ul.form-block.checks li label.inline-checkbox, ul.checks.form-block-redirect-uris li label.inline-checkbox {
      padding: 10px 60px 0 0; }
    ul.form-block.checks li input, ul.checks.form-block-redirect-uris li input {
      margin-top: -3px; }
    .unified-panel ul.form-block.checks li .required-checkbox, .unified-panel ul.checks.form-block-redirect-uris li .required-checkbox {
      display: none; }
  ul.form-block li.color-fields, ul.form-block-redirect-uris li.color-fields {
    width: 355px; }
  ul.form-block li.half, ul.form-block-redirect-uris li.half {
    margin: 5px 0;
    width: 650px; }
    ul.form-block li.half label, ul.form-block-redirect-uris li.half label {
      display: block;
      width: 315px;
      padding-right: 20px;
      float: left; }
    ul.form-block li.half input, ul.form-block-redirect-uris li.half input,
    ul.form-block li.half textarea,
    ul.form-block-redirect-uris li.half textarea,
    ul.form-block li.half select,
    ul.form-block-redirect-uris li.half select {
      width: 303px;
      float: left; }
  ul.form-block li.full, ul.form-block-redirect-uris li.full {
    width: 650px; }
    ul.form-block li.full label, ul.form-block-redirect-uris li.full label {
      display: block;
      width: 650px;
      float: left; }
    ul.form-block li.full input, ul.form-block-redirect-uris li.full input,
    ul.form-block li.full textarea,
    ul.form-block-redirect-uris li.full textarea,
    ul.form-block li.full select,
    ul.form-block-redirect-uris li.full select {
      width: 637px;
      float: left; }
  ul.form-block.half-radios li, ul.half-radios.form-block-redirect-uris li {
    float: left;
    clear: none;
    margin: 0 10px 10px 0;
    padding: 0 0 0 20px;
    width: 120px;
    line-height: 18px;
    position: relative; }
    ul.form-block.half-radios li div.radio, ul.half-radios.form-block-redirect-uris li div.radio {
      position: absolute;
      top: 0;
      left: 0; }
  ul.form-block ul, ul.form-block-redirect-uris ul {
    padding: 0 0 0 20px; }

.required {
  color: #bbb;
  font-size: 1.1rem;
  margin: 0 0 0 10px;
  position: relative; }
  .unified-panel .required {
    color: #5c5c5c;
    text-transform: capitalize; }

.disabled {
  color: #B3B3B3; }

.formError,
.error_list {
  color: #FF0000; }

.formError {
  margin: 5px 0; }
  .unified-panel .formError {
    margin-top: 0; }

.field_with_errors {
  display: inline; }

.field_with_errors input,
.invalid,
input.invalid {
  border-color: #FF0000;
  background: rgba(255, 0, 0, 0.1); }

/* ---------------------------------------
  Custom <select> settings
--------------------------------------- */
.custom-select-block {
  list-style: none;
  width: 560px; }

.custom-select-block-summary {
  width: 590px; }

.ie8 .custom-select-block select {
  width: 574px; }

.ie8 .custom-select-block-summary select {
  width: 604px; }

.custom-select-block-fonts select {
  width: 250px; }

.select-dropdown-trial-unit {
  width: 130px; }

#merchant_account_details_individual_birth_date_2i {
  width: 252px; }

.advanced-search-field-select {
  width: 268px; }

.advanced-search-operator-select {
  width: 140px; }

.advanced-search-input {
  width: 273px; }

.selector.is-disabled {
  background: #dddddd;
  color: #555;
  -webkit-webkit-pointer-events: none;
  -moz-webkit-pointer-events: none;
  -ms-webkit-pointer-events: none;
  -o-webkit-pointer-events: none;
  webkit-pointer-events: none;
  pointer-events: none; }
  .selector.is-disabled:hover span {
    background-position: right 17px; }

.unified-panel.pp-unified-dashboard .selector span:after {
  content: "";
  background: url(https://gstatic.braintreegateway.com/assets/icon-darrow.png) no-repeat center center;
  height: 2rem;
  width: 1.1rem;
  right: auto;
  position: absolute;
  right: 1rem;
  top: 1.2rem;
  background-size: contain; }

.unified-panel.pp-unified-dashboard .selector.focus:focus {
  border-color: #009cde;
  box-shadow: 0 0 0 1px #003087 inset; }

.unified-panel.pp-unified-dashboard .selector.hover:hover {
  border-color: #009cde; }

/* Override for Terms of Service */
.tos {
  margin-left: 150px;
  width: 400px; }
  .tos input[type="checkbox"] {
    float: left; }
  .tos label {
    padding-left: 10px;
    width: auto !important; }

#tos-iframe {
  width: 550px;
  height: 400px;
  margin: 0 auto;
  display: block; }

#master_card_secure_code_details ul.form-block, #master_card_secure_code_details ul.form-block-redirect-uris {
  overflow: visible;
  clear: both;
  padding-top: 20px; }

/* Date Pickers */
ul.time-frames li {
  margin: 0; }
  ul.time-frames li a {
    display: block;
    color: #7c7b7b;
    text-decoration: none;
    padding: 3px;
    width: 100px; }
    ul.time-frames li a:hover, ul.time-frames li a.selected {
      background: #dee8ee; }

/* Icons */
span.icon {
  display: block;
  text-indent: -9999px;
  overflow: hidden; }
  span.icon.calendar {
    width: 22px;
    height: 21px;
    background: transparent url(https://gstatic.braintreegateway.com/assets/icon-cal-cdcbd79e606f8311225e00a1cae0dc572b6668931dd5fcddbf7f6794b874c47c.png) 0 0 no-repeat; }

/* Footer Nav */
.footer-nav {
  clear: both;
  margin-top: 30px;
  margin-bottom: 55px; }
  .footer-nav.lower {
    margin-top: 10px; }
  .footer-nav form.cancel {
    display: inline-block; }

.custom-field-editor-form {
  position: relative;
  width: 460px; }
  .custom-field-editor-form .help.inline {
    margin: 10px 0 20px 0; }
  .custom-field-editor-form #custom_field_definition_delete_form {
    position: absolute;
    right: 0;
    bottom: 71px; }

.complex-footer-nav {
  *zoom: 1; }
  .complex-footer-nav:before, .complex-footer-nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .complex-footer-nav:after {
    clear: both; }
  .complex-footer-nav .footer-nav {
    display: inline-block;
    padding-right: 0;
    float: left;
    width: 100%;
    height: 50px; }
    .complex-footer-nav .footer-nav.nested-form {
      width: auto; }
  .complex-footer-nav form.action {
    float: right; }
    .complex-footer-nav form.action input.red {
      margin-top: 20px; }

/* Inline Nav */
.inline-nav {
  margin: 10px 0 0 0; }
  .inline-nav a.btn,
  .inline-nav input.btn,
  .inline-nav button.btn {
    display: inline-block;
    margin: 0 10px 0 0; }
  .inline-nav input.btn {
    margin: 0; }
  .inline-nav form {
    *zoom: 1;
    padding-bottom: 0; }
    .inline-nav form:before, .inline-nav form:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .inline-nav form:after {
      clear: both; }

/*
----------------------------------------------------------------
  NO NAV
---------------------------------------------------------------- */
body.no-nav form.single {
  width: 600px;
  margin: 80px auto;
  padding-bottom: 20px; }
  body.no-nav form.single h2 {
    width: 580px;
    margin: 0 0 20px 0; }
  body.no-nav form.single label,
  body.no-nav form.single div.link_label {
    display: block;
    margin-bottom: 8px; }
  body.no-nav form.single label.password {
    display: inline;
    margin: none; }
  body.no-nav form.single .link_label_wrapper {
    margin: 14px 0 0 10px; }
  body.no-nav form.single .login-wrapper {
    width: 330px;
    margin: 0 auto; }
  body.no-nav form.single label {
    font-size: 1.4rem; }
  body.no-nav form.single input[type='text'],
  body.no-nav form.single input[type='password'] {
    width: 300px;
    font-size: 16px; }
  body.no-nav form.single div#change-password-fields input[type='password'] {
    width: 308px;
    margin-bottom: 8px; }
  body.no-nav form.single p.right {
    height: 30px;
    margin: 10px 0 0 0; }
    body.no-nav form.single p.right input {
      float: right; }
  body.no-nav form.single div.flash {
    width: 600px;
    margin: 0 auto; }
  body.no-nav form#forgot-password.single p {
    font-size: 1.4rem; }

body.no-nav #app-footer {
  width: 500px;
  margin: 0 auto;
  display: block; }

#loader {
  margin: 150px auto;
  display: block; }

.help {
  color: #B3B3B3;
  font-size: 1.1rem;
  margin: 10px 0; }
  .unified-panel .help {
    font: 400 1.2rem/2rem "Avenir Next", "Helvetica Neue", Arial;
    color: #5c5c5c;
    margin: 0; }
  .unified-panel.pp-unified-dashboard .help {
    font: 400 1.4rem/2rem "PayPalSansBig-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000; }
  .help.input_aligned {
    margin: 0 0 0 0; }
  .help.inline {
    margin: 0 0 10px 0; }

ul.list {
  margin: 8px 0 0 0; }
  ul.list ul.list {
    margin-left: 20px; }

.page-actions {
  float: right;
  text-align: right;
  margin: 0 0 10px 0; }
  .page-actions a.btn {
    margin: 0 5px 0 0; }

.form-post-pagination,
.pagination {
  float: left;
  margin: 0 0 10px 0;
  padding: 3px 0; }
  .unified-panel.pp-unified-dashboard .form-post-pagination, .unified-panel.pp-unified-dashboard .pagination {
    float: right; }
  .form-post-pagination .current,
  .pagination .current {
    background-color: #61D395;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 3px 10px;
    font-weight: 500; }
    .unified-panel .form-post-pagination .current, .unified-panel .pagination .current {
      color: #2A38D8;
      background-color: #d6d9f8;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
    .unified-panel.pp-unified-dashboard .form-post-pagination .current, .unified-panel.pp-unified-dashboard .pagination .current {
      text-align: center;
      line-height: 3rem;
      width: 3rem;
      height: 3rem;
      color: #ffffff;
      background-color: #0070ba;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      text-decoration: none;
      outline: none;
      margin: 0 .2rem; }
  .form-post-pagination a,
  .pagination a {
    padding: 0 7px; }
    .unified-panel .form-post-pagination a, .unified-panel .pagination a {
      text-decoration: none;
      padding: 3px 10px;
      background-color: #f4f4f4;
      font-weight: 500;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      -webkit-transition: background-color 200ms ease-in-out;
      -moz-transition: background-color 200ms ease-in-out;
      -o-transition: background-color 200ms ease-in-out;
      transition: background-color 200ms ease-in-out; }
      .unified-panel .form-post-pagination a:hover, .unified-panel .pagination a:hover {
        background-color: #ecedfc;
        color: #2A38D8; }
    .unified-panel.pp-unified-dashboard .form-post-pagination a, .unified-panel.pp-unified-dashboard .pagination a {
      position: relative;
      text-align: center;
      line-height: 3rem;
      width: 3rem;
      height: 3rem;
      text-decoration: none;
      color: #0070ba;
      background-color: transparent;
      outline: none;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      margin: 0 .2rem; }
      .unified-panel.pp-unified-dashboard .form-post-pagination a:hover, .unified-panel.pp-unified-dashboard .pagination a:hover {
        background-color: #eaeced;
        color: #0070ba; }
      .unified-panel.pp-unified-dashboard .form-post-pagination a:active:after, .unified-panel.pp-unified-dashboard .form-post-pagination a:focus:after, .unified-panel.pp-unified-dashboard .pagination a:active:after, .unified-panel.pp-unified-dashboard .pagination a:focus:after {
        content: '';
        position: absolute;
        top: -.2rem;
        left: -.2rem;
        border: 0.2rem solid #005ea6;
        box-shadow: 0 0 0 0.4rem #bfdbee;
        border-radius: 3rem;
        text-indent: -.2rem;
        width: 100%;
        height: 100%;
        pointer-events: none; }
  .form-post-pagination .previous_page,
  .form-post-pagination .next_page,
  .pagination .previous_page,
  .pagination .next_page {
    display: none; }

i {
  margin: 5px 0;
  color: #7C7B7B;
  display: block; }

a.inline-edit {
  font-size: 12px;
  color: #7d7d7d;
  text-decoration: none; }
  a.inline-edit:hover {
    color: #474747; }

ul.nested {
  list-style: none;
  margin-left: 0; }
  ul.nested ul {
    list-style: disc;
    padding: 0 5px 0 0; }
    ul.nested ul li {
      margin: 0;
      padding: 0; }

.date_range .date_fields {
  display: inline-block;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  padding: 1em;
  margin: 1em 0 1em 0;
  clear: both;
  overflow: hidden;
  width: auto; }
  .unified-panel .date_range .date_fields {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .date_range .date_fields .start {
    margin-bottom: 1em; }
  .date_range .date_fields .start h6,
  .date_range .date_fields .end h6 {
    font-weight: normal;
    float: left;
    display: inline-block;
    line-height: 40px;
    margin: 0 12px 0 0;
    text-align: right;
    width: 80px;
    clear: none; }
  .date_range .date_fields .start .extended_select,
  .date_range .date_fields .end .extended_select {
    width: 100%; }
  .date_range .date_fields label {
    display: block;
    margin-bottom: 5px;
    line-height: 1; }
    .unified-panel .date_range .date_fields label {
      padding-left: 2rem; }
  .date_range .date_fields input {
    max-width: 160px;
    margin-bottom: 0; }
  .date_range .date_fields .datepicker {
    width: 155px; }
  .date_range .date_fields .selector {
    clear: none;
    margin-bottom: 0;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease; }
    .date_range .date_fields .selector .updated {
      border-color: #4e9be2; }

.date_range .prop {
  width: 360px; }
  .unified-panel .date_range .prop {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding-top: 1.5rem; }
    .unified-panel .date_range .prop label {
      display: block;
      margin-left: 2rem;
      line-height: 1.2rem; }
    .unified-panel .date_range .prop .selector {
      margin-left: 2rem;
      margin-bottom: 2rem; }
    .unified-panel .date_range .prop span,
    .unified-panel .date_range .prop .selector {
      width: 20rem !important; }

.date_range .date-picker-start {
  margin-bottom: 15px; }
  .unified-panel .date_range .date-picker-start {
    padding-left: 2rem;
    margin-bottom: 2rem; }
    .unified-panel .date_range .date-picker-start label {
      padding: 0; }

.unified-panel .date_range .date-picker-end {
  padding-left: 2rem;
  margin-bottom: 2rem; }
  .unified-panel .date_range .date-picker-end label {
    padding: 0; }

.date-form {
  display: block; }

.date-pickers {
  float: left;
  clear: both;
  margin: 5px 25px 0 0; }

#date-shortcuts {
  margin: 0 0 10px 0;
  width: auto;
  font-size: 0; }
  .unified-panel #date-shortcuts {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px; }
  #date-shortcuts li {
    margin: 0 1px 0 0;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    #date-shortcuts li a {
      background-color: #d5d5d5;
      display: block;
      color: #fff;
      padding: 8px 12px;
      font-size: 12px;
      font-weight: 500;
      text-decoration: none;
      -webkit-transition: all 0.15s ease;
      -moz-transition: all 0.15s ease;
      -o-transition: all 0.15s ease;
      transition: all 0.15s ease; }
      .unified-panel #date-shortcuts li a {
        color: #5c5c5c;
        background-color: #fff;
        font-size: 1.4rem;
        font-weight: 400;
        border-bottom: 4px solid #fff;
        padding: 12px 0 8px;
        margin: 0 10px; }
      #date-shortcuts li a:hover {
        color: #fff;
        background-color: #61D395; }
        .unified-panel #date-shortcuts li a:hover {
          color: #202020;
          background-color: #fff;
          border-bottom: 4px solid #2A38D8; }
  #date-shortcuts li:first-child a {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px; }
    .unified-panel #date-shortcuts li:first-child a {
      margin-left: 20px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
  #date-shortcuts li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0; }
    .unified-panel #date-shortcuts li:last-child a {
      margin-right: 20px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }

.ui-datepicker-trigger {
  vertical-align: middle;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin-left: -28px;
  margin-right: 10px; }

.unified-panel .ui-datepicker {
  box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
  border: 0;
  padding: 2rem;
  min-width: 300px; }
  .unified-panel .ui-datepicker table {
    margin: 1rem 0 0 0; }
  .unified-panel .ui-datepicker thead {
    border: 0; }
  .unified-panel .ui-datepicker th {
    border: 0;
    color: #adadad;
    font-size: 12px;
    font-weight: 500; }
  .unified-panel .ui-datepicker td {
    height: auto;
    border: 0;
    font-size: 12px; }
  .unified-panel .ui-datepicker tr:hover td {
    background-color: #fff; }
  .unified-panel .ui-datepicker a {
    color: #202020;
    text-align: center;
    line-height: 29px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .unified-panel .ui-datepicker a:hover {
      color: #2A38D8;
      background-color: #ecedfc;
      font-weight: 500; }
  .unified-panel .ui-datepicker .ui-state-highlight {
    color: #202020;
    background-color: #fff;
    font-weight: 500;
    border: 0; }
    .unified-panel .ui-datepicker .ui-state-highlight:hover {
      color: #2A38D8;
      background-color: #ecedfc; }
  .unified-panel .ui-datepicker .ui-state-active {
    color: #fff;
    background: none;
    background-color: #2A38D8;
    font-weight: 500;
    border: 0; }
    .unified-panel .ui-datepicker .ui-state-active:hover {
      color: #fff;
      background-color: #2A38D8; }
  .unified-panel .ui-datepicker .ui-datepicker-header {
    padding: 0; }
  .unified-panel .ui-datepicker .ui-datepicker-title {
    font-weight: 500;
    line-height: 32px; }
  .unified-panel .ui-datepicker .ui-datepicker-next,
  .unified-panel .ui-datepicker .ui-datepicker-prev {
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .unified-panel .ui-datepicker .ui-datepicker-next:hover,
    .unified-panel .ui-datepicker .ui-datepicker-prev:hover {
      background-color: #f4f4f4;
      cursor: pointer;
      top: 2px; }
  .unified-panel .ui-datepicker .ui-datepicker-next:hover {
    right: 2px; }
  .unified-panel .ui-datepicker .ui-datepicker-prev:hover {
    left: 2px; }
  .unified-panel .ui-datepicker .ui-icon-circle-triangle-e {
    background-position: -32px -16px; }
  .unified-panel .ui-datepicker .ui-icon-circle-triangle-w {
    background-position: -96px -16px; }

.unified-panel .with-ops-icon {
  display: table;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .unified-panel .with-ops-icon span,
  .unified-panel .with-ops-icon h3,
  .unified-panel .with-ops-icon h4 {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: .5ch; }
  .unified-panel .with-ops-icon svg {
    width: 14px;
    height: 14px; }

.search_desc {
  margin-bottom: 13px;
  padding-left: 10px; }

.search_controls {
  height: 40px; }
  .search_controls .btn {
    margin-right: 5px;
    float: left; }

div.section {
  margin: 0 0 10px 0; }

.unified-panel .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 0; }
  .unified-panel .section h3 {
    margin-bottom: 0; }

.unified-panel .block h3, .unified-panel .set-oauth-app-additional-options h3, .unified-panel .set-oauth-app-support-info h3, .unified-panel .set-oauth-app-general-info h3 {
  margin-bottom: 1.5rem; }

.unified-panel .block .section h3, .unified-panel .set-oauth-app-additional-options .section h3, .unified-panel .set-oauth-app-support-info .section h3, .unified-panel .set-oauth-app-general-info .section h3 {
  margin-bottom: 0; }

.subsection {
  margin: 0 0 40px 0; }

.right_group {
  margin-bottom: 20px; }

.right_group_children {
  margin: 3px 0 18px 15px;
  overflow: hidden; }

.right_group_children div {
  overflow: hidden;
  float: none; }

div.input.inline {
  display: inline;
  margin: 0 3px; }
  div.input.inline input {
    width: 50px; }
    div.input.inline input.date-field {
      width: 130px; }

div.checkbox input {
  vertical-align: middle; }

div.checkbox label {
  display: inline;
  margin: 0 0 0 5px; }

#first_bill_date_container {
  margin: 10px 0; }

div.radio-toggle {
  margin: 10px 0 0 0; }

.info img {
  margin: 0 0 0 5px;
  vertical-align: middle; }

td.display_inline div.input {
  display: inline; }

input.short_text {
  width: 50px; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

.clearfix:before, .checkbox-group:before, .btn_group:before, .payment-item-list li:before,
.payment_instrument_list ul li:before,
.payment_token_list ul li:before,
.clearfix:after,
.checkbox-group:after,
.btn_group:after,
.payment-item-list li:after,
.payment_instrument_list ul li:after,
.payment_token_list ul li:after {
  content: "";
  display: table; }

.clearfix:after, .checkbox-group:after, .btn_group:after, .payment-item-list li:after,
.payment_instrument_list ul li:after,
.payment_token_list ul li:after {
  clear: both; }

.clearfix, .checkbox-group, .btn_group, .payment-item-list li,
.payment_instrument_list ul li,
.payment_token_list ul li {
  zoom: 1; }

.receipt,
.blocksection {
  margin-top: 10px; }

#transaction_amount_container input[type="text"] .short_text_field {
  width: 75px; }

#transaction_amount_container .extra_margin {
  margin-left: 5px; }

#transaction_amount_container .inline_centered_text_field {
  width: 85px;
  text-align: center;
  padding: 0; }

pre.code {
  display: none; }

.top-section {
  margin: 10px 0 0 0; }
  .top-section input[type="submit"] {
    float: none;
    display: inline-block; }

.pjax-loading {
  max-width: 920px;
  height: 97px;
  position: absolute;
  top: 0;
  left: 0; }
  .pjax-loading .spinner {
    background: transparent url(https://gstatic.braintreegateway.com/assets/loader-sprite-7f45d55594070a1c6b8efe8742089b3dfd84394b8480483539e3b6173480792a.png) 0px 0px no-repeat;
    width: 95px;
    height: 97px; }

.error_list li {
  color: #FF0000; }

pre.code {
  display: none; }

.buttons {
  position: relative;
  padding: 4px 0 0; }
  .buttons input {
    margin-right: 10px; }

.expired {
  color: #FF0000; }

.date-past {
  color: #666666; }

.amount_positive {
  font-weight: 500;
  white-space: nowrap; }

.amount_negative {
  color: #FF0000;
  white-space: nowrap; }
  .unified-panel .amount_negative {
    color: #777;
    font-weight: 500; }
  .amount_negative:before {
    content: "\2013"; }

.inline-block {
  float: left;
  clear: left; }

tr.credits td.right {
  color: #FF0000; }

.inform {
  line-height: 24px; }

p.subhead {
  margin-bottom: 20px;
  line-height: 23px; }

div.homescreen {
  float: left;
  border-right: 1px solid #CBCED1; }
  div.homescreen div.block, div.homescreen div.set-oauth-app-additional-options, div.homescreen div.set-oauth-app-support-info, div.homescreen div.set-oauth-app-general-info {
    border-bottom: none;
    box-shadow: none;
    margin-bottom: 5px; }
    div.homescreen div.block ~ h4, div.homescreen div.set-oauth-app-additional-options ~ h4, div.homescreen div.set-oauth-app-support-info ~ h4, div.homescreen div.set-oauth-app-general-info ~ h4 {
      margin-top: 10px; }
  div.homescreen p#copy-helptext {
    width: 650px; }

div.right_sidebar {
  width: 185px;
  background: #FFF;
  float: left;
  margin-left: 15px;
  padding: 10px;
  border: 1px solid #CBCED1; }
  div.right_sidebar form {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
    div.right_sidebar form a {
      font-size: 1.4rem;
      display: block;
      margin-top: 5px; }

ul.linklist {
  margin: 20px 0; }
  ul.linklist li {
    margin: 4px 10px 0 0;
    display: inline; }
  ul.linklist a {
    display: inline-block;
    height: 23px;
    padding: 20px 14px 14px 20px;
    color: #434343;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    text-decoration: none;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    font-weight: 600; }
    ul.linklist a:hover {
      background-color: #e5e5e5; }
  ul.linklist #create_a_transaction {
    background-image: url(https://gstatic.braintreegateway.com/assets/icon-transactions-4787cecdb9cb62e53802eab0894952d31fa423e826c6ef998d869baf6409c9e5.png);
    background-position: 10px 14px;
    padding-left: 36px; }
  ul.linklist #create_a_recurring_billing_plan {
    background-image: url(https://gstatic.braintreegateway.com/assets/icon-recurring-076206825d9ffb92d8113cdcba67e024bf91982358a78134825265b308902a2c.png);
    background-position: 10px 14px;
    padding-left: 36px; }
  ul.linklist #create_a_customer {
    background-image: url(https://gstatic.braintreegateway.com/assets/icon-vault-08b307ec97651d5014ada96ef4d3e85b2eb896ecf22d9f6d0b45edc4f0ad52ca.png);
    background-position: 10px 14px;
    padding-left: 36px; }
  ul.linklist #invite_other_users {
    background-image: url(https://gstatic.braintreegateway.com/assets/icon-user-63642230c76b3db33a62d3dd09ac0da788f0a68f308865a6d9c57ba93f47708d.png);
    background-position: 10px 16px;
    padding-left: 36px; }

li.nested {
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 0px; }

li.heading {
  margin-top: 5px;
  margin-left: 0px;
  margin-bottom: 0px; }

#cse_key_list textarea {
  color: #666666;
  font-size: 1.4rem;
  font-family: monospace; }

.home_api_keys {
  margin-bottom: 1em; }
  .home_api_keys input,
  .home_api_keys textarea {
    border-radius: 0;
    display: inline-block;
    font-family: monospace;
    font-size: 1.1rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    width: 426px;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    color: #666666;
    padding: 10px 8px 10px;
    margin: 10px 10px 10px 0;
    border: 0;
    border-bottom: dotted 1px #e0e0e0;
    cursor: text;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .home_api_keys input:hover,
    .home_api_keys textarea:hover {
      border: 0;
      border-bottom: dotted 1px #e0e0e0;
      color: black; }
      .unified-panel .home_api_keys input:hover, .unified-panel .home_api_keys textarea:hover {
        color: #202020; }
    .home_api_keys input:focus, .home_api_keys input.copied,
    .home_api_keys textarea:focus,
    .home_api_keys textarea.copied {
      background-color: #eff7ff;
      border: 0;
      border-bottom: dotted 1px #e0e0e0;
      border-color: #4e9be2;
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
    .unified-panel .home_api_keys input, .unified-panel .home_api_keys textarea {
      border-radius: 4px;
      font-size: 400 1.2rem/2rem "Avenir Next", "Helvetica Neue", Arial; }
      .unified-panel .home_api_keys input[readonly], .unified-panel .home_api_keys textarea[readonly] {
        color: #202020; }
  .home_api_keys label {
    display: inline-block;
    font-weight: normal;
    height: 26px;
    padding: 6px 0 0 0;
    text-align: left;
    width: 152px; }
    .home_api_keys label.tall-label {
      vertical-align: top; }
    .home_api_keys label .cse-last-used-label {
      color: #666666;
      font-size: 1.1rem;
      margin-top: 0.5em; }
  .home_api_keys textarea {
    height: 40px;
    vertical-align: middle; }
    .home_api_keys textarea.copied {
      background-color: #eff7ff;
      border: 0;
      border-bottom: dotted 1px #e0e0e0;
      border-color: #4e9be2; }
  .home_api_keys #btn-container {
    display: inline-block;
    position: relative; }
  .home_api_keys .code-selector {
    border: solid 1px #e6e6e6;
    color: black;
    display: inline-block;
    margin-bottom: 24px; }
    .unified-panel .home_api_keys .code-selector {
      color: #202020; }
  .home_api_keys .code-selector-header {
    border-bottom: solid 1px #e6e6e6;
    height: 38px; }
    .home_api_keys .code-selector-header .dropdown {
      border-right: solid 1px #e6e6e6;
      box-sizing: border-box;
      display: inline-block;
      height: 100%;
      padding: 10px 22px 0 16px;
      vertical-align: middle; }
    .home_api_keys .code-selector-header .copy-btn {
      float: right;
      margin: 8px 8px 0 0; }
  .home_api_keys .code-selector-snippet {
    font-size: 1.4rem;
    line-height: 1.5em;
    width: 468px; }

.copy-clipboard-input {
  position: relative; }
  .copy-clipboard-input input,
  .copy-clipboard-input textarea {
    display: inline-block;
    max-width: none;
    padding: 10px 42px 10px 0;
    margin: 0;
    overflow: hidden;
    font-family: monospace;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: transparent;
    color: black;
    border-radius: 0;
    border: 0;
    cursor: text;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .unified-panel .copy-clipboard-input input, .unified-panel .copy-clipboard-input textarea {
      color: #202020; }
    .copy-clipboard-input input:focus, .copy-clipboard-input input.copied,
    .copy-clipboard-input textarea:focus,
    .copy-clipboard-input textarea.copied {
      background: transparent;
      border: 0;
      outline: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
  .copy-clipboard-input .clipboard {
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -11px;
    right: 0; }
  .copy-clipboard-input textarea {
    height: 40px;
    vertical-align: middle; }
    .copy-clipboard-input textarea.copied {
      background-color: #eff7ff;
      border: 0;
      border-bottom: dotted 1px #e0e0e0;
      border-color: #4e9be2; }
  .copy-clipboard-input:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 111;
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, transparent, #FFF 100%); }

tr:hover .copy-clipboard-input:after {
  background: linear-gradient(90deg, transparent, #f4f4f4 100%); }

/* ======
==== */
.plan-trial-duration-nest,
.first-bill-date-nest {
  margin-top: 10px; }
  .plan-trial-duration-nest .selector,
  .plan-trial-duration-nest .two_character,
  .first-bill-date-nest .selector,
  .first-bill-date-nest .two_character {
    margin-bottom: 0; }

/* ==========================================================================
   API Selector
   ========================================================================== */
.api-selector {
  width: 50%; }

.api-selector-header {
  border-bottom: 1px solid #e6e6e6;
  line-height: 44px;
  padding-right: 10px;
  position: relative;
  width: 100%; }

/* API Choice
   ========================================================================== */
.api-choice {
  background: white url(https://gstatic.braintreegateway.com/assets/icons/ic-menu-down-arrow-259afee866fc09b12d293f26563b6df3585797a0f732fb7f0d80533cff487a3a.svg) right 10px center no-repeat;
  background-size: 10px 5px;
  border-right: 1px solid #e6e6e6;
  color: black;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  width: 200px; }
  .unified-panel .api-choice {
    color: #202020; }

/**
 * UI states
 */
.api-choice:hover,
.api-choice:focus,
.api-choice:active {
  text-decoration: none; }

.api-choice:disabled,
.api-choice.is-disabled {
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* API Menu
   ========================================================================== */
.api-menu {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  line-height: 44px;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  z-index: 5; }

/**
 * UI states
 */
.api-menu.is-hidden {
  display: none; }

.api-menu-item {
  margin-bottom: 0;
  border-top: 1px solid #e6e6e6; }

.api-menu-item:first-child {
  border-top: none; }

.api-menu-link {
  color: #666666;
  display: block;
  padding-left: 20px;
  padding-right: 20px; }

/**
 * UI states
 */
.api-menu-link:hover,
.api-menu-link:focus,
.api-menu-link:active {
  text-decoration: none; }

.api-menu-link:disabled,
.api-menu-link.is-disabled {
  color: #B3B3B3;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* API Snippets
   ========================================================================== */
.api-snippets {
  font-size: 1.1rem;
  padding: 20px; }

.api-snippet {
  white-space: pre-wrap;
  word-wrap: break-word;
  display: none; }

.snippet--nowrap {
  white-space: pre;
  word-wrap: normal;
  overflow-x: auto; }

/**
 * UI states
 */
.api-snippet.is-visible {
  display: block; }

#cse_key_list textarea {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: none; }

#cse_key_list td {
  vertical-align: top; }

/*
#client_side_encryption_key {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 10px 8px 10px;
  margin: 10px 0;
  &:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}
*/
select.lang-select {
  height: 16px;
  float: left; }

.support_auth_response dl.tall dt {
  width: 250px; }

.support_auth_response dt.sub {
  width: 120px;
  border-bottom: 1px solid #EBEBEB;
  padding-left: 20px; }

.support_auth_response dd.sub {
  border-bottom: 1px solid #EBEBEB; }

#settling-transactions-warning {
  position: relative;
  top: -20px;
  left: -20px;
  display: block;
  width: 960px;
  height: 25px;
  background: #ffa3a3 url(https://gstatic.braintreegateway.com/assets/bg-alert-neg-527bc035144d2141bd465e39bcbd688b9c53faf09825d901734e6be650e808d1.png);
  color: #a23b3b;
  border-bottom: 1px solid #d49393;
  padding: 5px 0;
  text-align: center;
  max-width: 100% !important; }

.clippy,
.cse-clippy {
  float: left;
  margin: 2px 0 0 4px;
  display: inline-block; }

#do-config-show,
#cse-do-config-show {
  display: none; }

.last_updated_by {
  font-weight: bold; }

section {
  margin: 0 0 20px 0; }

section.home {
  margin-bottom: 40px; }

section.home label small {
  display: block;
  line-height: -10px;
  font-weight: normal;
  margin: 2px 0 0 0; }

input[type="text"] .short_text_field {
  max-width: 120px; }

input[type="text"] .hasDatepicker {
  max-width: 150px; }

input.two_character[type="text"] {
  width: 50px;
  text-align: center;
  padding: 0; }

input.no-margin[type="text"] {
  margin: 0; }

.ie8 input[type="text"],
.ie8 input[type="password"],
.ie8 input[type="email"],
.ie8 input[type="tel"],
.ie8 input[type="url"] {
  height: 40px;
  min-height: auto;
  line-height: 38px; }

.ie8 input[type="password"] {
  font-family: sans-serif; }

/*
----------------------------------------------------------------
  Partnerships
---------------------------------------------------------------- */
.partnerships-interstitial a {
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  .partnerships-interstitial a:hover {
    color: #b34a00; }

.partnerships-interstitial .partnerships-container {
  width: 890px;
  margin: 75px auto 0 auto;
  background-color: #fff;
  height: 364px;
  box-sizing: border-box; }
  .partnerships-interstitial .partnerships-container .partner-block {
    border-right: 1px solid #dfdfdf;
    height: 364px;
    width: 510px;
    float: left; }
    .partnerships-interstitial .partnerships-container .partner-block img {
      margin-bottom: 25px;
      margin-top: 15px; }
    .partnerships-interstitial .partnerships-container .partner-block .partner-info {
      padding: 55px; }
    .partnerships-interstitial .partnerships-container .partner-block p {
      margin: 0;
      padding: 0;
      line-height: 32px;
      color: #414141; }
  .partnerships-interstitial .partnerships-container .login-block {
    padding-top: 40px;
    float: right;
    width: 298px; }
    .partnerships-interstitial .partnerships-container .login-block img {
      width: 150px;
      margin-left: 80px;
      margin-bottom: 15px; }
    .partnerships-interstitial .partnerships-container .login-block label {
      color: #414141; }
    .partnerships-interstitial .partnerships-container .login-block input {
      width: 100%;
      height: 40px;
      width: 298px;
      margin-bottom: 25px;
      margin-top: 5px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .partnerships-interstitial .partnerships-container .login-block input[type="text"],
    .partnerships-interstitial .partnerships-container .login-block input[type="password"],
    .partnerships-interstitial .partnerships-container .login-block input[type="email"],
    .partnerships-interstitial .partnerships-container .login-block input[type="tel"],
    .partnerships-interstitial .partnerships-container .login-block input[type="url"] {
      border: 1px solid #d5d5d5;
      color: #414141;
      background-color: #f8f8f8;
      padding: 0;
      padding-left: 15px;
      box-shadow: none; }
      .partnerships-interstitial .partnerships-container .login-block input[type="text"]:hover,
      .partnerships-interstitial .partnerships-container .login-block input[type="password"]:hover,
      .partnerships-interstitial .partnerships-container .login-block input[type="email"]:hover,
      .partnerships-interstitial .partnerships-container .login-block input[type="tel"]:hover,
      .partnerships-interstitial .partnerships-container .login-block input[type="url"]:hover {
        border-color: #4e9be2; }
      .partnerships-interstitial .partnerships-container .login-block input[type="text"]:focus,
      .partnerships-interstitial .partnerships-container .login-block input[type="password"]:focus,
      .partnerships-interstitial .partnerships-container .login-block input[type="email"]:focus,
      .partnerships-interstitial .partnerships-container .login-block input[type="tel"]:focus,
      .partnerships-interstitial .partnerships-container .login-block input[type="url"]:focus {
        border: 1px solid #4e9be2;
        background-color: #eff7ff;
        color: #2772b2; }
    .partnerships-interstitial .partnerships-container .login-block .partners-button {
      width: 320px;
      height: 42px;
      background-color: #ff8833;
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      border: none;
      border-bottom: solid 2px #b25e27;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      letter-spacing: 1px; }
      .partnerships-interstitial .partnerships-container .login-block .partners-button:hover {
        background-color: #ffa640; }

.partnerships-interstitial .no-account-wrapper {
  width: 700px;
  margin: 20px auto 0 auto; }
  .partnerships-interstitial .no-account-wrapper .no-account {
    text-align: center;
    color: #414141; }

/*
----------------------------------------------------------------
  Vault Export
---------------------------------------------------------------- */
.exports_show #export_warning {
  clear: left;
  padding-top: 50px; }

/*
----------------------------------------------------------------
  Terms of Service
---------------------------------------------------------------- */
.top-accent-bar {
  background-color: #4499ee;
  width: 100%;
  height: 10px;
  margin-bottom: 90px; }

.updated-terms-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0; }
  .updated-terms-container img {
    width: 209px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px; }
  .updated-terms-container h2 {
    margin: 25px 0 15px; }
  .updated-terms-container .updated-terms-text {
    background-color: #fff;
    margin: 50px 0;
    padding: 65px 50px; }
    .updated-terms-container .updated-terms-text li {
      line-height: 32px; }
    @media only screen and (max-width: 600px) {
      .updated-terms-container .updated-terms-text {
        padding-top: 0;
        margin-top: 0; } }
.bt-hide {
  display: none; }

/* ----------------------------------------------------------------
  Uploader Selector
---------------------------------------------------------------- */
.uploader_selector .selector {
  min-width: 300px; }
  .uploader_selector .selector span {
    min-width: 300px; }

/* ----------------------------------------------------------------
  Temporary Advanced Search CSS - Delete After New Feature Launch
---------------------------------------------------------------- */
input.status_at[type="checkbox"] {
  margin-top: 8px; }

.multi_select_selected_values input[type="checkbox"] {
  float: none; }

.multi_select_dialog_link {
  display: inline-block;
  margin-top: 10px; }

.search_criteria_range_field span {
  position: relative;
  top: 0; }

.advanced-search-table tr:hover td {
  background-color: transparent; }
  .unified-panel .advanced-search-table tr:hover td {
    background-color: transparent; }

.advanced-search-table td {
  border: none;
  vertical-align: top; }

.advanced-search-table div {
  overflow: hidden;
  padding: 5px 0; }

.advanced-search-table label {
  display: block; }

.advanced-search-table input[type="checkbox"] {
  float: left;
  margin: 3px 7px 0 0; }

.transaction_rule_container {
  overflow: hidden; }
  .transaction_rule_container [type="checkbox"]:not(:checked),
  .transaction_rule_container [type="checkbox"]:checked {
    position: relative;
    left: 0px; }

#recurring_email_notification_body {
  float: left; }

.avs_country_scope {
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: 20px; }

.avs_country_scope_description {
  width: 500px; }

/*
----------------------------------------------------------------
Prevent all users from being displayed when loaded in transaction search
---------------------------------------------------------------- */
#user_multi_select .user_input_template {
  display: none; }

/* ==========================================================================
   Error container
   ========================================================================== */
.error-container {
  text-align: center; }

.error-container-warn {
  padding-top: 4.5625em;
  margin-top: 6.0625em;
  background-image: url(https://gstatic.braintreegateway.com/assets/icons/error-8a999ac14711a50c0dfca9b92d463c4d13c6fe677edae2fc7ae586a501757865.png);
  background-repeat: no-repeat;
  background-position: top center; }
  .unified-panel .error-container-warn {
    background-image: none;
    padding-top: 0; }
  .error-container-warn a {
    color: #ABA380; }
    .unified-panel .error-container-warn a {
      color: #2A38D8; }
      .unified-panel .error-container-warn a:hover {
        color: #222eb8; }

.error-container .inline-code-snippet {
  background: #fdfdfd;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  padding: 0.1875rem 0.25rem; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .error-container-warn {
    background-image: url(https://gstatic.braintreegateway.com/assets/icons/error-472b2c2452baf6668778aeebf193de4ea047dc3e63163d59410a16732594bfb4.svg);
    background-size: 3.5625em 2.625em; } }

/* ==========================================================================
   Error Layout
   ========================================================================== */
.error-layout__wrapper {
  padding-top: 6rem;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around; }

.error-layout__content {
  flex: 1;
  max-width: 420px;
  text-align: center;
  display: flex;
  align-items: center; }
  .error-layout__content svg {
    display: inline-block;
    width: 40px;
    height: 36px; }

.error-layout__text {
  margin-top: 1rem;
  margin-bottom: 1.5rem; }
  .error-layout__text a {
    color: #5c5c5c;
    text-decoration: underline; }

.error-layout__footer {
  padding-bottom: 2rem;
  color: #5c5c5c; }
  .error-layout__footer a {
    color: #5c5c5c;
    text-decoration: underline; }

/* ==========================================================================
   View - Recurring Email Notifications New
   ========================================================================== */
.recurring_email_notifications_new .required {
  display: none; }

/* ==========================================================================
   View - Recurring Email Notifications Create
   ========================================================================== */
.recurring_email_notifications_create .required {
  display: none; }

.custom_field_definitions_new .btn_danger {
  display: none; }

.custom_field_definitions_edit .btn_group-form {
  display: none;
  visibility: hidden; }

/*
----------------------------------------------------------------
  jQuery UI Overhaul
---------------------------------------------------------------- */
.ui-dialog {
  padding: 20px;
  -webkit-box-shadow: 0 0px 0px 1px #d5d5d5;
  -moz-box-shadow: 0 0px 0px 1px #d5d5d5;
  box-shadow: 0 0px 0px 1px #d5d5d5; }
  .ui-dialog .ui-dialog-title {
    margin-bottom: 20px; }
    .unified-panel .ui-dialog .ui-dialog-title {
      color: #202020; }

.ui-dialog-buttonpane {
  margin-top: 20px; }
  .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    width: 100%; }
    .ui-dialog-buttonpane .ui-dialog-buttonset button {
      width: auto;
      margin: 0 0 0 20px;
      float: left; }

.ui-widget {
  font-family: "Avenir Next", "Helvetica Neue", Arial; }
  .ui-widget .ui-widget-header {
    border: none;
    background: transparent; }
  .ui-widget #user_multi_select_dialog {
    background: #f8f8f8;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 0 -20px;
    padding: 0 20px; }
    .ui-widget #user_multi_select_dialog > div {
      padding: 2px 0; }
    .unified-panel .ui-widget #user_multi_select_dialog {
      background: transparent;
      border: none;
      margin: 0;
      padding: 1.5rem 0 0; }

.ui-icon.ui-icon-closethick {
  background-image: none !important;
  text-indent: 0 !important;
  font-size: 24px !important;
  padding: 0;
  line-height: 1;
  height: 24px !important;
  margin-top: -15px !important;
  color: #202020; }
  .ui-icon.ui-icon-closethick:before {
    content: '×'; }
  .unified-panel .ui-icon.ui-icon-closethick {
    color: #202020; }

.unified-panel .ui-dialog-titlebar-close {
  text-decoration: none; }

.ui-dialog-titlebar-close:hover {
  opacity: 0.5;
  text-decoration: none; }

button.ui-button {
  background: none; }
  .unified-panel button.ui-button {
    border: none;
    background: #f4f4f4;
    color: #202020;
    font-weight: 500; }
    .unified-panel button.ui-button:hover {
      color: #2A38D8;
      background: rgba(42, 56, 216, 0.1); }

/*
----------------------------------------------------------------
  Custom Style Overrides
---------------------------------------------------------------- */
.status::before {
  background-color: #ccc;
  border-radius: 100%;
  content: '';
  display: inline-block;
  height: .5em;
  margin: 0 .5em;
  position: relative;
  top: -.125em;
  width: .5em; }

.status-active.status::before {
  background-color: #61D395; }

.status-submitted.status::before {
  background-color: #F5A623; }

.status-acquirer-not-participating.status::before,
.status-merchant-not-participating.status::before,
.status-error.status::before,
.status-not-submitted.status::before {
  background-color: #FF0000; }

/*
----------------------------------------------------------------
  Custom Style Overrides
---------------------------------------------------------------- */
.formatted-address-display {
  line-height: 1.5; }

/*
----------------------------------------------------------------
  Upload Apple Pay Certificate
---------------------------------------------------------------- */
.apple_pay_cert_view input[type="file"] {
  margin-top: 1em;
  margin-bottom: 1.3em; }

.apple_pay_cert_view .upload_cert_button {
  display: block; }

/*
----------------------------------------------------------------
  Settlement Batch, Transaction, & Disbursement Reports
---------------------------------------------------------------- */
.merchant_account_summary {
  font-weight: bold; }

.indent1 {
  text-indent: 25px; }

.indent2 {
  text-indent: 50px; }

.indent3 {
  text-indent: 75px; }

/*
----------------------------------------------------------------
  Announcement Date Picker
---------------------------------------------------------------- */
#uniform-expires_at_hour {
  margin-bottom: 0px; }

.selector-disabled {
  background-color: #e0e0e0 !important; }

div.announcement-date-picker {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column; }
  div.announcement-date-picker .fl {
    margin-right: 4px; }

.announcement-status ul.status-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.announcement-status .status-list-item {
  padding: 5px 0; }
  .announcement-status .status-list-item label {
    display: inline-block !important; }

.announcement-status label {
  padding: 0; }

.announcement-status .status-group {
  width: 100%; }
  @media (min-width: 1025px) {
    .announcement-status .status-group {
      width: 50%; } }
  @media (min-width: 1441px) {
    .announcement-status .status-group {
      width: 33.333333%; } }
span.emphasis {
  font-weight: 700; }

/*
----------------------------------------------------------------
  Action Header
---------------------------------------------------------------- */
.table-action-header {
  *zoom: 1; }
  .table-action-header:before, .table-action-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .table-action-header:after {
    clear: both; }

.table-action-header__title {
  display: block;
  float: left;
  margin: 0;
  width: 50%; }

.table-action-header__button {
  display: block;
  float: right;
  text-align: right;
  width: 50%; }

.domain-name-header-anchor {
  position: absolute;
  top: -290px;
  left: 0px; }

.domain-info {
  background: #f4f4f4;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px;
  text-align: left;
  width: 100%; }
  .domain-info.domain-info__sm {
    max-width: 460px; }
  .domain-info p {
    font-size: 14px;
    font-weight: normal;
    color: #666869; }
  .domain-info a {
    color: #666869;
    text-decoration: underline; }

.legal-info {
  background: #f4f4f4;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px;
  text-align: center;
  width: 100%; }
  .legal-info.legal-info__sm {
    max-width: 460px; }
  .legal-info p {
    font-size: 14px;
    font-weight: normal;
    color: #666869; }
  .legal-info a {
    color: #666869;
    text-decoration: underline; }

/* ------------------------------------------------------------
 Settings Block
------------------------------------------------------------ */
.setting_group {
  margin-bottom: 40px;
  min-width: 500px;
  max-width: 640px; }

.setting {
  border: solid 1px #e6e6e6;
  border-bottom: 0;
  border-sizing: border-box;
  padding: 20px;
  max-width: 800px; }
  .setting:last-of-type {
    border-bottom: solid 1px #e6e6e6; }
  .setting .standard {
    padding: 0; }

.setting__description {
  float: left;
  width: 85%; }
  .setting__description h4,
  .setting__description p {
    margin-top: 0; }
  .setting__description .text-small {
    color: #B3B3B3;
    font-size: 1.1rem; }
    .unified-panel .setting__description .text-small {
      font: 400 1.2rem/2rem "Avenir Next", "Helvetica Neue", Arial;
      color: #5c5c5c; }
    .unified-panel.pp-unified-dashboard .setting__description .text-small {
      font: 400 1.4rem/2rem "PayPalSansBig-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #000; }
    .setting__description .text-small a {
      color: inherit;
      text-decoration: underline; }

.setting__actions {
  float: right;
  min-width: 60px;
  text-align: right;
  width: 15%; }

.setting__note {
  margin-top: .6em; }

.setting_status_icon__inline--small {
  position: relative;
  top: 2px; }

.toggle-form__settings-link {
  clear: both;
  display: block; }

.toggle-form__settings-link--hidden {
  display: none; }

.legal-info {
  background: #F7F7F7;
  box-sizing: border-box;
  display: inline-block;
  padding: 20px;
  text-align: center;
  width: 100%; }
  .legal-info.legal-info__sm {
    max-width: 460px; }
  .legal-info a {
    color: #666869;
    text-decoration: underline; }

/* ------------------------------------------------------------
 Unified Panel
------------------------------------------------------------ */
.unified-panel .unified-panel-hide {
  display: none; }

#advanced_search_form input,
#advanced_search_form textarea,
#advanced_search_form label,
#advanced_search_form .input-helper,
.block input,
.set-oauth-app-additional-options input,
.set-oauth-app-support-info input,
.set-oauth-app-general-info input,
.block select,
.set-oauth-app-additional-options select,
.set-oauth-app-support-info select,
.set-oauth-app-general-info select,
.block textarea,
.set-oauth-app-additional-options textarea,
.set-oauth-app-support-info textarea,
.set-oauth-app-general-info textarea,
.block label,
.set-oauth-app-additional-options label,
.set-oauth-app-support-info label,
.set-oauth-app-general-info label,
.block .help,
.set-oauth-app-additional-options .help,
.set-oauth-app-support-info .help,
.set-oauth-app-general-info .help,
.block .input-helper,
.set-oauth-app-additional-options .input-helper,
.set-oauth-app-support-info .input-helper,
.set-oauth-app-general-info .input-helper,
.block .toggleable-password-container,
.set-oauth-app-additional-options .toggleable-password-container,
.set-oauth-app-support-info .toggleable-password-container,
.set-oauth-app-general-info .toggleable-password-container {
  max-width: 46rem; }
  #advanced_search_form input.short_text_field,
  #advanced_search_form textarea.short_text_field,
  #advanced_search_form label.short_text_field,
  #advanced_search_form .input-helper.short_text_field,
  .block input.short_text_field,
  .set-oauth-app-additional-options input.short_text_field,
  .set-oauth-app-support-info input.short_text_field,
  .set-oauth-app-general-info input.short_text_field,
  .block select.short_text_field,
  .set-oauth-app-additional-options select.short_text_field,
  .set-oauth-app-support-info select.short_text_field,
  .set-oauth-app-general-info select.short_text_field,
  .block textarea.short_text_field,
  .set-oauth-app-additional-options textarea.short_text_field,
  .set-oauth-app-support-info textarea.short_text_field,
  .set-oauth-app-general-info textarea.short_text_field,
  .block label.short_text_field,
  .set-oauth-app-additional-options label.short_text_field,
  .set-oauth-app-support-info label.short_text_field,
  .set-oauth-app-general-info label.short_text_field,
  .block .help.short_text_field,
  .set-oauth-app-additional-options .help.short_text_field,
  .set-oauth-app-support-info .help.short_text_field,
  .set-oauth-app-general-info .help.short_text_field,
  .block .input-helper.short_text_field,
  .set-oauth-app-additional-options .input-helper.short_text_field,
  .set-oauth-app-support-info .input-helper.short_text_field,
  .set-oauth-app-general-info .input-helper.short_text_field,
  .block .toggleable-password-container.short_text_field,
  .set-oauth-app-additional-options .toggleable-password-container.short_text_field,
  .set-oauth-app-support-info .toggleable-password-container.short_text_field,
  .set-oauth-app-general-info .toggleable-password-container.short_text_field {
    max-width: 23rem; }

.date_range select {
  width: 100px; }

.merchant-feature-item {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0; }

.ui-autocomplete-shipping-tracking-info {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 360px !important;
  width: 865px !important;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.ui-autocomplete-shipping-tracking-info > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.carriers {
  display: none; }
/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
.ui-widget-content { background: #ffffff url('https://gstatic.braintreegateway.com/assets/ui-bg_flat_75_ffffff_40x100-39ab7ccd9f4e82579da78a9241265df288d8eb65dbbd7cf48aed2d0129887df5.png') 50% 50% repeat-x; color: #414141; }
.ui-widget-content a { color: #222222; }
/*.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url('https://gstatic.braintreegateway.com/assets/ui-bg_highlight-soft_75_cccccc_1x100-54270656df079c4da5182629a080fc633b6f84b87985eb016d25a560e2c38d4a.png') 50% 50% repeat-x; color: #222222; font-weight: bold; }*/
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { font-weight: normal; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
/*.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada; font-weight: normal; color: #212121; }*/
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url('https://gstatic.braintreegateway.com/assets/ui-bg_glass_65_ffffff_1x400-f0e6cd91b837d5c5644d026e5ffeccd907953317cd5c0f689901733afda260b2.png') 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url('https://gstatic.braintreegateway.com/assets/ui-icons_222222_256x240-a2ccfdc001858222885a9df39200840ac7a3f479ba889727d32a10398db7918a.png'); }
.ui-widget-content .ui-icon {background-image: url('https://gstatic.braintreegateway.com/assets/ui-icons_222222_256x240-a2ccfdc001858222885a9df39200840ac7a3f479ba889727d32a10398db7918a.png'); }
.ui-widget-header .ui-icon {background-image: url('https://gstatic.braintreegateway.com/assets/ui-icons_222222_256x240-a2ccfdc001858222885a9df39200840ac7a3f479ba889727d32a10398db7918a.png'); }
.ui-state-default .ui-icon { background-image: url('https://gstatic.braintreegateway.com/assets/ui-icons_888888_256x240-a42b23e21050a0f0f90c1f7a443b8087a409771611eae402861959a793be38e8.png'); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url('https://gstatic.braintreegateway.com/assets/ui-icons_454545_256x240-cb36e80beaf2a527d463da552a5c679a46c4ff8c881318a194bb0ccb61cb2d5c.png'); }
.ui-state-active .ui-icon {background-image: url('https://gstatic.braintreegateway.com/assets/ui-icons_454545_256x240-cb36e80beaf2a527d463da552a5c679a46c4ff8c881318a194bb0ccb61cb2d5c.png'); }
.ui-state-highlight .ui-icon {background-image: url('https://gstatic.braintreegateway.com/assets/ui-icons_2e83ff_256x240-a8f038f8b2763f67002b0a8e2bce0607b9b8ae14c5fa19ff5b404f8b78f1055b.png'); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url('https://gstatic.braintreegateway.com/assets/ui-icons_cd0a0a_256x240-53f9f6be37d5c395c125a53dbf39c697fc3e5fd44a5f09f0d99710910f840dd6.png'); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: rgba(250,250,250,0.9);}
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url('https://gstatic.braintreegateway.com/assets/ui-bg_flat_0_aaaaaa_40x100-9a8492a580bf85d3e98ae8861fbd45567e5a1f83eeafcf9574da0399d5f602ab.png') 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
  /* http://bugs.jqueryui.com/ticket/7233
   - Resizable: resizable handles fail to work in IE if transparent and content overlaps
  */
  background-image:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.13
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style:none;
  padding: 2px;
  margin: 0;
  display:block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin:0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration:none;
  display:block;
  padding:.2em .4em;
  line-height:1.5;
  zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*
 * jQuery UI Button 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; padding:8px;} /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; width: 300px; overflow: hidden; padding:40px;
  text-align:center;
  border:1px solid #e2e2e2;

  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
       -o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
          box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  z-index: 101; /* place above fixed overlay */
}

.ui-dialog [type="checkbox"]:not(:checked),
.ui-dialog [type="checkbox"]:checked {
  position:relative;
  left:0;
}
.ui-dialog .ui-dialog-titlebar { position: relative;  }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 16px; top: 10px; width: 0px; margin: 0; height: 24px; color: transparent; background: #f4f4f4; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; background: none; overflow: auto; text-align:left; zoom: 1; margin-top:20px; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

/* Unified Panel Modals */

.unified-panel
.ui-dialog {
  box-shadow: 0 8px 64px rgba(0, 0, 0, .08), 0 4px 16px rgba(0, 0, 0, .02);
  padding: 30px;
  border: 0;
  border-radius: 16px;
  max-width: 500px;
  text-align: left;
  color: black;
}

.unified-panel
.ui-widget-overlay {
  background: rgba(153, 153, 153, .6);
  z-index: 100; /* place on top of navigation */
}

.unified-panel
.ui-dialog
.ui-dialog-titlebar {
  padding-top: 35px;
  font: 500 20px/26px "Avenir Next", "Helvetica Neue", Arial;
}

.unified-panel
.ui-dialog
.ui-dialog-content {
  margin-top: 0;
  color: #666;
}

.unified-panel
.ui-dialog
.ui-dialog-buttonpane
button {
  width: auto;
  float: right;
  margin: 0 0 0 10px;
}

.unified-panel
.ui-dialog
.ui-dialog-titlebar-close {
  right: 16px;
  top: 10px;
  margin: 0;
  background-color: transparent;
  color: transparent; /* quick way to hide Close text, should update to improve hover target */
}

.ui-dialog
.ui-dialog-titlebar-close:hover {
  background-color: transparent;
  color: transparent !important; /* quick way to hide Close text, should update to improve hover target */
}
/*
 * jQuery UI Slider 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; border: 1px solid #d8d8d8; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 auto; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: 0 .2em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.13
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
/* Newly added variables for unified-dashboard-reskin - Start */
/* Fonts */
/* color palette */
/* blue */
/* greys */
/* Accents */
/*End*/
/* green-primary */
/* green-dark */
/* green-light */
/* color main - grey */
/* color main dark - grey */
/* color text - grey */
/* color tertiary medium - grey */
/* color tertiary light - grey */
/*! HiDPI v1 | MIT License | git.io/hidpi */
/* Dashboard Layout */
.home-left {
  padding-right: 8rem;
  flex-basis: 0;
  flex-grow: 2; }

.home-right {
  flex-grow: 1;
  flex-basis: 0; }

.home-header {
  padding-bottom: 2rem; }
  .home-right .home-header {
    border-bottom: 1px solid #d6d6d6; }
  .home-header p {
    display: inline-block;
    margin-left: 1rem; }

/* -----------------------------------------
   Dashboard Graphs
----------------------------------------- */
.visualizations {
  box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
  border-radius: 16px; }

.current-amount {
  color: black;
  font-size: 28px;
  margin: 20px 0; }
  .unified-panel .current-amount {
    color: #202020;
    font: 500 3.2rem/3.8rem "Avenir Next", "Helvetica Neue", Arial; }
  .unified-panel.pp-unified-dashboard .current-amount {
    color: #000;
    font: 400 4rem/4.8rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.nvtooltip {
  z-index: 9 !important; }

/* -----------------------------------------
   Fastlane banner
----------------------------------------- */
#fastlane {
  box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
  border-radius: 16px;
  padding: 21px;
  margin-bottom: 28px; }
  #fastlane .body {
    display: flex;
    justify-content: space-between;
    padding: 26px 14px 26px 24px;
    background-color: #f1f2f3;
    border-color: #003087;
    border-radius: 12px;
    font-size: 18px;
    color: #222324; }
  #fastlane .buttons {
    display: flex;
    align-items: center; }
    #fastlane .buttons .button:first-child {
      width: 220px;
      height: 48px;
      margin-right: 10px;
      padding: 0px 32px 0px 32px;
      background-color: #ffffff;
      border-radius: 100px;
      border: 2px solid #003087 !important;
      font-size: 16px;
      font-weight: 700;
      color: #003087;
      cursor: pointer;
      transition: 150ms linear;
      display: flex;
      margin: auto;
      align-items: center;
      justify-content: center; }
      #fastlane .buttons .button:first-child:hover, #fastlane .buttons .button:first-child:active, #fastlane .buttons .button:first-child:focus {
        color: #ffffff;
        background-color: #003087; }
    #fastlane .buttons .close-button {
      width: 42px;
      text-align: center;
      font-size: 32px;
      font-weight: 500;
      color: #545D68;
      border: none;
      cursor: pointer;
      background: transparent; }
  #fastlane strong {
    font-style: italic; }

/* -----------------------------------------
   Old Style Overrides - MOVE LATER
----------------------------------------- */
.welcome-home {
  display: flex;
  float: none;
  max-width: 100%;
  min-width: 482px; }
  .unified-panel .welcome-home .header_group {
    overflow: visible; }

.welcome-home h3 {
  word-wrap: break-word;
  line-height: 4.4rem;
  display: inline-block;
  margin: 0; }

.welcome-wrapper h2 {
  width: 100%; }

#exchange-rate-disclaimer {
  display: none; }

.home_index #app-center div.app-center-inner div.app-center-wrap {
  max-width: none;
  padding-right: 40px; }

.company-name {
  width: 50%;
  float: left; }

.welcome-home select {
  width: 230px; }

#uniform-merchant_accounts {
  float: right;
  background: #ebebeb;
  border: none; }

/* -----------------------------------------
   Variables
----------------------------------------- */
/* color secondary dark */
/* light gray */
/* loader blue */
/* color primary - green */
/* -----------------------------------------
   Non-SVG Overrides
----------------------------------------- */
.visualizations {
  display: none; }
  .svg .visualizations {
    display: block; }

/* -----------------------------------------
   Dashboard Graphs
----------------------------------------- */
.dashboard-graph {
  position: relative;
  /* -----------------------------------------
     Sale Volume Graph (Line)
  ----------------------------------------- */
  /* -----------------------------------------
     Transaction Volume Graph (Bar)
  ----------------------------------------- */
  /* -----------------------------------------
     Transaction Status Graph (Pie)
  ----------------------------------------- */
  /* -----------------------------------------
     Number Highlights (Table)
  ----------------------------------------- */
  /* -----------------------------------------
     Responsive States
  ----------------------------------------- */
  /* -----------------------------------------
     Graph States
  ----------------------------------------- */ }
  .dashboard-graph .time-range {
    font-size: 11px;
    font-weight: 400;
    text-align: right; }
    .unified-panel .dashboard-graph .time-range {
      display: inline-block;
      text-align: left;
      margin: 2px 0 0 10px;
      font-size: 12px; }
    .dashboard-graph .time-range .clock-icon {
      background-image: url(https://gstatic.braintreegateway.com/assets/icons/clock-abb658b96f7193529f47ca46bc2ed22f86c4513c60bd33ee5ce7bdda2159c08f.png);
      display: inline-block;
      height: 12px;
      left: -4px;
      position: relative;
      top: 2px;
      width: 12px; }
      .unified-panel .dashboard-graph .time-range .clock-icon {
        display: none; }
  .dashboard-graphsection {
    margin: 0 0 40px 0; }
  .dashboard-graph .title-bar {
    display: table;
    width: 100%; }
    .unified-panel .dashboard-graph .title-bar {
      margin-bottom: 2rem; }
  .dashboard-graph .title-row {
    display: table-row; }
  .dashboard-graph .graph-title,
  .dashboard-graph .time-range {
    display: table-cell; }
  .dashboard-graph .graph-title {
    text-align: left; }
    .dashboard-graph .graph-title h4 {
      font-weight: 500;
      margin: 0 0 20px 0; }
    .unified-panel .dashboard-graph .graph-title {
      font: 500 1.6rem/2.2rem "Avenir Next", "Helvetica Neue", Arial;
      float: left; }
    .unified-panel.pp-unified-dashboard .dashboard-graph .graph-title {
      font: 400 2rem/2.8rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .dashboard-graph .highlights-table {
    width: 100%; }
  .dashboard-graph.sale-amounts-per-day-graph {
    padding: 2.5rem 3rem;
    border-bottom: 1px solid #d6d6d6;
    margin: 0; }
    .dashboard-graph.sale-amounts-per-day-graph .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-group {
      stroke: #61D395 !important; }
      .unified-panel .dashboard-graph.sale-amounts-per-day-graph .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-group {
        stroke: #2A38D8 !important; }
    .dashboard-graph.sale-amounts-per-day-graph .nvd3 .nv-groups path.nv-line {
      stroke: #61D395 !important;
      stroke-width: 2px; }
      .unified-panel .dashboard-graph.sale-amounts-per-day-graph .nvd3 .nv-groups path.nv-line {
        stroke: #2A38D8 !important;
        stroke-width: 3px; }
    .dashboard-graph.sale-amounts-per-day-graph .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
      fill: #fff;
      fill-opacity: 1 !important;
      stroke-opacity: 1 !important;
      stroke-width: 2px;
      pointer-events: all; }
      .unified-panel .dashboard-graph.sale-amounts-per-day-graph .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
        stroke-width: 3px; }
    .dashboard-graph.sale-amounts-per-day-graph .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point.hover {
      stroke-width: 2px;
      fill: #61D395; }
      .unified-panel .dashboard-graph.sale-amounts-per-day-graph .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point.hover {
        stroke-width: 3px;
        fill: #2A38D8; }
    .dashboard-graph.sale-amounts-per-day-graph path {
      cursor: pointer; }
    .dashboard-graph.sale-amounts-per-day-graph .tick.major line {
      opacity: 0; }
    .dashboard-graph.sale-amounts-per-day-graph .nv-x .domain {
      stroke-opacity: 1 !important; }
    .dashboard-graph.sale-amounts-per-day-graph .nv-y .domain {
      stroke-opacity: 0; }
  .dashboard-graph.daily-transaction-success-graph {
    padding: 2.5rem 3rem;
    margin: 0;
    border-bottom: 1px solid #d6d6d6; }
    .dashboard-graph.daily-transaction-success-graph .graph-container {
      position: relative; }
    .dashboard-graph.daily-transaction-success-graph .nvd3 .nv-legend .nv-series,
    .dashboard-graph.daily-transaction-success-graph .nvd3 .nv-legend .nv-series rect {
      cursor: default; }
    .dashboard-graph.daily-transaction-success-graph .nv-y .nv-axis .tick.major {
      opacity: 0 !important; }
    .dashboard-graph.daily-transaction-success-graph .nv-y .nv-axis .domain {
      opacity: 0 !important; }
    .dashboard-graph.daily-transaction-success-graph .nv-x .nv-axis .tick.major line {
      opacity: 0 !important; }
    .dashboard-graph.daily-transaction-success-graph .nv-x .nv-axis .domain {
      stroke-opacity: 1 !important; }
    .dashboard-graph.daily-transaction-success-graph rect {
      cursor: pointer;
      fill-opacity: 1; }
  .dashboard-graph.transactions-by-status-graph {
    margin-right: 0; }
    .dashboard-graph.transactions-by-status-graph path {
      cursor: pointer; }
    .dashboard-graph.transactions-by-status-graph text {
      font-size: 18px;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, serif;
      text-anchor: middle; }
    .dashboard-graph.transactions-by-status-graph text.label {
      font-size: 14px; }
    .dashboard-graph.transactions-by-status-graph .no-data-container,
    .dashboard-graph.transactions-by-status-graph .no-transaction-container {
      border: 1px solid #d4d4d4;
      margin-top: 20px;
      height: 230px; }
    .dashboard-graph.transactions-by-status-graph .no-data-copy {
      text-align: center;
      padding-top: 90px; }
  .dashboard-graph.numbers-overview {
    font-size: 0;
    padding: 2.5rem 3rem;
    margin: 0;
    /* -----------------------------------------
       Number Highlights (Total and Averages)
    ----------------------------------------- */ }
    .dashboard-graph.numbers-overview table {
      border: 0; }
      .dashboard-graph.numbers-overview table .total-set {
        float: left; }
      .dashboard-graph.numbers-overview table th,
      .dashboard-graph.numbers-overview table tr {
        background-color: transparent; }
      .dashboard-graph.numbers-overview table th {
        padding: 10px 10px 10px 5px; }
      .dashboard-graph.numbers-overview table tr:hover {
        background-color: transparent; }
      .dashboard-graph.numbers-overview table tr.successful {
        color: #3c94d3; }
      .dashboard-graph.numbers-overview table tr.unsuccessful {
        color: #d4d4d4; }
      .dashboard-graph.numbers-overview table tbody tr:nth-child(even) {
        background-color: transparent; }
      .dashboard-graph.numbers-overview table tbody td {
        border: solid 1px #d4d4d4; }
    .dashboard-graph.numbers-overview .total {
      font-size: 18px;
      margin-top: 6px;
      padding: 4px;
      width: 100%; }
    .dashboard-graph.numbers-overview .number-overview-container {
      border: 1px solid #ccc;
      margin-top: 20px; }
      .unified-panel .dashboard-graph.numbers-overview .number-overview-container {
        border: 1px solid #d6d6d6;
        border-radius: 4px; }
    .dashboard-graph.numbers-overview .highlight-item {
      box-sizing: border-box;
      display: inline-block;
      padding: 12px 0 6px;
      width: 50%;
      vertical-align: top; }
      .dashboard-graph.numbers-overview .highlight-item:first-child {
        border-right: 1px solid #ccc; }
        .unified-panel .dashboard-graph.numbers-overview .highlight-item:first-child {
          border-right: 1px solid #d6d6d6; }
    .dashboard-graph.numbers-overview .change-wrapper {
      color: #999;
      font-size: 1.1rem;
      line-height: 2; }
      .dashboard-graph.numbers-overview .change-wrapper.hidden {
        visibility: hidden; }
    .dashboard-graph.numbers-overview .icon-change {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      display: inline-block;
      margin-right: 10px; }
    .dashboard-graph.numbers-overview .change-wrapper.negative .icon-change {
      border-top: 10px solid #FF0000; }
      .unified-panel .dashboard-graph.numbers-overview .change-wrapper.negative .icon-change {
        border-top: 10px solid #ee0000; }
    .dashboard-graph.numbers-overview .change-wrapper.positive .icon-change {
      border-bottom: 10px solid #61D395; }
  @media only screen and (min-width: 1122px) {
    .dashboard-graph.daily-transaction-success-graph, .dashboard-graph.transactions-by-status-graph, .dashboard-graph.numbers-overview {
      /*box-sizing: border-box;
      display: block;
      margin-right: 5%;
      float: left;
      width: 45%;*/ }
    .dashboard-graph.numbers-overview {
      margin-right: 0; } }
  @media only screen and (max-width: 1121px) {
    .dashboard-graph {
      /*.daily-transaction-success-graph {
      box-sizing: border-box;
      display: block;
      margin-right: 10%;
      float: left;
      width: 45%;
    }*/
      /*&.transactions-by-status-graph {
      box-sizing: border-box;
      display: block;
      margin-right: 10%;
      float: left;
      width: 45%;
    }*/ }
      .dashboard-graph .numbers-overview {
        clear: both;
        width: 100%; }
      .dashboard-graph.numbers-overview {
        margin-right: 0; } }
  .dashboard-graph .no-data-container,
  .dashboard-graph .no-transaction-container {
    display: none; }
  .dashboard-graph .graph-container,
  .dashboard-graph .title-bar {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  .dashboard-graph.loading .time-range,
  .dashboard-graph.loading .no-data-container {
    display: none; }
  .dashboard-graph.loading .graph-container,
  .dashboard-graph.loading .title-bar {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0; }
  .dashboard-graph.no-data .graph-container {
    display: none; }
  .dashboard-graph.no-data .no-data-container {
    display: block; }
  .dashboard-graph.no-transaction .graph-container {
    display: none; }
  .dashboard-graph.no-transaction .no-transaction-container {
    display: table; }

/* -----------------------------------------
   Loading Animation
----------------------------------------- */
.loading .graph-container,
.loading .title-bar {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0; }

.loader {
  fill: transparent;
  stroke: #202020;
  stroke-width: 4;
  position: absolute;
  height: 4rem;
  width: 4rem;
  top: 30rem;
  left: 50%;
  margin-left: -2rem;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-animation: dash 2s ease infinite, rotate 2s linear infinite;
  animation: dash 2s ease infinite, rotate 2s linear infinite; }
  .loading .loader {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1; }

@keyframes dash {
  0% {
    stroke-dasharray: 1,95;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 85,95;
    stroke-dashoffset: -25; }
  100% {
    stroke-dasharray: 85,95;
    stroke-dashoffset: -95; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* -----------------------------------------
   NVD3 Style Overrides
----------------------------------------- */
svg {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }
  .unified-panel svg text {
    font-family: "Avenir Next", "Helvetica Neue", Arial; }

.visualizations {
  position: relative;
  width: 100%;
  /* -----------------------------------------
     NVD3 Style Overrides - Tooltips
  ----------------------------------------- */ }
  .visualizations .nv-lineChart,
  .visualizations .nv-multiBarWithLegend {
    fill: #d4d4d4; }
    .unified-panel .visualizations .nv-lineChart, .unified-panel .visualizations .nv-multiBarWithLegend {
      fill: #adadad; }
  .visualizations .nv-y text {
    display: none; }
  .visualizations .nvd3 .nv-axis path {
    stroke: #e5e5e5; }
  .visualizations .nvtooltip {
    -webkit-box-shadow: 0 0;
    -moz-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 0 20px;
    font-family: "Avenir Next Regular", "Open Sans", Helvetica, sans-serif;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }
    .unified-panel .visualizations .nvtooltip {
      -webkit-box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
      -moz-box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
      box-shadow: 0 8px 64px rgba(32, 32, 32, 0.08), 0 4px 16px rgba(32, 32, 32, 0.02);
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      border: none;
      padding: 0.5rem 1.5rem; }
    .visualizations .nvtooltip h3 {
      background-color: rgba(255, 255, 255, 0.95);
      border-bottom: 0;
      padding-bottom: 0;
      font-size: 14px;
      color: #414141; }
      .unified-panel .visualizations .nvtooltip h3 {
        color: #5c5c5c;
        font: 400 1.2rem/2rem "Avenir Next", "Helvetica Neue", Arial; }
      .unified-panel.pp-unified-dashboard .visualizations .nvtooltip h3 {
        color: #2c2e2f;
        font: 400 1.4rem/2rem "PayPalSansBig-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .visualizations .nvtooltip p {
      font-size: 20px;
      color: #414141;
      padding: 0; }
      .unified-panel .visualizations .nvtooltip p {
        color: #202020;
        font: 500 2rem/2.6rem "Avenir Next", "Helvetica Neue", Arial; }
      .unified-panel.pp-unified-dashboard .visualizations .nvtooltip p {
        color: #000;
        font: 400 2.4rem/3.2rem "PayPalSansBig-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .visualizations .nvtooltip p .successful {
        color: #24a445; }
      .visualizations .nvtooltip p .unsuccessful {
        color: #adadad; }
    .visualizations .nvtooltip .point {
      height: 0;
      width: 0;
      position: absolute;
      left: 50%;
      bottom: -6px;
      margin-left: -6px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #e0e0e0; }
      .visualizations .nvtooltip .point .inner-point {
        height: 0;
        width: 0;
        position: absolute;
        left: 50%;
        bottom: 1px;
        margin-left: -5px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff; }
    .visualizations .nvtooltip.right .point {
      top: 50%;
      left: -6px;
      margin-top: -6px;
      border-bottom: 6px solid transparent;
      border-right: 6px solid #d5d5d5;
      border-top: 6px solid transparent; }
      .visualizations .nvtooltip.right .point .inner-point {
        left: 1px;
        bottom: -5px;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #fff;
        border-top: 5px solid transparent; }
    .visualizations .nvtooltip.left .point {
      top: 50%;
      left: 100%;
      margin-top: -6px;
      margin-left: 0;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #d5d5d5;
      border-top: 6px solid transparent; }
      .visualizations .nvtooltip.left .point .inner-point {
        left: -1px;
        bottom: -5px;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff;
        border-top: 5px solid transparent; }

/* ==========================================================================
   No data
   ========================================================================== */
.no-data .time-range {
  display: none; }

.no-data-container,
.no-transaction-container {
  margin-top: 20px;
  width: 100%;
  height: 120px; }

.no-data-copy {
  color: #D8D8D8;
  font-size: 18px;
  text-align: center;
  padding-top: 90px; }

.no-transaction-copy {
  color: #D8D8D8;
  font-size: 18px;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

/* -----------------------------------------
   Animation Keyframes
----------------------------------------- */
@-webkit-keyframes spin {
  to {
    -ms-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); } }

@-moz-keyframes spin {
  to {
    -ms-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); } }

@-o-keyframes spin {
  to {
    -ms-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); } }

@keyframes spin {
  to {
    -ms-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); } }

/* ==========================================================================
   Media queries
   ========================================================================== */
@media only screen and (max-width: 1300px) {
  .dashboard-graph {
    width: 100% !important;
    float: none !important; }
  .company-name {
    width: 100%;
    float: left; } }

@media only screen and (max-width: 900px) {
  .welcome-home h2 {
    float: none;
    width: 100%;
    margin-bottom: 0.5em; }
  #uniform-merchant_accounts {
    float: left; } }

/* -----------------------------------------
   IE8 Fallback
----------------------------------------- */
.ie8 .visualizations,
.visualizations-not-supported {
  display: none; }

.ie8 .visualizations-not-supported {
  display: block; }
/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */ }
  form.custom .custom.dropdown {
    background-repeat: no-repeat;
    background-position: 22px 8px;
    display: block;
    position: relative;
    top: 0;
    height: 2.3125em;
    margin-bottom: 1.25em;
    margin-top: 0px;
    padding: 0 0 4px 0;
    width: 100%;
    font-size: 14px;
    vertical-align: top; }
    form.custom .custom.dropdown ul {
      overflow-y: auto;
      max-height: 200px; }
    form.custom .custom.dropdown .current {
      cursor: default;
      white-space: nowrap;
      line-height: 2.25em;
      color: rgba(0, 0, 0, 0.75);
      text-decoration: none;
      overflow: hidden;
      display: block;
      margin-left: 0.5em;
      margin-right:0; }
    form.custom .custom.dropdown .selector {
      cursor: default;
      position: absolute;
      width: 3.25em;
      height: 2.3125em;
      display: block;
      right: 0;
      top: 0; }
      form.custom .custom.dropdown .selector:after {
        content: "";
        display: block;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #ccc transparent transparent transparent;
        border-top-style: solid;
        position: absolute;
        left: 0.9375em;
        top: 50%;
        margin-top: -3px; }
    form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: #222222 transparent transparent transparent;
      border-top-style: solid; }
    form.custom .custom.dropdown .disabled {
      color: #888888; }
      form.custom .custom.dropdown .disabled:hover {
        background: transparent;
        color: #888888; }
        form.custom .custom.dropdown .disabled:hover:after {
          display: none; }
    form.custom .custom.dropdown.open ul {
      display: block;
      z-index: 10;
      min-width: 100%;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    form.custom .custom.dropdown.small {
      max-width: 134px; }
    form.custom .custom.dropdown.medium {
      max-width: 254px; }
    form.custom .custom.dropdown.large {
      max-width: 434px; }
    form.custom .custom.dropdown.expand {
      width: 100% !important; }
    form.custom .custom.dropdown.open.small ul {
      min-width: 134px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.medium ul {
      min-width: 254px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.large ul {
      min-width: 434px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px; }
    form.custom .custom.dropdown ul li {
      color: #555555;
      font-size: 0.875em;
      cursor: default;
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      padding-left: 0.375em;
      padding-right: 2.375em;
      min-height: 1.5em;
      line-height: 1.5em;
      margin: 0;
      white-space: nowrap;
      list-style: none; }
      form.custom .custom.dropdown ul li.selected {
        background: #eeeeee;
        color: black; }
      form.custom .custom.dropdown ul li:hover {
        background-color: #e4e4e4;
        color: black; }
      form.custom .custom.dropdown ul li.selected:hover {
        background: #eeeeee;
        cursor: default;
        color: black; }
    form.custom .custom.dropdown ul.show {
      display: block; }
  form.custom .custom.disabled {
    background: #dddddd; }

/********************
 * HTML CSS
 */


.chartWrap {
  margin: 0;
  padding: 0;
  overflow: hidden;
}


/********************
 * TOOLTIP CSS
 */

.nvtooltip {
  position: absolute;
  background-color: rgba(255,255,255,0.75);
  padding: 1px;
  border: 1px solid rgba(0,0,0,.2);
  z-index: 10000;

  font-family: Arial;
  font-size: 13px;

  /*
  transition: opacity 500ms linear;
  -moz-transition: opacity 500ms linear;
  -webkit-transition: opacity 500ms linear;

  transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  */

  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  pointer-events: none;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px;
}

.nvtooltip h3 {
  margin: 0;
  padding: 4px 14px;
  line-height: 18px;
  font-weight: normal;
  background-color: rgba(247,247,247,0.75);
  text-align: center;

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

.nvtooltip p {
  margin: 0;
  padding: 5px 14px;
  text-align: center;
}

.nvtooltip span {
  display: inline-block;
  margin: 2px 0;
}

.nvtooltip-pending-removal {
  position: absolute;
  pointer-events: none;
}


/********************
 * SVG CSS
 */


svg {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Trying to get SVG to act like a greedy block in all browsers */
  display: block;
  width:100%;
  height:100%;
}


svg text {
  font: normal 12px Arial;
}

svg .title {
 font: bold 14px Arial;
}

.nvd3 .nv-background {
  fill: white;
  fill-opacity: 0;
  /*
  pointer-events: none;
  */
}

.nvd3.nv-noData {
  font-size: 18px;
  font-weight: bold;
}


/**********
*  Brush
*/

.nv-brush .extent {
  fill-opacity: .125;
  shape-rendering: crispEdges;
}



/**********
*  Legend
*/

.nvd3 .nv-legend .nv-series {
  cursor: pointer;
}

.nvd3 .nv-legend .disabled circle {
  fill-opacity: 0;
}



/**********
*  Axes
*/

.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: .75;
  shape-rendering: crispEdges;
}

.nvd3 .nv-axis path.domain {
  stroke-opacity: .75;
}

.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0;
}

.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}

.nvd3 .nv-axis .zero line,
/*this selector may not be necessary*/ .nvd3 .nv-axis line.zero {
  stroke-opacity: .75;
}

.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: bold;
}

.nvd3 .x  .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle
}



/**********
*  Brush
*/

.nv-brush .resize path {
  fill: #eee;
  stroke: #666;
}



/**********
*  Bars
*/

.nvd3 .nv-bars .negative rect {
    zfill: brown;
}

.nvd3 .nv-bars rect {
  zfill: steelblue;
  fill-opacity: .75;

  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear;
}

.nvd3 .nv-bars rect:hover {
  fill-opacity: 1;
}

.nvd3 .nv-bars .hover rect {
  fill: lightblue;
}

.nvd3 .nv-bars text {
  fill: rgba(0,0,0,0);
}

.nvd3 .nv-bars .hover text {
  fill: rgba(0,0,0,1);
}


/**********
*  Bars
*/

.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
  stroke-opacity: 0;

  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear;
}

.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
  fill-opacity: 1;
}

.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: bold;
  fill: rgba(0,0,0,1);
  stroke: rgba(0,0,0,0);
}

/***********
*  Pie Chart
*/

.nvd3.nv-pie path {
  stroke-opacity: 0;

  transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;

}

.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0;
}

.nvd3.nv-pie path {
  stroke: #fff;
  stroke-width: 1px;
  stroke-opacity: 1;
}

.nvd3.nv-pie .hover path {
  fill-opacity: .7;
/*
  stroke-width: 6px;
  stroke-opacity: 1;
*/
}

.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0;
}

/**********
* Lines
*/

.nvd3 .nv-groups path.nv-line {
  fill: none;
  stroke-width: 2.5px;
  /*
  stroke-linecap: round;
  shape-rendering: geometricPrecision;

  transition: stroke-width 250ms linear;
  -moz-transition: stroke-width 250ms linear;
  -webkit-transition: stroke-width 250ms linear;

  transition-delay: 250ms
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  */
}

.nvd3 .nv-groups path.nv-area {
  stroke: none;
  /*
  stroke-linecap: round;
  shape-rendering: geometricPrecision;

  stroke-width: 2.5px;
  transition: stroke-width 250ms linear;
  -moz-transition: stroke-width 250ms linear;
  -webkit-transition: stroke-width 250ms linear;

  transition-delay: 250ms
  -moz-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  */
}

.nvd3 .nv-line.hover path {
  stroke-width: 6px;
}

/*
.nvd3.scatter .groups .point {
  fill-opacity: 0.1;
  stroke-opacity: 0.1;
}
  */

.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0;
  stroke-opacity: 0;
}

.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: .5 !important;
  stroke-opacity: .5 !important;
}


.nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}

.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  fill-opacity: .5 !important;
  stroke-opacity: .5 !important;
}


.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0;
}



.nvd3 .nv-indexLine {
  cursor: ew-resize;
}


/**********
* Distribution
*/

.nvd3 .nv-distribution {
  pointer-events: none;
}



/**********
*  Scatter
*/

/* **Attempting to remove this for useVoronoi(false), need to see if it's required anywhere
.nvd3 .nv-groups .nv-point {
  pointer-events: none;
}
*/

.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .5;
}

.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1;
}

/*
.nv-group.hover .nv-point {
  fill-opacity: 1;
}
*/


/**********
*  Stacked Area
*/

.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: .7;
  /*
  stroke-opacity: .65;
  fill-opacity: 1;
  */
  stroke-opacity: 0;

  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;

  /*
  transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  */

}

.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: .9;
  /*
  stroke-opacity: .85;
  */
}
/*
.d3stackedarea .groups path {
  stroke-opacity: 0;
}
  */



.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0;
}

.nvd3.nv-stackedarea .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: .75;
  fill-opacity: 1;
}



/**********
*  Line Plus Bar
*/

.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: .75;
}

.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1;
}


/**********
*  Bullet
*/

.nvd3.nv-bullet { font: 10px sans-serif; }
.nvd3.nv-bullet .nv-measure { fill-opacity: .8; }
.nvd3.nv-bullet .nv-measure:hover { fill-opacity: 1; }
.nvd3.nv-bullet .nv-marker { stroke: #000; stroke-width: 2px; }
.nvd3.nv-bullet .nv-markerTriangle { stroke: #000; fill: #fff; stroke-width: 1.5px; }
.nvd3.nv-bullet .nv-tick line { stroke: #666; stroke-width: .5px; }
.nvd3.nv-bullet .nv-range.nv-s0 { fill: #eee; }
.nvd3.nv-bullet .nv-range.nv-s1 { fill: #ddd; }
.nvd3.nv-bullet .nv-range.nv-s2 { fill: #ccc; }
.nvd3.nv-bullet .nv-title { font-size: 14px; font-weight: bold; }
.nvd3.nv-bullet .nv-subtitle { fill: #999; }


.nvd3.nv-bullet .nv-range {
  fill: #999;
  fill-opacity: .4;
}
.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: .7;
}



/**********
* Sparkline
*/

.nvd3.nv-sparkline path {
  fill: none;
}

.nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none;
}

.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px;
 }

.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
  pointer-events: all;
}

.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0;
}

.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
  /*
  stroke: #666;
  */
  stroke-width: 0;
  font-size: .9em;
  font-weight: normal;
}

.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66;
}

.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c;
}

.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728;
}

.nvd3.nv-sparklineplus .nv-currentValue {
  /*
  stroke: #444;
  fill: #000;
  */
  font-weight: bold;
  font-size: 1.1em;
}

/**********
* historical stock
*/

.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 2px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 4px;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
 stroke: #2ca02c;
}

.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
 stroke: #d62728;
}

.nvd3.nv-historicalStockChart .nv-axis .nv-axislabel {
  font-weight: bold;
}

.nvd3.nv-historicalStockChart .nv-dragTarget {
  fill-opacity: 0;
  stroke: none;
  cursor: move;
}

.nvd3 .nv-brush .extent {
  /*
  cursor: ew-resize !important;
  */
  fill-opacity: 0 !important;
}

.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: .4;
  fill: #fff;
  fill-opacity: .7;
}



/**********
* Indented Tree
*/


/**
 * TODO: the following 3 selectors are based on classes used in the example.  I should either make them standard and leave them here, or move to a CSS file not included in the library
 */
.nvd3.nv-indentedtree .name {
  margin-left: 5px;
}

.nvd3.nv-indentedtree .clickable {
  color: #08C;
  cursor: pointer;
}

.nvd3.nv-indentedtree span.clickable:hover {
  color: #005580;
  text-decoration: underline;
}


.nvd3.nv-indentedtree .nv-childrenCount {
  display: inline-block;
  margin-left: 5px;
}

.nvd3.nv-indentedtree .nv-treeicon {
  cursor: pointer;
  /*
  cursor: n-resize;
  */
}

.nvd3.nv-indentedtree .nv-treeicon.nv-folded {
  cursor: pointer;
  /*
  cursor: s-resize;
  */
}

/**********
* Parallel Coordinates
*/

.nvd3 .background path {
  fill: none;
  stroke: #ccc;
  stroke-opacity: .4;
  shape-rendering: crispEdges;
}

.nvd3 .foreground path {
  fill: none;
  stroke: steelblue;
  stroke-opacity: .7;
}

.nvd3 .brush .extent {
  fill-opacity: .3;
  stroke: #fff;
  shape-rendering: crispEdges;
}

.nvd3 .axis line, .axis path {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.nvd3 .axis text {
  text-shadow: 0 1px 0 #fff;
}
/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  color: #414141;
  -webkit-font-smoothing: antialiased; }

div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }

div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
  outline: 0; }

div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url(https://gstatic.braintreegateway.com/assets/bg-input-6bf7477d7555c7e55b17621fcb8e5c3143e1913154919e7a5f09eb2804d1affc.png) repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: url(https://gstatic.braintreegateway.com/assets/bg-input-6bf7477d7555c7e55b17621fcb8e5c3143e1913154919e7a5f09eb2804d1affc.png) repeat-x 0 0;
  outline: 0; }

input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
  background: url(https://gstatic.braintreegateway.com/images/bg-input-focus.png) repeat-x 0 0; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
  line-height: 26px;
  height: 38px;
  padding: 0;
  position: relative;
  overflow: hidden; }
  div.selector:after {
    position: absolute;
    right: 10px;
    top: 25%;
    content: "\203A";
    transform: rotate(90deg);
    font: 20px "Consolas", monospace;
    pointer-events: none; }

select {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.ie7 .date-picker-start select, .ie7 .date-picker-end select {
  width: 50px; }

.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  padding: 0 30px 0 10px;
  color: #414141;
  cursor: pointer;
  width: 100%;
  display: block;
  background: url(https://gstatic.braintreegateway.com/assets/dropwdown-arrows-1d5d88132551386ecd6533b1a411aac3dd7255524410cbf57638adbf0415f575.png) right 17px no-repeat transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .ie7 .selector span {
    padding-right: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  .selector span {
    background: url(https://gstatic.braintreegateway.com/assets/dropwdown-arrows@2x-4a0e8588ae000731e781b53be551397a6c3bd49d2a1d8777e28d9fb410bd05b7.png) right 17px no-repeat transparent;
    background-size: 25px 54px; } }

div.selector:hover span, div.selector:active span {
  background-position: right -32px; }

div.selector.fixedWidth {
  width: 190px; }

div.selector.fixedWidth span {
  width: 155px; }

div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 38px;
  top: 0px;
  left: 0px;
  width: 100%; }

/* Checkbox */
div.checker {
  position: relative; }

div.checker, div.checker span, div.checker input {
  width: 19px;
  height: 19px; }

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -260px; }

div.checker span.checked {
  background-position: -76px -260px; }

div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1; }

div.checker.active span {
  background-position: -19px -260px; }

div.checker.active span.checked {
  background-position: -95px -260px; }

div.checker.hover span, div.checker.focus span {
  background-position: -38px -260px; }

div.checker.hover span.checked, div.checker.focus span.checked {
  background-position: -114px -260px; }

div.checker.hover.active span, div.checker.focus.active span {
  background-position: -57px -260px; }

div.checker.hover.active span.checked, div.checker.focus.active span.checked {
  background-position: -133px -260px; }

div.checker.disabled, div.checker.disabled.active {
  background-position: -152px -260px; }

div.checker.disabled span.checked, div.checker.disabled.active span.checked {
  background-position: -171px -260px; }

/* Radio */
div.radio {
  position: relative; }

div.radio, div.radio span, div.radio input {
  width: 18px;
  height: 18px; }

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background-position: 0 -279px; }

div.radio span.checked {
  background-position: -72px -279px; }

div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center; }

div.radio.active span {
  background-position: -18px -18px -279px; }

div.radio.active span.checked {
  background-position: -90px -279px; }

div.radio.hover span, div.radio.focus span {
  background-position: -36px -36px -279px; }

div.radio.hover span.checked, div.radio.focus span.checked {
  background-position: -108px -279px; }

div.radio.hover.active span, div.radio.focus.active span {
  background-position: -54px -279px; }

div.radio.hover.active span.checked, div.radio.focus.active span.checked {
  background-position: -126px -279px; }

div.radio.disabled span, div.radio.disabled.active span {
  background-position: -144px -279px; }

div.radio.disabled span.checked, div.radio.disabled.active span.checked {
  background-position: -162px -279px; }

/* Uploader */
div.uploader {
  background-position: 0 -297px;
  height: 28px;
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

div.uploader span.action {
  background-position: right -409px;
  height: 28px;
  line-height: 28px;
  width: 82px;
  text-align: center;
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer; }

div.uploader span.filename {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  cursor: default;
  height: 24px;
  margin: 2px 0 2px 2px;
  line-height: 24px;
  width: 85px;
  padding: 0 10px; }

div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  cursor: default;
  width: 100%;
  height: 100%; }

div.uploader.active span.action {
  background-position: right -465px; }

div.uploader.hover, div.uploader.focus {
  background-position: 0 -353px; }

div.uploader.hover span.action, div.uploader.focus span.action {
  background-position: right -437px; }

div.uploader.hover.active span.action, div.uploader.focus.active span.action {
  background-position: right -493px; }

div.uploader.disabled, div.uploader.disabled.active {
  background-position: 0 -325px; }

div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  background-position: right -381px; }

/* Buttons */
div.button {
  background-position: 0 -641px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }

div.button a, div.button button, div.button input {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 22px;
  text-align: center;
  background-position: right -521px;
  height: 22px;
  margin-left: 13px;
  padding: 8px 15px 0 2px; }

div.button.active {
  background-position: 0 -671px; }

div.button.active span {
  background-position: right -551px;
  cursor: default; }

div.button.hover, div.button.focus {
  background-position: 0 -701px; }

div.button.hover span, div.button.focus span {
  background-position: right -581px; }

div.button.disabled, div.button.disabled.active {
  background-position: 0 -731px; }

div.button.disabled span, div.button.disabled.active span {
  background-position: right -611px;
  cursor: default; }

/* INPUT & TEXTAREA */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 16px;
  font-weight: normal; }

input.uniform-input.hover, input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999; }

/* PRESENTATION */
/* Buttons */
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }

div.button.hover span, div.button.focus span {
  color: #555; }

div.button.disabled span, div.button.disabled.active span {
  color: #bbb; }

/* Select */
div.selector {
  font-size: 16px; }

div.selector span {
  color: #666;
  text-shadow: 0 1px 0 white; }

div.selector select {
  font-size: 16px; }

div.selector.disabled span, div.selector.disabled.active span {
  color: #bbb; }

/* Checker */
div.checker {
  margin-right: 5px; }

/* Radio */
div.radio {
  margin-right: 3px; }

/* Uploader */
div.uploader span.action {
  text-shadow: white 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold; }

div.uploader span.filename {
  color: #777;
  border-right: solid 1px #bbbbbb;
  font-size: 11px; }

div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa; }

div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa; }

input.uniform-input, input.uniform-input:focus {
  background-color: #fff; }

/* CSS Styles for Select */
div.selector {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 0;
  height: auto; }
  div.selector.hover, div.selector.focus, div.selector.active {
    border: 1px solid #4e9be2; }
  .field_with_errors div.selector {
    border: 1px solid #ED574A; }
/**








*/
