/*------------------------------------*\
    #SETTINGS
\*------------------------------------*/
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/**
 * Color Variables
 *
 * These variables should always be aliased as Functional Variables, either at
 * the bottom of this file, or at the top of the Component SCSS that they
 * belong to. This method helps aid the quick reskinning of Components.
 */
/**
 * Global Functional Color Variables
 */
/*------------------------------------*\
    #GLOBAL
\*------------------------------------*/
/**
 * Default global spacing units
 */
/**
 * Breakpoint widths
 */
/**
 * Header Height
 */
/**
 * Border Radius
 */
/**
 * Drop Shadow
 */
/**
* Animation properties.
*/
/**
* Text fontsizes
*/
/*------------------------------------*\
    #FONTS
\*------------------------------------*/
/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
/**
 * Font stacks
 */
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("/static/fonts/ProximaNova-Regular.eot");
  src: url("/static/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/ProximaNova-Regular.woff") format("woff"), url("/static/fonts/ProximaNova-Regular.ttf") format("truetype"), url("/static/fonts/ProximaNova-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("/static/fonts/ProximaNova-Semibold.eot");
  src: url("/static/fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/ProximaNova-Semibold.woff") format("woff"), url("/static/fonts/ProximaNova-Semibold.ttf") format("truetype"), url("/static/fonts/ProximaNova-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Futura-Bold";
  src: url("/static/fonts/Futura-Bold.eot");
  src: url("/static/fonts/Futura-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Futura-Bold.woff") format("woff"), url("/static/fonts/Futura-Bold.ttf") format("truetype"), url("/static/fonts/Futura-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Futura-Medium";
  src: url("/static/fonts/Futura-Medium2.eot");
  src: url("/static/fonts/Futura-Medium2.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Futura-Medium2.woff") format("woff"), url("/static/fonts/Futura-Medium2.ttf") format("truetype"), url("/static/fonts/Futura-Medium2.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*------------------------------------*\
    #TOOLS
\*------------------------------------*/
/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
.tippy-touch {
  cursor: pointer !important; }

.tippy-notransition {
  transition: none !important; }

.tippy-popper {
  max-width: 400px;
  -webkit-perspective: 800px;
  perspective: 800px;
  z-index: 9999;
  outline: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none; }

.tippy-popper.html-template {
  max-width: 96%;
  max-width: calc(100% - 20px); }

.tippy-popper[x-placement^=top] [x-arrow] {
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0 9px; }

.tippy-popper[x-placement^=top] [x-arrow].arrow-small {
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: -5px; }

.tippy-popper[x-placement^=top] [x-arrow].arrow-big {
  border-top: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px; }

.tippy-popper[x-placement^=top] [x-circle] {
  -webkit-transform-origin: 0 33%;
  transform-origin: 0 33%; }

.tippy-popper[x-placement^=top] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -55%);
  transform: scale(1) translate(-50%, -55%);
  opacity: 1; }

.tippy-popper[x-placement^=top] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
  border-top: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-top: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom; }

.tippy-popper[x-placement^=top] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0); }

.tippy-popper[x-placement^=top] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(90deg);
  transform: translateY(0) rotateX(90deg); }

.tippy-popper[x-placement^=top] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.tippy-popper[x-placement^=top] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1); }

.tippy-popper[x-placement^=top] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0); }

.tippy-popper[x-placement^=bottom] [x-arrow] {
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0 9px; }

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
  border-bottom: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  top: -5px; }

.tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
  border-bottom: 10px solid #333;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -10px; }

.tippy-popper[x-placement^=bottom] [x-circle] {
  -webkit-transform-origin: 0 -50%;
  transform-origin: 0 -50%; }

.tippy-popper[x-placement^=bottom] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -45%);
  transform: scale(1) translate(-50%, -45%);
  opacity: 1; }

.tippy-popper[x-placement^=bottom] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -5%);
  transform: scale(0.15) translate(-50%, -5%);
  opacity: 0; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-bottom: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
  border-bottom: 7px solid rgba(0, 0, 0, 0.7);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-bottom: 5px solid rgba(0, 0, 0, 0.7);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; }

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top; }

.tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0); }

.tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-90deg);
  transform: translateY(0) rotateX(-90deg); }

.tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1); }

.tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0); }

.tippy-popper[x-placement^=left] [x-arrow] {
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 6px 0; }

.tippy-popper[x-placement^=left] [x-arrow].arrow-small {
  border-left: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: -5px; }

.tippy-popper[x-placement^=left] [x-arrow].arrow-big {
  border-left: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -10px; }

.tippy-popper[x-placement^=left] [x-circle] {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.tippy-popper[x-placement^=left] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1; }

.tippy-popper[x-placement^=left] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
  border-left: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-left: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-left: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right; }

.tippy-popper[x-placement^=left] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0); }

.tippy-popper[x-placement^=left] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-90deg);
  transform: translateX(0) rotateY(-90deg); }

.tippy-popper[x-placement^=left] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.tippy-popper[x-placement^=left] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1); }

.tippy-popper[x-placement^=left] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0); }

.tippy-popper[x-placement^=right] [x-arrow] {
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 6px 0; }

.tippy-popper[x-placement^=right] [x-arrow].arrow-small {
  border-right: 5px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: -5px; }

.tippy-popper[x-placement^=right] [x-arrow].arrow-big {
  border-right: 10px solid #333;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -10px; }

.tippy-popper[x-placement^=right] [x-circle] {
  -webkit-transform-origin: -50% 0;
  transform-origin: -50% 0; }

.tippy-popper[x-placement^=right] [x-circle].enter {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1; }

.tippy-popper[x-placement^=right] [x-circle].leave {
  -webkit-transform: scale(0.15) translate(-50%, -50%);
  transform: scale(0.15) translate(-50%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
  background-color: #fff; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
  border-right: 7px solid rgba(0, 0, 0, 0.7);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
  border-right: 5px solid rgba(0, 0, 0, 0.7);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
  border-right: 10px solid rgba(0, 0, 0, 0.7);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left; }

.tippy-popper[x-placement^=right] [data-animation=perspective].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0); }

.tippy-popper[x-placement^=right] [data-animation=perspective].leave {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(90deg);
  transform: translateX(0) rotateY(90deg); }

.tippy-popper[x-placement^=right] [data-animation=fade].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=fade].leave {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift].enter {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift].leave {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.tippy-popper[x-placement^=right] [data-animation=scale].enter {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1); }

.tippy-popper[x-placement^=right] [data-animation=scale].leave {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0); }

.tippy-popper .tippy-tooltip.transparent-theme {
  background-color: rgba(0, 0, 0, 0.7); }

.tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
  background-color: transparent; }

.tippy-popper .tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
  background-color: #fff; }

.tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent; }

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: .95rem;
  padding: .4rem .8rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333; }

.tippy-tooltip--small {
  padding: .25rem .5rem;
  font-size: .8rem; }

.tippy-tooltip--big {
  padding: .6rem 1.2rem;
  font-size: 1.2rem; }

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent; }

.tippy-tooltip[data-interactive] {
  pointer-events: auto; }

.tippy-tooltip[data-inertia] {
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85); }

.tippy-tooltip [x-arrow] {
  position: absolute;
  width: 0;
  height: 0; }

.tippy-tooltip [x-circle] {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 130%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  overflow: hidden;
  transition: all ease; }

.tippy-tooltip [x-circle]:before {
  content: "";
  padding-top: 90%;
  float: left; }

@media (max-width: 450px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px); } }

/*------------------------------------*\
    #BASE
\*------------------------------------*/
/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * 1. Ensure the page is always at least the height of the viewport
 * 2. Ensure OSX fonts will look more consistent with other OSes that do not
 *    utilize sub-pixel anti-aliasing.
 * 3. Ensure browsers will not automatically zoom fonts.
 */
/*------------------------------------*\
    #PAGE
\*------------------------------------*/
/**
 * 1. Ensure the page is always at least the height of the viewport
 * 2. Ensure OSX fonts will look more consistent with other OSes that do not
 *    utilize sub-pixel anti-aliasing.
 * 3. Ensure browsers will not automatically zoom fonts.
 */
body {
  margin: 0; }

html {
  overflow-y: scroll; }

* {
  box-sizing: border-box; }

.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box; }

.section-break {
  border-bottom: 1px solid #cccccc; }

.panel-content {
  padding-top: 60px; }

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh; }
  .wrapper footer {
    margin-top: auto; }

select, input {
  outline: none; }
  select:focus, input:focus {
    outline: none; }

#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999999; }

/*------------------------------------*\
    #TEXT
\*------------------------------------*/
p.description-text {
  font-family: "ProximaNova-Regular";
  font-size: 13px;
  line-height: 16px;
  color: #000000; }
  p.description-text.semi-bold {
    font-family: "ProximaNova-Semibold"; }

p.description {
  font-family: "ProximaNova-Regular";
  font-size: 13px;
  color: #78849a;
  line-height: 16px; }
  p.description.semi-bold {
    font-family: "ProximaNova-Semibold"; }

p.totalvalue-title {
  font-family: "ProximaNova-Regular";
  font-size: 10px;
  color: #78849a;
  margin: 2px 0 0; }

.user-error {
  width: 75%;
  margin: 0px auto; }

.error {
  display: flex;
  align-items: center; }
  .error.invalid {
    display: none; }
  .error img {
    margin-right: 7px; }
  .error p {
    font-size: 10px;
    color: red;
    font-family: ProximaNova-Regular; }
  .error h4 {
    font-family: ProximaNova-Regular;
    font-size: 10px; }

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
h1.main-heading {
  margin: 0;
  font-family: "Futura-Bold";
  font-size: 50px;
  text-align: center;
  color: #121212;
  font-weight: normal; }

h2.sub-heading {
  margin: 0;
  font-family: "Futura-Bold";
  font-size: 22px;
  color: #000000;
  font-weight: normal; }
  h2.sub-heading.purple-heading {
    color: #3e3a85;
    text-align: center;
    margin: 0px 0 40px; }

h2.section-heading {
  margin: 0;
  font-family: "Futura-Bold";
  font-size: 26px;
  color: #2b295d;
  font-weight: normal; }

h2.tableHeading {
  margin: 0;
  font-family: "Futura-Bold";
  font-size: 20px;
  color: #3e3a85;
  font-weight: normal; }

h2.subtotalHeading {
  margin: 0;
  font-family: "Futura-Bold";
  font-size: 12px;
  color: #c8c8c8;
  font-weight: normal; }

h2.popup-title {
  margin: 0;
  font-family: "Futura-Bold";
  font-size: 22.5px;
  color: #121212;
  font-weight: normal; }

h4.title-desc {
  font-family: "Futura-Medium";
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: rgba(120, 132, 154, 0.7); }

.head_left .tableHeading {
  margin-left: 25px !important;
  margin-top: 15px; }

.head_left .intellect-head:first-child {
  width: 20%;
  margin-left: 24px; }

/*------------------------------------*\
    #LINKS
\*------------------------------------*/
a {
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

/*------------------------------------*\
    #Button
\*------------------------------------*/
button {
  outline: 0;
  cursor: pointer; }
  button:focus {
    outline: 0; }
  button[disabled] {
    cursor: auto; }

.button {
  font-family: 'Futura-Bold';
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal; }
  .button button {
    font-family: 'Futura-Bold';
    position: relative; }
  .button .sign-in {
    width: 140px;
    height: 35px;
    letter-spacing: 0px;
    font-size: 10px;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #ffffff;
    background-image: linear-gradient(to left, #57dada 5%, #51b0b0 60%);
    border: solid 2px #55caca; }
    .button .sign-in:hover {
      background-color: #55caca;
      background-image: none; }
    .button .sign-in[disabled] {
      color: #cccccc;
      background-color: #ffffff;
      border: solid 2px #cccccc;
      background-image: none; }
      .button .sign-in[disabled]:hover {
        background-color: none;
        background-image: none; }
  .button .edit {
    width: 100px;
    height: 35px;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #2b295d;
    border: solid 2px #2b295d;
    color: #ffffff; }
    .button .edit.deactivate {
      background-color: #cccccc;
      border: solid 2px #cccccc;
      pointer-events: none;
      cursor: not-allowed; }
    .button .edit:hover {
      background-color: #3e3a85; }
  .button .add {
    width: 99px;
    height: 37px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-size: 14px;
    color: #2b295d;
    text-transform: uppercase; }
    .button .add img {
      margin-left: 12px;
      margin-bottom: -2px; }
    .button .add:hover {
      background-color: #f7f7f7; }
  .button .button-image {
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    width: 300px;
    height: 50px;
    border: solid 2px #2b295d;
    background-color: #ffffff;
    font-family: Futura-Bold;
    font-size: 13px;
    color: #121212; }
  .button .continue {
    width: 300px;
    height: 48px;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #ffffff;
    border: solid 2px #cccccc;
    color: #cccccc;
    pointer-events: none;
    cursor: not-allowed; }
    .button .continue.active {
      color: #121212;
      background-color: #ffffff;
      border: solid 2px #2b295d;
      pointer-events: auto;
      cursor: pointer; }
      .button .continue.active:after {
        border-bottom: 2px solid #2b295d !important; }
      .button .continue.active img.grey {
        display: none; }
      .button .continue.active img.green {
        display: inline-block; }
    .button .continue img {
      margin-left: 30px; }
    .button .continue img.gray {
      display: inline-block; }
    .button .continue img.green {
      display: none; }
  .button .sign-out {
    width: 231px;
    height: 50px;
    background-color: #2b295d;
    border: solid 2px #2b295d;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    font-size: 10px; }
    .button .sign-out img {
      margin: 0 6px -6px 27px; }
      .button .sign-out img.hover {
        display: none; }
    .button .sign-out:hover {
      background-color: #3e3a85; }
      .button .sign-out:hover .normal {
        display: none; }
      .button .sign-out:hover .hover {
        display: inline; }
  .button .learn-more {
    width: 184px;
    height: 48px;
    border: solid 2px #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    background-color: transparent; }
    .button .learn-more:hover {
      background-color: #ffffff;
      color: #2b295d; }

button.add-btn {
  border: 0.8px solid #cccccc;
  background-color: #ffffff;
  padding: 6px 14px;
  color: #2b295d;
  font-family: 'Futura-Bold';
  font-size: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center; }
  button.add-btn img {
    margin-left: 10px;
    width: 15px; }

button.action-button {
  display: inline-block;
  border: none;
  width: 177px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: 'Futura-Bold';
  font-size: 10.5px;
  text-transform: uppercase; }
  button.action-button img {
    position: relative;
    left: 15px; }

.graybackground {
  background: #BFBFBF !important; }

.sign-in-width {
  width: 148px !important; }

input[type=text]::-ms-clear {
  display: none; }

input {
  border-radius: 2.3px;
  border: solid 1px #cccccc;
  background-color: #fafafa;
  color: #000000;
  font-family: 'ProximaNova-Regular'; }
  input::-webkit-input-placeholder {
    color: #676767; }
  input:-moz-placeholder {
    color: #676767; }
  input::-moz-placeholder {
    color: #676767; }
  input:-ms-input-placeholder {
    color: #676767; }
  input.big {
    font-size: 13px;
    padding: 9px 0 9px 20px; }
    input.big::-webkit-input-placeholder {
      color: #cccccc; }
    input.big::-moz-placeholder {
      /* Firefox 19+ */
      color: #cccccc; }
    input.big:-ms-input-placeholder {
      /* IE 10+ */
      color: #cccccc; }
    input.big:-moz-placeholder {
      /* Firefox 18- */
      color: #cccccc; }
  input.small {
    font-size: 14px;
    padding: 13px 0 13px 16px; }
  input:focus {
    outline: none;
    border: solid 1px #51b0b0; }

/*------------------------------------*\
    #LIST
\*------------------------------------*/
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

input[type=checkbox] + label {
  display: block;
  cursor: pointer; }

input[type=checkbox] {
  display: none; }

input[type=checkbox] + label:before {
  content: " ";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 2.3px;
  color: transparent;
  border: solid 1px #cccccc;
  background-color: #f6f6f6;
  background: #f6f6f6 no-repeat center center;
  transition: .2s; }

input[type=checkbox] + label:active:before {
  transform: scale(0); }

input[type=checkbox]:checked + label:before {
  background: #ffffff url("/static/images/line.png") no-repeat center center;
  background-size: 70%;
  border: solid 1px #cccccc;
  color: #fff; }

.select-custom {
  position: relative;
  overflow: hidden;
  display: block; }
  .select-custom select {
    border-radius: 2.3px;
    border: solid 1px #cccccc;
    background-color: #fafafa;
    padding: 0 0 0 20px;
    font-family: 'ProximaNova-Regular' !important;
    font-size: 13px;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .select-custom select:focus {
      border: solid 1px #51b0b0; }
    .select-custom select > option {
      background: #fafafa;
      height: 26px;
      color: black; }
  .select-custom:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 16px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #78849a;
    clear: both;
    pointer-events: none; }

select {
  cursor: pointer; }

input[type="radio"] {
  position: absolute;
  opacity: 0; }
  input[type="radio"] + .radio-label:before {
    content: '';
    border-radius: 100%;
    border: solid 0.8px #cccccc;
    background-color: #f6f6f6;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: all 250ms ease; }
  input[type="radio"]:checked + .radio-label:before {
    background-color: #51b0b0;
    box-shadow: inset 0 0 0 3px #ffffff; }
  input[type="radio"]:focus + .radio-label:before {
    outline: none; }
  input[type="radio"] + .radio-label:empty:before {
    margin-right: 0; }

/*------------------------------------*\
    #TABLES
\*------------------------------------*/
.ag-header-cell-label .ag-header-cell-text {
  font-family: "Futura-Medium";
  font-size: 10.5px;
  color: #78849a;
  line-height: 14px; }

.ag-root-wrapper {
  min-height: 800px; }

.ag-theme-balham .ag-ltr .ag-cell {
  font-family: "Futura-Medium";
  font-size: 10.5px; }

.ag-row-hover {
  background-color: #f6f6f6 !important; }

.ag-theme-balham .ag-header-cell::after,
.ag-theme-balham .ag-header-group-cell::after {
  display: none; }

.ag-theme-balham .ag-header {
  background-color: #f6f6f6 !important;
  font-weight: normal !important;
  border-bottom: none !important; }

.ag-center-cols-container {
  margin: 0px 20px; }

.ag-header {
  padding: 0 20px;
  border-bottom: 0px; }

.ag-theme-balham .ag-cell {
  vertical-align: middle;
  line-height: 50px !important; }

div[col-id="openButton"] {
  display: flex;
  align-items: center; }

.ag-theme-balham .ag-row-selected {
  background-color: transparent; }

.ag-theme-balham .ag-row.ag-row-last {
  border-bottom-width: 0px !important; }

.ag-theme-balham .ag-root {
  border: 1px solid #cccccc !important; }

.ag-cell-label-container {
  justify-content: flex-end !important; }
  .ag-cell-label-container .ag-header-cell-menu-button {
    opacity: 1 !important; }
    .ag-cell-label-container .ag-header-cell-menu-button .ag-icon {
      margin-left: 10px; }
      .ag-cell-label-container .ag-header-cell-menu-button .ag-icon:before {
        content: "";
        display: inline-block;
        background: url("/static/images/filter-icon.png") no-repeat center;
        width: 16px;
        height: 13px;
        cursor: pointer; }
  .ag-cell-label-container .ag-header-cell-label {
    flex: none; }
    .ag-cell-label-container .ag-header-cell-label .ag-filter-icon {
      display: none !important; }

.ag-header-cell-filtered .ag-header-cell-menu-button .ag-icon:before {
  background: url("/static/images/filter-icon-active2.png") no-repeat center; }

.ag-popup .ag-menu.ag-ltr {
  top: 36px !important;
  width: 274px;
  box-shadow: none !important;
  background-color: #fafafa;
  border: 1px solid #cccccc; }
  .ag-popup .ag-menu.ag-ltr .custom-quickfilter {
    padding: 15px; }
    .ag-popup .ag-menu.ag-ltr .custom-quickfilter .checkbox-wrapper {
      margin-bottom: 12px; }
      .ag-popup .ag-menu.ag-ltr .custom-quickfilter .checkbox-wrapper label {
        display: inline-flex;
        align-items: center;
        font-family: "ProximaNova-Regular";
        font-size: 10.5px;
        color: #000000; }
        .ag-popup .ag-menu.ag-ltr .custom-quickfilter .checkbox-wrapper label:before {
          width: 18px;
          height: 18px;
          margin-right: 13px; }

.ag-theme-balham select.ag-cell-edit-input {
  border-radius: 2.3px;
  border: solid 1px #cccccc;
  background-color: #fafafa;
  padding: 0 0 0 20px;
  font-family: "ProximaNova-Regular" !important;
  font-size: 13px;
  color: #000000; }

.ag-theme-balham .ag-tooltip {
  background-color: #fafafa !important;
  border-color: #e5e5e5 !important; }

.ag-theme-balham.ag-popup > div:not(.ag-tooltip-custom) {
  box-shadow: none !important; }

.ag-theme-balham .ag-overlay-loading-center {
  background-color: transparent !important;
  border: none !important; }

.ag-theme-balham .ag-header-cell-label span.ag-sort-order {
  display: none; }

.rTable {
  display: block;
  width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  min-height: 500px; }

.rBaseTable {
  min-height: 100px;
  margin: 0 auto 0px; }

.rTable .collapse {
  flex-basis: 3.5% !important; }
  .rTable .collapse a {
    font-size: 0;
    width: 20px !important; }

.rTableHeading,
.rTableBody,
.rTableFoot,
.rTableRow {
  clear: both;
  display: flex; }

.rTableRow {
  margin: 0px 20px;
  border-bottom: 1px solid #cccccc; }
  .rTableRow:hover {
    font-weight: 600; }

.rTableRow:first-of-type {
  padding: 0 20px;
  margin: 0;
  background-color: #f6f6f6;
  transform: translate3d(0px, 0px, 0px);
  position: sticky;
  position: -webkit-sticky;
  top: 54px;
  z-index: 998; }

.rTableRow:first-of-type,
.rTableRow:last-of-type {
  border-bottom: none; }

.head {
  position: sticky !important;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
  background-color: #f6f6f6; }

.rTableHead,
.rTableFoot {
  font-weight: bold; }

.rTableCell,
.rTableHead {
  height: 50px;
  vertical-align: middle;
  line-height: 50px;
  padding-left: 12px;
  padding-right: 11px;
  flex-basis: 33%;
  font-family: "Futura-Medium";
  font-size: 10.5px;
  flex-grow: 1; }

.rTableCell {
  color: #000000;
  position: relative; }
  .rTableCell a {
    max-width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default; }

.rTableHead {
  color: #78849a;
  font-weight: normal !important;
  display: flex;
  line-height: normal;
  justify-content: flex-start;
  align-items: center;
  height: 35px; }
  .rTableHead span {
    padding: 0 5px 0 0; }

.editOption,
.additionOption,
.hideOption,
.deleteOption,
.duplicateOption,
.commentOption {
  text-align: center;
  padding-right: 5px; }
  .editOption button,
  .additionOption button,
  .hideOption button,
  .deleteOption button,
  .duplicateOption button,
  .commentOption button {
    background-color: transparent;
    border: none;
    color: transparent;
    width: 20px;
    padding: 0; }

.editOption {
  padding-left: 22px; }
  .editOption button {
    background: url("/static/images/edit-icon.png") no-repeat center center;
    background-size: contain; }
    .editOption button.edit-active {
      background: url("/static/images/line.png") no-repeat center center;
      background-size: 50%; }

.editSpecial {
  padding-left: 11px; }

.commentOption button {
  background: url("/static/images/comment.png") no-repeat center center;
  background-size: contain;
  height: 25px; }

.duplicateOption {
  padding: 0; }
  .duplicateOption button {
    background: url("/static/images/duplicate.png") no-repeat center center;
    background-size: contain;
    height: 25px;
    opacity: 0.5; }

.commentData button {
  background: url("/static/images/commentred.png") no-repeat center center;
  background-size: contain; }

.deleteOption button {
  background: url("/static/images/bin-icon.png") no-repeat center center; }

.additionOption button {
  background: url("/static/images/addition.png") no-repeat center center;
  background-size: contain; }

.hideOption button {
  background: url("/static/images/up-arrow.png") no-repeat center center; }

.collapse-btn {
  background-color: transparent;
  border: none;
  color: #78849a;
  font-size: 20px;
  padding: 0 5px 0 0; }

.collapse .collapse-btn {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-size: 18px;
  padding: 0 5px 0; }

.collapse label,
.collapse input {
  display: none; }

.disableButton {
  pointer-events: none; }

.rTable input,
.rTable select {
  width: 100%; }

.rTable input {
  border: 2px solid lightblue;
  border-radius: 5px;
  height: 28px;
  padding-left: 7px; }

.rTable .select-custom:after {
  top: 23px; }

.rTable .select-custom select {
  height: 33px;
  color: #000000 !important;
  font-size: 10.5px;
  position: relative; }

.hide-sort {
  display: none; }

.rTable .alignRight,
.rTable .formatClass {
  text-align: right;
  justify-content: flex-end;
  padding-right: 30px; }
  .rTable .alignRight a,
  .rTable .formatClass a {
    float: left; }

.sort-btn,
.filter-btn {
  background-color: transparent;
  border: none;
  font-family: "agGridBalham";
  speak: none;
  font-size: 0;
  color: #7f8c8d;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding: 0 5px 0 0; }

.sort-btn.unsort:before {
  content: "\E921";
  font-size: 16px; }

.sort-btn.asc:before {
  content: "\E902";
  font-size: 16px; }

.sort-btn.desc:before {
  content: "\E910";
  font-size: 16px; }

.filter-btn-wrapper {
  position: relative; }
  .filter-btn-wrapper .filter-btn:before {
    content: "";
    display: inline-block;
    background: url(/static/images/filter-icon.png) no-repeat center;
    width: 16px;
    height: 13px;
    cursor: pointer; }
  .filter-btn-wrapper .filter-btn.active:before {
    background: url(/static/images/filter-icon-active2.png) no-repeat center; }
  .filter-btn-wrapper .rtable-Filter {
    position: absolute;
    background-color: #fafafa;
    border: 1px solid #cccccc;
    padding: 15px;
    z-index: 9999;
    margin: 0 auto;
    width: auto;
    min-width: 250px;
    white-space: nowrap;
    top: 26px;
    left: -8px;
    max-height: 50vh;
    overflow-y: auto; }
    .filter-btn-wrapper .rtable-Filter .checkbox-wrapper {
      margin-bottom: 12px; }
      .filter-btn-wrapper .rtable-Filter .checkbox-wrapper label {
        display: inline-flex;
        align-items: center;
        font-family: "ProximaNova-Regular";
        font-size: 10.5px;
        color: #000000; }
    .filter-btn-wrapper .rtable-Filter .checkbox-wrapper label:before {
      width: 18px;
      height: 18px;
      margin-right: 13px; }

.rTableCell span:not(:empty) {
  margin: 0 auto;
  width: auto;
  white-space: nowrap;
  height: auto;
  position: absolute;
  top: 38px;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  line-height: normal;
  padding: 5px;
  left: 25%;
  z-index: 99;
  text-align: center; }

.subHeading-row {
  display: flex;
  border-left: 5px solid #3e3a85;
  padding-left: 10px;
  height: 45px;
  align-items: center; }
  .subHeading-row .subSet {
    display: flex;
    flex-direction: row; }
  .subHeading-row .s-one {
    flex-basis: 5%; }
  .subHeading-row .s-two {
    display: flex;
    flex-basis: 130%;
    justify-content: space-between; }
    .subHeading-row .s-two div {
      width: 163px;
      height: 23px;
      font-family: "Futura-Bold";
      font-size: 11px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #3e3a85; }
    .subHeading-row .s-two .s-two-right {
      text-align: end;
      padding-right: 20px; }
  .subHeading-row .s-three {
    display: flex;
    flex-basis: 104%;
    justify-content: flex-start; }
    .subHeading-row .s-three .s-three-first {
      width: 390px;
      padding-right: 18px;
      text-align: right; }
    .subHeading-row .s-three .s-three-align {
      text-align: left; }
    .subHeading-row .s-three .s-three-two {
      width: 97px;
      text-align: left !important;
      padding-left: 14px; }
    .subHeading-row .s-three .expo-three {
      padding-left: 12px;
      width: 22% !important; }
    .subHeading-row .s-three .bene-three {
      padding-left: 20px; }
    .subHeading-row .s-three div {
      width: 163px;
      height: 23px;
      font-family: "Futura-Bold";
      font-size: 12px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #3e3a85; }
  .subHeading-row .s-four {
    display: flex;
    justify-content: flex-end; }
    .subHeading-row .s-four .collapse-btn {
      background-color: #f6f6f6;
      height: 45px;
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }

.hideShow {
  display: none !important; }

.rotateImg {
  transform: rotate(180deg); }

.redColor {
  color: red !important; }

.greenColor {
  color: #52b8b7 !important; }

.greyColor {
  color: #9f9f9f !important; }

.add-mt-5 {
  margin-top: 50px !important; }

.table-large-outer {
  width: 100%;
  margin: 0 auto; }
  .table-large-outer .rTable {
    border-bottom: 0; }
  .table-large-outer .rTableRow {
    display: inline-block;
    padding: 0px 20px;
    padding-right: 10px;
    margin: 0px 0px -4px 0px;
    width: 100%;
    border-bottom: none; }
    .table-large-outer .rTableRow:first-of-type {
      border-bottom: 1px solid #cccccc; }
    .table-large-outer .rTableRow:last-of-type .rTableCell {
      border: none; }
    .table-large-outer .rTableRow .rowHeight {
      height: 35px !important; }
    .table-large-outer .rTableRow .rTableHead {
      float: left;
      display: block;
      height: 60px;
      padding-top: 10px; }
      .table-large-outer .rTableRow .rTableHead span {
        width: 100%;
        display: block; }
      .table-large-outer .rTableRow .rTableHead .sort-btn,
      .table-large-outer .rTableRow .rTableHead .filter-btn-wrapper {
        float: left; }
      .table-large-outer .rTableRow .rTableHead .filter-btn-wrapper {
        padding-top: 4px; }
    .table-large-outer .rTableRow div[style*="background-color"] .sort-btn {
      color: white; }
    .table-large-outer .rTableRow .rTableCell {
      float: left;
      display: block;
      height: 50px;
      border-bottom: 1px solid #cccccc; }
      .table-large-outer .rTableRow .rTableCell.grey_content a {
        color: #9f9f9f; }
  .table-large-outer .sub-row {
    background-color: #f6f6f6; }
  .table-large-outer .subHeading-row {
    clear: both;
    display: table;
    border-bottom: 1px solid #cccccc;
    width: 100%; }
    .table-large-outer .subHeading-row + .rTableRow .rTableCell {
      color: black; }
    .table-large-outer .subHeading-row .subSet {
      vertical-align: middle;
      display: inline-block; }
      .table-large-outer .subHeading-row .subSet.s-one {
        font-family: "Futura-Medium";
        font-size: 11px;
        color: #78849a;
        margin-left: 17px;
        float: left;
        margin-top: 16px;
        font-weight: 600; }
      .table-large-outer .subHeading-row .subSet.s-two {
        width: 42.8%;
        margin-left: 3.5%;
        float: left; }
        .table-large-outer .subHeading-row .subSet.s-two div {
          float: left;
          width: auto;
          margin-top: 16px; }
          .table-large-outer .subHeading-row .subSet.s-two div.s-two-right {
            width: auto;
            margin-left: auto;
            float: right;
            text-align: left; }
          .table-large-outer .subHeading-row .subSet.s-two div.expo-s-right {
            width: 0px;
            padding-right: 10px; }
          .table-large-outer .subHeading-row .subSet.s-two div.bene-s-right {
            width: 84px; }
          .table-large-outer .subHeading-row .subSet.s-two div.tbene-s-right {
            width: 78px; }
      .table-large-outer .subHeading-row .subSet.s-three {
        width: 45%;
        float: left; }
        .table-large-outer .subHeading-row .subSet.s-three div[class*="s-three"] {
          float: left;
          width: 17%;
          text-align: left;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          margin-top: 16px;
          text-align: center; }
        .table-large-outer .subHeading-row .subSet.s-three .s-three-first {
          margin-left: 48%;
          padding: 0; }
        .table-large-outer .subHeading-row .subSet.s-three .s-three-title-align {
          text-align: left !important;
          padding-left: 12px; }
        .table-large-outer .subHeading-row .subSet.s-three .s-three-align {
          text-align: left !important;
          width: 22% !important; }
      .table-large-outer .subHeading-row .subSet.s-four {
        margin-left: 20px;
        width: auto;
        float: right; }
  .table-large-outer.deal-maker-table .s-two {
    margin-left: 50px !important;
    width: 77% !important; }
    .table-large-outer.deal-maker-table .s-two .s-two-right {
      width: 10%; }
  .table-large-outer.deal-maker-table .s-three {
    display: none; }
  .table-large-outer.exposure .s-four {
    margin-left: 120px !important; }
  .table-large-outer.deal-tracker-exposure .subHeading-row .s-two {
    width: 52%; }
  .table-large-outer.deal-tracker-exposure .subHeading-row .s-three {
    width: 36.5%; }
    .table-large-outer.deal-tracker-exposure .subHeading-row .s-three .s-three-first {
      margin-left: 50% !important; }
  .table-large-outer .editOption,
  .table-large-outer .additionOption,
  .table-large-outer .hideOption,
  .table-large-outer .deleteOption,
  .table-large-outer .editSpecial,
  .table-large-outer .commentOption {
    padding: 0;
    width: 30px !important; }
  .table-large-outer .footer {
    border-top: 0; }

textarea.comment-text {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid !important;
  width: 100%;
  margin: 80px 0px 0px 0px;
  outline: none; }

.heightAdjust {
  max-height: 115px !important; }

.exposureTop {
  margin-top: 35px; }

.year-head {
  margin-left: 15px; }

.deal-value {
  color: #78849a;
  font-style: italic; }

.lower-email {
  text-transform: lowercase; }

.savedeal-popup-content h3 {
  font-family: "ProximaNova-Regular" !important;
  font-size: 13px !important;
  color: #78849a !important;
  font-weight: normal !important;
  padding: 10px; }

.expo-headindex {
  z-index: 996 !important; }

.expo-titleindex {
  z-index: 995 !important; }

.contract-save {
  border: 0.8px solid #cccccc;
  background-color: #ffffff;
  padding: 6px 15px;
  color: #2b295d;
  font-family: "Futura-Bold";
  font-size: 10px;
  text-transform: uppercase;
  align-items: center; }

.footer-track-heading {
  font-size: 11px;
  width: 51%;
  font-family: "Futura-Bold";
  color: #3e3a85;
  font-weight: normal; }

.footer-expotrack-heading {
  font-size: 11px;
  margin-right: 59%;
  font-family: "Futura-Bold";
  color: #3e3a85;
  font-weight: normal; }

.footer-expo-heading {
  font-size: 15px;
  margin-right: 75%; }

.delivered-value {
  margin-left: 24px; }

.expo-footer {
  padding-left: calc(4% + 20px) !important;
  width: 100%; }

.expo-foot-heading {
  font-size: 11px !important;
  width: 89.5%; }

.contract-foot {
  padding-left: calc(4% + 20px) !important;
  width: 100%; }

.foot-midd {
  width: 49% !important; }

.texpo-s-right {
  width: 51px !important; }

.track-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  border: 0.8px solid #cccccc;
  height: 54px; }
  .track-footer .footer_left {
    padding-left: calc(4% + 22px);
    flex-direction: row;
    align-items: center;
    padding-right: 0px;
    display: inline-flex;
    border-left: 6px solid #51b0b0;
    width: 90%; }
    .track-footer .footer_left .footer-heading {
      font-size: 11px;
      width: 51%;
      font-family: "Futura-Bold";
      color: #cccccc;
      font-weight: normal; }
    .track-footer .footer_left .footer-child {
      display: flex;
      margin-left: 64px; }
      .track-footer .footer_left .footer-child .totalvalue-title span {
        margin: 0;
        font-family: "Futura-Bold";
        font-size: 11px;
        color: #cccccc;
        font-weight: normal; }
    .track-footer .footer_left .exposure-footer-child {
      margin-left: 180px !important; }
  .track-footer .footer_mid {
    flex-direction: row;
    align-items: center;
    display: inline-flex;
    width: 32%;
    margin-right: 80px; }
    .track-footer .footer_mid .footer-child {
      display: flex;
      margin-left: 0px;
      width: 35%; }
      .track-footer .footer_mid .footer-child .totalvalue-title span {
        margin: 0;
        font-family: "Futura-Bold";
        font-size: 11px;
        color: #cccccc;
        font-weight: normal; }
  .track-footer .exposure-footer-mid {
    margin-right: -35px !important; }

.row-top {
  top: 0px !important; }

.tippy-tooltip {
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  text-align: left;
  right: -4px !important; }
  .tippy-tooltip .arrow-regular {
    border: none !important;
    width: 10px;
    height: 10px;
    /* this CS forms the triangles */
    /* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
    /* this border color controlls the outside, thin border */ }
    .tippy-tooltip .arrow-regular:after, .tippy-tooltip .arrow-regular:before {
      content: '';
      display: block;
      position: absolute;
      right: 100%;
      width: 0;
      height: 0;
      border-style: solid; }
    .tippy-tooltip .arrow-regular:after {
      top: -3px;
      left: -4px;
      border-color: transparent #f6f6f6 transparent transparent;
      border-width: 6px; }
    .tippy-tooltip .arrow-regular:before {
      top: -4px;
      left: -7px;
      border-color: transparent #cccccc transparent transparent;
      border-width: 7px; }
  .tippy-tooltip p,
  .tippy-tooltip ul,
  .tippy-tooltip li,
  .tippy-tooltip h3 {
    color: #000000; }
  .tippy-tooltip h3 {
    font-family: "Futura-bold";
    font-size: 13px;
    color: #3e3a85;
    display: none; }
  .tippy-tooltip p,
  .tippy-tooltip ul,
  .tippy-tooltip li {
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
    color: #676767; }
  .tippy-tooltip ul {
    list-style: disc;
    padding-left: 20px; }
    .tippy-tooltip ul li {
      margin-bottom: 5px; }
      .tippy-tooltip ul li strong {
        font-style: normal; }
      .tippy-tooltip ul li:not(.no-italics) {
        font-style: italic; }

/*------------------------------------*\
    #COMPONETS
\*------------------------------------*/
.home-screen {
  height: 100vh;
  background: #fafafa; }
  .home-screen .login-wrapper {
    display: flex;
    overflow: hidden;
    background: white; }
    .home-screen .login-wrapper .slider {
      flex-basis: 38%;
      min-height: 0;
      min-width: 0;
      position: relative; }
      .home-screen .login-wrapper .slider .logo {
        position: absolute;
        right: 0;
        z-index: 999;
        width: 85%;
        margin-top: 10vh; }
        .home-screen .login-wrapper .slider .logo img {
          cursor: pointer; }
        .home-screen .login-wrapper .slider .logo button {
          margin-top: 40px; }
      .home-screen .login-wrapper .slider .slider-wrapper .slick-slider {
        max-height: 100vh; }
        .home-screen .login-wrapper .slider .slider-wrapper .slick-slider .image-slide {
          position: relative;
          height: 100%; }
          .home-screen .login-wrapper .slider .slider-wrapper .slick-slider .image-slide img {
            display: block;
            width: 100%;
            height: auto; }
            .home-screen .login-wrapper .slider .slider-wrapper .slick-slider .image-slide img::after {
              display: inline-block;
              content: "";
              width: 37%;
              max-width: 407px;
              height: 3px;
              right: 0;
              background-color: red;
              opacity: 0.9;
              top: -10px;
              position: relative;
              margin-left: 2%; }
          .home-screen .login-wrapper .slider .slider-wrapper .slick-slider .image-slide h1 {
            width: 300px;
            height: unset;
            font-family: Futura-Bold;
            letter-spacing: 0px;
            font-size: 26px;
            font-weight: bold;
            color: #ffffff;
            position: absolute;
            top: 0;
            margin-left: 15%;
            margin-top: 250px; }
        .home-screen .login-wrapper .slider .slider-wrapper .slick-slider .slick-dots {
          position: absolute;
          right: 0;
          top: 89%;
          width: 86%;
          text-align: left; }
          .home-screen .login-wrapper .slider .slider-wrapper .slick-slider .slick-dots ul li {
            width: 10px;
            height: 10px;
            background-color: transparent;
            border: 1px solid white;
            margin: 0px 10px;
            border-radius: 100%; }
            .home-screen .login-wrapper .slider .slider-wrapper .slick-slider .slick-dots ul li.slick-active {
              background-color: white; }
            .home-screen .login-wrapper .slider .slider-wrapper .slick-slider .slick-dots ul li .dot {
              opacity: 0; }
    .home-screen .login-wrapper .login-form {
      position: relative;
      flex-basis: 50%;
      min-height: 0;
      min-width: 0;
      margin: 0;
      max-width: 600px;
      margin-top: 20vh;
      padding-left: 80px; }
      .home-screen .login-wrapper .login-form h2 {
        margin-bottom: 34px;
        font-family: 'Futura-Bold';
        letter-spacing: 0px;
        font-size: 26px;
        font-weight: bold;
        color: #51b0b0; }
      .home-screen .login-wrapper .login-form form {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 1; }
        .home-screen .login-wrapper .login-form form input.big {
          margin: 10px 0 20px;
          width: 300px; }
        .home-screen .login-wrapper .login-form form button {
          margin: 5px 0 13px; }
        .home-screen .login-wrapper .login-form form a {
          font-family: ProximaNova-Regular;
          font-size: 12px;
          color: #51b0b0;
          text-decoration: underline;
          align-self: flex-start; }
        .home-screen .login-wrapper .login-form form label {
          font-family: ProximaNova-Regular;
          font-size: 12px;
          letter-spacing: 0px;
          margin: 0;
          color: #676767; }
      .home-screen .login-wrapper .login-form .logo {
        position: absolute;
        right: -35%;
        top: 52%;
        z-index: 0; }

.footer_container {
  position: relative;
  background-color: #fafafa;
  top: -7px; }

footer {
  border: solid 1px #cccccc;
  border-bottom: 0px;
  background-color: #fafafa;
  width: 100%;
  display: block;
  position: relative;
  bottom: 2px; }
  footer .brandlist {
    height: 80px;
    -webkit-transition: height 0.5s ease;
    /* Safari prior 6.1 */
    transition: height 0.5s ease; }
    footer .brandlist.normal {
      display: none; }
      footer .brandlist.normal h1 {
        display: none; }
      footer .brandlist.normal .customer-logo {
        display: none; }
    footer .brandlist h1 {
      font-weight: 500;
      font-family: Futura-Medium;
      font-size: 10px;
      text-transform: uppercase;
      color: #cccccc;
      text-align: center;
      margin-top: 15px; }
    footer .brandlist .customer-logo {
      display: flex;
      justify-content: center;
      align-items: center; }
      footer .brandlist .customer-logo .image {
        border-right: solid 1px #cccccc;
        height: 34.5px;
        vertical-align: middle;
        display: grid; }
        footer .brandlist .customer-logo .image:last-child {
          border-right: none; }
        footer .brandlist .customer-logo .image img {
          margin: auto 20px;
          height: fit-content; }
  footer .standard-footer {
    display: flex;
    justify-content: space-between;
    font-family: ProximaNova-Regular;
    font-size: 10px;
    letter-spacing: 0px;
    color: #676767; }
    footer .standard-footer .terms a {
      color: #676767; }
      footer .standard-footer .terms a:hover, footer .standard-footer .terms a:visited, footer .standard-footer .terms a:link {
        color: #676767; }
    footer .standard-footer .terms .separator {
      padding: 0 8px; }
    footer .standard-footer .social-icons {
      margin: 10px 0; }
      footer .standard-footer .social-icons a img {
        margin: 10px 8px; }

header {
  background-color: #51b0b0; }
  header .header-wrapper {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding-left: calc((100% - 1500px)/2 + 15px);
    padding-right: 0;
    max-width: none; }
    @media screen and (max-width: 1500px), print {
      header .header-wrapper {
        padding-left: 15px; } }
    header .header-wrapper .logo-container {
      flex-basis: 174px; }
      header .header-wrapper .logo-container img {
        max-width: 111px;
        cursor: pointer; }
    header .header-wrapper .links {
      height: 100%;
      flex-grow: 2; }
      header .header-wrapper .links ul.main-menu {
        display: flex;
        margin: 0;
        padding: 0;
        height: 100%;
        align-items: center; }
        header .header-wrapper .links ul.main-menu li {
          display: flex;
          align-items: center;
          height: 100%;
          width: 180px;
          justify-content: center;
          cursor: pointer; }
          header .header-wrapper .links ul.main-menu li a {
            font-family: 'Futura-Bold';
            font-size: 10px;
            color: #ffffff;
            letter-spacing: 1px;
            display: flex;
            height: 50px;
            align-items: center; }
          header .header-wrapper .links ul.main-menu li:hover, header .header-wrapper .links ul.main-menu li.active {
            background-color: #f7f7f7; }
            header .header-wrapper .links ul.main-menu li:hover a, header .header-wrapper .links ul.main-menu li.active a {
              color: #2b295d; }
  header .sub-menu {
    background-color: #f7f7f7;
    transition: max-height .5s linear;
    max-height: 0;
    overflow: hidden; }
    header .sub-menu.active {
      max-height: 50px; }
    header .sub-menu ul.inline {
      min-height: 50px;
      display: flex; }
      header .sub-menu ul.inline li {
        display: flex;
        align-items: center;
        margin-right: 80px;
        text-transform: uppercase;
        font-family: 'Futura-Medium';
        font-weight: 500;
        font-size: 10px;
        cursor: pointer; }
        header .sub-menu ul.inline li a {
          color: #78849a;
          display: flex;
          height: 50px;
          align-items: center; }
        header .sub-menu ul.inline li.selected {
          position: relative; }
          header .sub-menu ul.inline li.selected:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2px;
            width: 100%;
            border-bottom: 3px solid #51b0b0;
            border-right: 3px solid #f7f7f7; }
          header .sub-menu ul.inline li.selected a {
            color: #2b295d; }
          header .sub-menu ul.inline li.selected.NavLink:after {
            border: none !important;
            border-right: none !important;
            border-bottom: none !important; }

footer.innerpage-footer {
  background-color: #fafafa;
  position: static; }
  footer.innerpage-footer .container {
    display: flex;
    align-items: center;
    height: 60px; }
  footer.innerpage-footer .logo {
    margin-right: 20px; }
  footer.innerpage-footer .standard-footer {
    display: flex;
    align-items: center;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    color: #676767;
    flex-grow: 2; }
    footer.innerpage-footer .standard-footer .terms a {
      color: #676767; }
      footer.innerpage-footer .standard-footer .terms a:hover, footer.innerpage-footer .standard-footer .terms a:visited, footer.innerpage-footer .standard-footer .terms a:link {
        color: #676767; }
    footer.innerpage-footer .standard-footer .terms span.seperator {
      padding: 0 8px; }
    footer.innerpage-footer .standard-footer .social-icons {
      margin-left: auto;
      display: flex; }
      footer.innerpage-footer .standard-footer .social-icons a {
        display: flex;
        margin-right: 5px; }
        footer.innerpage-footer .standard-footer .social-icons a:last-child {
          margin-right: 0; }

.client-name {
  right: 0;
  position: absolute;
  width: 231px;
  height: 50px; }
  .client-name span {
    min-height: 50px;
    display: flex;
    align-items: center;
    color: #2b295d;
    font-family: 'Futura-Bold';
    font-size: 10.5px;
    margin-left: 62px;
    letter-spacing: 1px; }
  .client-name span:hover {
    color: #2b295d; }

.panel-content.dealmakerHome {
  padding-top: 0; }
  .panel-content.dealmakerHome .t-icon {
    position: absolute;
    right: 135px;
    bottom: -200px;
    z-index: -1; }
  .panel-content.dealmakerHome .introduction {
    display: flex; }
    .panel-content.dealmakerHome .introduction .getting-started {
      flex-basis: 38%;
      height: auto;
      position: relative;
      overflow: hidden;
      padding-left: calc((100% - 1500px)/2 + 15px); }
      @media screen and (max-width: 1500px), print {
        .panel-content.dealmakerHome .introduction .getting-started {
          padding-left: 15px; } }
      .panel-content.dealmakerHome .introduction .getting-started .position-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%; }
        .panel-content.dealmakerHome .introduction .getting-started .position-container .action-buttons {
          display: flex;
          flex-direction: column;
          margin-top: 30px; }
          .panel-content.dealmakerHome .introduction .getting-started .position-container .action-buttons a {
            width: fit-content; }
            .panel-content.dealmakerHome .introduction .getting-started .position-container .action-buttons a div.button {
              margin-bottom: 16px; }
              .panel-content.dealmakerHome .introduction .getting-started .position-container .action-buttons a div.button button:before {
                content: '';
                position: absolute;
                top: -3px;
                right: -3px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 30px 30px 0;
                border-color: transparent #b0dee0 transparent transparent; }
              .panel-content.dealmakerHome .introduction .getting-started .position-container .action-buttons a div.button button:after {
                content: '';
                position: absolute;
                top: 11px;
                right: -6px;
                width: 38px;
                height: 0px;
                background-color: transparent;
                border-bottom: 2px solid #2b295d;
                transform: rotate(45deg); }
      .panel-content.dealmakerHome .introduction .getting-started:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(81, 176, 176, 0.4);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        transform: skew(-20deg);
        z-index: -1; }
    .panel-content.dealmakerHome .introduction .about-section {
      width: 635px;
      margin-left: 40px;
      padding-top: 40px;
      margin-bottom: 20px; }
      .panel-content.dealmakerHome .introduction .about-section .content {
        margin-top: 30px; }
        .panel-content.dealmakerHome .introduction .about-section .content p.description-text {
          max-width: 1300px; }
  .panel-content.dealmakerHome .separator {
    width: 100%;
    height: 10px;
    background-color: #f6f6f6;
    border: solid 0.8px #e2e2e2; }
  .panel-content.dealmakerHome .howitworks {
    margin-top: 50px;
    position: relative;
    background-image: url("/static/images/t.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    padding-bottom: 80px; }
    .panel-content.dealmakerHome .howitworks .section-heading {
      text-align: center; }
    .panel-content.dealmakerHome .howitworks .content {
      margin-top: 50px; }
      .panel-content.dealmakerHome .howitworks .content .sub-section {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px; }
        .panel-content.dealmakerHome .howitworks .content .sub-section .section-icon {
          flex-basis: 20%; }
          .panel-content.dealmakerHome .howitworks .content .sub-section .section-icon img {
            margin-top: 30px; }
        .panel-content.dealmakerHome .howitworks .content .sub-section .sub-content-wrapper {
          flex-basis: 80%; }
          .panel-content.dealmakerHome .howitworks .content .sub-section .sub-content-wrapper .sub-content .moretext {
            display: none;
            border: 1px solid transparent; }
          .panel-content.dealmakerHome .howitworks .content .sub-section .sub-content-wrapper .sub-content h2.sub-heading {
            margin-bottom: 30px; }
          .panel-content.dealmakerHome .howitworks .content .sub-section .sub-content-wrapper .sub-content p {
            margin: 0;
            margin-bottom: 20px;
            max-width: 920px; }
          .panel-content.dealmakerHome .howitworks .content .sub-section .sub-content-wrapper a.moreless-button {
            font-family: 'ProximaNova-Semibold';
            font-size: 13px;
            color: #78849a;
            position: relative; }
            .panel-content.dealmakerHome .howitworks .content .sub-section .sub-content-wrapper a.moreless-button:before {
              content: '';
              display: inline-block;
              position: absolute;
              border-style: solid;
              color: #51b0b0;
              border-width: 2px 2px 0 0;
              width: 6px;
              height: 6px;
              transform: rotate(135deg);
              right: -19px;
              top: 1px; }
            .panel-content.dealmakerHome .howitworks .content .sub-section .sub-content-wrapper a.moreless-button.open:before {
              top: 5px;
              transform: rotate(-45deg); }

.asset-wrapper {
  text-align: center;
  background-image: url("/static/images/t.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  padding-bottom: 70px; }
  .asset-wrapper h2 {
    color: #3e3a85; }
  .asset-wrapper .check-list {
    max-width: 465px;
    margin: 30px auto 10px;
    text-align: left; }
    .asset-wrapper .check-list :enabled {
      background-color: aqua; }
    .asset-wrapper .check-list input[type=checkbox]:checked + label {
      background-color: #f6f6f6; }
    .asset-wrapper .check-list label {
      font-family: Futura-Bold;
      font-size: 11px;
      display: flex;
      align-items: center;
      padding: 7px;
      width: 100%;
      padding-left: 34px;
      color: black; }
      .asset-wrapper .check-list label:before {
        margin-right: 27px; }
      .asset-wrapper .check-list label p {
        margin: 8px 0; }
  .asset-wrapper .bottom-section .button {
    width: fit-content;
    margin: 40px auto; }
    .asset-wrapper .bottom-section .button .continue {
      font-size: 13px; }
      .asset-wrapper .bottom-section .button .continue:before {
        content: '';
        position: absolute;
        top: -5px;
        right: -3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 30px 30px 0;
        border-color: #ffffff; }
      .asset-wrapper .bottom-section .button .continue:after {
        content: '';
        position: absolute;
        top: 11px;
        right: -6px;
        width: 38px;
        height: 0px;
        background-color: transparent;
        border-bottom: 2px solid #cccccc;
        transform: rotate(45deg); }
  .asset-wrapper .bottom-section #loader {
    margin: auto;
    position: absolute;
    top: 44%;
    left: 44%;
    display: none; }
    .asset-wrapper .bottom-section #loader.loading {
      display: block; }
  .asset-wrapper .bottom-section .forecast {
    font-family: 'ProximaNova-Regular';
    font-size: 13px;
    line-height: 21px;
    display: inline-flex;
    justify-content: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
    .asset-wrapper .bottom-section .forecast p {
      margin: 17px 20px 17px 0;
      max-width: 345px;
      color: #78849a; }
    .asset-wrapper .bottom-section .forecast a {
      align-self: center; }

.panel-content.saved-deals-content {
  padding-top: 40px;
  background-image: url("/static/images/t.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  padding-bottom: 50px; }
  .panel-content.saved-deals-content h2 {
    text-align: center;
    margin: 0px 0 40px;
    color: #3e3a85; }
  .panel-content.saved-deals-content .saveddeals-wrapper .divTable .divTableHead .divTableRow .divTableCell img {
    margin-left: 10px; }
  .panel-content.saved-deals-content .ag-theme-balham button {
    width: 100px;
    height: 35px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #3e3a85;
    border: solid 2px #3e3a85;
    color: #ffffff;
    font-family: 'Futura-Bold';
    float: right; }
    .panel-content.saved-deals-content .ag-theme-balham button:hover {
      background-color: #3e3a85; }
  .panel-content.saved-deals-content .ag-theme-balham.container {
    padding: 0; }

/******** Open and Delete Button *******/
.savedealsButtonsWrapper {
  display: flex; }
  .savedealsButtonsWrapper .delete {
    font-size: 22px;
    margin: 5px 10px;
    color: #7A859C; }
    .savedealsButtonsWrapper .delete:hover {
      cursor: pointer; }

.panel-content.inventory-content {
  position: relative;
  background-image: url("/static/images/t.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  padding-bottom: 50px; }
  .panel-content.inventory-content h2 {
    text-align: center;
    margin: 0px 0 40px;
    color: #3e3a85; }
  .panel-content.inventory-content .ag-theme-balham .ag-header {
    height: 35px !important;
    min-height: 35px !important; }
    .panel-content.inventory-content .ag-theme-balham .ag-header .ag-header-row[aria-rowindex="2"] {
      top: 0 !important; }
      .panel-content.inventory-content .ag-theme-balham .ag-header .ag-header-row[aria-rowindex="2"] .ag-header-cell {
        border: none; }
      .panel-content.inventory-content .ag-theme-balham .ag-header .ag-header-row[aria-rowindex="2"] .ag-floating-filter-body {
        visibility: hidden; }
      .panel-content.inventory-content .ag-theme-balham .ag-header .ag-header-row[aria-rowindex="2"] .ag-floating-filter-button {
        margin-right: 20px; }
        .panel-content.inventory-content .ag-theme-balham .ag-header .ag-header-row[aria-rowindex="2"] .ag-floating-filter-button button .ag-icon:before {
          background: #f6f6f6 url("/static/images/filter-icon.png") no-repeat center center;
          content: "";
          display: inline-block;
          width: 16px;
          height: 13px; }
  .panel-content.inventory-content .ag-theme-balham .ag-body-viewport .ag-cell.ag-cell-inline-editing {
    height: 100%;
    background: none;
    border: none; }
    .panel-content.inventory-content .ag-theme-balham .ag-body-viewport .ag-cell.ag-cell-inline-editing .ag-input-wrapper {
      width: 95%; }
      .panel-content.inventory-content .ag-theme-balham .ag-body-viewport .ag-cell.ag-cell-inline-editing .ag-input-wrapper input {
        border: 2px solid lightblue;
        border-radius: 5px;
        height: 28px;
        padding-left: 7px; }

.ag-body-viewport .ag-cell.ag-cell-inline-editing {
  height: 100%;
  background: none;
  border: none; }
  .ag-body-viewport .ag-cell.ag-cell-inline-editing .ag-cell-edit-input {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto; }
    .ag-body-viewport .ag-cell.ag-cell-inline-editing .ag-cell-edit-input select {
      height: 28px;
      padding: 0; }

/**
 ****************************
 * Generic Styles
 ****************************
*/
ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
  display: block; }

.ag-hidden {
  display: none !important; }

.ag-invisible {
  visibility: hidden !important; }

.ag-faded {
  opacity: 0.3; }

.ag-width-half {
  display: inline-block;
  width: 50% !important; }

.ag-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.ag-selectable {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important; }

.ag-select-agg-func-popup {
  position: absolute; }

.ag-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  position: relative;
  overflow: hidden; }

.ag-shake-left-to-right {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ag-shake-left-to-right;
  animation-name: ag-shake-left-to-right; }

@-webkit-keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px; }
  to {
    padding-left: 2px;
    padding-right: 6px; } }

@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px; }
  to {
    padding-left: 2px;
    padding-right: 6px; } }

.ag-root-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden; }

.ag-root-wrapper.ag-layout-normal {
  height: 100%; }

.ag-root-wrapper .ag-watermark {
  position: absolute;
  bottom: 10px;
  right: 25px;
  opacity: 0.5;
  -webkit-transition: opacity 1s ease-out 3s;
  transition: opacity 1s ease-out 3s; }

.ag-root-wrapper .ag-watermark:before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDk0cHgiIGhlaWdodD0iMjM5cHgiIHZpZXdCb3g9IjAgMCA0OTQgMjM5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ny4xICg0NTQyMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+TG9nbzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0wLjYxMjg0OTkzMSwxMDggTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgQzAuNjEyODQ5OTMxLDYyLjEwMDY1MzYgMy40NzE4MzM3OCw1Ny4xNDg3NDgzIDguMTEyODQ5OTMsNTQuNDY5MjU2NCBMOTguMzA2NDI1LDIuMzk1OTcxNTcgTDk4LjMwNjQyNSwyLjM5NTk3MTU3IEMxMDIuOTQ3NDQxLC0wLjI4MzUyMDM1OCAxMDguNjY1NDA5LC0wLjI4MzUyMDM1OCAxMTMuMzA2NDI1LDIuMzk1OTcxNTcgTDExMy4zMDY0MjUsMi4zOTU5NzE1NyBMMjAzLjUsNTQuNDY5MjU2NCBMMjAzLjUsNTQuNDY5MjU2NCBDMjA4LjE0MTAxNiw1Ny4xNDg3NDgzIDIxMSw2Mi4xMDA2NTM2IDIxMSw2Ny40NTk2Mzc0IEwyMTEsMTM4IEwxODEsMTM4IEwxODAuOTk3MDQxLDkzLjk5OTk5OTggTDE4MC45OTYwMzIsOTMuOTk5OTk5OSBDMTgwLjk5NTQ3NSw4NS43MTYxMjI2IDE3NC4yNzk5MDksNzkuMDAxMDA4NyAxNjUuOTk2MDMyLDc5LjAwMTAwODcgTDEyMiw3OC45OTk5OTk5IEMxMTMuNzE1NzI5LDc4Ljk5OTk5OTkgMTA3LDg1LjcxNTcyODYgMTA3LDkzLjk5OTk5OTkgTDEwNywxMzYuMDE1NjIzIEwxMDcsMTM2LjAxNTYyMyBDMTA3LDE0NC4yOTk4OTUgMTEzLjcxNTcyOSwxNTEuMDE1NjIzIDEyMiwxNTEuMDE1NjIzIEwxNjgsMTUxLjAxNTYyMyBMMTY4LDE2MyBDMTY4LDE2NC42NTY4NTQgMTY2LjY1Njg1NCwxNjYgMTY1LDE2NiBMMTIwLDE2NiBMMTIwLDE3OSBMMTY1Ljk5NjAzMiwxNzkgTDE2NS45OTYwMzIsMTc4Ljk5Nzg3NyBDMTc0LjI3OTQ3NCwxNzguOTk3ODc3IDE4MC45OTQ4NiwxNzIuMjgzNDQyIDE4MC45OTYwMzIsMTY0IEwxODEsMTUwLjk2MDU1NCBMMjExLDE1MC45NjA1NTQgTDIxMSwxNzEuNjA2MjA3IEwyMTEsMTcxLjYwNjIwNyBDMjExLDE3Ni45NjUxOTEgMjA4LjE0MTAxNiwxODEuOTE3MDk2IDIwMy41LDE4NC41OTY1ODggTDExMy4zMDY0MjUsMjM2LjY2OTg3MyBMMTEzLjMwNjQyNSwyMzYuNjY5ODczIEMxMDguNjY1NDA5LDIzOS4zNDkzNjUgMTAyLjk0NzQ0MSwyMzkuMzQ5MzY1IDk4LjMwNjQyNSwyMzYuNjY5ODczIEw4LjExMjg0OTkzLDE4NC41OTY1ODggTDguMTEyODQ5OTMsMTg0LjU5NjU4OCBDMy40NzE4MzM3OCwxODEuOTE3MDk2IDAuNjEyODQ5OTMxLDE3Ni45NjUxOTEgMC42MTI4NDk5MzEsMTcxLjYwNjIwNyBMMC42MTI4NDk5MzEsMTIxIEwyNywxMjEgTDI3LDEzNiBDMjcsMTQ0LjI4NDI3MSAzMy43MTU3Mjg3LDE1MSA0MiwxNTEgTDQyLDE1MSBMMTAwLDE1MSBMMTAwLDk0IEMxMDAsODUuNzE1NzI4OCA5My4yODQyNzEyLDc5IDg1LDc5IEwyNyw3OSBMMjcsOTIgTDg0LDkyIEM4NS42NTY4NTQyLDkyIDg3LDkzLjM0MzE0NTggODcsOTUgTDg3LDk1IEw4NywxMDggTDAuNjEyODQ5OTMxLDEwOCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkxvZ28iPgogICAgICAgICAgICA8cGF0aCBkPSJNNDc3LDU1IEw0OTQsNTUgTDQ5NCwxNTEgTDQzNSwxNTEgQzQyNi43MTU3MjksMTUxIDQyMCwxNDQuMjg0MjcxIDQyMCwxMzYgTDQyMCw5NiBDNDIwLDg3LjcxNTcyODggNDI2LjcxNTcyOSw4MSA0MzUsODEgTDQzNSw4MSBMNDc3LDgxIEw0NzcsNTUgWiBNNDQwLDk4IEM0MzguMzQzMTQ2LDk4IDQzNyw5OS4zNDMxNDU4IDQzNywxMDEgTDQzNywxMzEgQzQzNywxMzIuNjU2ODU0IDQzOC4zNDMxNDYsMTM0IDQ0MCwxMzQgTDQ3NywxMzQgTDQ3Nyw5OCBMNDQwLDk4IFoiIGlkPSJkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTYuMDAwMDAwLCA1NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoLTYiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMCAyNiAxNyAyNiAxNyA5NiAwIDk2Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC03IiBmaWxsPSIjRTExRjIyIiBwb2ludHM9IjAgMS4xMzY4NjgzOGUtMTMgMTcgMS4xMzY4NjgzOGUtMTMgMTcgMTcgMCAxNyI+PC9wb2x5Z29uPgogICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMzEsMTUxIEwzNDgsMTUxIEwzNDgsMTAxIEwzNDgsMTAxIEMzNDgsOTkuMzQzMTQ1OCAzNDkuMzQzMTQ2LDk4IDM1MSw5OCBMMzg5LDk4IEwzODksODEgTDM0Niw4MSBMMzQ2LDgxIEMzMzcuNzE1NzI5LDgxIDMzMSw4Ny43MTU3Mjg4IDMzMSw5NiBMMzMxLDE1MSBaIiBpZD0iciIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMzI0LDg2IEwzMjQsNzYgTDMyNCw3NiBDMzI0LDY3LjcxNTcyODggMzE3LjI4NDI3MSw2MSAzMDksNjEgTDI0OSw2MSBMMjQ5LDYxIEMyNDAuNzE1NzI5LDYxIDIzNCw2Ny43MTU3Mjg4IDIzNCw3NiBMMjM0LDEzNiBMMjM0LDEzNiBDMjM0LDE0NC4yODQyNzEgMjQwLjcxNTcyOSwxNTEgMjQ5LDE1MSBMMzA5LDE1MSBMMzA5LDE1MSBDMzE3LjI4NDI3MSwxNTEgMzI0LDE0NC4yODQyNzEgMzI0LDEzNiBMMzI0LDEwMCBMMjg3LDEwMCBMMjg3LDExNyBMMzA3LDExNyBMMzA3LDEzMSBMMzA3LDEzMSBDMzA3LDEzMi42NTY4NTQgMzA1LjY1Njg1NCwxMzQgMzA0LDEzNCBMMjU0LDEzNCBMMjU0LDEzNCBDMjUyLjM0MzE0NiwxMzQgMjUxLDEzMi42NTY4NTQgMjUxLDEzMSBMMjUxLDgxIEwyNTEsODEgQzI1MSw3OS4zNDMxNDU4IDI1Mi4zNDMxNDYsNzggMjU0LDc4IEwzMDQsNzggTDMwNCw3OCBDMzA1LjY1Njg1NCw3OCAzMDcsNzkuMzQzMTQ1OCAzMDcsODEgTDMwNyw4NiBMMzI0LDg2IFoiIGlkPSJHIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJhZyI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiPgogICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjRTExRjIyIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJnIiBmaWxsPSIjRTExRjIyIiB4PSIxMjAiIHk9IjkyIiB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIHJ4PSIzIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDAsMTIxIEw4NywxMjEgTDg3LDEzOCBMNDMsMTM4IEw0MywxMzggQzQxLjM0MzE0NTgsMTM4IDQwLDEzNi42NTY4NTQgNDAsMTM1IEw0MCwxMjEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjRTExRjIyIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  -webkit-filter: invert(50%);
  filter: invert(50%);
  background-repeat: no-repeat;
  background-size: 110px 60px;
  display: block;
  height: 60px;
  width: 110px; }

.ag-root-wrapper .ag-watermark .ag-watermark-text {
  opacity: 0.5;
  font-weight: bold;
  font-family: Impact;
  font-size: 19px; }

.ag-root-wrapper-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.ag-root-wrapper-body.ag-layout-normal {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 0;
  min-height: 0; }

.ag-root {
  cursor: default;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 0; }

.ag-root.ag-layout-normal {
  height: 100%; }

/**
   ****************************
   * Viewports
   ****************************
  */
.ag-header-viewport,
.ag-floating-top-viewport,
.ag-body-viewport,
.ag-pinned-left-cols-viewport,
.ag-center-cols-viewport,
.ag-pinned-right-cols-viewport,
.ag-floating-bottom-viewport,
.ag-body-horizontal-scroll-viewport,
.ag-virtual-list-viewport {
  position: relative;
  height: 100%;
  min-width: 0px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.ag-body-viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ag-body-viewport.ag-layout-normal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.ag-body-viewport:not(.ag-layout-print).ag-force-vertical-scroll {
  overflow-y: scroll; }

.ag-pinned-left-cols-viewport, .ag-pinned-right-cols-viewport {
  -webkit-box-flex: 1000;
  -ms-flex-positive: 1000;
  flex-grow: 1000; }

.ag-center-cols-viewport {
  width: 100%;
  overflow-x: auto; }

.ag-body-horizontal-scroll-viewport {
  overflow-x: auto; }

.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%; }

/**
   ****************************
   * Containers
   ****************************
  */
.ag-header-container,
.ag-floating-top-container,
.ag-body-container,
.ag-pinned-right-cols-container,
.ag-center-cols-container,
.ag-pinned-left-cols-container,
.ag-floating-bottom-container,
.ag-body-horizontal-scroll-container,
.ag-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-virtual-list-container {
  position: relative; }

.ag-header-container, .ag-floating-top-container, .ag-floating-bottom-container {
  height: 100%;
  white-space: nowrap; }

.ag-body-viewport .ag-center-cols-clipper {
  min-height: 100%; }

.ag-body-viewport.ag-layout-auto-height .ag-center-cols-clipper, .ag-body-viewport.ag-layout-auto-height .ag-center-cols-container {
  min-height: 50px; }

.ag-body-viewport .ag-center-cols-container {
  display: block; }

.ag-body-viewport.ag-layout-print {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.ag-body-viewport.ag-layout-print .ag-center-cols-clipper {
  min-width: 100%; }

.ag-pinned-right-cols-container {
  display: block; }

.ag-body-horizontal-scroll-container {
  height: 100%; }

.ag-full-width-container,
.ag-floating-top-full-width-container,
.ag-floating-bottom-full-width-container {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none; }

.ag-full-width-container {
  width: 100%; }

.ag-floating-bottom-full-width-container, .ag-floating-top-full-width-container {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.ag-virtual-list-container {
  overflow: hidden; }

/**
   ****************************
   * Scrollers
   ****************************
  */
.ag-center-cols-clipper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden; }

.ag-body-horizontal-scroll {
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.ag-layout-print .ag-body-horizontal-scroll {
  display: none; }

.ag-horizontal-left-spacer, .ag-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  -webkit-box-flex: 1000;
  -ms-flex-positive: 1000;
  flex-grow: 1000;
  overflow-x: scroll; }

.ag-horizontal-left-spacer.ag-scroller-corner, .ag-horizontal-right-spacer.ag-scroller-corner {
  overflow-x: hidden; }

/**
   ****************************
   * Headers
   ****************************
  */
.ag-header, .ag-pinned-left-header, .ag-pinned-right-header {
  display: inline-block;
  overflow: hidden; }

.ag-header .ag-header-cell-sortable, .ag-pinned-left-header .ag-header-cell-sortable, .ag-pinned-right-header .ag-header-cell-sortable {
  cursor: pointer; }

.ag-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  white-space: nowrap; }

.ag-header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ag-pinned-left-header {
  height: 100%; }

.ag-pinned-right-header {
  height: 100%; }

.ag-header-row {
  position: absolute;
  overflow: hidden; }

.ag-header-overlay {
  display: block;
  position: absolute; }

.ag-header-cell {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  height: 100%;
  overflow: hidden; }

.ag-header-group-cell-label, .ag-header-cell-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-overflow: ellipsis;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.ag-header-cell-label .ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-numeric-header .ag-header-cell-label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-header-cell-resize {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 4px; }

.ag-header-expand-icon {
  padding-left: 4px; }

.ag-header-select-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/**
   ****************************
   * Columns
   ****************************
  */
.ag-column-moving .ag-cell {
  -webkit-transition: left 0.2s;
  transition: left 0.2s; }

.ag-column-moving .ag-header-cell {
  -webkit-transition: left 0.2s;
  transition: left 0.2s; }

.ag-column-moving .ag-header-group-cell {
  -webkit-transition: left 0.2s, width 0.2s;
  transition: left 0.2s, width 0.2s; }

/**
   ****************************
   * Column Panel
   ****************************
  */
.ag-column-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.ag-column-select-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0; }

.ag-column-select-panel .ag-primary-cols-header-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.ag-column-select-panel .ag-primary-cols-header-panel .ag-column-name-filter {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.ag-column-select-panel .ag-primary-cols-header-panel .ag-primary-cols-filter-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.ag-column-select-panel .ag-primary-cols-header-panel .ag-primary-cols-filter-wrapper input {
  width: 100%; }

.ag-column-select-panel .ag-primary-cols-list-panel {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto; }

.ag-column-drop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  width: 100%; }

.ag-column-drop .ag-column-drop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-column-drop .ag-column-drop-list .ag-column-drop-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-column-drop .ag-column-drop-list .ag-column-drop-cell .ag-column-drop-cell-text {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-column-drop.ag-column-drop-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.ag-column-drop.ag-column-drop-vertical > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-column-drop.ag-column-drop-vertical .ag-column-drop-list {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: auto; }

.ag-column-drop.ag-column-drop-vertical .ag-column-drop-empty-message {
  display: block; }

.ag-column-drop.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden; }

/**
   ****************************
   * Rows
   ****************************
  */
.ag-row-animation .ag-row {
  -webkit-transition: top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
  transition: top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s;
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s; }

.ag-row-no-animation .ag-row {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s; }

.ag-row {
  white-space: nowrap;
  width: 100%; }

.ag-row-position-absolute {
  position: absolute; }

.ag-row-position-relative {
  position: relative; }

.ag-full-width-row {
  overflow: hidden;
  pointer-events: all; }

.ag-row-inline-editing {
  z-index: 1; }

.ag-row-dragging {
  z-index: 2; }

.ag-stub-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/**
   ****************************
   * Cells
   ****************************
  */
.ag-cell {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-cell-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.ag-cell-wrapper.ag-row-group {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.ag-cell-wrapper .ag-cell-value, .ag-cell-wrapper .ag-group-value {
  overflow: hidden;
  text-overflow: ellipsis; }

.ag-full-width-row.ag-row-group .ag-cell-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-cell-with-height {
  height: 100%; }

.ag-group-cell-entire-row {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.ag-footer-cell-entire-row {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.ag-cell-inline-editing {
  z-index: 1; }

.ag-cell-inline-editing .ag-cell-edit-input, .ag-cell-inline-editing .ag-input-wrapper {
  height: 100%;
  width: 100%;
  line-height: normal; }

.ag-cell-edit-input::-ms-clear {
  display: none; }

/**
   ****************************
   * Filters
   ****************************
  */
.ag-set-filter-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-set-filter-item > div, .ag-set-filter-item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ag-filter .ag-filter-checkbox {
  pointer-events: none; }

.ag-filter .ag-filter-body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.ag-filter .ag-filter-filter {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/**
   ****************************
   * Floating Filter
   ****************************
  */
.ag-floating-filter-full-body .ag-react-container, .ag-floating-filter-body .ag-react-container {
  height: 100%; }

.ag-floating-filter-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%; }

.ag-floating-filter-body input {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-height: calc(100% - 1px); }

.ag-floating-filter-full-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%; }

.ag-floating-filter-full-body > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.ag-floating-filter-full-body input {
  margin: 0;
  width: 100%; }

.ag-floating-filter-full-body input[type="range"] {
  height: 100%; }

.ag-floating-filter {
  display: inline-block;
  position: absolute; }

.ag-floating-filter-input {
  width: 100%; }

.ag-floating-filter-input:-moz-read-only {
  background-color: #eee; }

.ag-floating-filter-input:read-only {
  background-color: #eee; }

.ag-floating-filter-menu {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ag-floating-filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

/**
   ****************************
   * Drag & Drop
   ****************************
  */
.ag-dnd-ghost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e5e5e5;
  border: 1px solid black;
  cursor: move;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10; }

.ag-dnd-ghost-icon {
  padding: 2px; }

/**
   ****************************
   * Overlay
   ****************************
  */
.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }

.ag-overlay-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  pointer-events: none;
  width: 100%; }

.ag-overlay-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.ag-overlay-wrapper.ag-overlay-loading-wrapper {
  pointer-events: all; }

.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px; }

/**
   ****************************
   * Popup
   ****************************
  */
.ag-popup > div {
  z-index: 5; }

.ag-popup-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1; }

/**
   ****************************
   * Virtual Lists
   ****************************
  */
.ag-virtual-list-item {
  position: absolute;
  width: 100%; }

.ag-virtual-list-item span:empty:not(.ag-icon) {
  border-left: 1px solid transparent; }

/**
   ****************************
   * Floating Top and Bottom
   ****************************
  */
.ag-floating-top {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ag-pinned-left-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  -webkit-box-flex: 1000;
  -ms-flex-positive: 1000;
  flex-grow: 1000; }

.ag-pinned-right-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  -webkit-box-flex: 1000;
  -ms-flex-positive: 1000;
  flex-grow: 1000; }

.ag-floating-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ag-pinned-left-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  -webkit-box-flex: 1000;
  -ms-flex-positive: 1000;
  flex-grow: 1000; }

.ag-pinned-right-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  -webkit-box-flex: 1000;
  -ms-flex-positive: 1000;
  flex-grow: 1000; }

/**
   ****************************
   * Dialog
   ****************************
  */
.ag-dialog, .ag-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden; }

.ag-dialog .ag-title-bar, .ag-panel .ag-title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default; }

.ag-dialog .ag-title-bar .ag-title-bar-title, .ag-panel .ag-title-bar .ag-title-bar-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.ag-dialog .ag-title-bar .ag-title-bar-buttons, .ag-panel .ag-title-bar .ag-title-bar-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ag-dialog .ag-title-bar .ag-title-bar-buttons .ag-button, .ag-panel .ag-title-bar .ag-title-bar-buttons .ag-button {
  cursor: pointer; }

.ag-dialog .ag-panel-content-wrapper, .ag-panel .ag-panel-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden; }

.ag-dialog .ag-panel-content-wrapper > div, .ag-panel .ag-panel-content-wrapper > div {
  width: 100%;
  height: 100%; }

.ag-dialog {
  position: absolute; }

.ag-dialog .ag-resizer {
  position: absolute;
  pointer-events: none;
  z-index: 1; }

.ag-dialog .ag-resizer.ag-resizer-topLeft {
  top: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize; }

.ag-dialog .ag-resizer.ag-resizer-top {
  top: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize; }

.ag-dialog .ag-resizer.ag-resizer-topRight {
  top: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize; }

.ag-dialog .ag-resizer.ag-resizer-right {
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize; }

.ag-dialog .ag-resizer.ag-resizer-bottomRight {
  bottom: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize; }

.ag-dialog .ag-resizer.ag-resizer-bottom {
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize; }

.ag-dialog .ag-resizer.ag-resizer-bottomLeft {
  bottom: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize; }

.ag-dialog .ag-resizer.ag-resizer-left {
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize; }

.ag-dialog .ag-message-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.ag-dialog .ag-message-box .ag-message-box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-dialog .ag-message-box .ag-message-box-button-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/**
   ****************************
   * Tooltip
   ****************************
  */
.ag-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 99999; }

.ag-chart-tooltip {
  display: table;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
  z-index: 99999;
  font: 12px Verdana, sans-serif;
  color: black;
  background: #f4f4f4;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1px rgba(3, 3, 3, 0.7), 0.5vh 0.5vh 1vh rgba(3, 3, 3, 0.25);
  box-shadow: 0 0 1px rgba(3, 3, 3, 0.7), 0.5vh 0.5vh 1vh rgba(3, 3, 3, 0.25);
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }

.ag-chart-tooltip.visible {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.ag-chart-tooltip .title {
  font-weight: bold;
  padding: 7px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  background-color: #888888; }

.ag-chart-tooltip .content {
  padding: 7px;
  line-height: 1.7em; }

/**
   ****************************
   * Animations
   ****************************
  */
.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  -webkit-transition: opacity 3s, margin-right 3s;
  transition: opacity 3s, margin-right 3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }

.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0; }

.ag-opacity-zero {
  opacity: 0 !important; }

/**
   ****************************
   * Menu
   ****************************
  */
.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
  width: 200px; }

.ag-menu-list {
  display: table; }

.ag-menu-option, .ag-menu-separator {
  display: table-row; }

.ag-menu-option > span, .ag-menu-separator > span {
  display: table-cell;
  vertical-align: middle; }

.ag-menu-option-text {
  white-space: nowrap; }

.ag-menu-column-select-wrapper .ag-column-select-panel {
  height: 100%; }

/**
   ****************************
   * Rich Select
   ****************************
  */
.ag-rich-select {
  cursor: default;
  outline: none; }

.ag-rich-select .ag-rich-select-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-rich-select .ag-rich-select-value > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.ag-rich-select .ag-rich-select-value > span.ag-icon {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.ag-rich-select .ag-rich-select-list .ag-virtual-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ag-rich-select .ag-rich-select-list .ag-virtual-list-item .ag-rich-select-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap; }

/**
   ****************************
   * Pagination
   ****************************
  */
.ag-paging-panel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.ag-paging-panel .ag-paging-row-summary-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ag-paging-panel .ag-paging-row-summary-panel span {
  margin: 0 3px; }

.ag-paging-page-summary-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-paging-page-summary-panel .ag-disabled {
  pointer-events: none; }

.ag-paging-page-summary-panel .ag-paging-button {
  position: relative;
  overflow: hidden; }

.ag-paging-page-summary-panel .ag-paging-button button {
  position: absolute; }

/**
   ****************************
   * Tool Panel
   ****************************
  */
.ag-tool-panel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px; }

.ag-tool-panel-wrapper .ag-filter-toolpanel-header {
  line-height: 1.5;
  cursor: pointer; }

.ag-column-tool-panel-column,
.ag-column-tool-panel-column-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ag-column-tool-panel-column .ag-column-tool-panel-column,
.ag-column-tool-panel-column .ag-column-tool-panel-column-group,
.ag-column-tool-panel-column-group .ag-column-tool-panel-column,
.ag-column-tool-panel-column-group .ag-column-tool-panel-column-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis; }

.ag-column-select-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ag-tool-panel-horizontal-resize {
  cursor: col-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1; }

.ag-rtl .ag-tool-panel-horizontal-resize {
  -webkit-transform: translateX(3px);
  transform: translateX(3px); }

.ag-ltr .ag-tool-panel-horizontal-resize {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px); }

.loading-filter {
  background-color: #e6e6e6;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 1; }

.ag-details-row {
  height: 100%;
  width: 100%; }

.ag-details-grid {
  height: 100%;
  width: 100%; }

.ag-header-group-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis; }

.ag-cell-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.ag-numeric-header .ag-cell-label-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/**
   ****************************
   * Side Bar
   ****************************
  */
.ag-side-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.ag-side-bar .ag-side-buttons div button {
  display: block;
  white-space: nowrap;
  outline: none;
  cursor: pointer; }

.ag-side-bar .ag-side-buttons div button span:not(.ag-icon) {
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; }

.ag-side-bar .panel-container {
  width: 180px; }

.ag-side-bar.full-width .panel-container {
  width: 200px; }

.ag-rtl .ag-side-bar .ag-side-buttons button span:not(.ag-icon) {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

/**
   ****************************
   * Status Bar
   ****************************
  */
.ag-status-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden; }

.ag-status-bar .ag-status-panel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.ag-status-bar-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.ag-status-bar-center {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.ag-status-bar-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/**
   ****************************
   * Widgets
   ****************************
  */
.ag-group-component {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.ag-group-component .ag-group-component-title-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-group-component .ag-group-component-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-group-component .ag-group-component-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.ag-group-component .ag-group-component-container .ag-group-subgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.ag-group-component .ag-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-group-component.ag-disabled .ag-group-component-container {
  pointer-events: none; }

.ag-group-component.ag-collapsed .ag-group-component-toolbar, .ag-group-component.ag-collapsed .ag-group-component-container {
  display: none; }

.ag-toggle-button .ag-input-wrapper .ag-icon {
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  position: absolute;
  top: -1px; }

.ag-input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-input-field input, .ag-input-field select, .ag-input-field textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0; }

.ag-range-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-picker-field > .ag-wrapper, .ag-slider > .ag-wrapper, .ag-angle-select > .ag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ag-picker-field > .ag-wrapper > div, .ag-slider > .ag-wrapper > div, .ag-angle-select > .ag-wrapper > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.ag-angle-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-angle-select .ag-angle-select-field .ag-parent-circle {
  display: block;
  position: relative; }

.ag-angle-select .ag-angle-select-field .ag-child-circle {
  position: absolute; }

.ag-picker-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ag-picker-field > .ag-wrapper > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  padding: 0;
  margin: 0; }

.ag-color-picker > .ag-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden; }

.ag-color-picker button {
  cursor: pointer; }

.ag-labeled.ag-label-align-right label {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.ag-labeled.ag-label-align-right > div {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.ag-labeled.ag-label-align-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.ag-labeled.ag-label-align-top > div {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.ag-color-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.ag-color-panel .ag-spectrum-color {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  cursor: default; }

.ag-color-panel .ag-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.ag-color-panel .ag-spectrum-val {
  cursor: pointer; }

.ag-color-panel .ag-spectrum-dragger {
  position: absolute;
  pointer-events: none;
  cursor: pointer; }

.ag-color-panel .ag-spectrum-hue {
  cursor: default;
  background: -webkit-gradient(linear, right top, left top, color-stop(3%, #ff0000), color-stop(17%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(67%, #0000ff), color-stop(83%, #ff00ff), to(#ff0000));
  background: linear-gradient(to left, #ff0000 3%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }

.ag-color-panel .ag-spectrum-alpha {
  cursor: default; }

.ag-color-panel .ag-spectrum-hue-background {
  width: 100%;
  height: 100%; }

.ag-color-panel .ag-spectrum-alpha-background {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), black);
  width: 100%;
  height: 100%; }

.ag-color-panel .ag-hue-alpha {
  cursor: pointer; }

.ag-color-panel .ag-spectrum-slider {
  position: absolute;
  pointer-events: none; }

.ag-color-panel .ag-spectrum-text-value {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap; }

.ag-color-panel .ag-spectrum-text-value:focus {
  outline: none;
  outline-offset: 0; }

.ag-color-panel .ag-recent-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ag-color-panel .ag-recent-colors > div {
  cursor: pointer; }

.ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 10px; }

.ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 10px; }

.ag-ltr .ag-row-group-indent-1 {
  padding-left: 10px; }

.ag-rtl .ag-row-group-indent-1 {
  padding-right: 10px; }

.ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 20px; }

.ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 20px; }

.ag-ltr .ag-row-group-indent-2 {
  padding-left: 20px; }

.ag-rtl .ag-row-group-indent-2 {
  padding-right: 20px; }

.ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 30px; }

.ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 30px; }

.ag-ltr .ag-row-group-indent-3 {
  padding-left: 30px; }

.ag-rtl .ag-row-group-indent-3 {
  padding-right: 30px; }

.ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 40px; }

.ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 40px; }

.ag-ltr .ag-row-group-indent-4 {
  padding-left: 40px; }

.ag-rtl .ag-row-group-indent-4 {
  padding-right: 40px; }

.ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 50px; }

.ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 50px; }

.ag-ltr .ag-row-group-indent-5 {
  padding-left: 50px; }

.ag-rtl .ag-row-group-indent-5 {
  padding-right: 50px; }

.ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 60px; }

.ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 60px; }

.ag-ltr .ag-row-group-indent-6 {
  padding-left: 60px; }

.ag-rtl .ag-row-group-indent-6 {
  padding-right: 60px; }

.ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 70px; }

.ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 70px; }

.ag-ltr .ag-row-group-indent-7 {
  padding-left: 70px; }

.ag-rtl .ag-row-group-indent-7 {
  padding-right: 70px; }

.ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 80px; }

.ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 80px; }

.ag-ltr .ag-row-group-indent-8 {
  padding-left: 80px; }

.ag-rtl .ag-row-group-indent-8 {
  padding-right: 80px; }

.ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 90px; }

.ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 90px; }

.ag-ltr .ag-row-group-indent-9 {
  padding-left: 90px; }

.ag-rtl .ag-row-group-indent-9 {
  padding-right: 90px; }

.ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 100px; }

.ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 100px; }

.ag-ltr .ag-row-group-indent-10 {
  padding-left: 100px; }

.ag-rtl .ag-row-group-indent-10 {
  padding-right: 100px; }

.ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 110px; }

.ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 110px; }

.ag-ltr .ag-row-group-indent-11 {
  padding-left: 110px; }

.ag-rtl .ag-row-group-indent-11 {
  padding-right: 110px; }

.ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 120px; }

.ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 120px; }

.ag-ltr .ag-row-group-indent-12 {
  padding-left: 120px; }

.ag-rtl .ag-row-group-indent-12 {
  padding-right: 120px; }

.ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 130px; }

.ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 130px; }

.ag-ltr .ag-row-group-indent-13 {
  padding-left: 130px; }

.ag-rtl .ag-row-group-indent-13 {
  padding-right: 130px; }

.ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 140px; }

.ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 140px; }

.ag-ltr .ag-row-group-indent-14 {
  padding-left: 140px; }

.ag-rtl .ag-row-group-indent-14 {
  padding-right: 140px; }

.ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 150px; }

.ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 150px; }

.ag-ltr .ag-row-group-indent-15 {
  padding-left: 150px; }

.ag-rtl .ag-row-group-indent-15 {
  padding-right: 150px; }

.ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 160px; }

.ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 160px; }

.ag-ltr .ag-row-group-indent-16 {
  padding-left: 160px; }

.ag-rtl .ag-row-group-indent-16 {
  padding-right: 160px; }

.ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 170px; }

.ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 170px; }

.ag-ltr .ag-row-group-indent-17 {
  padding-left: 170px; }

.ag-rtl .ag-row-group-indent-17 {
  padding-right: 170px; }

.ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 180px; }

.ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 180px; }

.ag-ltr .ag-row-group-indent-18 {
  padding-left: 180px; }

.ag-rtl .ag-row-group-indent-18 {
  padding-right: 180px; }

.ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 190px; }

.ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 190px; }

.ag-ltr .ag-row-group-indent-19 {
  padding-left: 190px; }

.ag-rtl .ag-row-group-indent-19 {
  padding-right: 190px; }

.ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 200px; }

.ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 200px; }

.ag-ltr .ag-row-group-indent-20 {
  padding-left: 200px; }

.ag-rtl .ag-row-group-indent-20 {
  padding-right: 200px; }

.ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 210px; }

.ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 210px; }

.ag-ltr .ag-row-group-indent-21 {
  padding-left: 210px; }

.ag-rtl .ag-row-group-indent-21 {
  padding-right: 210px; }

.ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 220px; }

.ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 220px; }

.ag-ltr .ag-row-group-indent-22 {
  padding-left: 220px; }

.ag-rtl .ag-row-group-indent-22 {
  padding-right: 220px; }

.ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 230px; }

.ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 230px; }

.ag-ltr .ag-row-group-indent-23 {
  padding-left: 230px; }

.ag-rtl .ag-row-group-indent-23 {
  padding-right: 230px; }

.ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 240px; }

.ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 240px; }

.ag-ltr .ag-row-group-indent-24 {
  padding-left: 240px; }

.ag-rtl .ag-row-group-indent-24 {
  padding-right: 240px; }

.ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 250px; }

.ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 250px; }

.ag-ltr .ag-row-group-indent-25 {
  padding-left: 250px; }

.ag-rtl .ag-row-group-indent-25 {
  padding-right: 250px; }

.ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 260px; }

.ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 260px; }

.ag-ltr .ag-row-group-indent-26 {
  padding-left: 260px; }

.ag-rtl .ag-row-group-indent-26 {
  padding-right: 260px; }

.ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 270px; }

.ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 270px; }

.ag-ltr .ag-row-group-indent-27 {
  padding-left: 270px; }

.ag-rtl .ag-row-group-indent-27 {
  padding-right: 270px; }

.ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 280px; }

.ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 280px; }

.ag-ltr .ag-row-group-indent-28 {
  padding-left: 280px; }

.ag-rtl .ag-row-group-indent-28 {
  padding-right: 280px; }

.ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 290px; }

.ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 290px; }

.ag-ltr .ag-row-group-indent-29 {
  padding-left: 290px; }

.ag-rtl .ag-row-group-indent-29 {
  padding-right: 290px; }

.ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 300px; }

.ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 300px; }

.ag-ltr .ag-row-group-indent-30 {
  padding-left: 300px; }

.ag-rtl .ag-row-group-indent-30 {
  padding-right: 300px; }

.ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 310px; }

.ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 310px; }

.ag-ltr .ag-row-group-indent-31 {
  padding-left: 310px; }

.ag-rtl .ag-row-group-indent-31 {
  padding-right: 310px; }

.ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 320px; }

.ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 320px; }

.ag-ltr .ag-row-group-indent-32 {
  padding-left: 320px; }

.ag-rtl .ag-row-group-indent-32 {
  padding-right: 320px; }

.ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 330px; }

.ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 330px; }

.ag-ltr .ag-row-group-indent-33 {
  padding-left: 330px; }

.ag-rtl .ag-row-group-indent-33 {
  padding-right: 330px; }

.ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 340px; }

.ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 340px; }

.ag-ltr .ag-row-group-indent-34 {
  padding-left: 340px; }

.ag-rtl .ag-row-group-indent-34 {
  padding-right: 340px; }

.ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 350px; }

.ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 350px; }

.ag-ltr .ag-row-group-indent-35 {
  padding-left: 350px; }

.ag-rtl .ag-row-group-indent-35 {
  padding-right: 350px; }

.ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 360px; }

.ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 360px; }

.ag-ltr .ag-row-group-indent-36 {
  padding-left: 360px; }

.ag-rtl .ag-row-group-indent-36 {
  padding-right: 360px; }

.ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 370px; }

.ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 370px; }

.ag-ltr .ag-row-group-indent-37 {
  padding-left: 370px; }

.ag-rtl .ag-row-group-indent-37 {
  padding-right: 370px; }

.ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 380px; }

.ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 380px; }

.ag-ltr .ag-row-group-indent-38 {
  padding-left: 380px; }

.ag-rtl .ag-row-group-indent-38 {
  padding-right: 380px; }

.ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 390px; }

.ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 390px; }

.ag-ltr .ag-row-group-indent-39 {
  padding-left: 390px; }

.ag-rtl .ag-row-group-indent-39 {
  padding-right: 390px; }

.ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 400px; }

.ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 400px; }

.ag-ltr .ag-row-group-indent-40 {
  padding-left: 400px; }

.ag-rtl .ag-row-group-indent-40 {
  padding-right: 400px; }

.ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 410px; }

.ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 410px; }

.ag-ltr .ag-row-group-indent-41 {
  padding-left: 410px; }

.ag-rtl .ag-row-group-indent-41 {
  padding-right: 410px; }

.ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 420px; }

.ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 420px; }

.ag-ltr .ag-row-group-indent-42 {
  padding-left: 420px; }

.ag-rtl .ag-row-group-indent-42 {
  padding-right: 420px; }

.ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 430px; }

.ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 430px; }

.ag-ltr .ag-row-group-indent-43 {
  padding-left: 430px; }

.ag-rtl .ag-row-group-indent-43 {
  padding-right: 430px; }

.ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 440px; }

.ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 440px; }

.ag-ltr .ag-row-group-indent-44 {
  padding-left: 440px; }

.ag-rtl .ag-row-group-indent-44 {
  padding-right: 440px; }

.ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 450px; }

.ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 450px; }

.ag-ltr .ag-row-group-indent-45 {
  padding-left: 450px; }

.ag-rtl .ag-row-group-indent-45 {
  padding-right: 450px; }

.ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 460px; }

.ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 460px; }

.ag-ltr .ag-row-group-indent-46 {
  padding-left: 460px; }

.ag-rtl .ag-row-group-indent-46 {
  padding-right: 460px; }

.ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 470px; }

.ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 470px; }

.ag-ltr .ag-row-group-indent-47 {
  padding-left: 470px; }

.ag-rtl .ag-row-group-indent-47 {
  padding-right: 470px; }

.ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 480px; }

.ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 480px; }

.ag-ltr .ag-row-group-indent-48 {
  padding-left: 480px; }

.ag-rtl .ag-row-group-indent-48 {
  padding-right: 480px; }

.ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 490px; }

.ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 490px; }

.ag-ltr .ag-row-group-indent-49 {
  padding-left: 490px; }

.ag-rtl .ag-row-group-indent-49 {
  padding-right: 490px; }

.ag-ltr {
  direction: ltr; }

.ag-ltr .ag-body, .ag-ltr .ag-floating-top, .ag-ltr .ag-floating-bottom, .ag-ltr .ag-header, .ag-ltr .ag-body-viewport, .ag-ltr .ag-body-horizontal-scroll {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.ag-ltr .ag-header-cell-resize {
  right: -4px; }

.ag-ltr .ag-pinned-right-header .ag-header-cell-resize {
  left: -4px; }

.ag-rtl {
  direction: rtl; }

.ag-rtl .ag-body, .ag-rtl .ag-floating-top, .ag-rtl .ag-floating-bottom, .ag-rtl .ag-header, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.ag-rtl .ag-header-cell-resize {
  left: -4px; }

.ag-rtl .ag-pinned-left-header .ag-header-cell-resize {
  right: -4px; }

@media print {
  .ag-body-viewport {
    display: block; }
  .ag-row {
    page-break-inside: avoid; } }

.ag-body .ag-pinned-left-cols-viewport, .ag-body .ag-body-viewport, .ag-body .ag-pinned-right-cols-viewport {
  -webkit-overflow-scrolling: touch; }

.ag-chart {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.ag-chart .ag-chart-components-wrapper {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden; }

.ag-chart .ag-chart-components-wrapper .ag-chart-canvas-wrapper {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden; }

.ag-chart .ag-chart-components-wrapper .ag-chart-canvas-wrapper canvas {
  display: block; }

.ag-chart .ag-chart-components-wrapper .ag-chart-menu {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.ag-chart:not(.ag-has-menu):hover .ag-chart-menu {
  opacity: 1;
  pointer-events: all; }

.ag-chart .ag-chart-docked-container {
  position: relative;
  width: 0;
  min-width: 0;
  transition: min-width 0.4s; }

.ag-chart .ag-chart-docked-container .ag-panel {
  border-width: 0 0 0 1px; }

.ag-chart-tabbed-menu > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden; }

.ag-chart-tabbed-menu .ag-tab-header {
  flex: none;
  user-select: none;
  cursor: default; }

.ag-chart-tabbed-menu .ag-tab-body {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  overflow: hidden; }

.ag-chart-tabbed-menu .ag-tab-body > div {
  width: 100%;
  overflow: hidden;
  overflow-y: auto; }

.ag-chart-tabbed-menu .ag-chart-settings {
  overflow-x: hidden; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar {
  width: 100%;
  display: flex;
  height: 30px;
  align-items: center; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-nav-card-selector {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 1 auto;
  height: 100%; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-nav-card-selector .ag-nav-card-item {
  opacity: 0.2; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-nav-card-selector .ag-nav-card-item.ag-selected {
  opacity: 1; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-chart-settings-prev-btn, .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-chart-settings-next-btn {
  position: relative;
  flex: none; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-chart-settings-prev-btn button, .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-nav-bar .ag-chart-settings-next-btn button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container {
  position: relative;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper .ag-group-component {
  flex: none; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper .ag-group-component-container {
  flex-direction: row;
  flex-wrap: wrap; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper .ag-group-component-container .ag-chart-mini-thumbnail {
  flex: none; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper.ag-animating, .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper.ag-animating {
  transition: left 0.3s;
  transition-timing-function: ease-in-out; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper .ag-chart-mini-thumbnail {
  cursor: pointer; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-wrapper .ag-chart-settings-mini-charts-container .ag-chart-settings-mini-wrapper .ag-chart-mini-thumbnail canvas {
  display: block; }

.ag-chart-tabbed-menu .ag-chart-data-wrapper, .ag-chart-tabbed-menu .ag-chart-format-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  user-select: none; }

.ag-chart-tabbed-menu .ag-chart-data-wrapper > div, .ag-chart-tabbed-menu .ag-chart-format-wrapper > div {
  display: flex;
  margin: 0;
  padding-bottom: 2px; }

.ag-chart-tabbed-menu .ag-chart-data-wrapper > div:not(:first-child), .ag-chart-tabbed-menu .ag-chart-format-wrapper > div:not(:first-child) {
  margin-top: 0; }

.ag-chart-tabbed-menu .ag-chart-format-wrapper {
  overflow-x: hidden; }

.ag-chart-tabbed-menu .ag-chart-format-wrapper .ag-group-component .ag-group-subgroup {
  justify-content: space-between; }

.ag-chart .ag-chart-canvas-wrapper.ag-chart-empty > canvas {
  visibility: hidden; }

.ag-chart .ag-chart-canvas-wrapper.ag-chart-empty .ag-chart-empty-text {
  display: flex; }

.ag-chart .ag-chart-empty-text {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center; }

.ag-chart .ag-chart-menu {
  opacity: 0;
  pointer-events: none; }

.ag-chart .ag-chart-menu > span {
  opacity: 0.5;
  line-height: 24px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin: 2px 0;
  cursor: pointer; }

.ag-chart .ag-chart-menu > span:hover {
  border-radius: 5px; }

.ag-chart .ag-chart-docked-container {
  min-width: 0;
  width: 0; }

.ag-chart-tabbed-menu .ag-tab-body {
  padding: 0; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-nav-bar {
  padding: 0 10px;
  user-select: none; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-nav-bar .ag-nav-card-selector {
  padding: 0 10px; }

.ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-nav-bar .ag-nav-card-selector .ag-nav-card-item {
  cursor: pointer; }

@font-face {
  font-family: "agGridBalham";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBlYAAAC8AAAAYGNtYXAXVtK8AAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zg+MNAUAAAF4AAAdmGhlYWQV8DAbAAAfEAAAADZoaGVhB8ID+wAAH0gAAAAkaG10eN4AI4AAAB9sAAAA6GxvY2HTZMxUAAAgVAAAAHZtYXhwAEcAlQAAIMwAAAAgbmFtZZQXxKQAACDsAAABknBvc3QAAwAAAAAigAAAACAAAwP3AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpNQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6TX//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAD///wPBA4EAJwBQAG4AAAEeARcWFRYUBxQHDgEHBiMGIiciJy4BJyY1JjQ3NDc+ATc2MzYyFzIFIgYHBgcOARcUFx4BFxYXFjI3Njc+ATc2NzY0JyYnLgEnJiMiBgcGIwEjNSEVHgEXFgYHDgEVITUzFSE0Njc+AScuASc1IQMkPlwCAQEBAQJcPklJSZJJSUk9XQIBAQEBAlw+SUlJkklJ/gUlOgEBAQEBAQMCNSRJSUqSSklJJDUCAwEBAQEDAjUkSUhJkUlISQHgQP8AAXUZEAoYJ1YBAED+gAYbLWQgLmICAYADgAJcPklJSZJJSUk+XAIBAQEBAlw+SUlJkklJST5cAgEBAUE4JkhJSZJJSUkkNQIDAQEBAQMCNSRJSUqSSklJJDUCAwEBAf8AQAMgQiscRBciPRpAgCZMGCdHHylHNEUAAQBTABMDrQNtACcAABMXByc3HgEXByERByc3HgEXBycRISc3HgEXByc3IRE3HgEXByc3FxHNSi6WlgwWDEoBE0kulyZLJi5JARNKLiVMJZYuSv7tSQwWDJeXLkkBoEkul5cMFgxJARNKLpYlTCUuSv7tSS4mSyaXLkn+7UoMFgyWli5KARMAAAEBKQCZAtcC5wAKAAABByc3HgEXBycRIwHgiS7XNms2LolAAmyJLdc2azYtif4tAAMAgABAA4ADQAAbADcARgAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJgcyFx4BFxYVFAcOAQcGIyInLgEnJjU0Nz4BNzYTNx4BFwcXBycHJzcnNxcCAE9GRmkeHh4eaUZGT09GRmkeHh4eaUZGT0I7OlcZGRkZVzo7QkI7OlcZGRkZVzo7QqkMFgyqqi6pqS6qqi6pA0AeHmlGRk9PRkZpHh4eHmlGRk9PRkZpHh5AGRlXOjtCQjs6VxkZGRlXOjtCQjs6VxkZ/u2qDBYMqakuqqouqakuqgADANUAlQMrAusABAAJAA0AABMzESMRNzMRIxETMxEj1YCA73h473h4Ajf+XgGitP2qAlb+qv8AAAMAAP/ABAADwAAPACAAKAAABSEiJjURNDYzITIWFREUBgMhIgYVERQWMyEyNjURNCYjBwEnNxcBHgEDSP1wTGxsTAKQTGxsSv1tLUFBLQKTLUFALgz+VNAznQF5DRpAbEwCkExsbEz9cExsA7lBLf1tLkBALgKTLUH3/lPRNJ0BeA0aAAMAAP/ABAADwAAPACAAJAAABSEiJjURNDYzITIWFREUBgMhIgYVERQWMyEyNjURNCYjAyE1IQNI/XBMbGxMApBMbGxK/W0tQUEtApMtQUAuJf22AkpAbEwCkExsbEz9cExsA7lBLf1tLkBALgKTLUH+IkoAAgAA/8AEAAPAAA8AIAAAATIWFREUBiMhIiY1ETQ2MwUhIgYVERQWMyEyNjURNCYjA0hMbGxM/XBMbGxMApL9bS1BQS0Cky1BQC4DwGxM/XBMbGxMApBMbEdBLf1tLkBALgKTLUEAAAADAHMASAONAzgABgAKABYAAAkBBxcJAiE3FyEFMAYVFBYzMjY1NCYC/f5VPGb+9wFFAUX978zM/mgCTFUyIyMyVQGNAas8Zv73/rsBRc3NQGsqIzIyIyprAAAAAAIAwACgAcAC4AADAAcAACUhESEHETMRAcD/AAEAwICgAkBA/kABwAAEAMAAoANAAuAAAwAHAAsADwAAJSMRMxMjETMTIxEzASMRMwHAQEDAQEDAQED9wEBAoAJA/cACQP3AAkD9wAJAAAAAAAEBXgCpAqIC1wAHAAABBxcHCQEeAQKi6ekt/ukBFwsXAqnp6S4BFwEXDBYAAwCgAEADYANAABAAIAAzAAAlIyImNRE0NjsBMhYVERQGIxMhIgYVERQWMyEyNjURNCYBIzwBNRE0NjMhOgEzFSEiBhURAr77Q2BgQ/tDX19DBf79Jzc3JwEDJzc3/fdBX0MBmgECAf5dJjZAX0QBOkNgYEP+xkRfAkA4Jv67Jzc3JwFFJjj+AAEEAgIXQ19ANib93AAAAAABASkA6QLXApcADgAAATceARcHFwcnByc3JzcXAgCpDBYMqqouqakuqqouqQHtqgwWDKmpLqqqLqmpLqoAAAAABQBAAAADwAOAACUAMgA/AEsAUQAAAT4BNTQmIyIGFRQWMzI2NxcHLgEjIgYVFBYzMjY1NCYnNwEzNQEHIiY1NDYzMhYVFAYjESImNTQ2MzIWFRQGIwEiJjU0NjMyFhUUBgkBFwE1IwGWCAhpSkppaUoUJRFpaRElFEppaUpKaQgIagE6hv3WoyU0NCUlNTUlJTQ0JSU1NSUBDQkNDQkJDQ0BMf7zWQE6hgKDESUUSmlpSkppCAhqaggIaUpKaWlKFCURaf7HLQIpEDUlJTQ0JSU1/ec0JSU1NSUlNAFQDQkJDQ0JCQ0Bqf7zWQE5LQAABwCGAFYDegMqAAsADwAbACgALAA4ADwAADciBhUUFjMyNjU0JgU1IRUDIgYVFBYzMjY1NCYHMhYVFAYjIiY1NDYzBSE1IQEyFhUUBiMiJjU0NgUhNSHGGiYmGhslJQKZ/eaaGiYmGhslJRsSGRkSERkZEQIJ/pEBb/33GyUlGxomJgLO/eYCGtYmGhslJRsaJmtVVQGVJhoaJiYaGiYVGRISGRkSEhlWVgE/JRsaJiYaGyVqVQAAAAEBKQCZAtcC5wAKAAABNx4BFwcnNxcRMwIgiQwWDNfXLolAARSJCxcL19ctiQHTAAEBXgCpAqIC1wAMAAAJASc3JzcWFx4BFxYXAqL+6S3p6S0jIyNFIyMjAcD+6S7p6S4jIyNGIiMjAAAAAAUAQwBzA70DDQAsAEoAaABzAH0AAAE+ATc6ATMWFx4BFxYXMAYHDgEHFwcnBgcGJicmJy4BJy4BJzA2Nz4BNyc3FwcOAQ8BFhceARcWNz4BNycOASMiJy4BJyY1NDY3JwE+AT8BJicuAScmBw4BBxc+ATMyFx4BFxYVFAYHFwEOARUUFjMyNjcnBT4BNTQmIyIGBwEqL2g2BwQHSENCci0tGzkuECQTPi1LOUBAgD49NSlEGQoPCiUbFzcgPi1KCjFOGAEdNzeJTExICxYKHRxEJi8oKT0SERcVMAHBMU0YARgnKGU7Oz4pUCUkHEQmLikpPRESGBUq/p0MDl5CGC0T3gELDQ5eQhksEwLEFxsCAhgXUjk4RHYwER4NPi1LHA0MCBUVJh5KLBEiGFMkHzYWPi1JUSFZNwJFNTU/BwcXBAgFHRUYEhI8KSkuJkQcMf6ZIVo3AjguLkESEgEBExEjFRcREj0pKC8lRRwqAQgTLBlCXg4N3bATLRhDXQ4MAAQAQwCZA70C9gAkAEMAYABvAAABFhceARcWFzAGBwYHDgEnJicuAScuAScwNjc2Nz4BNzY3OgEzBwYHDgEHBg8BFhceARcWNzY3PgE3Nj8BJicuAScmIxcyFx4BFxYVFAcOAQcGIyInLgEnJjU0Nz4BNzYzFzU0JiMiBh0BFBYzMjY1AglIQ0JyLS0bOS46Tk6oU1RFKUQZCg8KJRsgKSpgNTU3BwQHETs4N2AnJhgBHTc3iUxMSColJkAaGhIBGCcoZTs7PggtKCc7ERISETsnKC0tKCc7ERISETsnKC2gXkJCXl5CQl4C9gIYF1I5OER2MD0jJBAVFDIeSiwRIhhTJCsjIzIODgJAAhITQC0sNgJFNTU/BwcXDRYWOyMjKAM4Li1CEhEfERE7JygtLSgnOxIRERI7JygtLSgnOxER2AFCXl5CAkJeXkIAAgDAAKADQAMAABsAMwAAAQYHDgEHBgcOAR0BBzQ2JzQmJyYnLgEnJic1IQUUFhcWFx4BFxYXFTc1Njc+ATc2Nz4BNQNAARYVQSUmIAQEwAICBQMhJSZAFhUBAoD9wAQEISUmQBYVAUABFhVBJSYgBAQCuiAfHz8gICIFCwZ1kEKDQgYKBCIhIkAeHx1GQAcOBiIhIkAeHx2GMFYgHx8/ICAiBg4HAAAAAgD1AKkDCwLXAAcACwAAAQcXBwkBHgElESMRAwvp6S3+6QEXCxf+NUACqenpLgEXARcMFgv+AAIAAAAADADAAMADQALAAAMABwALAA8AEwAXABsAHwAjACcAKwAvAAAlIzUzFyM1MxcjNTMXIzUzJSM1MxcjNTMXIzUzFyM1MyUjNTMXIzUzFyM1MxcjNTMBAEBAwEBAwEBAwEBA/cBAQMBAQMBAQMBAQP3AQEDAQEDAQEDAQEDAgICAgICAgECAgICAgICAQICAgICAgIAAAAgAP///A8EDgQAnAFAAVABYAFwAYABkAGgAAAEeARcWFRYUBxQHDgEHBiMGIiciJy4BJyY1JjQ3NDc+ATc2MzYyFzIFIgYHBgcOARcUFx4BFxYXFjI3Njc+ATc2NzY0JyYnLgEnJiMiBgcGIxMjNTMFITUhJSM1MwUhNSElIzUzBSE1IQMkPlwCAQEBAQJcPklJSZJJSUk9XQIBAQEBAlw+SUlJkklJ/gUlOgEBAQEBAQMCNSRJSUqSSklJJDUCAwEBAQEDAjUkSUhJkUlISeCAgAGA/sABQP6AgIABgP7AAUD+AICAAgD+QAHAA4ACXD5JSUmSSUlJPlwCAQEBAQJcPklJSZJJSUk+XAIBAQFBOCZISUmSSUlJJDUCAwEBAQEDAjUkSUlKkkpJSSQ1AgMBAQH94EBAQEBAQEBAQEBAAAAAAAQAQwDIA70CuAAkAE0AYABwAAABFhceARcWFzAGBwYHDgEHBicmJy4BJyYnMDY3Njc+ATc2MzoBByIGBwYHDgEHBgcwFhcWFx4BNzY3Njc+ATc2NzAmJyYnLgEnJiMqASMXHgEVFAYHDgEnLgEnNDY3PgEzBw4BBwYWFxY2NzYmJy4BIwIJQEJBdS8wHUI7KS8vYzIyMDs5OmYpKRlFPyElJU4oKCcHBAoNGQwuMC9VIyMVHx8qNDRvODgxKigoSB0dEh8fHiUkTyopKAYEBhJGixgZMHw0PGcCGRwkUjoTI0gWGxovPYweGyAwFyAoArgBDAw5Ly9IfSkdEhERAQEDBBAPOy0tPoEqFw4PEQQEQAEBAwsLKyEhLj8cKBUVEQICBwYNDSweHic/HRwTEhQFBB0CRVQgPRQmBgUFTUEiQhYaDEABCRkgXA0RByUiXAsGAgACAPUAqQMLAtcADAAQAAAJASc3JzcWFx4BFxYXEyMRMwI5/ukt6ektIyMiRiMjI9JAQAHA/uku6ekuIyMjRiIjI/8AAgAAAAACAHkAkwOHAu0ACwAWAAABByEVIRcHCQEeARcFFzcnITUhNycOAQI0QAGT/m1Ajf7SAS4jRyP+oNMygAHu/hKAMjVpAmBAwECNAS0BLSNHI6DTM4BAgDM1aQAAAAgAYAAgA6ADYAADAAkADwATABcAHQAjACcAACUjETMnByc3HgEFByc3HgE3ITUhBSE1ITcHJzceASUHJzceAQUjETMCIEBAc80tzQsXAastzS0zZ4b/AAEA/cD/AAEATS3NLTNnAdPNLc0LF/7eQEAgAQAgzS3NCxerLc0tM2fNQEBAYC3NLTNnbc0tzQsXiwEAAAACAPEAsQMPAs8ABwAOAAATHwEnNycHJyUvARcHFzfxA99HdFN1RwIeA99HdFN1AZPfA0d1U3RHWt8DR3VTdAAAAwDAAOADQAKgAAMABwALAAAlITUhNSE1ITUhNSEDQP2AAoD9gAKA/YACgOBAgECAQAAAAAIAywCKAzUC9gAHAA8AACUvARcHFzcXEx8BJzcnBycB2gTeR3RTdUdMBN5HdFN1R7jeBEh1U3VHAhDeBEh1U3VHAAAAAgCAAWADgAIgAAMABwAAASE1IQUVITUDgP0AAwD9QAKAAWDAQEBAAAEBXgCpAqIC1wAMAAAJASc3JzcWFx4BFxYXAqL+6S3p6S0jIyNFIyMjAcD+6S7p6S4jIyNGIiMjAAAAAAIAQACgA8AC4AAKABYAAAE3HgEXByc3FxEzASMRByc3HgEXBycRAUGQDBcM4OAvkEIBwEKQL+A4cDgvkAEYhgsWC9LSLIYByP3AAciGLNI0aTUshv44AAAGAHYAQAOLA0sAHAAyAEEAUwBiAG4AAAEWFx4BFxYHBgcOAScmJyYnLgE3Njc2Nz4BNzYXBwYHDgEHBhcWFx4BNzY3NicuAScmBxcWBw4BBwYnLgEvAQEeAQEWNz4BNzY3NiYnBgcOAQcGBxMyFh8BASYnJjY3Njc6AQcGBw4BBwYXAS4BBwIGYlVVaw4NLSdOTbddXkcvHh4XCAgcGScmXzc3OQpTR0haCgsnKFNTuVVVLSUKCVhJSVzzIwgITUBBThw0GCgBgwYL/tgoKSpJHBsMCAEJISAhQSEgIUMhQB0p/n0lBQYyODhYBAoGMCoqNwoKDgEGESISA0sCNTWkZWRgVDc3JRUUQys5On5AQDoyKik6EBABQAEtLYxVVFFTLS0EKitcTFVVjy8uAc1ASkl7JSYIAhENFgGDChT+rQwFBScgHykePR0gISFBISAhAdYREBb+fEFLTIIuLQZAAhkZTTAvLgEFBQUBAAAAAAMAgAAwA4ADUAAWACIANgAAATQmIyIGFSMiBhURFBYzITI2NRE0JiMFMhYVFAYjIiY1NDYBISImNRE0NjsBFSE1MzIWFREUBgKAOEhIOIA1S0s1AgA1S0s1/wASGRkSEhkZARL+ABomJhpAAYBAGiYmAvAYSEgYSzX+QDVLSzUBwDVLERgRERgYEREY/ZEmGgHAGiaAgCYa/kAaJgAAAAACAHAAMAOQA1AAKABAAAABJzA2Nz4BFzcmNz4BNzYxFhceARcWFw4BBw4BJwceARcWBg8BJwcnNwEOAR8BByYGBwE+ATc2Jic3MBY3JzAGMQFZlQYPIXEwZQkQECwUFCUkJUklJSQFCwUaRSpqAQECAygvGJrpLekBCBEaChCgMGITASECBAIeBweaOiTaAQFHlScVLQ8JYxwdHS4PDyUlJEolJCUHDgcjLwdnCQEbM2AYDJrqLukBtg4mDxefDAIe/t8CAwIaViyaESrZAQAACgA///8DwQOBACcAOwBHAGEAZwBuAHsAhgCMAJIAAAEeARcWFRYUBxQHDgEHBiMGIiciJy4BJyY1JjQ3NDc+ATc2MzYyFzITIREWMxY2NzY3PgE3Njc+ASc0JwEUFhUeARcyFjM1IwEHJzceARcHJxUOAQcjFwcnNx4BFwcWNjc1BRQWFTM1JwYUBzM1IzcqASMiBgcUBhUzNTMlFTM0JjUuASciJiUGIgcVMzcmIiMVMwMkPlwCAQEBAQJcPklJSZJJSUk9XQIBAQEBAlw+SUlJkklJqP26PT09ej09PSQ1AgICAQEBAvz8AQI1JAgQCHwCQQkuVxYrFi4JAVw/dwouVlYMFgwLUYIB/bwBfn0BAX99vxguFyU6AQF8QgHHfQECNSQIEP7zIUEggsMgQSGCA4ACXD5JSUmSSUlJPlwCAQEBAQJcPklJSZJJSUk+XAIBAQH/AP28AgEBAQICAjUkPT08ej09PP48CREIJDUCAX4BFgouVhUsFS4Kcz9fAgkuV1cMFgwKAR1Fc1QhQCCBwiFAIYL/OCYYMBlBf38JEQkkNQIBAgEBf4ABgQAAAgCgAGADYAMgAAsAFwAAASEVIREjESE1IREzBxEhFSERMxEhNSERAmABAP8AwP8AAQDAgP8AAQBAAQD/AAIgwP8AAQDAAQBA/wBA/wABAEABAAAAAQFeAKkCogLXAAcAAAEHFwcJAR4BAqLp6S3+6QEXCxcCqenpLgEXARcMFgACAAD/wAQAA8AAGwA3AAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmBzIXHgEXFhUUBw4BBwYjIicuAScmNTQ3PgE3NgIAal1diykoKCmLXV1qal1diykoKCmLXV1qXVFSeiMjIyN6UlFdXVFSeiMjIyN6UlEDwCgpi11dampdXYspKCgpi11dampdXYspKEAjI3pSUV1dUVJ6IyMjI3pSUV1dUVJ6IyMAAwAA/8AEAAPAABsANwBTAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmBzIXHgEXFhUUBw4BBwYjIicuAScmNTQ3PgE3NgEUBw4BBwYjIicuAScmNTQ3PgE3NjMyFx4BFxYCAGpdXYspKCgpi11dampdXYspKCgpi11dal1RUnojIyMjelJRXV1RUnojIyMjelJRAZ0ZGVc6O0JCOzpXGRkZGVc6O0JCOzpXGRkDwCgpi11dampdXYspKCgpi11dampdXYspKEAjI3pSUV1dUVJ6IyMjI3pSUV1dUVJ6IyP+QEI7OlcZGRkZVzo7QkI7OlcZGRkZVzo7AAAAAAIAeQCTA4cC7QAOABkAAAkBJzchNSEnNxYXHgEXFiUXIRUhBxc3Jw4BA4f+0o1A/m0Bk0CNJiYlTCUm/saA/hIB7oAy09MMGgHA/tONQMBAjSUmJksmJXqAQIAz09MNGQAAAAACAIAAQAOAA0AADgAZAAABESERIxEUFjMhMjY1ESMFNxcHJzcXETMRMQMr/apVMiMCViMyVf8AbjzV1TxuVgHA/tUBK/7VIzIyIwErHW481dU8bgGd/mMAAQDpAR4DFwJiAAcAAAkCNxc3HgEDF/7p/uku6ekMFgI1/ukBFy3p6QsXAAABAV4AqQKiAtcABwAAAQcXBwkBHgECounpLf7pARcLFwKp6ekuARcBFwwWAAEBXgCpAqIC1wAMAAAJASc3JzcWFx4BFxYXAqL+6S3p6S0jIyNFIyMjAcD+6S7p6S4jIyNGIiMjAAAAAAEA6QEeAxcCYgALAAABBycHJwEWFx4BFxYDFy7p6S4BFyMjIkYjIwFLLenpLQEXIyMjRSMjAAAAAQDpAO4DFwKSAAcAAAkBJzcXAR4BAxf+ibcuiQFJDBYCZf6Jty2JAUkLFwABAV4AqQKiAtcADAAACQEnNyc3FhceARcWFwKi/ukt6ektIyMjRSMjIwHA/uku6ekuIyMjRiIjIwAAAAABAMABoANAAeAAAwAAEyEVIcACgP2AAeBAAAAAAQDpAR4DFwJiAAcAAAkCNxc3HgEDF/7p/uku6ekMFgI1/ukBFy3p6QsXAAACAIgATgN7A0AAOwB5AAABDgEVMBYXHgEHDgEHDgEHDgEnLgEnJjY/ATA0NS4BJzEOAQcGBwYWFxYXHgE3PgE/AT4BJy4BJzEOAQcTIgYPAQ4BFx4BFzE+ATc+ATUwJicuATc+ATc+ATc+ARceAQcOAQ8BHAEXHgEXMT4BNz4BJy4BJy4BIzAiIwIkBAUFAiEdCwUUDhs4Gx5VKSU1BwcXGhIGBwITJhAWCQoFDxAcK387FSYQbi4ZHgsiFQgPCIQqTx5uLxgdDCIVCA8IBAUEAicZFgUPCRs4Gx5VKSw5AQEXFRIBBQcCEiQPHRQKDEQwEykVAQECEwUKBgQCG1QrEyIPGzccHRQODT4nJEgaEwIBEiUSEiQWHiUlSiQjHSscFwgZD24viT4XKBAIDwcBLSEebTCIPBgqDwcQBwQLBgMCH2YvDBUJHDcbHhQOEFAwHTcVEgEBARIlExIiFCVfLjJRFAgIAAADAIIAQgN+A0AAIwA+AFwAABMiBgcOAQcGFBcWFx4BFxYXFjI3PgE3NjQnJicuAScmJy4BIxMOARceARcWNj8BJwcOAScuAScmNj8BJw4BBwEiBg8BFzc+ATc2FhcWBg8BFz4BNz4BJy4BIyoBMasBAgEKEgkCAllaWrRZWloCBQIKEgkCAllaWrRZWloBAgIULxgdF1MzM2UlPy5AI2ssGCIHCRYbPy4QHxAB6ipQHj8uQBEuGTBYExERID8uECAQMBYjG2Y5AQEDQAEBCRIKAQYCWlpas1pZWgICCRIKAQYCWlpZtFpZWgEB/m8vij0uPwkJICU/Lj8kDR0PMBwlTBtALhAgDwGRIR4/Lj8SFgMFMi4oWyE/LhAgEDGQPjI9AAAAAQAAAAEAAAtZRClfDzz1AAsEAAAAAADZaHXPAAAAANlodc8AAP/ABAADwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAEAAABAAAAAAAAAAAAAAAAAAAAOgQAAAAAAAAAAAAAAAIAAAAEAAA/BAAAUwQAASkEAACABAAA1QQAAAAEAAAABAAAAAQAAHMEAADABAAAwAQAAV4EAACgBAABKQQAAEAEAACGBAABKQQAAV4EAABDBAAAQwQAAMAEAAD1BAAAwAQAAD8EAABDBAAA9QQAAHkEAABgBAAA8QQAAMAEAADLBAAAgAQAAV4EAABABAAAdgQAAIAEAABwBAAAPwQAAKAEAAFeBAAAAAQAAAAEAAB5BAAAgAQAAOkEAAFeBAABXgQAAOkEAADpBAABXgQAAMAEAADpBAAAiAQAAIIAAAAAAAoAFAAeAMIBBgEeAYwBqAHqAiQCWAKGApoCvALSAx4DPgO2BBIEKgRIBQgFrgYCBiAGagcMB7YH2ggICFIIcgiMCK4IwgjgCQwJxAoUCnwLVAt+C5QL6gxqDJwMyAzeDPQNEg0uDUQNYg1wDYYOOg7MAAAAAQAAADoAkwAMAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAgAAAABAAAAAAACAAcAaQABAAAAAAADAAgAOQABAAAAAAAEAAgAfgABAAAAAAAFAAsAGAABAAAAAAAGAAgAUQABAAAAAAAKABoAlgADAAEECQABABAACAADAAEECQACAA4AcAADAAEECQADABAAQQADAAEECQAEABAAhgADAAEECQAFABYAIwADAAEECQAGABAAWQADAAEECQAKADQAsEFnQmFsaGFtAEEAZwBCAGEAbABoAGEAbVZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMEFnQmFsaGFtAEEAZwBCAGEAbABoAGEAbUFnQmFsaGFtAEEAZwBCAGEAbABoAGEAbVJlZ3VsYXIAUgBlAGcAdQBsAGEAckFnQmFsaGFtAEEAZwBCAGEAbABoAGEAbUZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

.ag-theme-balham {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal; }

.ag-theme-balham .ag-menu, .ag-theme-balham .ag-theme-balham.ag-dnd-ghost, .ag-theme-balham .ag-cell.ag-cell-inline-editing, .ag-theme-balham .ag-popup-editor, .ag-theme-balham .ag-select-agg-func-popup, .ag-theme-balham .ag-overlay-loading-center {
  border: 1px solid #BDC3C7; }

.ag-theme-balham .ag-tab-header .ag-tab {
  border: 1px solid transparent;
  border-bottom-width: 0;
  margin: 4px;
  margin-bottom: 0;
  padding: 4px 8px; }

.ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
  background-color: white;
  border-bottom: 2px solid white;
  border-color: #BDC3C7; }

.ag-theme-balham label {
  margin-bottom: 0; }

.ag-theme-balham * {
  box-sizing: border-box; }

.ag-theme-balham *:focus, .ag-theme-balham * *:before, .ag-theme-balham * *:after {
  outline: none;
  box-sizing: border-box; }

.ag-theme-balham .ag-tab {
  box-sizing: content-box; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 20px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 20px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-1 {
  padding-left: 28px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-1 {
  padding-right: 28px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 40px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 40px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-2 {
  padding-left: 56px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-2 {
  padding-right: 56px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 60px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 60px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-3 {
  padding-left: 84px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-3 {
  padding-right: 84px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 80px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 80px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-4 {
  padding-left: 112px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-4 {
  padding-right: 112px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 100px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 100px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-5 {
  padding-left: 140px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-5 {
  padding-right: 140px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 120px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 120px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-6 {
  padding-left: 168px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-6 {
  padding-right: 168px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 140px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 140px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-7 {
  padding-left: 196px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-7 {
  padding-right: 196px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 160px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 160px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-8 {
  padding-left: 224px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-8 {
  padding-right: 224px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 180px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 180px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-9 {
  padding-left: 252px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-9 {
  padding-right: 252px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 200px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 200px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-10 {
  padding-left: 280px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-10 {
  padding-right: 280px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 220px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 220px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-11 {
  padding-left: 308px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-11 {
  padding-right: 308px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 240px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 240px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-12 {
  padding-left: 336px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-12 {
  padding-right: 336px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 260px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 260px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-13 {
  padding-left: 364px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-13 {
  padding-right: 364px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 280px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 280px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-14 {
  padding-left: 392px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-14 {
  padding-right: 392px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 300px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 300px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-15 {
  padding-left: 420px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-15 {
  padding-right: 420px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 320px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 320px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-16 {
  padding-left: 448px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-16 {
  padding-right: 448px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 340px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 340px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-17 {
  padding-left: 476px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-17 {
  padding-right: 476px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 360px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 360px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-18 {
  padding-left: 504px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-18 {
  padding-right: 504px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 380px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 380px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-19 {
  padding-left: 532px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-19 {
  padding-right: 532px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 400px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 400px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-20 {
  padding-left: 560px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-20 {
  padding-right: 560px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 420px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 420px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-21 {
  padding-left: 588px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-21 {
  padding-right: 588px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 440px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 440px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-22 {
  padding-left: 616px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-22 {
  padding-right: 616px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 460px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 460px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-23 {
  padding-left: 644px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-23 {
  padding-right: 644px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 480px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 480px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-24 {
  padding-left: 672px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-24 {
  padding-right: 672px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 500px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 500px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-25 {
  padding-left: 700px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-25 {
  padding-right: 700px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 520px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 520px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-26 {
  padding-left: 728px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-26 {
  padding-right: 728px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 540px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 540px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-27 {
  padding-left: 756px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-27 {
  padding-right: 756px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 560px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 560px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-28 {
  padding-left: 784px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-28 {
  padding-right: 784px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 580px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 580px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-29 {
  padding-left: 812px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-29 {
  padding-right: 812px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 600px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 600px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-30 {
  padding-left: 840px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-30 {
  padding-right: 840px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 620px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 620px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-31 {
  padding-left: 868px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-31 {
  padding-right: 868px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 640px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 640px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-32 {
  padding-left: 896px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-32 {
  padding-right: 896px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 660px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 660px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-33 {
  padding-left: 924px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-33 {
  padding-right: 924px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 680px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 680px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-34 {
  padding-left: 952px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-34 {
  padding-right: 952px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 700px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 700px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-35 {
  padding-left: 980px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-35 {
  padding-right: 980px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 720px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 720px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-36 {
  padding-left: 1008px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-36 {
  padding-right: 1008px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 740px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 740px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-37 {
  padding-left: 1036px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-37 {
  padding-right: 1036px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 760px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 760px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-38 {
  padding-left: 1064px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-38 {
  padding-right: 1064px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 780px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 780px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-39 {
  padding-left: 1092px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-39 {
  padding-right: 1092px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 800px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 800px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-40 {
  padding-left: 1120px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-40 {
  padding-right: 1120px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 820px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 820px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-41 {
  padding-left: 1148px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-41 {
  padding-right: 1148px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 840px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 840px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-42 {
  padding-left: 1176px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-42 {
  padding-right: 1176px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 860px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 860px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-43 {
  padding-left: 1204px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-43 {
  padding-right: 1204px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 880px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 880px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-44 {
  padding-left: 1232px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-44 {
  padding-right: 1232px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 900px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 900px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-45 {
  padding-left: 1260px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-45 {
  padding-right: 1260px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 920px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 920px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-46 {
  padding-left: 1288px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-46 {
  padding-right: 1288px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 940px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 940px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-47 {
  padding-left: 1316px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-47 {
  padding-right: 1316px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 960px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 960px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-48 {
  padding-left: 1344px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-48 {
  padding-right: 1344px; }

.ag-theme-balham .ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 980px; }

.ag-theme-balham .ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 980px; }

.ag-theme-balham .ag-ltr .ag-row-group-indent-49 {
  padding-left: 1372px; }

.ag-theme-balham .ag-rtl .ag-row-group-indent-49 {
  padding-right: 1372px; }

.ag-theme-balham .ag-cell .ag-icon {
  display: inline-block;
  vertical-align: middle; }

.ag-theme-balham .ag-checkbox, .ag-theme-balham .ag-radio-button, .ag-theme-balham .ag-toggle-button {
  display: flex;
  align-items: center;
  cursor: default; }

.ag-theme-balham .ag-checkbox label, .ag-theme-balham .ag-radio-button label, .ag-theme-balham .ag-toggle-button label {
  cursor: default; }

.ag-theme-balham .ag-checkbox label:empty, .ag-theme-balham .ag-radio-button label:empty, .ag-theme-balham .ag-toggle-button label:empty {
  margin: 0; }

.ag-theme-balham .ag-checkbox:not(.ag-label-align-left) label, .ag-theme-balham .ag-radio-button:not(.ag-label-align-left) label, .ag-theme-balham .ag-toggle-button:not(.ag-label-align-left) label {
  margin-left: 4px; }

.ag-theme-balham .ag-cell {
  -webkit-font-smoothing: subpixel-antialiased; }

.ag-theme-balham .ag-ltr .ag-row-group-leaf-indent {
  margin-left: 28px; }

.ag-theme-balham .ag-ltr .ag-cell {
  border-right: 1px solid transparent; }

.ag-theme-balham .ag-ltr .ag-cell:not(.ag-cell-focus).ag-cell-first-right-pinned:not(.ag-cell-range-left),
.ag-theme-balham .ag-ltr .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-first-right-pinned:not(.ag-cell-range-left),
.ag-theme-balham .ag-ltr .ag-root:not(.ag-has-focus) .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left) {
  border-left: 1px solid #BDC3C7; }

.ag-theme-balham .ag-ltr .ag-cell:not(.ag-cell-focus).ag-cell-last-left-pinned:not(.ag-cell-range-right),
.ag-theme-balham .ag-ltr .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-last-left-pinned:not(.ag-cell-range-right),
.ag-theme-balham .ag-ltr .ag-root:not(.ag-has-focus) .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right) {
  border-right: 1px solid #BDC3C7; }

.ag-theme-balham .ag-rtl .ag-row-group-leaf-indent {
  margin-right: 28px; }

.ag-theme-balham .ag-rtl .ag-cell {
  border-left: 1px solid transparent; }

.ag-theme-balham .ag-rtl .ag-cell:not(.ag-cell-focus).ag-cell-first-right-pinned:not(.ag-cell-range-left),
.ag-theme-balham .ag-rtl .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-first-right-pinned:not(.ag-cell-range-left),
.ag-theme-balham .ag-rtl .ag-root:not(.ag-has-focus) .ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left) {
  border-left: 1px solid #BDC3C7; }

.ag-theme-balham .ag-rtl .ag-cell:not(.ag-cell-focus).ag-cell-last-left-pinned:not(.ag-cell-range-right),
.ag-theme-balham .ag-rtl .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-last-left-pinned:not(.ag-cell-range-right),
.ag-theme-balham .ag-rtl .ag-root:not(.ag-has-focus) .ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right) {
  border-right: 1px solid #BDC3C7; }

.ag-theme-balham .ag-value-change-delta {
  padding-right: 2px; }

.ag-theme-balham .ag-value-change-delta-up {
  color: #43a047; }

.ag-theme-balham .ag-value-change-delta-down {
  color: #e53935; }

.ag-theme-balham .ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s; }

.ag-theme-balham .ag-value-change-value-highlight {
  background-color: rgba(22, 160, 133, 0.5);
  transition: background-color 0.1s; }

.ag-theme-balham .ag-input-wrapper input:not([type]),
.ag-theme-balham .ag-input-wrapper input[type="text"],
.ag-theme-balham .ag-input-wrapper input[type="number"],
.ag-theme-balham .ag-input-wrapper input[type="tel"],
.ag-theme-balham .ag-input-wrapper input[type="date"],
.ag-theme-balham .ag-input-wrapper input[type="datetime-local"] {
  border-width: 1px;
  border-style: solid;
  border-color: #95A5A6; }

.ag-theme-balham .ag-input-wrapper input:not([type]):disabled,
.ag-theme-balham .ag-input-wrapper input[type="text"]:disabled,
.ag-theme-balham .ag-input-wrapper input[type="number"]:disabled,
.ag-theme-balham .ag-input-wrapper input[type="tel"]:disabled,
.ag-theme-balham .ag-input-wrapper input[type="date"]:disabled,
.ag-theme-balham .ag-input-wrapper input[type="datetime-local"]:disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: #ebebeb;
  border-color: rgba(149, 165, 166, 0.3); }

.ag-theme-balham .ag-input-wrapper input[type="date"] {
  flex: 1 1 auto; }

.ag-theme-balham .ag-input-wrapper input[type="range"] {
  padding: 0; }

.ag-theme-balham .ag-input-wrapper textarea {
  border-width: 1px;
  border-style: solid;
  border-color: #95A5A6; }

.ag-theme-balham .ag-input-wrapper textarea:disabled {
  color: rgba(0, 0, 0, 0.38);
  background-color: #ebebeb;
  border-color: rgba(149, 165, 166, 0.3); }

.ag-theme-balham .ag-header {
  background-color: #f5f7f7;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 600;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border-bottom: 1px solid #BDC3C7; }

.ag-theme-balham .ag-pinned-right-header {
  border-left: 1px solid #BDC3C7; }

.ag-theme-balham .ag-pinned-left-header {
  border-right: 1px solid #BDC3C7; }

.ag-theme-balham .ag-header-row {
  border: none;
  height: 32px; }

.ag-theme-balham .ag-row {
  border-style: solid;
  border-color: #BDC3C7;
  height: 28px;
  border-width: 0; }

.ag-theme-balham .ag-row:not(.ag-row-first) {
  border-width: 1px 0 0; }

.ag-theme-balham .ag-row.ag-row-last {
  border-bottom-width: 1px; }

.ag-theme-balham .ag-row-odd {
  background-color: #fcfdfe; }

.ag-theme-balham .ag-row-even {
  background-color: white; }

.ag-theme-balham .ag-horizontal-left-spacer {
  border-right: 1px solid #BDC3C7; }

.ag-theme-balham .ag-horizontal-left-spacer.ag-scroller-corner {
  border-right: none; }

.ag-theme-balham .ag-horizontal-right-spacer {
  border-left: 1px solid #BDC3C7; }

.ag-theme-balham .ag-horizontal-right-spacer.ag-scroller-corner {
  border-left: none; }

.ag-theme-balham .ag-row-hover {
  background-color: #ECF0F1; }

.ag-theme-balham .ag-numeric-cell {
  text-align: right; }

.ag-theme-balham .ag-header-cell-label .ag-header-icon {
  margin-left: 4px;
  opacity: 0.87; }

.ag-theme-balham .ag-header-cell,
.ag-theme-balham .ag-header-group-cell {
  border-style: solid;
  border-color: #BDC3C7;
  padding-left: 12px;
  padding-right: 12px;
  border-width: 0; }

.ag-theme-balham .ag-header-cell.ag-header-cell-moving,
.ag-theme-balham .ag-header-group-cell.ag-header-cell-moving {
  background-color: white; }

.ag-theme-balham .ag-header-cell:not(.ag-header-group-cell-no-group),
.ag-theme-balham .ag-header-group-cell:not(.ag-header-group-cell-no-group) {
  border-top-width: 1px; }

.ag-theme-balham .ag-header-row:first-child .ag-header-cell, .ag-theme-balham .ag-header-row:first-child .ag-header-group-cell {
  border-top-width: 0; }

.ag-theme-balham .ag-header-cell-resize {
  cursor: col-resize; }

.ag-theme-balham .ag-header-select-all {
  margin-right: 12px; }

.ag-theme-balham .ag-cell {
  line-height: 26px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid transparent;
  padding-left: 11px;
  padding-right: 11px; }

.ag-theme-balham .ag-row-drag {
  cursor: move;
  cursor: grab;
  min-width: 28px; }

.ag-theme-balham .ag-row-dragging, .ag-theme-balham .ag-row-dragging .ag-row-drag {
  cursor: move; }

.ag-theme-balham .ag-column-drag {
  cursor: move;
  cursor: grab; }

.ag-theme-balham .ag-row-dragging {
  opacity: 0.5; }

.ag-theme-balham .ag-ltr .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
.ag-theme-balham .ag-ltr .ag-has-focus .ag-cell-focus.ag-cell-range-single-cell,
.ag-theme-balham .ag-ltr .ag-cell-focus.ag-cell-range-single-cell.ag-cell-range-handle, .ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus:not(.ag-cell-range-selected),
.ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus.ag-cell-range-single-cell,
.ag-theme-balham .ag-rtl .ag-cell-focus.ag-cell-range-single-cell.ag-cell-range-handle {
  outline: initial; }

.ag-theme-balham .ag-header-cell-resize {
  width: 8px; }

.ag-theme-balham .ag-menu {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  padding: 0; }

.ag-theme-balham .ag-menu .ag-menu-list {
  cursor: default;
  margin-bottom: 4px;
  margin-top: 4px;
  width: 100%; }

.ag-theme-balham .ag-menu .ag-menu-option-active {
  background-color: #ECF0F1; }

.ag-theme-balham .ag-menu .ag-menu-option-disabled {
  opacity: 0.5; }

.ag-theme-balham .ag-menu .ag-menu-option-text {
  margin-left: 4px; }

.ag-theme-balham .ag-menu .ag-menu-option-icon {
  padding-left: 4px;
  padding-right: 4px;
  min-width: 24px; }

.ag-theme-balham .ag-menu .ag-menu-option-shortcut {
  padding-left: 8px; }

.ag-theme-balham .ag-menu .ag-menu-separator {
  height: 8px; }

.ag-theme-balham .ag-menu .ag-menu-separator > span {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D'1'%20height%3D'8px'%20viewBox%3D'0%200%201%208px'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cline%20x1%3D'0'%20y1%3D'4px'%20x2%3D'1'%20y2%3D'4px'%20stroke-width%3D'1'%20stroke%3D'%23BDC3C7'%2F%3E%3C%2Fsvg%3E"); }

.ag-theme-balham .ag-menu .ag-menu-option-popup-pointer {
  width: 24px;
  text-align: center; }

.ag-theme-balham.ag-dnd-ghost {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  border: 1px solid #BDC3C7;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 600;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  height: 32px !important;
  line-height: 32px;
  margin: 0;
  padding: 0 8px;
  transform: translateY(8px); }

.ag-theme-balham.ag-dnd-ghost span,
.ag-theme-balham.ag-dnd-ghost div {
  height: 100%;
  margin: 0;
  padding: 0; }

.ag-theme-balham.ag-dnd-ghost .ag-dnd-ghost-icon {
  margin-right: 4px;
  opacity: 0.87; }

.ag-theme-balham .ag-tab-header {
  background: #f5f7f7;
  min-width: 220px;
  width: 100%;
  display: flex; }

.ag-theme-balham .ag-tab-header .ag-tab {
  display: flex;
  border-bottom: 2px solid transparent;
  height: 16px;
  flex: none;
  align-items: center;
  justify-content: center; }

.ag-theme-balham .ag-tab-body {
  padding: 2px 0; }

.ag-theme-balham .ag-tab-body .ag-menu-list {
  margin-bottom: 0;
  margin-top: 0; }

.ag-theme-balham .ag-tab-body .ag-menu-list > div:first-child > span {
  padding-top: 0; }

.ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > span {
  padding-bottom: 0; }

.ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > .ag-menu-option-popup-pointer {
  background-position-y: 0; }

.ag-theme-balham .ag-filter .ag-filter-select, .ag-theme-balham .ag-filter .ag-filter-body {
  margin-bottom: 4px; }

.ag-theme-balham .ag-filter .ag-filter-body {
  margin-top: 0; }

.ag-theme-balham .ag-filter .ag-filter-filter {
  margin-left: 4px;
  margin-right: 4px; }

.ag-theme-balham .ag-filter .ag-filter-select {
  margin: 4px; }

.ag-theme-balham .ag-filter input[type="radio"] {
  margin: 0 3px 0 6px;
  width: 12px;
  height: 17px;
  vertical-align: top; }

.ag-theme-balham .ag-filter input[type="text"],
.ag-theme-balham .ag-filter input[type="date"] {
  padding-left: 4px; }

.ag-theme-balham .ag-filter .ag-set-filter-list {
  height: 168px; }

.ag-theme-balham .ag-filter .ag-set-filter-item {
  height: 28px; }

.ag-theme-balham .ag-filter .ag-set-filter-item > div, .ag-theme-balham .ag-filter .ag-set-filter-item > span {
  margin-left: 5px; }

.ag-theme-balham .ag-filter .ag-filter-header-container {
  border-bottom: 1px solid #BDC3C7;
  padding-bottom: 2px; }

.ag-theme-balham .ag-filter .ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  padding: 4px;
  padding-top: 8px; }

.ag-theme-balham .ag-filter .ag-filter-apply-panel button {
  line-height: 1.5; }

.ag-theme-balham .ag-filter .ag-filter-apply-panel button + button {
  margin-left: 8px; }

.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group,
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column {
  height: 16px; }

.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-tool-panel-column-label,
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-tool-panel-column-label,
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
  margin-left: 4px;
  margin-right: 4px; }

.ag-theme-balham .ag-column-select-panel .ag-primary-cols-list-panel {
  border-top: 1px solid #BDC3C7;
  padding-top: 4px; }

.ag-theme-balham .ag-column-select-panel .ag-primary-cols-list-panel > div {
  cursor: pointer; }

.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
  margin-left: 24px; }

.ag-theme-balham .ag-primary-cols-header-panel {
  border-top: 1px solid #BDC3C7;
  height: 32px;
  align-items: center; }

.ag-theme-balham .ag-primary-cols-header-panel > div {
  cursor: pointer;
  margin: 0 4px; }

.ag-theme-balham .ag-primary-cols-header-panel .ag-filter-body {
  margin-left: 4px;
  margin-right: 4px; }

.ag-theme-balham .ag-tool-panel-wrapper {
  border-right: 0; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel {
  width: 100%; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 600;
  flex: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  display: flex;
  flex-flow: column nowrap; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance .ag-filter-toolpanel-header {
  padding: 0 5px; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance .ag-filter-toolpanel-header > div {
  margin: auto 0; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-body-wrapper {
  padding-top: 5px; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-air {
  border: 1px solid #BDC3C7;
  border-left: 0;
  border-right: 0;
  padding: 4px 0; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel {
  height: 32px;
  display: flex;
  flex: none; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
  display: flex;
  align-items: center;
  margin-left: 4px; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel {
  border-bottom: 1px solid #BDC3C7;
  padding-bottom: 3px;
  padding-top: 0; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
  border-bottom: 1px solid #BDC3C7;
  padding: 4px 0;
  padding-bottom: 8px; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
  color: rgba(0, 0, 0, 0.38);
  font-weight: 600;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding-left: 24px;
  padding-right: 4px;
  margin-top: 4px; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-list {
  cursor: default;
  margin-top: 4px; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop > div:first-child > span:first-child {
  margin-left: 4px;
  margin-right: 4px; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop:last-child {
  border-bottom: 0; }

.ag-theme-balham .ag-numeric-header .ag-header-cell-label .ag-header-icon {
  margin-left: 0;
  margin-right: 4px; }

.ag-theme-balham .ag-paging-panel {
  border-top: 1px solid #BDC3C7;
  color: rgba(0, 0, 0, 0.54);
  height: 32px;
  padding: 0 12px; }

.ag-theme-balham .ag-paging-panel > span {
  margin-left: 16px; }

.ag-theme-balham .ag-paging-page-summary-panel .ag-icon {
  width: 16px;
  height: 16px; }

.ag-theme-balham .ag-paging-page-summary-panel .ag-paging-button button {
  cursor: pointer;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0; }

.ag-theme-balham .ag-paging-page-summary-panel .ag-paging-button.ag-disabled .ag-icon {
  color: rgba(0, 0, 0, 0.38);
  opacity: 0.38; }

.ag-theme-balham .ag-paging-page-summary-panel .ag-paging-button.ag-disabled button {
  cursor: default; }

.ag-theme-balham .ag-paging-page-summary-panel span {
  margin: 0 4px; }

.ag-theme-balham .ag-ltr .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell), .ag-theme-balham .ag-rtl .ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell) {
  border: 1px solid transparent; }

.ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.2); }

.ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart {
  background-color: rgba(0, 88, 255, 0.1); }

.ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category {
  background-color: rgba(0, 255, 132, 0.1); }

.ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.3); }

.ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.4); }

.ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.5); }

.ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.6); }

.ag-theme-balham .ag-ltr .ag-selection-fill-top.ag-cell.ag-cell-range-selected, .ag-theme-balham .ag-rtl .ag-selection-fill-top.ag-cell.ag-cell-range-selected {
  border-top: 1px dashed #869198; }

.ag-theme-balham .ag-ltr .ag-selection-fill-bottom.ag-cell.ag-cell-range-selected, .ag-theme-balham .ag-rtl .ag-selection-fill-bottom.ag-cell.ag-cell-range-selected {
  border-bottom: 1px dashed #869198; }

.ag-theme-balham .ag-ltr .ag-selection-fill-left.ag-cell.ag-cell-range-selected, .ag-theme-balham .ag-rtl .ag-selection-fill-left.ag-cell.ag-cell-range-selected {
  border-left: 1px dashed #869198; }

.ag-theme-balham .ag-fill-handle, .ag-theme-balham .ag-range-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -1px;
  right: -1px; }

.ag-theme-balham .ag-fill-handle {
  cursor: cell; }

.ag-theme-balham .ag-range-handle {
  cursor: nwse-resize; }

.ag-theme-balham .ag-cell.ag-cell-inline-editing {
  padding: 12px;
  height: 40px; }

.ag-theme-balham .ag-cell.ag-cell-inline-editing {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  background-color: #f5f7f7; }

.ag-theme-balham .ag-popup-editor {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  background-color: #f5f7f7;
  padding: 0; }

.ag-theme-balham .ag-popup-editor .ag-large-textarea textarea {
  height: auto;
  padding: 12px; }

.ag-theme-balham .ag-virtual-list-container .ag-virtual-list-item {
  height: 28px; }

.ag-theme-balham .ag-rich-select {
  background-color: #f5f7f7; }

.ag-theme-balham .ag-rich-select .ag-rich-select-list {
  width: 200px;
  height: 182px; }

.ag-theme-balham .ag-rich-select .ag-rich-select-value {
  padding: 0 4px 0 12px;
  height: 28px; }

.ag-theme-balham .ag-rich-select .ag-virtual-list-item {
  cursor: default;
  height: 28px; }

.ag-theme-balham .ag-rich-select .ag-virtual-list-item:hover {
  background-color: #ECF0F1; }

.ag-theme-balham .ag-rich-select .ag-rich-select-row {
  padding-left: 12px; }

.ag-theme-balham .ag-ltr .ag-floating-filter-button {
  margin-left: 12px; }

.ag-theme-balham .ag-floating-filter-button button {
  appearance: none;
  background: transparent;
  border: 0;
  height: 16px;
  padding: 0;
  width: 16px; }

.ag-theme-balham .ag-selection-checkbox:not(.ag-hidden) ~ .ag-cell-value:not(:empty), .ag-theme-balham .ag-selection-checkbox:not(.ag-hidden) + .ag-group-value:not(:empty),
.ag-theme-balham .ag-group-expanded:not(.ag-hidden) ~ .ag-cell-value:not(:empty),
.ag-theme-balham .ag-group-expanded:not(.ag-hidden) + .ag-group-value:not(:empty),
.ag-theme-balham .ag-group-contracted:not(.ag-hidden) ~ .ag-cell-value:not(:empty),
.ag-theme-balham .ag-group-contracted:not(.ag-hidden) + .ag-group-value:not(:empty),
.ag-theme-balham .ag-group-checkbox:not(.ag-invisible) ~ .ag-cell-value:not(:empty),
.ag-theme-balham .ag-group-checkbox:not(.ag-invisible) + .ag-group-value:not(:empty) {
  margin-left: 12px; }

.ag-theme-balham .ag-selection-checkbox:not(.ag-hidden) ~ .ag-group-checkbox,
.ag-theme-balham .ag-group-expanded:not(.ag-hidden) ~ .ag-group-checkbox,
.ag-theme-balham .ag-group-contracted:not(.ag-hidden) ~ .ag-group-checkbox,
.ag-theme-balham .ag-group-checkbox:not(.ag-invisible) ~ .ag-group-checkbox {
  margin-left: 12px; }

.ag-theme-balham .ag-group-child-count {
  margin-left: 2px; }

.ag-theme-balham .ag-selection-checkbox span {
  position: relative; }

.ag-theme-balham .ag-column-drop-horizontal {
  background-color: #f5f7f7;
  height: 28px;
  padding-left: 12px; }

.ag-theme-balham .ag-column-drop-horizontal .ag-icon-group,
.ag-theme-balham .ag-column-drop-horizontal .ag-icon-pivot {
  margin-right: 12px; }

.ag-theme-balham .ag-column-drop-horizontal .ag-icon-small-left,
.ag-theme-balham .ag-column-drop-horizontal .ag-icon-small-right {
  margin: 0 4px;
  opacity: 0.54; }

.ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
  opacity: 0.38; }

.ag-theme-balham .ag-column-drop-cell {
  background: #dde4e6;
  border-radius: 16px;
  min-height: 16px;
  padding: 0 2px; }

.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-text {
  margin: 0 4px; }

.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
  min-width: 16px;
  margin: 0 2px;
  opacity: 0.54; }

.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
  opacity: 0.87; }

.ag-theme-balham .ag-column-drop-cell .ag-column-drag {
  margin-left: 8px; }

.ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell {
  margin-top: 4px; }

.ag-theme-balham .ag-select-agg-func-popup {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px;
  background: white;
  height: 70px;
  padding: 0; }

.ag-theme-balham .ag-select-agg-func-popup .ag-virtual-list-item {
  cursor: default;
  line-height: 20px;
  padding-left: 8px; }

.ag-theme-balham .ag-set-filter-list,
.ag-theme-balham .ag-menu-column-select-wrapper {
  width: auto; }

.ag-theme-balham .ag-column-drop-vertical > .ag-column-drop-cell {
  margin-left: 4px;
  margin-top: 0; }

.ag-theme-balham .ag-cell-data-changed {
  background-color: rgba(22, 160, 133, 0.5) !important; }

.ag-theme-balham .ag-cell-data-changed-animation {
  background-color: transparent;
  transition: background-color 1s; }

.ag-theme-balham .ag-row-stub {
  background-color: inherit; }

.ag-theme-balham .ag-stub-cell {
  padding-left: 12px;
  padding-top: 4px; }

.ag-theme-balham .ag-stub-cell .ag-loading-icon {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.ag-theme-balham .ag-stub-cell .ag-loading-text {
  margin-left: 4px;
  margin-top: 4px; }

.ag-theme-balham .ag-floating-top {
  border-bottom: 1px solid #BDC3C7; }

.ag-theme-balham .ag-floating-bottom {
  border-top: 1px solid #BDC3C7; }

.ag-theme-balham .ag-floating-top, .ag-theme-balham .ag-floating-bottom {
  background-color: inherit; }

.ag-theme-balham .ag-floating-top .ag-row, .ag-theme-balham .ag-floating-bottom .ag-row {
  background-color: inherit; }

.ag-theme-balham .ag-status-bar {
  background: white;
  border: 1px solid #BDC3C7;
  border-top-width: 0;
  color: rgba(0, 0, 0, 0.38);
  font-weight: 600;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding-right: 16px;
  padding-left: 16px;
  line-height: 1.5; }

.ag-theme-balham .ag-name-value-value {
  color: #000; }

.ag-theme-balham .ag-status-bar-center {
  text-align: center; }

.ag-theme-balham .ag-name-value {
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 8px;
  padding-bottom: 8px; }

.ag-theme-balham .ag-details-row {
  padding: 20px; }

.ag-theme-balham .ag-overlay-loading-wrapper {
  background-color: rgba(255, 255, 255, 0.5); }

.ag-theme-balham .ag-overlay-loading-center {
  background: white;
  border-radius: 2px;
  box-shadow: none;
  padding: 4px; }

.ag-theme-balham .ag-side-bar {
  background-color: #f5f7f7;
  border: 1px solid #BDC3C7;
  border-left-width: 0;
  position: relative; }

.ag-theme-balham .ag-side-bar .ag-side-buttons {
  padding-top: 16px;
  background: white;
  width: 20px;
  position: relative; }

.ag-theme-balham .ag-side-bar .ag-side-buttons .ag-side-button button {
  background: transparent;
  border: 0;
  color: #000;
  padding: 8px 0 8px 0;
  width: 100%;
  margin: 0;
  min-height: 72px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: transparent;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat; }

.ag-theme-balham .ag-side-bar .ag-side-buttons .ag-selected button {
  background-color: #f5f7f7;
  margin-left: -1px;
  padding-left: 1px;
  border-color: #BDC3C7; }

.ag-theme-balham .ag-side-bar .ag-panel-container {
  border-right: 1px solid #BDC3C7; }

.ag-theme-balham .ag-side-bar.full-width .ag-panel-container {
  border-right: 0; }

.ag-theme-balham .ag-side-bar .ag-column-drop {
  min-height: 50px; }

.ag-theme-balham .ag-primary-cols-filter-wrapper {
  margin-left: 4px;
  margin-right: 4px; }

.ag-theme-balham .ag-group-component {
  background-color: #f8f9fa;
  padding: 0px;
  border: 0 solid #cbd0d3;
  border-top-width: 1px; }

.ag-theme-balham .ag-group-component.ag-disabled > .ag-group-component-label .ag-group-component-title, .ag-theme-balham .ag-group-component.ag-disabled > .ag-group-component-container {
  opacity: 0.5; }

.ag-theme-balham .ag-group-component .ag-group-component-title-bar {
  background-color: #e9eeef;
  height: 16px;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  height: 26px; }

.ag-theme-balham .ag-group-component:not(.ag-collapsible) > div {
  margin-left: 0; }

.ag-theme-balham .ag-group-component:not(.ag-collapsible) > .ag-group-component-title-bar {
  margin-left: 0;
  padding: 4px; }

.ag-theme-balham .ag-group-component:not(.ag-collapsible) > .ag-group-component-title-bar .ag-column-group-icons {
  display: none; }

.ag-theme-balham .ag-group-component .ag-group-component-toolbar {
  background-color: #f2f5f5;
  padding: 4px;
  border: 0 solid #BDC3C7; }

.ag-theme-balham .ag-group-component > .ag-group-component-container {
  margin-left: 8px;
  padding: 4px; }

.ag-theme-balham .ag-group-component .ag-group-item {
  margin: 2px 0; }

.ag-theme-balham .ag-group-component .ag-group-item .ag-group-component-title-bar {
  height: 18px; }

.ag-theme-balham .ag-labeled label {
  margin-right: 4px;
  white-space: nowrap; }

.ag-theme-balham .ag-labeled.ag-label-align-top label {
  margin-bottom: 2px; }

.ag-theme-balham .ag-slider > .ag-wrapper > div:not(:first-of-type), .ag-theme-balham .ag-angle-select > .ag-wrapper > div:not(:first-of-type) {
  margin-left: 8px; }

.ag-theme-balham .ag-angle-select .ag-angle-select-field .ag-parent-circle {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
  background-color: #ffffff; }

.ag-theme-balham .ag-angle-select .ag-angle-select-field .ag-child-circle {
  top: 4px;
  left: 12px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: #4c4c4c; }

.ag-theme-balham .ag-toggle-button .ag-input-wrapper {
  height: 16px;
  width: 40px;
  background-color: white;
  border: 1px solid #7F8C8D;
  border-radius: 500rem; }

.ag-theme-balham .ag-toggle-button .ag-input-wrapper .ag-icon {
  width: 16px;
  height: 16px;
  border: 1px solid #7F8C8D;
  border-radius: 500rem;
  right: calc(100% - 16px); }

.ag-theme-balham .ag-toggle-button.ag-selected .ag-input-wrapper .ag-icon {
  background: white;
  right: -1px; }

.ag-theme-balham .ag-color-picker > .ag-wrapper {
  border: 1px solid #BDC3C7;
  border-radius: 5px; }

.ag-theme-balham .ag-color-picker > .ag-wrapper > div {
  width: 16px;
  height: 16px; }

.ag-theme-balham .ag-color-picker > .ag-wrapper button {
  background-color: white; }

.ag-theme-balham .ag-color-picker > .ag-wrapper button:hover {
  background-color: #ECF0F1; }

.ag-theme-balham .ag-dialog.ag-color-dialog {
  border-radius: 5px; }

.ag-theme-balham .ag-color-panel {
  padding: 4px; }

.ag-theme-balham .ag-color-panel .ag-spectrum-color {
  background-color: red;
  border-radius: 2px; }

.ag-theme-balham .ag-color-panel .ag-spectrum-tools {
  padding: 10px; }

.ag-theme-balham .ag-color-panel .ag-spectrum-sat {
  background-image: linear-gradient(to right, white, rgba(204, 154, 129, 0)); }

.ag-theme-balham .ag-color-panel .ag-spectrum-val {
  background-image: linear-gradient(to top, black, rgba(204, 154, 129, 0)); }

.ag-theme-balham .ag-color-panel .ag-spectrum-dragger {
  border-radius: 12px;
  height: 12px;
  width: 12px;
  border: 1px solid white;
  background: black;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24); }

.ag-theme-balham .ag-color-panel .ag-spectrum-hue-background {
  border-radius: 2px; }

.ag-theme-balham .ag-color-panel .ag-spectrum-alpha-background {
  border-radius: 2px; }

.ag-theme-balham .ag-color-panel .ag-hue-alpha {
  margin-bottom: 10px;
  height: 11px;
  border-radius: 2px; }

.ag-theme-balham .ag-color-panel .ag-spectrum-slider {
  margin-top: -12px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: #f8f8f8;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }

.ag-theme-balham .ag-color-panel .ag-spectrum-text-value {
  font-weight: bold;
  line-height: 20px;
  color: #333; }

.ag-theme-balham .ag-color-panel .ag-spectrum-text-value:focus {
  border: 1px solid #0d77e4;
  padding: 2px; }

.ag-theme-balham .ag-color-panel .ag-recent-colors > div {
  margin: 0 3px; }

.ag-theme-balham .ag-color-panel .ag-recent-colors > div:first-child {
  margin-left: 0; }

.ag-theme-balham .ag-color-panel .ag-recent-colors > div:last-child {
  margin-right: 0; }

.ag-theme-balham.ag-popup > div:not(.ag-tooltip-custom) {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); }

.ag-theme-balham .ag-panel {
  background-color: white;
  border: 1px solid #BDC3C7; }

.ag-dragging-range-handle .ag-theme-balham .ag-panel.ag-dialog, .ag-dragging-fill-handle .ag-theme-balham .ag-panel.ag-dialog {
  opacity: 0.7;
  pointer-events: none; }

.ag-theme-balham .ag-panel .ag-title-bar {
  background-color: #f5f7f7;
  border-bottom: 1px solid #d9dcde;
  color: rgba(0, 0, 0, 0.54);
  height: 32px;
  font-size: 12px;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  padding-left: 12px;
  padding: 5px 10px; }

.ag-theme-balham .ag-panel .ag-title-bar .ag-title-bar-buttons .ag-button {
  height: 20px;
  width: 20px;
  border-radius: 5px; }

.ag-theme-balham .ag-panel .ag-title-bar .ag-title-bar-buttons .ag-button .ag-icon {
  line-height: 20px;
  font-size: 20px; }

.ag-theme-balham .ag-panel .ag-title-bar .ag-title-bar-buttons .ag-button:hover, .ag-theme-balham .ag-panel .ag-title-bar .ag-title-bar-buttons .ag-button.ag-has-popup {
  background-color: #d7e0e2; }

.ag-theme-balham .ag-panel .ag-title-bar .ag-title-bar-buttons .ag-button:not(:last-child) {
  margin-right: 5px; }

.ag-theme-balham .ag-panel .ag-message-box .ag-message-box-button-bar {
  height: 30px;
  background-color: #f5f7f7;
  padding: 2px; }

.ag-theme-balham .ag-panel .ag-message-box .ag-message-box-button-bar button {
  border-radius: 2px; }

.ag-theme-balham .ag-tooltip {
  background-color: #cbd0d3;
  color: #000;
  border-radius: 2px;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #cbd0d3;
  transition: opacity 1s; }

.ag-theme-balham .ag-tooltip.ag-tooltip-hiding {
  opacity: 0; }

.ag-theme-balham .ag-chart .ag-chart-menu {
  border-radius: 5px;
  background: white; }

.ag-theme-balham .ag-chart .ag-chart-menu > span:hover {
  background-color: #e6e6e6; }

.ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-mini-wrapper .ag-group-component-container {
  margin-left: 0; }

.ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-mini-wrapper .ag-chart-mini-thumbnail {
  border: 1px solid #BDC3C7;
  border-radius: 5px;
  margin: 5px; }

.ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-mini-wrapper .ag-chart-mini-thumbnail:nth-child(2n + 2):not(:last-child) {
  margin-left: auto;
  margin-right: auto; }

.ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-mini-wrapper .ag-chart-mini-thumbnail:nth-child(3n + 1) {
  margin-left: 2px; }

.ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-mini-wrapper .ag-chart-mini-thumbnail:nth-child(3n) {
  margin-right: 2px; }

.ag-theme-balham .ag-chart-tabbed-menu .ag-chart-settings .ag-chart-settings-nav-bar .ag-nav-card-selector .ag-nav-card-item {
  color: #000;
  font-size: 10px; }

.ag-theme-balham .ag-chart-tabbed-menu .ag-chart-format .ag-chart-format-wrapper .ag-group-item {
  margin: 4.8px 0; }

.ag-theme-balham .ag-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "agGridBalham";
  speak: none;
  font-size: 16px;
  color: #7F8C8D;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ag-theme-balham .ag-icon-aggregation:before {
  content: "\E900"; }

.ag-theme-balham .ag-icon-arrows:before {
  content: "\E901"; }

.ag-theme-balham .ag-icon-asc:before {
  content: "\E902"; }

.ag-theme-balham .ag-icon-cancel:before {
  content: "\E903"; }

.ag-theme-balham .ag-icon-chart:before {
  content: "\E904"; }

.ag-theme-balham .ag-icon-checkbox-checked:before {
  content: "\E905"; }

.ag-theme-balham .ag-icon-checkbox-indeterminate:before {
  content: "\E906"; }

.ag-theme-balham .ag-icon-checkbox-unchecked:before {
  content: "\E907"; }

.ag-theme-balham .ag-icon-color-picker:before {
  content: "\E908"; }

.ag-theme-balham .ag-icon-column:before {
  content: "\E909"; }

.ag-theme-balham .ag-icon-columns:before {
  content: "\E90A"; }

.ag-theme-balham .ag-icon-contracted:before {
  content: "\E90B"; }

.ag-theme-balham .ag-icon-copy:before {
  content: "\E90C"; }

.ag-theme-balham .ag-icon-cross:before {
  content: "\E90D"; }

.ag-theme-balham .ag-icon-cut:before {
  content: "\E90E"; }

.ag-theme-balham .ag-icon-data:before {
  content: "\E90F"; }

.ag-theme-balham .ag-icon-desc:before {
  content: "\E910"; }

.ag-theme-balham .ag-icon-expanded:before {
  content: "\E911"; }

.ag-theme-balham .ag-icon-eye-slash:before {
  content: "\E912"; }

.ag-theme-balham .ag-icon-eye:before {
  content: "\E913"; }

.ag-theme-balham .ag-icon-filter:before {
  content: "\E914"; }

.ag-theme-balham .ag-icon-first:before {
  content: "\E915"; }

.ag-theme-balham .ag-icon-grip:before {
  content: "\E916"; }

.ag-theme-balham .ag-icon-group:before {
  content: "\E917"; }

.ag-theme-balham .ag-icon-indeterminate:before {
  content: "\E918"; }

.ag-theme-balham .ag-icon-last:before {
  content: "\E919"; }

.ag-theme-balham .ag-icon-left:before {
  content: "\E91A"; }

.ag-theme-balham .ag-icon-linked:before {
  content: "\E934"; }

.ag-theme-balham .ag-icon-loading:before {
  content: "\E91B"; }

.ag-theme-balham .ag-icon-maximize:before {
  content: "\E91C"; }

.ag-theme-balham .ag-icon-menu:before {
  content: "\E91D"; }

.ag-theme-balham .ag-icon-minimize:before {
  content: "\E91E"; }

.ag-theme-balham .ag-icon-minus:before {
  content: "\E91F"; }

.ag-theme-balham .ag-icon-next:before {
  content: "\E920"; }

.ag-theme-balham .ag-icon-none:before {
  content: "\E921"; }

.ag-theme-balham .ag-icon-not-allowed:before {
  content: "\E922"; }

.ag-theme-balham .ag-icon-paste:before {
  content: "\E923"; }

.ag-theme-balham .ag-icon-pin:before {
  content: "\E924"; }

.ag-theme-balham .ag-icon-pivot:before {
  content: "\E925"; }

.ag-theme-balham .ag-icon-plus:before {
  content: "\E926"; }

.ag-theme-balham .ag-icon-previous:before {
  content: "\E927"; }

.ag-theme-balham .ag-icon-radio-button-off:before {
  content: "\E928"; }

.ag-theme-balham .ag-icon-radio-button-on:before {
  content: "\E929"; }

.ag-theme-balham .ag-icon-right:before {
  content: "\E92A"; }

.ag-theme-balham .ag-icon-save:before {
  content: "\E92B"; }

.ag-theme-balham .ag-icon-small-down:before {
  content: "\E92C"; }

.ag-theme-balham .ag-icon-small-left:before {
  content: "\E92D"; }

.ag-theme-balham .ag-icon-small-right:before {
  content: "\E92E"; }

.ag-theme-balham .ag-icon-small-up:before {
  content: "\E92F"; }

.ag-theme-balham .ag-icon-tick:before {
  content: "\E930"; }

.ag-theme-balham .ag-icon-tree-closed:before {
  content: "\E931"; }

.ag-theme-balham .ag-icon-tree-indeterminate:before {
  content: "\E932"; }

.ag-theme-balham .ag-icon-tree-open:before {
  content: "\E933"; }

.ag-theme-balham .ag-icon-unlinked:before {
  content: "\E935"; }

.ag-theme-balham .ag-icon-checkbox-checked,
.ag-theme-balham .ag-icon-checkbox-indeterminate,
.ag-theme-balham .ag-icon-checkbox-unchecked {
  background-color: white;
  line-height: 16px;
  border-radius: 3px; }

.ag-theme-balham .ag-icon-checkbox-checked-readonly,
.ag-theme-balham .ag-icon-checkbox-indeterminate-readonly,
.ag-theme-balham .ag-icon-checkbox-unchecked-readonly {
  cursor: default;
  opacity: 0.38; }

.ag-theme-balham .ag-icon-checkbox-checked-readonly:before {
  content: "\E905"; }

.ag-theme-balham .ag-icon-checkbox-indeterminate-readonly:before {
  content: "\E906"; }

.ag-theme-balham .ag-icon-checkbox-unchecked-readonly:before {
  content: "\E907"; }

.ag-theme-balham .ag-icon-row-drag:before {
  content: "\E916"; }

.ag-theme-balham .ag-right-arrow:before {
  content: "\E91A"; }

.ag-theme-balham .ag-right-arrow:before {
  content: "\E92A"; }

.ag-theme-balham .ag-rtl {
  text-align: right; }

.ag-theme-balham .ag-rtl .ag-numeric-cell {
  text-align: left; }

.ag-theme-balham .ag-rtl .ag-checkbox:not(.ag-label-align-left) label, .ag-theme-balham .ag-rtl .ag-radio-button:not(.ag-label-align-left) label, .ag-theme-balham .ag-rtl .ag-toggle-button:not(.ag-label-align-left) label {
  margin-right: 4px;
  margin-left: 0; }

.ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
  margin-right: 4px; }

.ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
  padding-left: 4px;
  padding-right: 16px; }

.ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
.ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
.ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
.ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
  margin-left: 4px;
  margin-right: 4px; }

.ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
  margin-left: 0;
  margin-right: 24px; }

.ag-theme-balham .ag-rtl .ag-header-select-all {
  margin-left: 12px;
  margin-right: 0; }

.ag-theme-balham .ag-rtl .ag-selection-checkbox,
.ag-theme-balham .ag-rtl .ag-group-checkbox,
.ag-theme-balham .ag-rtl .ag-group-expanded,
.ag-theme-balham .ag-rtl .ag-group-contracted {
  display: inline-flex; }

.ag-theme-balham .ag-rtl .ag-selection-checkbox + .ag-cell-value:not(:empty), .ag-theme-balham .ag-rtl .ag-selection-checkbox + .ag-group-value:not(:empty),
.ag-theme-balham .ag-rtl .ag-group-checkbox + .ag-cell-value:not(:empty),
.ag-theme-balham .ag-rtl .ag-group-checkbox + .ag-group-value:not(:empty),
.ag-theme-balham .ag-rtl .ag-group-expanded + .ag-cell-value:not(:empty),
.ag-theme-balham .ag-rtl .ag-group-expanded + .ag-group-value:not(:empty),
.ag-theme-balham .ag-rtl .ag-group-contracted + .ag-cell-value:not(:empty),
.ag-theme-balham .ag-rtl .ag-group-contracted + .ag-group-value:not(:empty) {
  margin-right: 12px;
  margin-left: initial; }

.ag-theme-balham .ag-rtl .ag-selection-checkbox + .ag-group-checkbox,
.ag-theme-balham .ag-rtl .ag-group-checkbox + .ag-group-checkbox,
.ag-theme-balham .ag-rtl .ag-group-expanded + .ag-group-checkbox,
.ag-theme-balham .ag-rtl .ag-group-contracted + .ag-group-checkbox {
  margin-right: 12px;
  margin-left: initial; }

.ag-theme-balham .ag-rtl .ag-group-child-count {
  margin-left: unset;
  margin-right: 2px; }

.ag-theme-balham .ag-rtl .ag-column-drop-horizontal {
  padding-right: 12px; }

.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
.ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
  margin-left: 12px;
  margin-right: 0; }

.ag-theme-balham .ag-rtl .ag-floating-filter-button {
  margin-right: 12px; }

.ag-theme-balham .ag-rtl .ag-set-filter-item > div, .ag-theme-balham .ag-rtl .ag-set-filter-item > span {
  margin-left: 0;
  margin-right: 5px; }

.ag-theme-balham .ag-rtl .ag-header .ag-header-cell-resize::after {
  border-left: 1px solid #BDC3C7;
  border-right: 0; }

.ag-theme-balham .ag-rtl .ag-side-bar .ag-panel-container {
  border-left: 1px solid #BDC3C7;
  border-right: 0; }

.ag-theme-balham .ag-rtl .ag-side-bar.full-width .ag-panel-container {
  border-left: 0; }

.ag-theme-balham .sass-variables::after {
  content: '{ "autoSizePadding": "12px", "headerHeight": "32px", "groupPaddingSize": "28px", "footerPaddingAddition": "16px", "virtualItemHeight": "28px", "aggFuncPopupHeight": "98px", "checkboxIndentWidth": "20px", "leafNodePadding": "12px", "rowHeight": "28px", "gridSize": "4px", "iconSize": "16px" }';
  display: none; }

.ag-theme-balham .ag-header-cell-resize::after {
  height: 80%;
  margin-top: 8px; }

.ag-theme-balham .ag-header-cell::after,
.ag-theme-balham .ag-header-group-cell::after {
  border-right: 1px solid rgba(189, 195, 199, 0.5);
  content: " ";
  height: 16px;
  margin-top: 8px;
  position: absolute;
  text-indent: -2000px;
  top: 0; }

.ag-theme-balham .ag-ltr .ag-header-cell::after,
.ag-theme-balham .ag-ltr .ag-header-group-cell::after {
  right: 0; }

.ag-theme-balham .ag-rtl .ag-header-cell::after,
.ag-theme-balham .ag-rtl .ag-header-group-cell::after {
  left: 0; }

.ag-theme-balham .ag-column-drop-horizontal.ag-column-drop {
  border: 1px solid #BDC3C7;
  border-bottom: 0; }

.ag-theme-balham .ag-ltr .ag-column-drop-horizontal.ag-column-drop.ag-width-half:first-child {
  border-right: 0; }

.ag-theme-balham .ag-rtl .ag-column-drop-horizontal.ag-column-drop.ag-width-half:first-child {
  border-left: 0; }

.ag-theme-balham .ag-row {
  border-color: #d9dcde; }

.ag-theme-balham .ag-column-drop-cell {
  min-height: 24px; }

.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
  margin-bottom: 2px;
  margin-top: 2px; }

.ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
  opacity: 1; }

.ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell {
  margin-left: 8px;
  margin-right: 8px; }

.ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
  margin-left: 8px; }

.ag-theme-balham .ag-column-drop-horizontal {
  background-color: #f5f7f7;
  height: 32px; }

.ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-cell-text {
  margin-left: 8px; }

.ag-theme-balham .ag-root {
  border: 1px solid #BDC3C7; }

.ag-theme-balham .ag-tool-panel-wrapper {
  border-right: 1px solid #BDC3C7; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel .ag-column-tool-panel-column-group,
.ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel .ag-column-tool-panel-column {
  min-height: 20px; }

.ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
  padding-bottom: 8px;
  padding-top: 8px; }

.ag-theme-balham .ag-rtl .ag-side-bar,
.ag-theme-balham .ag-rtl .ag-tool-panel-wrapper {
  border-left: 1px solid #BDC3C7;
  border-right: 0; }

.ag-theme-balham .ag-rtl .ag-icon-expanded,
.ag-theme-balham .ag-rtl .ag-icon-contracted {
  transform: rotate(180deg); }

.ag-theme-balham .ag-menu-option {
  height: 28px; }

.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group,
.ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column {
  height: 20px; }

.ag-theme-balham .ag-tab-header {
  border-bottom: 1px solid #BDC3C7; }

.ag-theme-balham .ag-tab-header .ag-tab {
  margin-bottom: -2px; }

.ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
  background-color: white;
  border-bottom-color: transparent; }

.ag-theme-balham .ag-tab-body,
.ag-theme-balham .ag-popup-editor,
.ag-theme-balham .ag-menu {
  background-color: white;
  color: #000; }

.ag-theme-balham .ag-cell.ag-cell-inline-editing {
  height: 28px;
  padding: 0; }

.ag-theme-balham .ag-details-row {
  background-color: white; }

.ag-theme-balham .ag-overlay-loading-wrapper {
  background-color: rgba(255, 255, 255, 0.5); }

.ag-theme-balham .ag-overlay-loading-center {
  background-color: white;
  border: 1px solid #BDC3C7;
  color: #000;
  padding: 16px; }

.ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.3); }

.ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.4); }

.ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.5); }

.ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus) {
  background-color: rgba(0, 145, 234, 0.6); }

.ag-theme-balham .ag-rich-select-value {
  border-bottom: 1px solid #BDC3C7; }

.ag-theme-balham .ag-filter-apply-panel {
  border-top: 1px solid #BDC3C7; }

.ag-theme-balham .ag-group-expanded .ag-icon-contracted:empty:before {
  content: "\E933"; }

.ag-theme-balham .ag-filter-toolpanel-body {
  background-color: white; }

.panel-content.buildADealContent {
  padding-top: 24px;
  background-image: url("/static/images/t.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom; }
  .panel-content.buildADealContent .head,
  .panel-content.buildADealContent .footer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    border: 0.8px solid #cccccc;
    height: 54px; }
    .panel-content.buildADealContent .head .head_left,
    .panel-content.buildADealContent .head .footer_left,
    .panel-content.buildADealContent .footer .head_left,
    .panel-content.buildADealContent .footer .footer_left {
      display: inline-flex;
      flex-direction: column;
      border-left: 6px solid #51b0b0;
      padding-left: 0px;
      width: 100%; }
      .panel-content.buildADealContent .head .head_left h2.tableHeading div,
      .panel-content.buildADealContent .head .footer_left h2.tableHeading div,
      .panel-content.buildADealContent .footer .head_left h2.tableHeading div,
      .panel-content.buildADealContent .footer .footer_left h2.tableHeading div {
        position: relative;
        top: -1px; }
      .panel-content.buildADealContent .head .head_left h2.tableHeading span,
      .panel-content.buildADealContent .head .footer_left h2.tableHeading span,
      .panel-content.buildADealContent .footer .head_left h2.tableHeading span,
      .panel-content.buildADealContent .footer .footer_left h2.tableHeading span {
        color: transparent;
        font-family: "Futura-bold";
        font-size: 9px;
        display: inline-flex;
        justify-content: center;
        width: 15px;
        height: 15px;
        margin-left: 8px;
        cursor: pointer;
        background-image: url("/static/images/info.png");
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        top: -5px; }
        .panel-content.buildADealContent .head .head_left h2.tableHeading span:hover,
        .panel-content.buildADealContent .head .footer_left h2.tableHeading span:hover,
        .panel-content.buildADealContent .footer .head_left h2.tableHeading span:hover,
        .panel-content.buildADealContent .footer .footer_left h2.tableHeading span:hover {
          background-image: url("/static/images/info-hover.png"); }
    .panel-content.buildADealContent .head .footer_left,
    .panel-content.buildADealContent .footer .footer_left {
      flex-direction: row;
      align-items: center;
      padding-right: 0px; }
      .panel-content.buildADealContent .head .footer_left .footer-child,
      .panel-content.buildADealContent .footer .footer_left .footer-child {
        display: flex;
        margin-left: 64px; }
      .panel-content.buildADealContent .head .footer_left .footer-heading,
      .panel-content.buildADealContent .footer .footer_left .footer-heading {
        font-size: 11px;
        width: 83.5%; }
      .panel-content.buildADealContent .head .footer_left .totalvalue-title,
      .panel-content.buildADealContent .footer .footer_left .totalvalue-title {
        margin-left: 3px; }
        .panel-content.buildADealContent .head .footer_left .totalvalue-title span,
        .panel-content.buildADealContent .footer .footer_left .totalvalue-title span {
          margin: 0;
          font-family: "Futura-Bold";
          font-size: 11px;
          color: #3e3a85;
          font-weight: normal; }
    .panel-content.buildADealContent .head .footer-leftvalue,
    .panel-content.buildADealContent .footer .footer-leftvalue {
      padding-left: calc(4% + 22px); }
    .panel-content.buildADealContent .head .footer_mid,
    .panel-content.buildADealContent .footer .footer_mid {
      flex-direction: row;
      align-items: center;
      display: inline-flex;
      width: 39%; }
      .panel-content.buildADealContent .head .footer_mid .footer-child,
      .panel-content.buildADealContent .footer .footer_mid .footer-child {
        display: flex;
        margin-left: 0px;
        width: 31%; }
      .panel-content.buildADealContent .head .footer_mid .footer-heading,
      .panel-content.buildADealContent .footer .footer_mid .footer-heading {
        font-size: 11px; }
      .panel-content.buildADealContent .head .footer_mid .totalvalue-title,
      .panel-content.buildADealContent .footer .footer_mid .totalvalue-title {
        margin-left: 3px; }
        .panel-content.buildADealContent .head .footer_mid .totalvalue-title span,
        .panel-content.buildADealContent .footer .footer_mid .totalvalue-title span {
          margin: 0;
          font-family: "Futura-Bold";
          font-size: 11px;
          color: #3e3a85;
          font-weight: normal; }
    .panel-content.buildADealContent .head .foot-mid,
    .panel-content.buildADealContent .footer .foot-mid {
      flex-basis: 54%;
      padding-right: 85px; }
    .panel-content.buildADealContent .head .bene-footer,
    .panel-content.buildADealContent .footer .bene-footer {
      padding-left: calc(4% + 20px);
      width: 100%; }
    .panel-content.buildADealContent .head .head_right,
    .panel-content.buildADealContent .head .footer_right,
    .panel-content.buildADealContent .footer .head_right,
    .panel-content.buildADealContent .footer .footer_right {
      display: inline-flex;
      align-items: center; }
      .panel-content.buildADealContent .head .head_right button.add-btn,
      .panel-content.buildADealContent .head .footer_right button.add-btn,
      .panel-content.buildADealContent .footer .head_right button.add-btn,
      .panel-content.buildADealContent .footer .footer_right button.add-btn {
        margin-right: 15px; }
      .panel-content.buildADealContent .head .head_right div.collapse-btn,
      .panel-content.buildADealContent .head .footer_right div.collapse-btn,
      .panel-content.buildADealContent .footer .head_right div.collapse-btn,
      .panel-content.buildADealContent .footer .footer_right div.collapse-btn {
        background-color: #f6f6f6;
        height: 99%;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .panel-content.buildADealContent .head .head_right div.collapse-btn img,
        .panel-content.buildADealContent .head .footer_right div.collapse-btn img,
        .panel-content.buildADealContent .footer .head_right div.collapse-btn img,
        .panel-content.buildADealContent .footer .footer_right div.collapse-btn img {
          transition: transform 0.2s; }
        .panel-content.buildADealContent .head .head_right div.collapse-btn.collapse img,
        .panel-content.buildADealContent .head .footer_right div.collapse-btn.collapse img,
        .panel-content.buildADealContent .footer .head_right div.collapse-btn.collapse img,
        .panel-content.buildADealContent .footer .footer_right div.collapse-btn.collapse img {
          transform: rotate(180deg); }
  .panel-content.buildADealContent .ag-theme-balham .ag-root {
    border-bottom: none !important; }
  .panel-content.buildADealContent .ag-root-wrapper {
    overflow: visible !important; }
  .panel-content.buildADealContent .ag-cell-with-height .ag-react-container {
    margin: 0 -11px;
    text-align: center; }
    .panel-content.buildADealContent .ag-cell-with-height .ag-react-container span {
      display: block; }
      .panel-content.buildADealContent .ag-cell-with-height .ag-react-container span.align-center {
        margin-left: -20px; }
  .panel-content.buildADealContent .ag-theme-balham .ag-row-hover {
    background-color: #ffffff !important; }
  .panel-content.buildADealContent .ag-theme-balham .ag-root-wrapper {
    min-height: 0; }
  .panel-content.buildADealContent .ag-theme-balham .ag-body-viewport .ag-cell.ag-cell-inline-editing {
    height: 100%;
    background: none;
    border: none; }
    .panel-content.buildADealContent .ag-theme-balham .ag-body-viewport .ag-cell.ag-cell-inline-editing .ag-cell-edit-input {
      display: flex;
      align-items: center;
      width: 90%;
      margin: 0 auto; }
      .panel-content.buildADealContent .ag-theme-balham .ag-body-viewport .ag-cell.ag-cell-inline-editing .ag-cell-edit-input select {
        height: 28px;
        padding: 0; }
  .panel-content.buildADealContent .ag-theme-balham .ag-body-viewport .ag-grid-custom-highlightEdit {
    border: 1px solid #51b0b0 !important; }
  .panel-content.buildADealContent .ag-theme-balham .ag-body-viewport .ag-cell:hover {
    background-color: #f6f6f6; }
  .panel-content.buildADealContent .ag-theme-balham .ag-body-viewport .ag-row div[col-id="duplicateButton"] span,
  .panel-content.buildADealContent .ag-theme-balham .ag-body-viewport .ag-row div[col-id="duplicateButton_1"] span {
    font-family: "Futura-Medium";
    font-size: 10.5px;
    color: #78849a;
    text-decoration: underline; }
  .panel-content.buildADealContent .ag-theme-balham .ag-body-viewport .ag-row select.ag-cell-edit-input {
    border-radius: 2.3px;
    border: solid 1px #cccccc;
    background-color: #fafafa;
    padding: 0 0 0 20px;
    font-family: "ProximaNova-Regular" !important;
    font-size: 13px;
    color: #000000; }
  .panel-content.buildADealContent .js-table .ag-root {
    border-top: none !important; }
  .panel-content.buildADealContent .subTotalFilterContainer {
    display: flex;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    opacity: 0; }
    .panel-content.buildADealContent .subTotalFilterContainer.active {
      border: 0.8px solid #cccccc;
      border-bottom: none;
      max-height: 500px;
      opacity: 1;
      transition: max-height 0.3s ease-in; }
    .panel-content.buildADealContent .subTotalFilterContainer .subtotal {
      margin: 0;
      font-family: "Futura-Bold";
      font-size: 12px;
      color: #c8c8c8;
      font-weight: normal;
      padding: 10px 0px 10px 80px;
      padding-left: calc(4% + 25px);
      display: flex;
      width: 100%; }
      .panel-content.buildADealContent .subTotalFilterContainer .subtotal h2.subtotalHeading {
        width: 75%; }
      .panel-content.buildADealContent .subTotalFilterContainer .subtotal .subtotal-h2 {
        width: 100% !important; }
      .panel-content.buildADealContent .subTotalFilterContainer .subtotal span {
        width: 25%; }
      .panel-content.buildADealContent .subTotalFilterContainer .subtotal .benefooter-heading {
        flex-basis: 150%; }
      .panel-content.buildADealContent .subTotalFilterContainer .subtotal .expofooter-heading {
        flex-basis: 126%; }
  .panel-content.buildADealContent .build-main-heading {
    margin-top: 20px; }
    .panel-content.buildADealContent .build-main-heading h1 {
      font-size: 27.5px;
      color: #2b295d;
      text-align: left; }
      .panel-content.buildADealContent .build-main-heading h1 span {
        margin-left: 15px;
        font-family: "Futura-Medium";
        color: red;
        font-size: 20px;
        letter-spacing: 1px; }
  .panel-content.buildADealContent .graph-content {
    display: grid;
    grid-template-columns: 0.4fr 0.8fr 1fr;
    margin-bottom: 30px; }
    .panel-content.buildADealContent .graph-content .content-div1 div .select-custom {
      width: 146px;
      height: 33px; }
      .panel-content.buildADealContent .graph-content .content-div1 div .select-custom select {
        width: 146px;
        height: 33px;
        font-size: 10.5px; }
    .panel-content.buildADealContent .graph-content .content-div1 div h2.tableHeading {
      margin-top: 23px;
      margin-bottom: 12px;
      font-size: 12px;
      color: #121212; }
    .panel-content.buildADealContent .graph-content .content-div1 div .deal-term {
      width: 162px;
      display: flex;
      justify-content: space-between;
      margin-bottom: 9px; }
      .panel-content.buildADealContent .graph-content .content-div1 div .deal-term .years {
        color: #3e3a85;
        margin-right: 15px; }
    .panel-content.buildADealContent .graph-content .content-div1 div .button .sign-in {
      width: 162px;
      height: 36px; }
    .panel-content.buildADealContent .graph-content .content-div2 .doughnut-chart-division {
      position: relative; }
      .panel-content.buildADealContent .graph-content .content-div2 .doughnut-chart-division svg {
        height: 400px; }
        .panel-content.buildADealContent .graph-content .content-div2 .doughnut-chart-division svg > g {
          transform: translate(20%, -18%); }
          .panel-content.buildADealContent .graph-content .content-div2 .doughnut-chart-division svg > g text.title,
          .panel-content.buildADealContent .graph-content .content-div2 .doughnut-chart-division svg > g text {
            font-family: "Futura-Medium";
            font-size: 10px;
            fill: #78849a; }
          .panel-content.buildADealContent .graph-content .content-div2 .doughnut-chart-division svg > g text.total {
            font-family: "Futura-Medium";
            font-size: 11px;
            fill: #000000; }
          .panel-content.buildADealContent .graph-content .content-div2 .doughnut-chart-division svg > g polyline {
            stroke: #979797; }
      .panel-content.buildADealContent .graph-content .content-div2 .doughnut-chart-division .piechart-title {
        position: absolute;
        top: 178px;
        left: 210px; }
        .panel-content.buildADealContent .graph-content .content-div2 .doughnut-chart-division .piechart-title h2 {
          font-family: "Futura-Bold";
          font-size: 13px;
          text-align: center;
          font-weight: normal;
          color: #3e3a85;
          margin: 0 0 5px; }
          .panel-content.buildADealContent .graph-content .content-div2 .doughnut-chart-division .piechart-title h2.total_value {
            margin-top: 10px;
            font-size: 10px; }
        .panel-content.buildADealContent .graph-content .content-div2 .doughnut-chart-division .piechart-title span {
          display: block;
          font-family: "ProximaNova-Regular";
          font-size: 10px;
          text-align: center;
          color: #78849a; }
    .panel-content.buildADealContent .graph-content .content-div2 .tooltip {
      border: 1px solid #cccccc;
      padding: 5px 10px 1px;
      background-color: #ffffff;
      color: #78849a;
      font-family: "Futura-Bold";
      font-size: 13px; }
    .panel-content.buildADealContent .graph-content .content-div2 .doughnut-chart-division-tracker {
      position: relative;
      height: 424px;
      width: 640px; }
      .panel-content.buildADealContent .graph-content .content-div2 .doughnut-chart-division-tracker h3 {
        font-family: "Futura-Bold";
        font-size: 13px;
        font-weight: normal;
        color: #3e3a85;
        text-align: center;
        margin-bottom: 20px; }
    .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division {
      display: flex; }
      .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division .bar-graph {
        min-width: 500px;
        min-height: 400px; }
      .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division h3 {
        font-family: "Futura-Bold";
        font-size: 13px;
        font-weight: normal;
        color: #3e3a85;
        text-align: center;
        margin-bottom: 20px; }
      .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division svg > g > g text.bar-total-label {
        font-family: "Futura-Bold";
        font-size: 10px;
        fill: #2b295d; }
      .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division svg > g text {
        font-family: "Futura-Medium";
        font-size: 10px;
        fill: #78849a; }
      .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division svg > g g.x.axis path {
        stroke-width: 0.2;
        stroke: #a6a1a1; }
      .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division svg > g g.x.axis g.tick line {
        stroke: transparent; }
      .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division svg > g g.y.axis path {
        stroke: transparent; }
      .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division svg > g g.y.axis text.label {
        border: 1px solid red;
        transform: translate(-53px, 25%) rotate(-90deg); }
      .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division svg > g g.y.axis g.tick line {
        stroke-width: 0.2;
        stroke: #a6a1a1; }

@-moz-document url-prefix() {
  .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division svg > g g.y.axis g.tick line {
    stroke: rgba(166, 161, 161, 0.2);
    stroke-width: 1px; } }
      .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division .tooltip {
        color: #78849a;
        font-family: "Futura-Bold";
        font-size: 10px; }
      .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division .graph-keys {
        align-self: center;
        padding-left: 20px; }
        .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division .graph-keys ul li {
          font-family: "Futura-Medium";
          font-size: 10px;
          color: #78849a;
          display: flex;
          align-items: center;
          margin-bottom: 4px; }
          .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division .graph-keys ul li i {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #000;
            font-size: 0;
            margin-right: 10px; }
          .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division .graph-keys ul li:first-child i {
            background-color: #51b0b0; }
          .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division .graph-keys ul li:nth-child(2) i {
            background-color: #d8d8d8; }
          .panel-content.buildADealContent .graph-content .content-div3 .bar-chart-division .graph-keys ul li:nth-child(3) i {
            background-color: #3e3a85; }
  .panel-content.buildADealContent .vertical-graph .rv-xy-plot__series--label-text {
    -webkit-alignment-baseline: alphabetic;
    align-items: baseline;
    display: flex; }
  .panel-content.buildADealContent .exposure-table {
    margin-top: 50px; }
  .panel-content.buildADealContent .intellect-property-wrapper {
    font-family: "Futura-Medium";
    font-size: 10.5px;
    background-color: white; }
    .panel-content.buildADealContent .intellect-property-wrapper .head_right_ip,
    .panel-content.buildADealContent .intellect-property-wrapper .footer_right {
      display: inline-flex;
      align-items: center; }
      .panel-content.buildADealContent .intellect-property-wrapper .head_right_ip button.add-btn,
      .panel-content.buildADealContent .intellect-property-wrapper .footer_right button.add-btn {
        margin-right: 15px; }
      .panel-content.buildADealContent .intellect-property-wrapper .head_right_ip div.collapse-btn,
      .panel-content.buildADealContent .intellect-property-wrapper .footer_right div.collapse-btn {
        background-color: #f6f6f6;
        height: 47px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .panel-content.buildADealContent .intellect-property-wrapper .head_right_ip div.collapse-btn img,
        .panel-content.buildADealContent .intellect-property-wrapper .footer_right div.collapse-btn img {
          transition: transform 0.2s; }
        .panel-content.buildADealContent .intellect-property-wrapper .head_right_ip div.collapse-btn.collapse img,
        .panel-content.buildADealContent .intellect-property-wrapper .footer_right div.collapse-btn.collapse img {
          transform: rotate(180deg); }
    .panel-content.buildADealContent .intellect-property-wrapper h3 {
      font-family: "Futura-Medium";
      font-size: 10.5px;
      font-weight: normal; }
    .panel-content.buildADealContent .intellect-property-wrapper .add-distance {
      position: relative;
      margin-top: 50px; }
    .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content {
      border: 0.8px solid #cccccc;
      border-top: none; }
      .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .select-custom {
        width: 146px;
        height: 33px; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .select-custom select {
          width: 146px;
          height: 33px;
          font-size: 10.5px; }
      .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-quartile {
        display: flex;
        align-items: center;
        height: 68px;
        padding-left: 26px;
        border-bottom: 0.8px solid #cccccc; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-quartile .quartile-section {
          display: flex; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-quartile .quartile-section .quartile-content .font-head {
            color: #ffffff; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-quartile .quartile-section .quartile-content h3 {
            font-family: "Futura-Medium";
            font-size: 10.5px;
            font-weight: normal;
            color: #000000;
            width: 150px; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-quartile .quartile-section .quartile-dropdown {
            margin-left: 3%; }
            .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-quartile .quartile-section .quartile-dropdown .select {
              color: #b6b6b6 !important; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-quartile .selectFanBase {
          margin-left: 50px; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-quartile .selectFanBase .quartile-content {
            width: 79px !important; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-quartile .selectIpRates {
          margin-left: 50px; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-quartile .selectIpRates .quartile-content {
            width: 79px !important; }
      .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content button {
        position: absolute;
        left: 35px;
        top: -6px;
        border: none;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 45%;
        color: transparent;
        font-family: "agGridBalham";
        speak: none;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        padding-top: 4px; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content button:before {
          color: #7f8c8d; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content button.asc:before {
          content: "\E902"; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content button.desc:before {
          content: "\E910"; }
      .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealTitle {
        display: grid;
        grid-template-columns: 20% 10% 10% 1fr;
        height: 35px;
        background-color: #f6f6f6;
        align-items: center;
        padding-left: 26px;
        margin-left: 1px; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealTitle .dealTitle-div2 {
          position: relative; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealTitle h3 {
          color: #78849a; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealTitle h3 {
          margin: 0;
          width: 33px;
          text-align: center; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealTitle .dealTitle-h3 {
          width: 40px;
          display: inline-block;
          font-size: 7.5px; }
      .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealcontent {
        display: grid;
        grid-template-columns: 20% 10% 10% 1fr;
        padding-left: 26px;
        height: 50px;
        align-items: center;
        border-bottom: 0.8px solid #cccccc; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealcontent > div {
          height: 36px;
          display: flex;
          align-items: center; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealcontent .select-custom {
          width: 87px; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealcontent .select-custom select {
            width: 87px; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealcontent input[type="checkbox"] {
          display: inline-block;
          width: 12px;
          /* margin: 0 10px; */
          margin-left: 14px;
          margin-right: 14px; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealcontent input[type="checkbox"]:after {
            line-height: 1.5em;
            content: "";
            display: inline-block;
            margin-top: -4px;
            margin-left: -3px;
            width: 18px;
            height: 18px;
            border-radius: 1.8px;
            border: solid 0.6px #cccccc;
            background-color: #f6f6f6; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealcontent input[type="checkbox"].year-warning-cb:after {
            border: solid 0.6px #ff1d00;
            background-color: #ffe5e4; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealcontent input[type="checkbox"]:checked:after {
          background: #ffffff url("/static/images/line.png") center center no-repeat;
          background-size: 12px; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealcontent .year-warning.error {
          margin-left: 15px; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-dealcontent .year {
          display: none; }
      .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-market {
        display: grid;
        grid-template-columns: 20% 1fr 1fr 1fr;
        padding-left: 26px;
        height: 35px;
        background-color: #78849a;
        align-items: center; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-market div {
          color: #ffffff; }
      .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-title {
        display: grid;
        grid-template-columns: 20% 1fr 1fr 1fr;
        padding-left: 26px;
        height: 35px;
        margin-left: 1px;
        align-items: center;
        background-color: #f6f6f6; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-title .title-col {
          display: flex; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-title .intelect-title-left,
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-title .intelect-title-right {
          flex-basis: 50%;
          color: #78849a; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-title .intelect-title-left {
          display: flex; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-title .intelect-title-left button {
            position: static;
            border: none;
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 45%;
            color: transparent;
            font-family: "agGridBalham";
            speak: none;
            font-size: 16px;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            padding-top: 4px; }
            .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-title .intelect-title-left button:before {
              color: #7f8c8d; }
            .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-title .intelect-title-left button.asc:before {
              content: "\E902"; }
            .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-title .intelect-title-left button.desc:before {
              content: "\E910"; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-title .intelect-title-right h3 {
          margin-left: 15px; }
      .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-content {
        display: grid;
        grid-template-columns: 20% 1fr 1fr 1fr;
        padding-left: 26px;
        padding-bottom: 20px; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-content .intellect-check-box {
          height: 50px; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-content .intellect-check-box .inte-list {
            margin-left: 0px !important; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-content .intellect-check-box .intellect-check-box_wrapper {
            display: flex;
            align-items: center;
            width: 65%;
            height: 100%;
            margin-left: 26px;
            border-bottom: 0.8px solid #cccccc; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-content .intellect-check-box input {
            display: inline-block;
            cursor: pointer; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-content .intellect-check-box label {
            display: inline-flex;
            justify-content: space-between;
            margin-left: 20px;
            width: 100%;
            cursor: default; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-content .intellect-check-box label:before {
            content: none; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-content .intellect-check-box input[type="checkbox"]:after {
            line-height: 1.5em;
            content: "";
            display: inline-block;
            margin-top: -4px;
            margin-left: -4px;
            width: 18px;
            height: 18px;
            border-radius: 1.8px;
            border: solid 0.6px #cccccc;
            background-color: #f6f6f6; }
          .panel-content.buildADealContent .intellect-property-wrapper .intellect-property-content .intellect-content .intellect-check-box input[type="checkbox"]:checked:after {
            background: #ffffff url("/static/images/line.png") center center no-repeat;
            background-size: 12px; }
    .panel-content.buildADealContent .intellect-property-wrapper .intellect-footer {
      height: 55px;
      background-color: #f6f6f6;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-top: -2px;
      border: 0.8px solid #cccccc; }
      .panel-content.buildADealContent .intellect-property-wrapper .intellect-footer .totalValue {
        width: 100%;
        padding-left: 26px;
        margin-right: 90px; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-footer .totalValue span {
          flex-basis: 50%;
          margin: 0;
          font-family: "Futura-Bold";
          font-size: 11px;
          color: #3e3a85;
          font-weight: normal; }
        .panel-content.buildADealContent .intellect-property-wrapper .intellect-footer .totalValue .inte-footer {
          float: right; }
  .panel-content.buildADealContent .intellect-property-wrapper-tracker {
    font-family: "Futura-Medium";
    font-size: 10.5px;
    background-color: white; }
    .panel-content.buildADealContent .intellect-property-wrapper-tracker .head_right_ip,
    .panel-content.buildADealContent .intellect-property-wrapper-tracker .footer_right {
      display: inline-flex;
      align-items: center; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .head_right_ip button.add-btn,
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .footer_right button.add-btn {
        margin-right: 15px; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .head_right_ip div.collapse-btn,
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .footer_right div.collapse-btn {
        background-color: #f6f6f6;
        height: 47px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .head_right_ip div.collapse-btn img,
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .footer_right div.collapse-btn img {
          transition: transform 0.2s; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .head_right_ip div.collapse-btn.collapse img,
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .footer_right div.collapse-btn.collapse img {
          transform: rotate(180deg); }
    .panel-content.buildADealContent .intellect-property-wrapper-tracker h3 {
      font-family: "Futura-Medium";
      font-size: 10.5px;
      font-weight: normal; }
    .panel-content.buildADealContent .intellect-property-wrapper-tracker .add-distance {
      position: relative;
      margin-top: 50px; }
    .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content {
      border: 0.8px solid #cccccc;
      border-top: none; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .select-custom {
        width: 146px;
        height: 33px; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .select-custom select {
          width: 146px;
          height: 33px;
          font-size: 10.5px; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-quartile {
        display: flex;
        align-items: center;
        height: 68px;
        padding-left: 26px;
        border-bottom: 0.8px solid #cccccc;
        justify-content: space-between; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-quartile .quartile-section {
          display: flex; }
          .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-quartile .quartile-section .quartile-content .font-head {
            color: #ffffff; }
          .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-quartile .quartile-section .quartile-content h3 {
            font-family: "Futura-Medium";
            font-size: 10.5px;
            font-weight: normal;
            color: #000000;
            width: 150px; }
          .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-quartile .quartile-section .quartile-dropdown {
            margin-left: 3%; }
            .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-quartile .quartile-section .quartile-dropdown .select {
              color: #b6b6b6; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-quartile .selectFanBase {
          margin-left: 50px; }
          .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-quartile .selectFanBase .quartile-content {
            width: 79px !important; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-quartile .selectIpRates {
          margin-left: 50px; }
          .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-quartile .selectIpRates .quartile-content {
            width: 79px !important; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content button {
        position: absolute;
        left: 35px;
        top: -6px;
        border: none;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 45%;
        color: transparent;
        font-family: "agGridBalham";
        speak: none;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        padding-top: 4px; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content button:before {
          color: #7f8c8d; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content button.asc:before {
          content: "\E902"; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content button.desc:before {
          content: "\E910"; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealTitle {
        display: flex;
        height: 35px;
        background-color: #f6f6f6;
        align-items: center;
        padding-left: 26px;
        margin-left: 1px; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealTitle .dealTitle-div1 {
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealTitle .dealTitle-div2 {
          position: relative;
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealTitle .dealTitle-div3 {
          position: relative;
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealTitle .dealTitle-div4 {
          position: relative;
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealTitle .dealTitle-div5 {
          position: relative;
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealTitle .dealTitle-div6 {
          position: relative;
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealTitle h3 {
          color: #78849a; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealTitle h3 {
          margin: 0;
          width: 49px;
          text-align: start; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealTitle .dealTitle-h3 {
          width: 40px;
          display: inline-block;
          font-size: 7.5px; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealDetail {
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        padding-left: 26px;
        margin-left: 1px;
        border-bottom: 1px solid #cccccc; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealDetail .deal-div-top {
          align-self: baseline; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealDetail .dealDetail-div1 {
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealDetail .dealDetail-div2 {
          position: relative;
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealDetail .dealDetail-div3 {
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealDetail .dealDetail-div4 {
          display: flex;
          flex-direction: column;
          flex-basis: 20%; }
          .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealDetail .dealDetail-div4 .dealDetail-years {
            display: flex;
            padding-bottom: 7px; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealDetail .dealDetail-div5 {
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealDetail .dealDetail-div6 {
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealDetail h3 {
          margin: 0;
          text-align: start; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealDetail .dealTitle-h3 {
          width: 40px;
          display: inline-block;
          font-size: 7.5px; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealDetail .deal-calc-year {
          display: flex;
          flex-direction: row;
          flex-basis: 24%; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .align-baseline {
        align-items: baseline; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-countryTitle {
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        padding-left: 26px;
        margin-left: 1px;
        background-color: #f6f6f6; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-countryTitle .countryTitle-div1 {
          position: relative;
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-countryTitle .countryTitle-div2 {
          position: relative;
          flex-basis: 21%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-countryTitle .countryTitle-div3 {
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-countryTitle .countryTitle-div4 {
          display: flex;
          flex-direction: column;
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-countryTitle h3 {
          color: #78849a; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-countryTitle h3 {
          margin: 0;
          text-align: start; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealcontent {
        display: grid;
        grid-template-columns: 20% 10% 10% 1fr;
        padding-left: 26px;
        height: 50px;
        align-items: center;
        border-bottom: 0.8px solid #cccccc; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealcontent > div {
          height: 36px;
          display: flex;
          align-items: center; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealcontent .select-custom {
          width: 87px; }
          .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealcontent .select-custom select {
            width: 87px; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealcontent input[type="checkbox"] {
          display: inline-block;
          width: 12px;
          /* margin: 0 10px; */
          margin-left: 14px;
          margin-right: 14px; }
          .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealcontent input[type="checkbox"]:after {
            line-height: 1.5em;
            content: "";
            display: inline-block;
            margin-top: -4px;
            margin-left: -3px;
            width: 18px;
            height: 18px;
            border-radius: 1.8px;
            border: solid 0.6px #cccccc;
            background-color: #f6f6f6; }
          .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealcontent input[type="checkbox"].year-warning-cb:after {
            border: solid 0.6px #ff1d00;
            background-color: #ffe5e4; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealcontent input[type="checkbox"]:checked:after {
          background: #ffffff url("/static/images/line.png") center center no-repeat;
          background-size: 12px; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealcontent .year-warning.error {
          margin-left: 15px; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealcontent .year {
          display: none; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-market {
        display: grid;
        grid-template-columns: 20% 1fr 1fr 1fr;
        padding-left: 26px;
        height: 35px;
        background-color: #78849a;
        align-items: center; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-market div {
          color: #ffffff; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-title {
        display: grid;
        grid-template-columns: 20% 1fr 1fr 1fr;
        padding-left: 26px;
        height: 35px;
        margin-left: 1px;
        align-items: center;
        background-color: #f6f6f6; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-title .title-col {
          display: flex; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-title .intelect-title-left,
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-title .intelect-title-right {
          flex-basis: 50%;
          color: #78849a; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-title .intelect-title-left {
          display: flex; }
          .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-title .intelect-title-left button {
            position: static;
            border: none;
            background-color: transparent;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 45%;
            color: transparent;
            font-family: "agGridBalham";
            speak: none;
            font-size: 16px;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            padding-top: 4px; }
            .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-title .intelect-title-left button:before {
              color: #7f8c8d; }
            .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-title .intelect-title-left button.asc:before {
              content: "\E902"; }
            .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-title .intelect-title-left button.desc:before {
              content: "\E910"; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-title .intelect-title-right h3 {
          margin-left: 15px; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .country-row {
        display: flex; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .country-row .country-col1 {
          flex-basis: 22%;
          margin-left: -10px; }
          .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .country-row .country-col1 .total-margin {
            margin-left: 75px; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .country-row .country-col2 {
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .country-row .country-col3 {
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .country-row .country-col4 {
          flex-basis: 20%; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .country-row .ft-wg {
          font-weight: bold; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .row-align {
        margin: 0px 10px;
        border-bottom: 0.5px solid #cccccc; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .intellect-check-box {
        height: 50px; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .intellect-check-box .intellect-check-box_wrapper {
          display: flex;
          align-items: center;
          width: 65%;
          height: 100%;
          margin-left: 26px; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .intellect-check-box input {
          display: inline-block;
          cursor: pointer; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .intellect-check-box label {
          display: inline-flex;
          justify-content: space-between;
          margin-left: 20px;
          width: 100%;
          cursor: default; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .intellect-check-box label:before {
          content: none; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .intellect-check-box input[type="checkbox"]:after {
          line-height: 1.5em;
          content: "";
          display: inline-block;
          margin-top: -4px;
          margin-left: -4px;
          width: 18px;
          height: 18px;
          border-radius: 1.8px;
          border: solid 0.6px #cccccc;
          background-color: #f6f6f6; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-content-tracker .intellect-check-box input[type="checkbox"]:checked:after {
          background: #ffffff url("/static/images/line.png") center center no-repeat;
          background-size: 12px; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealyear-calc {
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        padding-left: 26px;
        margin-left: 1px;
        border-bottom: 1px solid #cccccc; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-property-content .intellect-dealyear-calc .deal-calc-year {
          display: flex;
          flex-direction: row;
          flex-basis: 24%; }
    .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-footer {
      height: 55px;
      background-color: #f6f6f6;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-top: -2px;
      border: 0.8px solid #cccccc; }
      .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-footer .totalValue {
        margin-right: 90px;
        width: 100%;
        padding-left: 26px; }
        .panel-content.buildADealContent .intellect-property-wrapper-tracker .intellect-footer .totalValue span {
          flex-basis: 50%;
          margin: 0;
          font-family: "Futura-Bold";
          font-size: 11px;
          color: #3e3a85;
          font-weight: normal; }
  .panel-content.buildADealContent .actionButtons {
    display: flex;
    margin-top: 40px;
    margin-bottom: 150px;
    flex-wrap: wrap; }
    .panel-content.buildADealContent .actionButtons .button {
      margin-right: 30px; }
      .panel-content.buildADealContent .actionButtons .button #saveBtn {
        background-color: #3e3a85; }
      .panel-content.buildADealContent .actionButtons .button #exportBtn {
        background-image: linear-gradient(to left, #57dada 5%, #51b0b0 60%); }
    .panel-content.buildADealContent .actionButtons .error-message {
      flex-basis: 100%;
      display: none;
      margin-top: 10px; }
      .panel-content.buildADealContent .actionButtons .error-message.show-message {
        display: flex; }
      .panel-content.buildADealContent .actionButtons .error-message img {
        margin-right: 7px; }
      .panel-content.buildADealContent .actionButtons .error-message p {
        margin: 0;
        font-size: 12px;
        color: red;
        font-family: ProximaNova-Regular; }

.tickBox input[type="checkbox"] {
  display: inline-block;
  width: 12px;
  /* margin: 0 10px; */
  margin-left: 14px;
  margin-right: 14px; }
  .tickBox input[type="checkbox"]:after {
    line-height: 1.5em;
    content: "";
    display: inline-block;
    margin-top: -4px;
    margin-left: -3px;
    width: 18px;
    height: 18px;
    border-radius: 1.8px;
    border: solid 0.6px #cccccc;
    background-color: #f6f6f6; }
  .tickBox input[type="checkbox"].year-warning-cb:after {
    border: solid 0.6px #ff1d00;
    background-color: #ffe5e4; }

.tickBox .track_check_row[type="checkbox"]:checked:after {
  background: #ffffff url("/static/images/line.png") center center no-repeat;
  background-size: 12px; }

.tickBox input[type="checkbox"]:checked:after {
  background: #ffffff url("/static/images/linegrey.png") center center no-repeat;
  background-size: 12px; }

.pd-10 {
  padding: 10px 10px 10px 0px; }

.black_bg {
  background-color: #78849a !important;
  height: 40px !important; }

.font-head {
  color: #ffffff; }

.darkblack_bg {
  background-color: #677591 !important;
  height: 40px !important; }

.white_bg {
  background-color: #f6f6f6;
  height: 40px !important; }

.border-row {
  border-bottom: 0.8px solid #cccccc; }

.deal-calc-year {
  display: flex;
  flex-direction: row;
  flex-basis: 24%; }

.intellect-tracker-footer .head_left {
  display: flex !important;
  flex-direction: row !important;
  width: 100%; }
  .intellect-tracker-footer .head_left h3 {
    font-family: Futura-Bold !important;
    font-size: 14px;
    color: #3e3a85;
    font-weight: normal !important;
    width: 20%; }
    .intellect-tracker-footer .head_left h3:first-child {
      width: 20%; }
  .intellect-tracker-footer .head_left .intellect-head {
    font-size: 11px !important; }

.intellect-trackerfilter-footer .head_left {
  display: flex !important;
  flex-direction: row !important;
  width: 96%; }
  .intellect-trackerfilter-footer .head_left h3 {
    font-family: Futura-Bold !important;
    font-size: 14px;
    color: #cccccc;
    font-weight: normal !important;
    width: 20%; }
    .intellect-trackerfilter-footer .head_left h3:first-child {
      width: 20%; }
  .intellect-trackerfilter-footer .head_left .intellect-head {
    font-size: 11px !important; }

.inte-headindex {
  z-index: 993 !important; }

.foot-value-total {
  padding-left: calc(4% + 22px) !important; }

.rv-discrete-color-legend {
  box-sizing: border-box;
  overflow-y: auto;
  font-size: 12px;
  margin-left: 27px; }
  .rv-discrete-color-legend.horizontal {
    white-space: nowrap; }

.rv-discrete-color-legend-item {
  color: #3a3a48;
  border-radius: 1px;
  padding: 9px 15px; }
  .rv-discrete-color-legend-item.horizontal {
    display: inline-block; }
    .rv-discrete-color-legend-item.horizontal .rv-discrete-color-legend-item__title {
      font-family: "Futura-Medium";
      font-size: 10px; }

.rv-discrete-color-legend-item__color {
  display: inline-block;
  vertical-align: middle;
  overflow: visible; }

.rv-discrete-color-legend-item__color__path {
  stroke: #dcdcdc;
  stroke-width: 2px; }

.rv-discrete-color-legend-item__title {
  margin-left: 10px; }

.rv-discrete-color-legend-item.disabled {
  color: #b8b8b8; }

.rv-discrete-color-legend-item.clickable {
  cursor: pointer; }
  .rv-discrete-color-legend-item.clickable:hover {
    background: #f9f9f9; }

.rv-search-wrapper {
  display: flex;
  flex-direction: column; }

.rv-search-wrapper__form {
  flex: 0; }

.rv-search-wrapper__form__input {
  width: 100%;
  color: #a6a6a5;
  border: 1px solid #e5e5e4;
  padding: 7px 10px;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0 0 9px;
  outline: 0; }

.rv-search-wrapper__contents {
  flex: 1;
  overflow: auto; }

.rv-continuous-color-legend {
  font-size: 12px; }
  .rv-continuous-color-legend .rv-gradient {
    height: 4px;
    border-radius: 2px;
    margin-bottom: 5px; }

.rv-continuous-size-legend {
  font-size: 12px; }
  .rv-continuous-size-legend .rv-bubbles {
    text-align: justify;
    overflow: hidden;
    margin-bottom: 5px;
    width: 100%; }
  .rv-continuous-size-legend .rv-bubble {
    background: #d8d9dc;
    display: inline-block;
    vertical-align: bottom; }
  .rv-continuous-size-legend .rv-spacer {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 100%; }

.rv-legend-titles {
  height: 16px;
  position: relative; }

.rv-legend-titles__left,
.rv-legend-titles__right,
.rv-legend-titles__center {
  position: absolute;
  white-space: nowrap;
  overflow: hidden; }

.rv-legend-titles__center {
  display: block;
  text-align: center;
  width: 100%; }

.rv-legend-titles__right {
  right: 0; }

.margin-delivered {
  margin-left: 8px; }

.margin-delta {
  margin-left: 10px; }

.rv-xy-plot {
  color: #c3c3c3;
  position: relative; }
  .rv-xy-plot canvas {
    pointer-events: none; }
  .rv-xy-plot .rv-xy-canvas {
    pointer-events: none;
    position: absolute; }

.rv-xy-plot__inner {
  display: block;
  height: 400px; }

.rv-xy-plot__axis__line {
  fill: none;
  stroke-width: 2px;
  stroke: #e6e6e9; }

.rv-xy-plot__axis__tick__line {
  stroke: #e6e6e9; }

.rv-xy-plot__axis__tick__text {
  fill: #6b6b76;
  font-size: 11px; }

.rv-xy-plot__axis__title text {
  fill: #6b6b76;
  font-size: 11px; }

.rv-xy-plot__grid-lines__line {
  stroke: #e6e6e9; }

.rv-xy-plot__circular-grid-lines__line {
  fill-opacity: 0;
  stroke: #e6e6e9; }

.rv-xy-plot__series,
.rv-xy-plot__series path {
  pointer-events: all; }

.rv-xy-plot__series--line {
  fill: none;
  stroke: #000;
  stroke-width: 2px; }

.rv-crosshair {
  position: absolute;
  font-size: 11px;
  pointer-events: none; }

.rv-crosshair__line {
  background: #47d3d9;
  width: 1px; }

.rv-crosshair__inner {
  position: absolute;
  text-align: left;
  top: 0; }

.rv-crosshair__inner__content {
  border-radius: 4px;
  background: #3a3a48;
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.rv-crosshair__inner--left {
  right: 4px; }

.rv-crosshair__inner--right {
  left: 4px; }

.rv-crosshair__title {
  font-weight: bold;
  white-space: nowrap; }

.rv-crosshair__item {
  white-space: nowrap; }

.rv-hint {
  position: absolute;
  pointer-events: none; }

.rv-hint__content {
  border-radius: 4px;
  padding: 7px 10px;
  font-size: 12px;
  background: #3a3a48;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  white-space: nowrap; }

.vertical_graph_btn {
  display: flex;
  width: 55px;
  background-color: aliceblue;
  height: 24px;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  float: right;
  margin-right: 20px;
  margin-top: 40px; }
  .vertical_graph_btn div {
    width: 50%;
    padding-left: 6px; }

.track_check_row_immediate[type="checkbox"]:checked:after {
  background: #ffffff url("/static/images/linegrey.png") center center no-repeat !important;
  background-size: 12px !important; }

p {
  font-family: 'ProximaNova-Regular';
  font-size: 13px;
  line-height: 16px;
  color: #000000; }

ol {
  padding-left: 0; }

.policy-wrapper {
  max-height: 96vh;
  height: 92vh;
  overflow: hidden; }
  .policy-wrapper .flex-container {
    display: flex;
    height: 100%; }
    .policy-wrapper .flex-container .content {
      flex-basis: 60%;
      padding-left: calc((100% - 1500px)/2 + 15px);
      margin-top: 30px;
      margin: 30px 30px 0px 0;
      padding-bottom: 40px;
      height: auto;
      background-image: url("/static/images/t.png");
      background-repeat: no-repeat;
      background-position-x: 95%;
      background-position-y: bottom; }
      @media screen and (max-width: 1500px), print {
        .policy-wrapper .flex-container .content {
          padding-left: 15px; } }
      .policy-wrapper .flex-container .content a {
        cursor: pointer; }
        .policy-wrapper .flex-container .content a .totalvalue-title {
          position: relative;
          padding-left: 20px; }
          .policy-wrapper .flex-container .content a .totalvalue-title:before {
            content: '';
            display: inline-block;
            position: absolute;
            border-style: solid;
            color: #51b0b0;
            border-width: 0px 2px 2px 0px;
            width: 6px;
            height: 6px;
            transform: rotate(135deg);
            left: 0;
            top: 3px; }
      .policy-wrapper .flex-container .content .scroll-content {
        overflow: auto;
        height: 100%;
        margin-top: 40px;
        height: 90%; }
        .policy-wrapper .flex-container .content .scroll-content::-webkit-scrollbar-track {
          background-color: #fafafa; }
        .policy-wrapper .flex-container .content .scroll-content::-webkit-scrollbar {
          width: 13px;
          background-color: #F5F5F5; }
        .policy-wrapper .flex-container .content .scroll-content::-webkit-scrollbar-thumb {
          background-color: #51b0b0;
          border-radius: 7px; }
        .policy-wrapper .flex-container .content .scroll-content h2 {
          color: #3e3a85;
          margin: 0px 0 32px; }
        .policy-wrapper .flex-container .content .scroll-content p {
          margin-right: 30px; }
          .policy-wrapper .flex-container .content .scroll-content p span {
            font-family: 'ProximaNova-Semibold'; }
        .policy-wrapper .flex-container .content .scroll-content li {
          list-style-type: disc;
          margin-left: 40px;
          padding-left: 10px; }
          .policy-wrapper .flex-container .content .scroll-content li.number {
            list-style-type: decimal;
            padding-left: 30px;
            font-family: 'ProximaNova-Semibold';
            font-size: 13px; }
          .policy-wrapper .flex-container .content .scroll-content li.roman {
            list-style-type: lower-roman; }
          .policy-wrapper .flex-container .content .scroll-content li.alpha {
            list-style-type: lower-alpha;
            padding-left: 10px; }
        .policy-wrapper .flex-container .content .scroll-content a {
          color: #51b0b0;
          font-family: 'ProximaNova-Semibold'; }
          .policy-wrapper .flex-container .content .scroll-content a:visited {
            color: #51b0b0; }
        .policy-wrapper .flex-container .content .scroll-content table, .policy-wrapper .flex-container .content .scroll-content th, .policy-wrapper .flex-container .content .scroll-content td {
          border: 1px solid black;
          border-collapse: collapse;
          margin-right: 30px;
          padding: 0 15px; }
          .policy-wrapper .flex-container .content .scroll-content table th, .policy-wrapper .flex-container .content .scroll-content th th, .policy-wrapper .flex-container .content .scroll-content td th {
            background-color: #b7dde8; }
    .policy-wrapper .flex-container .image {
      flex-basis: 40%; }
      .policy-wrapper .flex-container .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 39%; }

.styles_overlay__CLSq- {
  background-color: rgba(255, 255, 255, 0.8); }
  .styles_overlay__CLSq-.customOverlay .styles_modal__gNwvD {
    min-height: 0px !important; }
  .styles_overlay__CLSq- .styles_modal__gNwvD {
    margin-top: 130px;
    width: 624px;
    min-height: 388px;
    padding: 30px 15px 15px;
    border: solid 0.8px #cccccc;
    box-shadow: none;
    background-color: #ffffff; }
    .styles_overlay__CLSq- .styles_modal__gNwvD .styles_closeButton__20ID4 {
      width: 20px;
      height: 20px;
      background: transparent url("/static/images/close-icon.png") no-repeat center; }
      .styles_overlay__CLSq- .styles_modal__gNwvD .styles_closeButton__20ID4 svg {
        display: none; }
    .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup h2.popup-title {
      text-align: center; }
    .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup h3 {
      text-align: center;
      font-family: "Futura-Bold";
      font-size: 14px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #3e3a85; }
    .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup .user-details {
      margin-top: 35px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup .user-details img {
        margin-right: 12px; }
      .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup .user-details span {
        font-family: "Futura-Medium";
        font-size: 10.5px;
        text-align: center;
        color: #000000; }
    .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup ul.description-text {
      max-width: 485px;
      margin: 30px auto 30px; }
      .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup ul.description-text li {
        position: relative;
        padding-left: 20px;
        margin-top: 20px;
        color: #78849a;
        font-family: "ProximaNova-Regular";
        font-size: 13px; }
        .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup ul.description-text li:before {
          content: ".";
          padding-right: 5px;
          color: #51b0b0;
          font-size: 45px;
          position: absolute;
          top: -32px;
          left: 0; }
    .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup .error {
      width: 100%;
      justify-content: center;
      margin: 20px 0; }
      .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup .error p {
        margin: 0; }
    .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form {
      max-width: 300px;
      margin: 20px auto 30px; }
      .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form label,
      .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form select,
      .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form input {
        display: block; }
      .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form label {
        margin-bottom: 10px;
        font-family: "ProximaNova-Regular";
        font-size: 12px;
        color: #78849a; }
      .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form input {
        width: 100%;
        margin-bottom: 15px; }
      .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form .select-custom {
        width: 300px;
        height: 36px; }
        .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form .select-custom select {
          width: 300px;
          height: 36px;
          color: #000000 !important; }
      .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form .button {
        text-align: center; }
        .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form .button button {
          margin: 30px auto 0; }
          .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form .button button:disabled {
            border: 1.5px solid #cccccc;
            background-color: #ffffff !important;
            color: #cccccc; }
          .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form .button button#saveBtn {
            background-color: #3e3a85; }
          .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form .button button.sign-in {
            width: 177px;
            height: 36px;
            padding: 0;
            margin-top: 15px;
            background-color: #51b0b0;
            background-image: none;
            border: none; }
            .styles_overlay__CLSq- .styles_modal__gNwvD .savedeal-popup form .button button.sign-in:hover {
              background-color: #4ba6a6; }

.admin-portal-wrapper {
  height: 100%;
  background-color: #fafafa; }
  .admin-portal-wrapper .panel-content.admin-portal-content {
    height: 100%;
    background-image: url(/static/images/t-white.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    padding-bottom: 70px; }
    .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form {
      border: 1px solid #cccccc;
      max-width: 680px;
      margin: 0 auto 30px;
      background-color: white;
      height: 105px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 30px; }
      .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .form-element h2.tableHeading {
        margin-bottom: 12px;
        font-size: 12px;
        color: #121212;
        text-align: left; }
      .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .form-element.action-type select {
        font-size: 10.5px; }
      .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .form-element.action-type .select-custom {
        height: 33px; }
        .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .form-element.action-type .select-custom select {
          height: 33px;
          padding: 0 20px 0 20px;
          color: #000000 !important; }
          .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .form-element.action-type .select-custom select:disabled {
            color: gray !important; }
      .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .form-element.data-type select {
        font-size: 10.5px; }
      .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .form-element.data-type .select-custom {
        width: 162px;
        height: 33px; }
        .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .form-element.data-type .select-custom select {
          width: 162px;
          height: 33px;
          color: #000000 !important; }
      .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .button-element .button {
        width: fit-content;
        margin: 25px auto 0; }
        .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .button-element .button .continue {
          font-size: 8px;
          height: 33px;
          width: 150px; }
          .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .button-element .button .continue:before {
            content: '';
            position: absolute;
            top: -5px;
            right: -3px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 15px 16px 0;
            border-color: #ffffff; }
          .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .button-element .button .continue:after {
            content: '';
            position: absolute;
            top: 4px;
            right: -4px;
            width: 20px;
            height: 0px;
            background-color: transparent;
            border-bottom: 2px solid #cccccc;
            transform: rotate(45deg); }
          .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .button-element .button .continue img {
            max-width: 9px;
            position: absolute;
            right: 15px; }
      .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .import-file {
        flex-basis: 100%;
        /***** Example custom styling *****/ }
        .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .import-file label.myLabel input[type="file"] {
          border: none;
          font-size: 10.5px;
          color: #000000 !important;
          height: 100%;
          line-height: 24px;
          padding-top: 6px; }
        @supports (-moz-appearance: none) {
          .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .import-file label.myLabel input[type="file"] {
            padding-top: 0; } }
        .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .import-file input[type=file]::-webkit-file-upload-button {
          background-color: transparent;
          border: none;
          color: transparent;
          width: 20px; }
        .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .import-file .myLabel {
          border: 1px dashed #cccccc;
          border-radius: 2.3px;
          padding: 2px 5px;
          margin: 2px;
          background-color: #fafafa;
          display: inline-block;
          width: 90%;
          position: relative;
          font-family: 'ProximaNova-Regular';
          font-size: 10.5px;
          height: 33px; }
          .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .import-file .myLabel:before {
            content: "+";
            position: absolute;
            top: 6px;
            left: 12px;
            font-size: 16px;
            color: #51b0b0;
            font-weight: bold; }
        .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .import-file .myLabel span {
          font-size: 0;
          line-height: 26.5px;
          padding-left: 26px;
          color: #676767; }
        .admin-portal-wrapper .panel-content.admin-portal-content .admin-portal-home .portal-form .import-file .myLabel-name input {
          width: 50%;
          height: 35px; }

.tick-status {
  background: #ffffff url(/static/images/line.png) center center no-repeat;
  background-size: 12px;
  border: none !important;
  background-color: transparent !important;
  float: left !important; }

.portal-err {
  max-width: 680px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0px 0px 10px; }
  .portal-err p {
    margin: 0;
    font-size: 12px;
    color: red;
    font-family: ProximaNova-Regular; }

.adminTable-portal-wrapper {
  background-color: #ffffff; }

.panel-content.logo-background {
  background-image: url(/static/images/t-grey.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  padding-bottom: 70px;
  position: relative; }
  .panel-content.logo-background .button {
    position: absolute;
    top: 57px;
    right: 15px; }
    .panel-content.logo-background .button #exportBtn {
      background-image: linear-gradient(to left, #57dada 5%, #51b0b0 60%); }

.inventoryList-wrapper {
  margin-bottom: 50px; }
  .inventoryList-wrapper .rTable {
    width: auto;
    overflow-x: scroll;
    padding-bottom: 50px;
    max-height: 70vh; }
    .inventoryList-wrapper .rTable .rTableRow {
      border: none; }
      .inventoryList-wrapper .rTable .rTableRow:hover .rTableCell {
        background-color: #f6f6f6; }
    .inventoryList-wrapper .rTable .yearCell {
      flex-basis: 0 !important;
      padding: 0 1px; }
      .inventoryList-wrapper .rTable .yearCell a {
        width: 0 !important; }
    .inventoryList-wrapper .rTable .rTableHead {
      background-color: #f6f6f6; }
    .inventoryList-wrapper .rTable .rTableCell {
      border-bottom: 1px solid #cccccc; }
    .inventoryList-wrapper .rTable .rTableRow:first-of-type {
      transform: translate3d(0px, 0px, 0px);
      position: sticky;
      position: -webkit-sticky;
      top: 0;
      z-index: 999; }
    .inventoryList-wrapper .rTable .rTableCell,
    .inventoryList-wrapper .rTable .rTableHead {
      flex-grow: 0 !important;
      flex-shrink: 0; }
      .inventoryList-wrapper .rTable .rTableCell a,
      .inventoryList-wrapper .rTable .rTableHead a {
        width: 40px; }
      .inventoryList-wrapper .rTable .rTableCell.alignRight span,
      .inventoryList-wrapper .rTable .rTableHead.alignRight span {
        padding: 0; }
    .inventoryList-wrapper .rTable .rTableHead:nth-child(12) {
      width: 10px; }
      .inventoryList-wrapper .rTable .rTableHead:nth-child(12) span, .inventoryList-wrapper .rTable .rTableHead:nth-child(12) button {
        position: relative;
        z-index: 9999; }
  .inventoryList-wrapper .rTableCell:nth-child(12) a,
  .inventoryList-wrapper .rTableCell.formatClass a {
    width: auto; }

div::-webkit-scrollbar {
  width: 1em; }

div::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 50px; }

div::-webkit-scrollbar-thumb {
  background-color: #51b0b0;
  border-radius: 50px; }

.iprate-content .iprate-div {
  position: relative;
  width: 80%;
  margin: 0 auto; }
  .iprate-content .iprate-div .rTable {
    width: 100%; }
    @media screen and (max-width: 1300px), print {
      .iprate-content .iprate-div .rTable {
        width: 85%; } }
    .iprate-content .iprate-div .rTable .alignRight button {
      width: 10px; }
  .iprate-content .iprate-div .button {
    top: 0;
    right: 0; }

.userList-content .rTable {
  width: 75%; }
  @media screen and (max-width: 1300px), print {
    .userList-content .rTable {
      width: 85%; } }
  .userList-content .rTable .alignRight button {
    width: 10px; }

.userListView-content .userListViewWrapper {
  width: 80%;
  position: relative;
  margin: 0 auto; }
  @media screen and (max-width: 1300px), print {
    .userListView-content .userListViewWrapper {
      width: 95%; } }
  .userListView-content .userListViewWrapper .button {
    position: absolute;
    top: 0;
    right: 0; }

.userListView-content .rTable {
  width: 100%; }
  .userListView-content .rTable .alignRight button {
    width: 10px; }

.marketList-content .rTable .alignRight,
.marketList-content .rTable .formatClass {
  padding-right: 50px; }

.marketList-content .rTable .alignRight button {
  width: 10px; }

.listUpload-content h2.sub-heading {
  margin-bottom: 10px; }

.listUpload-content h4.title-desc {
  margin-top: 0;
  margin-bottom: 35px; }

.listUpload-content .action-button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 60px; }
  .listUpload-content .action-button-wrapper .button {
    position: static !important;
    margin-left: 20px; }
    .listUpload-content .action-button-wrapper .button #cancelBtn {
      background-image: none;
      background-color: #3e3a85; }
    .listUpload-content .action-button-wrapper .button #confirmBtn {
      background-image: linear-gradient(to left, #57dada 5%, #51b0b0 60%); }

.error-message.asset {
  padding: 10px 0;
  width: 75%;
  margin: 0 auto;
  font-size: 10px;
  color: red;
  height: 32px;
  font-family: ProximaNova-Regular; }

.listUpload-content.assetList-content .error, .listUpload-content.userList-content .error, .listUpload-content.iprate-content .error {
  display: flex;
  width: 75%;
  margin: 0; }

.logintimeModel {
  padding-left: 30px;
  text-align: center; }
  .logintimeModel button {
    background-color: transparent;
    border: none;
    color: transparent;
    width: 20px;
    padding: 0;
    background: url("/static/images/history.png") no-repeat center center;
    background-size: contain; }

.history-show {
  margin-top: 70px; }
  .history-show .history-div {
    padding: 10px; }
    .history-show .history-div .history-list {
      display: flex;
      align-items: center;
      justify-content: center; }
      .history-show .history-div .history-list li {
        padding-right: 10px;
        width: 100px; }
      .history-show .history-div .history-list li:first-child {
        padding-right: 10px;
        width: 30px; }

.dropDownContainer .dropDown-table {
  height: 33px;
  position: relative;
  top: 7px;
  border-radius: 2.3px;
  border: solid 1px #cccccc;
  background-color: #fafafa;
  font-weight: normal;
  z-index: 997;
  font-size: 13px;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .dropDownContainer .dropDown-table .initial {
    overflow: hidden; }
    .dropDownContainer .dropDown-table .initial:focus {
      outline: none;
      border: solid 1px #2dcccc !important; }
  .dropDownContainer .dropDown-table li {
    background-color: #fafafa;
    height: 31px;
    padding-left: 20px;
    padding-right: 13px;
    align-items: center;
    line-height: 1; }
    .dropDownContainer .dropDown-table li:hover {
      cursor: pointer; }
    .dropDownContainer .dropDown-table li:not(.initial) {
      padding-top: 8px;
      padding-bottom: 8px;
      height: max-content; }
      .dropDownContainer .dropDown-table li:not(.initial):hover {
        background-color: #e6e6e6; }
  .dropDownContainer .dropDown-table li.initial {
    display: flex; }
  .dropDownContainer .dropDown-table .innerRows {
    max-height: 300px;
    overflow-y: scroll;
    width: 410px; }
  .dropDownContainer .dropDown-table .innerRows li:nth-child(1) {
    border-top: solid 1px #cccccc; }

.dropDownContainer .fa-caret-down {
  position: absolute;
  right: 9px;
  font-size: 8px;
  color: #78859a; }

.dropDownContainer .hidden {
  display: none; }

.dropDownContainer .visible {
  display: flex; }

.redcolor {
  color: red; }

.expo-dropindex {
  z-index: 994 !important; }

