@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700);ag-grid-angular {
  display: block; }

ag-grid-ng2 {
  display: block; }

ag-grid {
  display: block; }

ag-grid-polymer {
  display: block; }

ag-grid-aurelia {
  display: block; }

.ag-rtl {
  direction: rtl; }

.ag-ltr {
  direction: ltr; }

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

.ag-body-no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ag-root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* was getting some 'should be there' scrolls, this sorts it out */
  overflow: hidden;
  /* set to relative, so absolute popups appear relative to this */
  position: relative; }

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

.ag-font-style {
  cursor: default;
  /* disable user mouse selection */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ag-layout-for-print {
  display: block;
  white-space: nowrap; }

.ag-layout-for-print .ag-row,
.ag-layout-for-print .ag-cell {
  page-break-inside: avoid !important; }

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

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

.ag-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%; }

.ag-layout-normal .ag-header {
  left: 0;
  position: absolute;
  top: 0; }

.ag-pinned-left-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: 100%;
  overflow: hidden; }

.ag-pinned-right-header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: right;
  height: 100%;
  overflow: hidden; }

.ag-header-viewport {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden; }

.ag-layout-normal .ag-header-row {
  position: absolute; }

.ag-layout-normal .ag-header-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  white-space: nowrap; }

.ag-layout-auto-height .ag-header-row {
  position: absolute; }

.ag-layout-auto-height .ag-header-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  white-space: nowrap; }

.ag-layout-for-print .ag-header-container {
  white-space: nowrap; }

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

.ag-header-cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  position: absolute;
  vertical-align: bottom; }

.ag-floating-filter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: absolute; }

.ag-floating-filter-body {
  height: 20px;
  margin-right: 25px; }

.ag-floating-filter-full-body {
  height: 20px;
  width: 100%; }

.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-dnd-ghost {
  background: #e5e5e5;
  border: 1px solid black;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: move;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ag-dnd-ghost-icon {
  display: inline-block;
  float: left;
  padding: 2px; }

.ag-dnd-ghost-label {
  display: inline-block; }

.ag-header-group-cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis; }

.ag-header-group-cell-label {
  overflow: hidden;
  text-overflow: ellipsis; }

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

.ag-header-cell-resize {
  cursor: col-resize;
  height: 100%;
  width: 4px; }

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

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

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

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

.ag-ltr .ag-header-select-all {
  float: left; }

.ag-rtl .ag-header-select-all {
  float: right; }

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

.ag-header-cell-menu-button {
  float: right; }

.ag-overlay-panel {
  display: table;
  height: 100%;
  pointer-events: none;
  width: 100%; }

.ag-overlay-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

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

.ag-bl-full-height {
  height: 100%;
  overflow: auto;
  position: relative; }

.ag-bl-west {
  float: left; }

.ag-bl-full-height-west {
  height: 100%; }

.ag-bl-east {
  float: right; }

.ag-bl-full-height-east {
  height: 100%; }

.ag-bl-full-height-center {
  height: 100%; }

.ag-bl-normal {
  height: 100%;
  position: relative; }

.ag-bl-normal-center-row {
  height: 100%;
  overflow: hidden; }

.ag-bl-normal-west {
  float: left;
  height: 100%; }

.ag-bl-normal-east {
  float: right;
  height: 100%; }

.ag-bl-normal-center {
  height: 100%; }

.ag-bl-dont-fill {
  position: relative; }

.ag-body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.ag-layout-normal .ag-body {
  height: 100%;
  position: absolute; }

.ag-floating-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%; }

.ag-layout-normal .ag-floating-top {
  left: 0;
  position: absolute; }

.ag-pinned-left-floating-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative; }

.ag-layout-normal .ag-pinned-left-floating-top {
  height: 100%; }

.ag-pinned-right-floating-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: right;
  overflow: hidden;
  position: relative; }

.ag-layout-normal .ag-pinned-right-floating-top {
  height: 100%; }

.ag-floating-top-viewport {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.ag-layout-normal .ag-floating-top-viewport {
  height: 100%; }

.ag-floating-top-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap; }

.ag-floating-bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  width: 100%; }

.ag-layout-normal .ag-floating-bottom {
  left: 0;
  position: absolute; }

.ag-pinned-left-floating-bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  overflow: hidden;
  position: relative; }

.ag-layout-normal .ag-pinned-left-floating-bottom {
  height: 100%; }

.ag-pinned-right-floating-bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: right;
  overflow: hidden;
  position: relative; }

.ag-layout-normal .ag-pinned-right-floating-bottom {
  height: 100%; }

.ag-floating-bottom-viewport {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.ag-layout-normal .ag-floating-bottom-viewport {
  height: 100%; }

.ag-floating-bottom-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap; }

.ag-pinned-left-cols-viewport {
  float: left; }

.ag-pinned-left-cols-container {
  display: inline-block;
  position: relative; }

.ag-pinned-right-cols-viewport {
  float: right; }

.ag-ltr .ag-pinned-right-cols-viewport {
  overflow-x: hidden;
  overflow-y: auto; }

.ag-ltr .ag-pinned-left-cols-viewport {
  overflow: hidden; }

.ag-rtl .ag-pinned-right-cols-viewport {
  overflow: hidden; }

.ag-rtl .ag-pinned-left-cols-viewport {
  overflow-x: hidden;
  overflow-y: auto; }

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

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

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

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

.ag-full-width-viewport {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }

.ag-full-width-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.ag-floating-bottom-full-width-container {
  display: inline;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }

.ag-floating-top-full-width-container {
  display: inline;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }

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

.ag-layout-normal .ag-body-container {
  display: inline-block;
  margin-bottom: -2px;
  position: relative; }

.ag-layout-auto-height .ag-body-container {
  display: block;
  position: relative; }

.ag-row-animation .ag-row {
  -webkit-transition: height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
  transition: height 0.4s, background-color 0.1s, opacity 0.2s, -webkit-transform 0.4s;
  transition: transform 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s;
  transition: transform 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ag-layout-normal .ag-row {
  position: absolute;
  white-space: nowrap;
  width: 100%; }

.ag-layout-auto-height .ag-row {
  position: relative;
  white-space: nowrap;
  width: 100%; }

.ag-layout-for-print .ag-row {
  position: relative; }

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

.ag-column-drop {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50px;
  overflow: hidden; }
  .ag-column-drop-vertical .ag-column-drop-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 20px;
    overflow-x: auto; }
  .ag-column-drop-vertical .ag-column-drop-cell {
    display: block; }
  .ag-column-drop-vertical .ag-column-drop-empty-message {
    display: block; }
  .ag-column-drop-vertical .ag-column-drop-cell-button {
    line-height: 16px; }

.ag-ltr .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: right; }

.ag-rtl .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: left; }

.ag-column-drop-horizontal {
  white-space: nowrap; }
  .ag-column-drop-horizontal .ag-column-drop-cell {
    display: inline-block; }
  .ag-column-drop-horizontal .ag-column-drop-empty-message {
    display: inline-block; }
  .ag-column-drop-horizontal .ag-column-drop-list {
    height: 100%; }

.ag-cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

.ag-cell-edit-input {
  height: 100%;
  width: 100%; }

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

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

.ag-large .ag-root {
  font-size: 20px; }

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

.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: 300px;
  overflow: auto;
  width: 200px; }

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

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

.ag-menu-option-text {
  display: table-cell; }

.ag-menu-option-shortcut {
  display: table-cell; }

.ag-menu-option-icon {
  display: table-cell; }

.ag-menu-option-popup-pointer {
  display: table-cell; }

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

.ag-menu-separator-cell {
  display: table-cell; }

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

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

.ag-rich-select {
  cursor: default;
  outline: none; }

.ag-rich-select-row {
  white-space: nowrap; }

.ag-rich-select-list {
  height: 200px;
  width: 200px; }

.ag-set-filter-list {
  height: 200px;
  width: 200px; }

.ag-set-filter-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

.ag-filter-filter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

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

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

.ag-filter-select {
  margin: 4px 4px 0 4px;
  width: 110px; }

.ag-list-selection {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ag-column-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px; }

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

.ag-layout-normal .ag-column-panel-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.ag-column-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50px;
  overflow: auto; }

.ag-column-select-indent {
  display: inline-block; }

.ag-ltr .ag-column-select-column {
  margin-left: 16px; }

.ag-rtl .ag-column-select-column {
  margin-right: 16px; }

.ag-column-select-column,
.ag-column-select-column-group {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  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-select-column .ag-column-select-label,
  .ag-column-select-column .ag-column-select-column-group-label,
  .ag-column-select-column-group .ag-column-select-label,
  .ag-column-select-column-group .ag-column-select-column-group-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ag-column-select-column .ag-column-drag,
  .ag-column-select-column-group .ag-column-drag {
    min-width: 16px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

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

.ag-tool-panel .ag-column-select-panel {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4; }

.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 {
  float: right;
  -webkit-transform: translateX(3px);
  transform: translateX(3px); }

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

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

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

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

.ag-faded {
  opacity: 0.3; }

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

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

/* icons are used outside of the grid root (in the ghost) */
.ag-icon-aggregation {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS41IDIuNWgtNmwyIDMuNS0yIDMuNWg2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iIzAwMCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-arrows {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYgNmwtMS40MSAxLjQxTDE2LjE3IDlINHYyaDEyLjE3bC0xLjU4IDEuNTlMMTYgMTRsNC00eiIvPjxwYXRoIGQ9Ik00IDZsMS40MSAxLjQxTDMuODMgOUgxNnYySDMuODNsMS41OCAxLjU5TDQgMTRsLTQtNHoiLz48cGF0aCBkPSJNNiAxNmwxLjQxLTEuNDFMOSAxNi4xN1Y0aDJ2MTIuMTdsMS41OS0xLjU4TDE0IDE2bC00IDR6Ii8+PHBhdGggZD0iTTE0IDRsLTEuNDEgMS40MUwxMSAzLjgzVjE2SDlWMy44M0w3LjQxIDUuNDEgNiA0bDQtNHoiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-asc {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDNoMnY5SDV6Ii8+PHBhdGggZD0iTTguOTkzIDUuMlYzLjQ5M2gtNnY2SDQuN1Y1LjJoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMy41aDF2OGgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA1Ljk5MyA2LjQ5MykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04LjQ5MyA0Ljd2LS43MDdoLTV2NUg0LjJWNC43aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-checked-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik05IDNMNiA4LjVsLTIuNS0yIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-checked {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik05IDNMNiA4LjVsLTIuNS0yIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-indeterminate-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNCA1aDR2Mkg0eiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNCA1aDR2Mkg0eiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-unchecked-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-checkbox-unchecked {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgcng9IjEiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNGRkYiIHhsaW5rOmhyZWY9IiNhIi8+PHJlY3Qgc3Ryb2tlPSIjMDAwIiB4PSIuNSIgeT0iLjUiIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgcng9IjEiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-column {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDR2Mkgxem0wIDNoNHY3SDF6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-columns {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDR2Mkgxem02IDBoNHYySDd6TTEgNWg0djJIMXptNiAwaDR2Mkg3ek0xIDloNHYySDF6bTYgMGg0djJIN3oiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-contracted {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHN0cm9rZS1vcGFjaXR5PSIuNSIgc3Ryb2tlPSIjMDAwIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjkiIGhlaWdodD0iOSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNOSA1djJIM1Y1eiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-copy {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTQuNSA0LjVoNXY1aC01eiIvPjxwYXRoIGQ9Ik03LjUgMi41aC01djVoMnYyaDV2LTVoLTJ2LTJ6Ii8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-cut {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTMgMy4xMmMuNjY3LjA3OCAzIDEuNzQ1IDcgNS0uMzI2LjIwNC0uNjU5LjIwNC0xIDAtLjM0MS0uMjA2LTEuNjc0LTEuMjA2LTQtMyAwIC42NjYtLjY2Ny42NjYtMiAwLTItMS0xLTIuMTIgMC0yeiIvPjxwYXRoIGQ9Ik0zIDguMjY0Yy42NjctLjA4IDMtMS43NDYgNy01LS4zMjYtLjIwNS0uNjU5LS4yMDUtMSAwLS4zNDEuMjA0LTEuNjc0IDEuMjA0LTQgMyAwLS42NjctLjY2Ny0uNjY3LTIgMC0yIDEtMSAyLjExOSAwIDJ6Ii8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-desc {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDJoMnY5SDV6Ii8+PHBhdGggZD0iTTguOTkzIDYuMVY0LjM5M2gtNnY2SDQuN1Y2LjFoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMi41aDF2OGgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDUuOTkzIDcuMzkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTguNDkzIDUuNnYtLjcwN2gtNXY1SDQuMlY1LjZoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-expanded {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHN0cm9rZS1vcGFjaXR5PSIuNSIgc3Ryb2tlPSIjMDAwIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjkiIGhlaWdodD0iOSIgcng9IjEiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNNSAzaDJ2Nkg1eiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik05IDV2MkgzVjV6Ii8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-eye-slash {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjAwMSAzLjkwOEwzIDRhMyAzIDAgMSAwIDUuOTk5LS4wOTJBNS4yNDggNS4yNDggMCAwIDAgNiAzYy0xLjEgMC0yLjEuMzAzLTIuOTk5LjkwOHoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA0LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMiAzLTMgNS0zczMuNjY3IDEgNSAzQzkuNjY3IDggOCA5IDYgOVMyLjMzMyA4IDEgNnoiIHN0cm9rZT0iIzAwMCIvPjxwYXRoIGQ9Ik00LjAwNCAyLjgzNWw0Ljk5MiA2LjMzIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48cGF0aCBkPSJNMy4wMDQgMi44MzVsNC45OTIgNi4zMyIgc3Ryb2tlPSIjRkZGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-eye {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjAwMSAzLjkwOEwzIDRhMyAzIDAgMSAwIDUuOTk5LS4wOTJBNS4yNDggNS4yNDggMCAwIDAgNiAzYy0xLjEgMC0yLjEuMzAzLTIuOTk5LjkwOHoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA0LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMiAzLTMgNS0zczMuNjY3IDEgNSAzQzkuNjY3IDggOCA5IDYgOVMyLjMzMyA4IDEgNnoiIHN0cm9rZT0iIzAwMCIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-filter {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAyaDEwTDcgNnY1TDUgOVY2TDEgMnptNCA0djFoMlY2SDV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-folder-open {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEuMzMzIDIuNUwuNSAzLjV2Ni4yMTRsMSAuNzg2aDhsMS0xdi01bC0xLTFoLTNsLTEtMXoiLz48cGF0aCBkPSJNMi41IDEwLjVMMiA5bDEtMyAyLjUtLjVoNmwtMSA1eiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-folder {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTEuMzMzIDIuNUwuNSAzLjV2Ni4yMTRsMSAuNzg2aDhsMS0xdi01bC0xLTFoLTNsLTEtMXoiLz48cGF0aCBkPSJNNy41IDMuNWwtMiAyaC01Ii8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-group {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTcuNSAxLjVoM3YyaC0zem0wIDRoM3YyaC0zem0wIDRoM3YyaC0zeiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yIDNoMXY4SDJ6bTEgM2g0djFIM3ptMi00aDN2MUg1eiIvPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yIDEwaDV2MUgyeiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTEuNSAxLjVoM3YyaC0zeiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjA1NiA0LjU4MWEzLjAwMSAzLjAwMSAwIDAgMCA1Ljg4OCAwQzguMDU5IDQuMTk0IDcuMDc4IDQgNiA0Yy0xLjA3OCAwLTIuMDYuMTk0LTIuOTQ0LjU4MXoiIGZpbGw9IiMwMDAiLz48cGF0aCBkPSJNNCA1LjVjLjY2Ny0uMzMzIDEuNjY3LS41IDMtLjUiIHN0cm9rZT0iIzk3OTc5NyIvPjxwYXRoIGQ9Ik0xIDZjMS4zMzMtMS4zMzMgMy0yIDUtMnMzLjY2Ny42NjcgNSAyQzkuNjY3IDcuMzMzIDggOCA2IDhzLTMuNjY3LS42NjctNS0yeiIgc3Ryb2tlPSIjMDAwIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-left {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01LjUgMS41aDJ2OWgtMnoiLz48cGF0aCBkPSJNNy45OTMgNC43VjIuOTkzaC02djZIMy43VjQuN2g0LjI5M3oiIGlkPSJiIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNi41IDYpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNiAyaDF2OEg2eiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgNC45OTMgNS45OTMpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNy40OTMgNC4ydi0uNzA3aC01djVIMy4yVjQuMmg0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-loading {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDFoMnYzSDV6Ii8+PHBhdGggaWQ9ImIiIGQ9Ik01IDhoMnYzSDV6Ii8+PHBhdGggaWQ9ImMiIGQ9Ik0xIDVoM3YySDF6Ii8+PHBhdGggaWQ9ImQiIGQ9Ik04IDVoM3YySDh6Ii8+PHBhdGggaWQ9ImUiIGQ9Ik00IDBoMnYzSDR6Ii8+PHBhdGggaWQ9ImYiIGQ9Ik00IDdoMnYzSDR6Ii8+PHBhdGggaWQ9ImciIGQ9Ik0wIDRoM3YySDB6Ii8+PHBhdGggaWQ9ImgiIGQ9Ik03IDRoM3YySDd6Ii8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTUuNSAxLjVoMXYyaC0xeiIvPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik01LjUgOC41aDF2MmgtMXoiLz48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNjIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNMS41IDUuNWgydjFoLTJ6Ii8+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZCIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTguNSA1LjVoMnYxaC0yeiIvPjxnIG9wYWNpdHk9Ii43MTQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZSIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTQuNS41aDF2MmgtMXoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNC4yOTMgNi43MDcpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNmIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNNC41IDcuNWgxdjJoLTF6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZyIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTS41IDQuNWgydjFoLTJ6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjaCIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTcuNSA0LjVoMnYxaC0yeiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-menu {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDEwdjJIMXptMCA0aDEwdjJIMXptMCA0aDEwdjJIMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-minus {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDh2MkgyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-none {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDNoMnY2SDV6Ii8+PHBhdGggZD0iTTguMTQ2IDguMTgyVjYuNDc1aC01djVoMS43MDhWOC4xODJoMy4yOTJ6IiBpZD0iYiIvPjxwYXRoIGQ9Ik04LjUgMi45MTRWMS4yMDdoLTV2NWgxLjcwN1YyLjkxNEg4LjV6IiBpZD0iYyIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMy41aDF2NWgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDUuNjQ2IDguNDc1KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTcuNjQ2IDcuNjgydi0uNzA3aC00djRoLjcwOFY3LjY4MmgzLjI5MnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNiAzLjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2MiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04IDIuNDE0di0uNzA3SDR2NGguNzA3VjIuNDE0SDh6Ii8+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-not-allowed {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjQiLz48cGF0aCBkPSJNOC41IDMuNUwzLjQwMSA4LjU5OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-paste {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZD0iTTIuNSAyLjVoN3Y3aC03eiIvPjxwYXRoIGQ9Ik02LjUgMS41aC0xdjJoLTF2MWgzdi0xaC0xdi0yeiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-pin {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0zIDJoNnYxSDh2NGwyIDFIN2wtMSAzLTEtM0gybDItMVYzSDN6Ii8+PHBhdGggZmlsbC1vcGFjaXR5PSIuNSIgZmlsbD0iI0ZGRiIgZD0iTTUgM2gxdjRINXoiLz48cGF0aCBmaWxsLW9wYWNpdHk9Ii4yOCIgZmlsbD0iI0ZGRiIgZD0iTTQgM2gxdjNINHoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-pivot {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHJlY3QgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZD0iTTEwLjUgMy41aC05bTItMnY5IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTcuNSA2LjVsMS0xIDEgMW0tMyAxbC0xIDEgMSAxIi8+PHBhdGggZD0iTTguNSA1LjV2M2gtMyIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-plus {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik01IDJoMnY4SDV6Ii8+PHBhdGggZD0iTTIgNWg4djJIMnoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-right {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik00LjUgMS41aDJ2OWgtMnoiLz48cGF0aCBkPSJNOS45OTMgNC43VjIuOTkzaC02djZINS43VjQuN2g0LjI5M3oiIGlkPSJiIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNS41IDYpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNSAyaDF2OEg1eiIvPjwvZz48ZyB0cmFuc2Zvcm09InNjYWxlKC0xIDEpIHJvdGF0ZSgtNDUgMCAyMi44NzQpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOS40OTMgNC4ydi0uNzA3aC01djVINS4yVjQuMmg0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-left {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMyA2bDQtNHY4eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-right {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSAybDQgNC00IDR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-up {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA3bDQtNCA0IDR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-small-down {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDhMNiA5eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tick {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41IDUuNWwzIDMgNi02IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iIzAwMCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-cross {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiAxMGw4LThtMCA4TDIgMiIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tree-open {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDhMNiA5eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tree-closed {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNSAybDQgNC00IDR6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.ag-icon-tree-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMiA1aDh2MkgyeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  -webkit-filter: "initial";
  filter: "initial";
  height: 12px;
  width: 12px; }

.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-column-select-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.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-tool-panel {
  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;
  height: 100%; }
  .ag-tool-panel .ag-side-buttons {
    width: 20px; }
    .ag-tool-panel .ag-side-buttons button {
      display: block;
      -webkit-transform: rotate(90deg) translateY(-20px);
      transform: rotate(90deg) translateY(-20px);
      -webkit-transform-origin: left top 0;
      transform-origin: left top 0;
      white-space: nowrap;
      outline: none; }
  .ag-tool-panel .panel-container {
    width: 180px; }
  .ag-tool-panel.full-width .panel-container {
    width: 200px; }

.ag-rtl .ag-tool-panel .ag-side-buttons button {
  -webkit-transform: rotate(-90deg) translatex(20px);
  transform: rotate(-90deg) translatex(20px);
  -webkit-transform-origin: right bottom 0;
  transform-origin: right bottom 0; }
/*
- todo {
- loading overlay colors {
- rich select colors {
 */
.ag-icon:not(.ag-faded) {
  opacity: 0.8; }

.ag-blue {
  line-height: 1.4;
  font-family: Calibri, "Segoe UI", Thonburi, Arial, Verdana, sans-serif;
  font-size: 10pt;
  color: #222;
  /* this is for the rowGroupPanel, that appears along the top of the grid */
  /* this is for the column drops that appear in the toolPanel */ }
  .ag-blue .ag-numeric-cell {
    text-align: right; }
  .ag-blue .ag-header-cell-label {
    display: flex; }
    .ag-blue .ag-header-cell-label > span {
      float: left; }
    .ag-blue .ag-header-cell-label .ag-header-icon {
      margin-top: 2px; }
    .ag-blue .ag-header-cell-label .ag-header-cell-text {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .ag-blue .ag-numeric-header .ag-header-cell-label {
    flex-direction: row-reverse; }
  .ag-blue .ag-numeric-header .ag-header-cell-menu-button {
    float: left; }
  .ag-blue .ag-numeric-header .ag-header-cell-label {
    width: calc(100% - 12px);
    float: right; }
    .ag-blue .ag-numeric-header .ag-header-cell-label > span {
      float: right; }
  .ag-blue .ag-header-cell-resize {
    position: absolute;
    right: 0; }
  .ag-blue .ag-rtl .ag-header-cell-resize {
    position: absolute;
    left: 0;
    right: auto; }
  .ag-blue img {
    vertical-align: middle;
    border: 0; }
  .ag-blue .ag-root {
    border: 1px solid #9bc2e6; }
  .ag-blue .ag-cell-data-changed {
    background-color: #cec; }
  .ag-blue .ag-cell-data-changed-animation {
    background-color: transparent;
    transition: background-color 1s; }
  .ag-blue .ag-cell-not-inline-editing {
    padding: 2px;
    /* compensate for the transparent borders; */
    padding-left: 1px; }
  .ag-blue .ag-cell-range-selected-1:not(.ag-cell-focus) {
    background-color: rgba(120, 120, 120, 0.4); }
  .ag-blue .ag-cell-range-selected-2:not(.ag-cell-focus) {
    background-color: rgba(80, 80, 80, 0.4); }
  .ag-blue .ag-cell-range-selected-3:not(.ag-cell-focus) {
    background-color: rgba(40, 40, 40, 0.4); }
  .ag-blue .ag-cell-range-selected-4:not(.ag-cell-focus) {
    background-color: rgba(0, 0, 0, 0.4); }
  .ag-blue .ag-cell-focus {
    border: 2px solid #217346; }
  .ag-blue .ag-cell-no-focus {
    border-top: 2px solid transparent;
    border-bottom: 1px dotted #9bc2e6; }
  .ag-blue .ag-ltr .ag-cell-no-focus {
    border-right: 1px dotted #9bc2e6;
    border-left: 2px solid transparent; }
  .ag-blue .ag-rtl .ag-cell-no-focus {
    border-right: 2px solid transparent;
    border-left: 1px dotted #9bc2e6; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-1 {
    padding-left: 10px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-1 {
    padding-right: 10px; }
  .ag-blue .ag-ltr .ag-row-group-indent-1 {
    padding-left: 10px; }
  .ag-blue .ag-rtl .ag-row-group-indent-1 {
    padding-right: 10px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-2 {
    padding-left: 20px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-2 {
    padding-right: 20px; }
  .ag-blue .ag-ltr .ag-row-group-indent-2 {
    padding-left: 20px; }
  .ag-blue .ag-rtl .ag-row-group-indent-2 {
    padding-right: 20px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-3 {
    padding-left: 30px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-3 {
    padding-right: 30px; }
  .ag-blue .ag-ltr .ag-row-group-indent-3 {
    padding-left: 30px; }
  .ag-blue .ag-rtl .ag-row-group-indent-3 {
    padding-right: 30px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-4 {
    padding-left: 40px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-4 {
    padding-right: 40px; }
  .ag-blue .ag-ltr .ag-row-group-indent-4 {
    padding-left: 40px; }
  .ag-blue .ag-rtl .ag-row-group-indent-4 {
    padding-right: 40px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-5 {
    padding-left: 50px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-5 {
    padding-right: 50px; }
  .ag-blue .ag-ltr .ag-row-group-indent-5 {
    padding-left: 50px; }
  .ag-blue .ag-rtl .ag-row-group-indent-5 {
    padding-right: 50px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-6 {
    padding-left: 60px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-6 {
    padding-right: 60px; }
  .ag-blue .ag-ltr .ag-row-group-indent-6 {
    padding-left: 60px; }
  .ag-blue .ag-rtl .ag-row-group-indent-6 {
    padding-right: 60px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-7 {
    padding-left: 70px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-7 {
    padding-right: 70px; }
  .ag-blue .ag-ltr .ag-row-group-indent-7 {
    padding-left: 70px; }
  .ag-blue .ag-rtl .ag-row-group-indent-7 {
    padding-right: 70px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-8 {
    padding-left: 80px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-8 {
    padding-right: 80px; }
  .ag-blue .ag-ltr .ag-row-group-indent-8 {
    padding-left: 80px; }
  .ag-blue .ag-rtl .ag-row-group-indent-8 {
    padding-right: 80px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-9 {
    padding-left: 90px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-9 {
    padding-right: 90px; }
  .ag-blue .ag-ltr .ag-row-group-indent-9 {
    padding-left: 90px; }
  .ag-blue .ag-rtl .ag-row-group-indent-9 {
    padding-right: 90px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-10 {
    padding-left: 100px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-10 {
    padding-right: 100px; }
  .ag-blue .ag-ltr .ag-row-group-indent-10 {
    padding-left: 100px; }
  .ag-blue .ag-rtl .ag-row-group-indent-10 {
    padding-right: 100px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-11 {
    padding-left: 110px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-11 {
    padding-right: 110px; }
  .ag-blue .ag-ltr .ag-row-group-indent-11 {
    padding-left: 110px; }
  .ag-blue .ag-rtl .ag-row-group-indent-11 {
    padding-right: 110px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-12 {
    padding-left: 120px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-12 {
    padding-right: 120px; }
  .ag-blue .ag-ltr .ag-row-group-indent-12 {
    padding-left: 120px; }
  .ag-blue .ag-rtl .ag-row-group-indent-12 {
    padding-right: 120px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-13 {
    padding-left: 130px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-13 {
    padding-right: 130px; }
  .ag-blue .ag-ltr .ag-row-group-indent-13 {
    padding-left: 130px; }
  .ag-blue .ag-rtl .ag-row-group-indent-13 {
    padding-right: 130px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-14 {
    padding-left: 140px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-14 {
    padding-right: 140px; }
  .ag-blue .ag-ltr .ag-row-group-indent-14 {
    padding-left: 140px; }
  .ag-blue .ag-rtl .ag-row-group-indent-14 {
    padding-right: 140px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-15 {
    padding-left: 150px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-15 {
    padding-right: 150px; }
  .ag-blue .ag-ltr .ag-row-group-indent-15 {
    padding-left: 150px; }
  .ag-blue .ag-rtl .ag-row-group-indent-15 {
    padding-right: 150px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-16 {
    padding-left: 160px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-16 {
    padding-right: 160px; }
  .ag-blue .ag-ltr .ag-row-group-indent-16 {
    padding-left: 160px; }
  .ag-blue .ag-rtl .ag-row-group-indent-16 {
    padding-right: 160px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-17 {
    padding-left: 170px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-17 {
    padding-right: 170px; }
  .ag-blue .ag-ltr .ag-row-group-indent-17 {
    padding-left: 170px; }
  .ag-blue .ag-rtl .ag-row-group-indent-17 {
    padding-right: 170px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-18 {
    padding-left: 180px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-18 {
    padding-right: 180px; }
  .ag-blue .ag-ltr .ag-row-group-indent-18 {
    padding-left: 180px; }
  .ag-blue .ag-rtl .ag-row-group-indent-18 {
    padding-right: 180px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-19 {
    padding-left: 190px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-19 {
    padding-right: 190px; }
  .ag-blue .ag-ltr .ag-row-group-indent-19 {
    padding-left: 190px; }
  .ag-blue .ag-rtl .ag-row-group-indent-19 {
    padding-right: 190px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-20 {
    padding-left: 200px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-20 {
    padding-right: 200px; }
  .ag-blue .ag-ltr .ag-row-group-indent-20 {
    padding-left: 200px; }
  .ag-blue .ag-rtl .ag-row-group-indent-20 {
    padding-right: 200px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-21 {
    padding-left: 210px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-21 {
    padding-right: 210px; }
  .ag-blue .ag-ltr .ag-row-group-indent-21 {
    padding-left: 210px; }
  .ag-blue .ag-rtl .ag-row-group-indent-21 {
    padding-right: 210px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-22 {
    padding-left: 220px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-22 {
    padding-right: 220px; }
  .ag-blue .ag-ltr .ag-row-group-indent-22 {
    padding-left: 220px; }
  .ag-blue .ag-rtl .ag-row-group-indent-22 {
    padding-right: 220px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-23 {
    padding-left: 230px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-23 {
    padding-right: 230px; }
  .ag-blue .ag-ltr .ag-row-group-indent-23 {
    padding-left: 230px; }
  .ag-blue .ag-rtl .ag-row-group-indent-23 {
    padding-right: 230px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-24 {
    padding-left: 240px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-24 {
    padding-right: 240px; }
  .ag-blue .ag-ltr .ag-row-group-indent-24 {
    padding-left: 240px; }
  .ag-blue .ag-rtl .ag-row-group-indent-24 {
    padding-right: 240px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-25 {
    padding-left: 250px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-25 {
    padding-right: 250px; }
  .ag-blue .ag-ltr .ag-row-group-indent-25 {
    padding-left: 250px; }
  .ag-blue .ag-rtl .ag-row-group-indent-25 {
    padding-right: 250px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-26 {
    padding-left: 260px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-26 {
    padding-right: 260px; }
  .ag-blue .ag-ltr .ag-row-group-indent-26 {
    padding-left: 260px; }
  .ag-blue .ag-rtl .ag-row-group-indent-26 {
    padding-right: 260px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-27 {
    padding-left: 270px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-27 {
    padding-right: 270px; }
  .ag-blue .ag-ltr .ag-row-group-indent-27 {
    padding-left: 270px; }
  .ag-blue .ag-rtl .ag-row-group-indent-27 {
    padding-right: 270px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-28 {
    padding-left: 280px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-28 {
    padding-right: 280px; }
  .ag-blue .ag-ltr .ag-row-group-indent-28 {
    padding-left: 280px; }
  .ag-blue .ag-rtl .ag-row-group-indent-28 {
    padding-right: 280px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-29 {
    padding-left: 290px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-29 {
    padding-right: 290px; }
  .ag-blue .ag-ltr .ag-row-group-indent-29 {
    padding-left: 290px; }
  .ag-blue .ag-rtl .ag-row-group-indent-29 {
    padding-right: 290px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-30 {
    padding-left: 300px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-30 {
    padding-right: 300px; }
  .ag-blue .ag-ltr .ag-row-group-indent-30 {
    padding-left: 300px; }
  .ag-blue .ag-rtl .ag-row-group-indent-30 {
    padding-right: 300px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-31 {
    padding-left: 310px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-31 {
    padding-right: 310px; }
  .ag-blue .ag-ltr .ag-row-group-indent-31 {
    padding-left: 310px; }
  .ag-blue .ag-rtl .ag-row-group-indent-31 {
    padding-right: 310px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-32 {
    padding-left: 320px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-32 {
    padding-right: 320px; }
  .ag-blue .ag-ltr .ag-row-group-indent-32 {
    padding-left: 320px; }
  .ag-blue .ag-rtl .ag-row-group-indent-32 {
    padding-right: 320px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-33 {
    padding-left: 330px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-33 {
    padding-right: 330px; }
  .ag-blue .ag-ltr .ag-row-group-indent-33 {
    padding-left: 330px; }
  .ag-blue .ag-rtl .ag-row-group-indent-33 {
    padding-right: 330px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-34 {
    padding-left: 340px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-34 {
    padding-right: 340px; }
  .ag-blue .ag-ltr .ag-row-group-indent-34 {
    padding-left: 340px; }
  .ag-blue .ag-rtl .ag-row-group-indent-34 {
    padding-right: 340px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-35 {
    padding-left: 350px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-35 {
    padding-right: 350px; }
  .ag-blue .ag-ltr .ag-row-group-indent-35 {
    padding-left: 350px; }
  .ag-blue .ag-rtl .ag-row-group-indent-35 {
    padding-right: 350px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-36 {
    padding-left: 360px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-36 {
    padding-right: 360px; }
  .ag-blue .ag-ltr .ag-row-group-indent-36 {
    padding-left: 360px; }
  .ag-blue .ag-rtl .ag-row-group-indent-36 {
    padding-right: 360px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-37 {
    padding-left: 370px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-37 {
    padding-right: 370px; }
  .ag-blue .ag-ltr .ag-row-group-indent-37 {
    padding-left: 370px; }
  .ag-blue .ag-rtl .ag-row-group-indent-37 {
    padding-right: 370px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-38 {
    padding-left: 380px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-38 {
    padding-right: 380px; }
  .ag-blue .ag-ltr .ag-row-group-indent-38 {
    padding-left: 380px; }
  .ag-blue .ag-rtl .ag-row-group-indent-38 {
    padding-right: 380px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-39 {
    padding-left: 390px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-39 {
    padding-right: 390px; }
  .ag-blue .ag-ltr .ag-row-group-indent-39 {
    padding-left: 390px; }
  .ag-blue .ag-rtl .ag-row-group-indent-39 {
    padding-right: 390px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-40 {
    padding-left: 400px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-40 {
    padding-right: 400px; }
  .ag-blue .ag-ltr .ag-row-group-indent-40 {
    padding-left: 400px; }
  .ag-blue .ag-rtl .ag-row-group-indent-40 {
    padding-right: 400px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-41 {
    padding-left: 410px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-41 {
    padding-right: 410px; }
  .ag-blue .ag-ltr .ag-row-group-indent-41 {
    padding-left: 410px; }
  .ag-blue .ag-rtl .ag-row-group-indent-41 {
    padding-right: 410px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-42 {
    padding-left: 420px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-42 {
    padding-right: 420px; }
  .ag-blue .ag-ltr .ag-row-group-indent-42 {
    padding-left: 420px; }
  .ag-blue .ag-rtl .ag-row-group-indent-42 {
    padding-right: 420px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-43 {
    padding-left: 430px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-43 {
    padding-right: 430px; }
  .ag-blue .ag-ltr .ag-row-group-indent-43 {
    padding-left: 430px; }
  .ag-blue .ag-rtl .ag-row-group-indent-43 {
    padding-right: 430px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-44 {
    padding-left: 440px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-44 {
    padding-right: 440px; }
  .ag-blue .ag-ltr .ag-row-group-indent-44 {
    padding-left: 440px; }
  .ag-blue .ag-rtl .ag-row-group-indent-44 {
    padding-right: 440px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-45 {
    padding-left: 450px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-45 {
    padding-right: 450px; }
  .ag-blue .ag-ltr .ag-row-group-indent-45 {
    padding-left: 450px; }
  .ag-blue .ag-rtl .ag-row-group-indent-45 {
    padding-right: 450px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-46 {
    padding-left: 460px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-46 {
    padding-right: 460px; }
  .ag-blue .ag-ltr .ag-row-group-indent-46 {
    padding-left: 460px; }
  .ag-blue .ag-rtl .ag-row-group-indent-46 {
    padding-right: 460px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-47 {
    padding-left: 470px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-47 {
    padding-right: 470px; }
  .ag-blue .ag-ltr .ag-row-group-indent-47 {
    padding-left: 470px; }
  .ag-blue .ag-rtl .ag-row-group-indent-47 {
    padding-right: 470px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-48 {
    padding-left: 480px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-48 {
    padding-right: 480px; }
  .ag-blue .ag-ltr .ag-row-group-indent-48 {
    padding-left: 480px; }
  .ag-blue .ag-rtl .ag-row-group-indent-48 {
    padding-right: 480px; }
  .ag-blue .ag-ltr .ag-toolpanel-indent-49 {
    padding-left: 490px; }
  .ag-blue .ag-rtl .ag-toolpanel-indent-49 {
    padding-right: 490px; }
  .ag-blue .ag-ltr .ag-row-group-indent-49 {
    padding-left: 490px; }
  .ag-blue .ag-rtl .ag-row-group-indent-49 {
    padding-right: 490px; }
  .ag-blue .ag-rtl .ag-cell-first-right-pinned {
    border-left: 1px solid #9bc2e6; }
  .ag-blue .ag-ltr .ag-cell-first-right-pinned {
    border-left: 1px solid #9bc2e6; }
  .ag-blue .ag-rtl .ag-cell-last-left-pinned {
    border-right: 1px solid #9bc2e6; }
  .ag-blue .ag-ltr .ag-cell-last-left-pinned {
    border-right: 1px solid #9bc2e6; }
  .ag-blue .ag-cell-highlight {
    border: 1px solid darkgreen; }
  .ag-blue .ag-cell-highlight-animation {
    transition: border 1s; }
  .ag-blue .ag-value-change-delta {
    padding-right: 2px; }
  .ag-blue .ag-value-change-delta-up {
    color: darkgreen; }
  .ag-blue .ag-value-change-delta-down {
    color: darkred; }
  .ag-blue .ag-value-change-value {
    background-color: transparent;
    border-radius: 1px;
    padding-left: 1px;
    padding-right: 1px;
    transition: background-color 1s; }
  .ag-blue .ag-value-change-value-highlight {
    background-color: #cec;
    transition: background-color 0.1s; }
  .ag-blue .ag-rich-select {
    font-size: 14px;
    border: 1px solid #9bc2e6;
    background-color: white; }
  .ag-blue .ag-rich-select-value {
    padding: 2px; }
  .ag-blue .ag-rich-select-list {
    border-top: 1px solid #d3d3d3; }
  .ag-blue .ag-rich-select-row {
    padding: 2px; }
  .ag-blue .ag-rich-select-row-selected {
    background-color: #c7c7c7; }
  .ag-blue .ag-large-text {
    border: 1px solid #9bc2e6; }
  .ag-blue .ag-header-select-all, .ag-blue .ag-header-cell-menu-button {
    margin-top: 3px;
    line-height: 1rem; }
  .ag-blue .ag-header-select-all {
    padding-right: 4px; }
  .ag-blue .ag-filter-header-container > label {
    margin-bottom: 0; }
  .ag-blue .ag-header-cell {
    padding: 2px;
    padding-top: 4px; }
  .ag-blue .ag-header {
    color: #fff;
    background: #5b9bd5;
    border-bottom: 1px solid #9bc2e6;
    font-weight: 600; }
  .ag-blue .ag-header-icon {
    color: #fff;
    stroke: none;
    fill: #fff; }
  .ag-blue .ag-filter-icon {
    display: inline-block; }
  .ag-blue .ag-sort-ascending-icon:empty {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDNoMnY5SDV6Ii8+PHBhdGggZD0iTTguOTkzIDUuMlYzLjQ5M2gtNnY2SDQuN1Y1LjJoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMy41aDF2OGgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA1Ljk5MyA2LjQ5MykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04LjQ5MyA0Ljd2LS43MDdoLTV2NUg0LjJWNC43aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+) center no-repeat;
    background-size: 12px 12px;
    filter: "initial"; }
  .ag-blue .ag-sort-descending-icon:empty {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDJoMnY5SDV6Ii8+PHBhdGggZD0iTTguOTkzIDYuMVY0LjM5M2gtNnY2SDQuN1Y2LjFoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMi41aDF2OGgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDUuOTkzIDcuMzkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTguNDkzIDUuNnYtLjcwN2gtNXY1SDQuMlY1LjZoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
    background-size: 12px 12px;
    filter: "initial"; }
  .ag-blue .ag-sort-none-icon:empty {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik01IDNoMnY2SDV6Ii8+PHBhdGggZD0iTTguMTQ2IDguMTgyVjYuNDc1aC01djVoMS43MDhWOC4xODJoMy4yOTJ6IiBpZD0iYiIvPjxwYXRoIGQ9Ik04LjUgMi45MTRWMS4yMDdoLTV2NWgxLjcwN1YyLjkxNEg4LjV6IiBpZD0iYyIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik01LjUgMy41aDF2NWgtMXoiLz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDUuNjQ2IDguNDc1KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTcuNjQ2IDcuNjgydi0uNzA3aC00djRoLjcwOFY3LjY4MmgzLjI5MnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNiAzLjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2MiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04IDIuNDE0di0uNzA3SDR2NGguNzA3VjIuNDE0SDh6Ii8+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
    background-size: 12px 12px;
    filter: "initial"; }
  .ag-blue .ag-layout-for-print .ag-header-container {
    background: #5b9bd5;
    border-bottom: 1px solid #9bc2e6; }
  .ag-blue .ag-ltr .ag-header-cell {
    border-right: 1px solid #9bc2e6; }
  .ag-blue .ag-rtl .ag-header-cell {
    border-left: 1px solid #9bc2e6; }
  .ag-blue .ag-header-cell-moving .ag-header-cell-label {
    opacity: 0.5; }
  .ag-blue .ag-header-cell-moving {
    background-color: #bebebe; }
  .ag-blue .ag-ltr .ag-header-group-cell {
    border-right: 1px solid #9bc2e6; }
  .ag-blue .ag-rtl .ag-header-group-cell {
    border-left: 1px solid #9bc2e6; }
  .ag-blue .ag-header-group-cell-with-group {
    border-bottom: 1px solid #9bc2e6; }
  .ag-blue .ag-header-group-cell-label {
    padding: 2px;
    padding-top: 4px; }
  .ag-blue .ag-rtl .ag-header-group-text {
    margin-left: 2px; }
  .ag-blue .ag-ltr .ag-header-group-text {
    margin-right: 2px; }
  .ag-blue .ag-header-cell-menu-button:empty {
    width: 12px;
    height: 12px;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxaDEwdjJIMXptMCA0aDEwdjJIMXptMCA0aDEwdjJIMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
    background-size: 12px 12px;
    filter: "initial"; }
  .ag-blue .ag-ltr .ag-pinned-right-header {
    border-left: 1px solid #9bc2e6; }
  .ag-blue .ag-rtl .ag-pinned-left-header {
    border-right: 1px solid #9bc2e6; }
  .ag-blue .ag-body {
    background-color: #f6f6f6; }
  .ag-blue .ag-row-odd {
    background-color: #ddebf7; }
  .ag-blue .ag-row-even {
    background-color: #fff; }
  .ag-blue .ag-row-selected {
    background-color: #c7c7c7; }
  .ag-blue .ag-row-stub {
    background-color: #f0f0f0; }
  .ag-blue .ag-stub-cell {
    padding: 2px 2px 2px 10px; }
  .ag-blue .ag-floating-top {
    background-color: #f0f0f0; }
  .ag-blue .ag-floating-top .ag-row {
    background-color: #f0f0f0; }
  .ag-blue .ag-floating-bottom {
    background-color: #f0f0f0; }
  .ag-blue .ag-floating-bottom .ag-row {
    background-color: #f0f0f0; }
  .ag-blue .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-blue .ag-overlay-loading-center {
    background-color: #ffffff;
    border: 1px solid #9bc2e6;
    border-radius: 10px;
    padding: 10px;
    color: black; }
  .ag-blue .ag-overlay-no-rows-center {
    background-color: #ffffff;
    border: 1px solid #9bc2e6;
    border-radius: 10px;
    padding: 10px; }
  .ag-blue .ag-group-cell-entire-row {
    background-color: #f6f6f6;
    padding: 2px; }
  .ag-blue .ag-footer-cell-entire-row {
    background-color: #f6f6f6;
    padding: 2px; }
  .ag-blue .ag-group-cell {
    font-style: italic; }
  .ag-blue .ag-ltr .ag-group-expanded {
    padding-right: 4px; }
  .ag-blue .ag-rtl .ag-group-expanded {
    padding-left: 4px; }
  .ag-blue .ag-ltr .ag-group-contracted {
    padding-right: 4px; }
  .ag-blue .ag-rtl .ag-group-contracted {
    padding-left: 4px; }
  .ag-blue .ag-ltr .ag-group-loading {
    padding-right: 4px; }
  .ag-blue .ag-rtl .ag-group-loading {
    padding-left: 4px; }
  .ag-blue .ag-ltr .ag-group-value {
    padding-right: 2px; }
  .ag-blue .ag-rtl .ag-group-value {
    padding-left: 2px; }
  .ag-blue .ag-ltr .ag-group-checkbox {
    padding-right: 2px; }
  .ag-blue .ag-rtl .ag-group-checkbox {
    padding-left: 2px; }
  .ag-blue .ag-group-child-count {
    /* display: inline-block; */ }
  .ag-blue .ag-footer-cell {
    font-style: italic; }
  .ag-blue .ag-menu {
    border: 1px solid #808080;
    background-color: #f6f6f6;
    cursor: default;
    font-family: Calibri, "Segoe UI", Thonburi, Arial, Verdana, sans-serif;
    font-size: 10pt; }
    .ag-blue .ag-menu .ag-tab-header {
      background-color: #5b9bd5; }
    .ag-blue .ag-menu .ag-tab {
      padding: 6px 8px 6px 8px;
      margin: 2px 2px 0px 2px;
      display: inline-block;
      border-right: 1px solid transparent;
      border-left: 1px solid transparent;
      border-top: 1px solid transparent;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px; }
    .ag-blue .ag-menu .ag-tab-selected {
      background-color: #9bc2e6;
      border-right: 1px solid #d3d3d3;
      border-left: 1px solid #d3d3d3;
      border-top: 1px solid #d3d3d3; }
  .ag-blue .ag-menu-separator {
    border-top: 1px solid #d3d3d3; }
  .ag-blue .ag-menu-option-active {
    background-color: #c7c7c7; }
  .ag-blue .ag-menu-option-icon {
    padding: 2px 4px 2px 4px;
    vertical-align: middle; }
  .ag-blue .ag-menu-option-text {
    padding: 2px 4px 2px 4px;
    vertical-align: middle; }
  .ag-blue .ag-menu-option-shortcut {
    padding: 2px 2px 2px 2px;
    vertical-align: middle; }
  .ag-blue .ag-menu-option-popup-pointer {
    padding: 2px 4px 2px 4px;
    vertical-align: middle;
    display: table-cell; }
  .ag-blue .ag-menu-option-disabled {
    opacity: 0.5; }
  .ag-blue .ag-menu-column-select-wrapper {
    margin: 2px; }
  .ag-blue .ag-filter-checkbox {
    margin-right: 4px;
    margin-bottom: 0;
    display: inline-block; }
  .ag-blue .ag-filter-header-container {
    padding: 2px 4px 2px 4px;
    border-bottom: 1px solid #d3d3d3; }
  .ag-blue .ag-filter-apply-panel {
    border-top: 1px solid #d3d3d3;
    padding: 2px 0px 2px 4px; }
  .ag-blue .ag-virtual-list-container {
    padding: 4px 4px 10px 4px; }
  .ag-blue .ag-ltr .ag-selection-checkbox {
    padding-right: 4px; }
  .ag-blue .ag-rtl .ag-selection-checkbox {
    padding-left: 4px; }
  .ag-blue .ag-paging-panel {
    padding: 4px; }
  .ag-blue .ag-paging-button {
    margin-left: 4px;
    margin-right: 4px; }
  .ag-blue .ag-paging-row-summary-panel {
    display: inline-block;
    width: 300px; }
  .ag-blue .ag-column-panel {
    background-color: #f6f6f6;
    border-bottom: 1px solid #9bc2e6;
    border-top: 1px solid #9bc2e6;
    color: #222; }
  .ag-blue .ltr .ag-column-panel {
    border-right: 1px solid #9bc2e6; }
  .ag-blue .rtl .ag-column-panel {
    border-left: 1px solid #9bc2e6; }
  .ag-blue .ag-status-bar {
    color: #222;
    background-color: #f6f6f6;
    font-size: 10pt;
    height: 22px;
    border-bottom: 1px solid #9bc2e6;
    border-left: 1px solid #9bc2e6;
    border-right: 1px solid #9bc2e6;
    padding: 2px; }
  .ag-blue .ag-status-bar-aggregations {
    float: right; }
  .ag-blue .ag-status-bar-item {
    padding-left: 10px; }
  .ag-blue .ag-column-drop-cell {
    background: #ddebf7;
    color: #000;
    border: 1px solid #808080; }
  .ag-blue .ag-column-drop-cell-ghost {
    opacity: 0.5; }
  .ag-blue .ag-column-drop-cell-text {
    padding-left: 2px;
    padding-right: 2px; }
  .ag-blue .ag-column-drop-cell-button {
    border: 1px solid transparent;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 3px; }
  .ag-blue .ag-column-drop-cell-button:hover {
    border: 1px solid #9bc2e6; }
  .ag-blue .ag-column-drop-empty-message {
    padding-left: 2px;
    padding-right: 2px;
    color: grey; }
  .ag-blue .ag-column-drop-icon {
    margin: 6px 3px 0px 3px; }
  .ag-blue .ag-column-drop {
    background-color: #f6f6f6; }
  .ag-blue .ag-column-drop-horizontal {
    padding: 2px;
    border-top: 1px solid #9bc2e6;
    border-left: 1px solid #9bc2e6;
    border-right: 1px solid #9bc2e6; }
  .ag-blue .ag-column-drop-vertical {
    padding: 4px 4px 10px 4px;
    border-bottom: 1px solid #9bc2e6;
    overflow: auto; }
    .ag-blue .ag-column-drop-vertical .ag-column-drop-cell {
      margin-top: 2px; }
    .ag-blue .ag-column-drop-vertical .ag-column-drop-empty-message {
      padding: 5px; }
  .ag-blue .ag-pivot-mode {
    border-bottom: 1px solid #9bc2e6;
    padding: 2px 4px 3px 4px;
    background-color: #f6f6f6; }
  .ag-blue .ag-column-panel .ag-column-select-panel {
    padding: 4px 4px 10px 4px;
    padding-left: 0;
    border-bottom: 1px solid #9bc2e6;
    overflow: auto; }
  .ag-blue .ag-select-agg-func-popup {
    cursor: default;
    position: absolute;
    font-size: 14px;
    background-color: white;
    border: 1px solid #9bc2e6; }
  .ag-blue .ag-select-agg-func-item {
    padding-left: 2px;
    padding-right: 2px; }
  .ag-blue .ag-select-agg-func-item:hover {
    background-color: #c7c7c7; }
  .ag-blue .ag-floating-filter-body {
    margin-right: 20px;
    width: calc(100% - 20px); }
  .ag-blue .ag-floating-filter-button {
    margin-top: -20px;
    display: inline-block;
    float: right; }
    .ag-blue .ag-floating-filter-button button {
      border: 0;
      background: transparent;
      padding: 3px;
      margin: 0; }
  .ag-blue .ag-rtl .ag-floating-filter-body {
    margin-right: 0;
    margin-left: 20px;
    float: right; }
  .ag-blue .ag-rtl .ag-floating-filter-button {
    float: left; }
  .ag-blue .ag-sort-order {
    margin-left: .5em;
    font-size: 0.80em; }
    .ag-blue .ag-sort-order::before {
      content: '('; }
    .ag-blue .ag-sort-order::after {
      content: ')'; }
  .ag-blue .ag-details-row {
    padding: 20px;
    box-sizing: border-box; }

.ag-blue .ag-floating-filter-body input {
  background-color: white;
  color: #222; }
  .ag-blue .ag-floating-filter-body input[readonly] {
    background: rgba(255, 255, 255, 0.3); }

.ag-blue .ag-header .ag-icon-asc,
.ag-blue .ag-header .ag-icon-desc,
.ag-blue .ag-header .ag-icon-expanded,
.ag-blue .ag-header .ag-icon-contracted,
.ag-blue .ag-header .ag-icon-menu,
.ag-blue .ag-header .ag-icon-filter {
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.ag-blue .ag-tab-header .ag-icon {
  -webkit-filter: invert(100%);
  filter: invert(100%); }
.ng-flat-datepicker-wrapper {
  display: inline-block;
  position: relative;
}

.ng-flat-datepicker-wrapper * {
  box-sizing: border-box;
}

.ng-flat-datepicker {
  margin-top: 10px;
  width: 290px;
  position: absolute;
  background-color: white;
  z-index: 3000;
  box-shadow: 1px 1px 7px 0px rgba(37, 53, 50, 0.37);
}

.ng-flat-datepicker .ng-flat-datepicker-table-header-bckgrnd {
  height: 65px;
  background-color: #0093de;
}

.ng-flat-datepicker table {
  margin-top: -65px;
  padding-right: 14px;
  padding-left: 14px;
  padding-bottom: 14px;
  table-layout: fixed;
  border-collapse: collapse;
  display: block;
}

.ng-flat-datepicker table caption {
  height: 65px;
  display: block;
  padding: 0 !important;
}

.ng-flat-datepicker table caption .ng-flat-datepicker-header-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  color: white;
  font-size: 22px;
}

.ng-flat-datepicker table caption .ng-flat-datepicker-header-wrapper .ng-flat-datepicker-header-year {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  padding-bottom: 0 !important;
  text-align: center;
}

.ng-flat-datepicker table caption .ng-flat-datepicker-header-wrapper .ng-flat-datepicker-header-nav-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #626262;
  font-size: 22px;
  background-color: #E8E8E8;
}

.ng-flat-datepicker table caption .ng-flat-datepicker-header-wrapper .ng-flat-datepicker-header-nav-wrapper span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ng-flat-datepicker table tbody {
  margin: 0 auto;
  padding-top: 14px;
  width: 262px;
  display: block;
}

.ng-flat-datepicker table tbody tr {
  height: 37.42857px;
  width: 262px;
}

.ng-flat-datepicker table tbody tr.days-head {
  height: 45.42857px;
}

.ng-flat-datepicker table tbody tr.days-head .day-head {
  padding: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8d8d8;
  color: #384146;
}

.ng-flat-datepicker table tbody tr.days .day-item:hover {
  background-color: #0093de;
  color: #f5f5f5 !important;
}

.ng-flat-datepicker table tbody tr td {
  width: 37.42857px;
  text-align: center;
  background-color: white;
  font-size: 12px;
  display: inline-block;
  cursor: default;
  color: #384146;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ng-flat-datepicker table tbody tr td.day-item,
.ng-flat-datepicker table tbody tr td.disabled {
  padding: 0;
  height: 37.42857px;
  line-height: 37.42857px;
  cursor: pointer;
  border-radius: 18.71429px;
  color: #8d9ca4;
}

.ng-flat-datepicker table tbody tr td.day-item.day,
.ng-flat-datepicker table tbody tr td.disabled.day {
  color: #384146;
}

.ng-flat-datepicker table tbody tr td.day-item.isToday,
.ng-flat-datepicker table tbody tr td.disabled.isToday {
  color: #1b1b1b;
  font-weight: 700;
}

.ng-flat-datepicker table tbody tr td.day-item.isSelected,
.ng-flat-datepicker table tbody tr td.disabled.isSelected {
  background-color: #0093de;
  color: #f5f5f5 !important;
}

.ng-flat-datepicker table tbody tr td.day-item.isInMonth,
.ng-flat-datepicker table tbody tr td.disabled.isInMonth {
  color: #384146;
}

.ng-flat-datepicker table tbody tr td.day-item.isDisabled,
.ng-flat-datepicker table tbody tr td.disabled.isDisabled {
  cursor: default;
  color: #e2e6e8;
}

.ng-flat-datepicker table tbody tr td.day-item.isDisabled:hover,
.ng-flat-datepicker table tbody tr td.disabled.isDisabled:hover {
  color: #e2e6e8 !important;
  background-color: transparent;
}

.ng-flat-datepicker-arrow {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 27px;
}

.ng-flat-datepicker-arrow svg {
  width: 27px;
  height: 27px;
  fill: white;
  cursor: pointer;
  padding: 5px;
}

.ng-flat-datepicker-arrow svg:hover {
  fill: rgba(255, 255, 255, 0.5);
}

.ng-flat-datepicker-arrow.ng-flat-datepicker-arrow-left svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ng-flat-datepicker-custom-select-title {
  padding: 3px 5px 4px 5px;
  border: 1px solid #0093de;
  border-radius: 3px;
  line-height: 22px;
  font-size: 22px;
  display: inline-block;
  cursor: pointer;
}

.ng-flat-datepicker-custom-select-title.selected,
.ng-flat-datepicker-custom-select-title:hover {
  border-color: white !important;
}

.ng-flat-datepicker-custom-select-box {
  position: relative;
  padding: 5px 0;
}

.ng-flat-datepicker-custom-select-box:first-of-type .ng-flat-datepicker-custom-select-title,
.ng-flat-datepicker-custom-select-box:first-of-type .ng-flat-datepicker-custom-select {
  min-width: 80px;
}

.ng-flat-datepicker-custom-select-box .ng-flat-datepicker-custom-select {
  position: absolute;
  border-radius: 2px;
  cursor: pointer;
  width: 100%;
  background-color: #f0f0f0;
  z-index: 1;
}

.ng-flat-datepicker-custom-select-box .ng-flat-datepicker-custom-select span {
  padding-top: 6px;
  padding-bottom: 5px;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  cursor: pointer;
  color: #737373;
  font-weight: 400;
}

.ng-flat-datepicker-custom-select-box .ng-flat-datepicker-custom-select span::first-letter {
  text-transform: uppercase;
}

.ng-flat-datepicker-custom-select-box .ng-flat-datepicker-custom-select span:first-of-type {
  padding-top: 10px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.ng-flat-datepicker-custom-select-box .ng-flat-datepicker-custom-select span:last-of-type {
  padding-bottom: 10px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.ng-flat-datepicker-custom-select-box .ng-flat-datepicker-custom-select span:hover {
  background-color: white;
  color: #15A5DB;
}

.ng-flat-datepicker-month-name::first-letter {
  text-transform: uppercase;
}
.sweet-overlay{background-color:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";background-color:rgba(0,0,0,.4);position:fixed;left:0;right:0;top:0;bottom:0;display:none;z-index:10000}.sweet-alert{background-color:#fff;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;width:478px;padding:17px;border-radius:5px;text-align:center;position:fixed;left:50%;top:50%;margin-left:-256px;margin-top:-200px;overflow:hidden;display:none;z-index:99999}@media all and (max-width:540px){.sweet-alert{width:auto;margin-left:0;margin-right:0;left:15px;right:15px}}.sweet-alert h2{color:#575757;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:25px 0;padding:0;line-height:40px;display:block}.sweet-alert p{color:#797979;font-size:16px;font-weight:300;position:relative;text-align:inherit;float:none;margin:0;padding:0;line-height:normal}.sweet-alert button{background-color:#AEDEF4;color:#fff;border:none;box-shadow:none;font-size:17px;font-weight:500;-webkit-border-radius:4px;border-radius:5px;padding:10px 32px;margin:26px 5px 0;cursor:pointer}.sweet-alert button:focus{outline:0;box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05)}.sweet-alert button:hover{background-color:#a1d9f2}.sweet-alert button:active{background-color:#81ccee}.sweet-alert button.cancel{background-color:#D0D0D0}.sweet-alert button.cancel:hover{background-color:#c8c8c8}.sweet-alert button.cancel:active{background-color:#b6b6b6}.sweet-alert button.cancel:focus{box-shadow:rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important}.sweet-alert button::-moz-focus-inner{border:0}.sweet-alert[data-has-cancel-button=false] button{box-shadow:none!important}.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{padding-bottom:40px}.sweet-alert .sa-icon{width:80px;height:80px;border:4px solid gray;-webkit-border-radius:40px;border-radius:50%;margin:20px auto;padding:0;position:relative;box-sizing:content-box}.sweet-alert .sa-icon.sa-error{border-color:#F27474}.sweet-alert .sa-icon.sa-error .sa-x-mark{position:relative;display:block}.sweet-alert .sa-icon.sa-error .sa-line{position:absolute;height:5px;width:47px;background-color:#F27474;display:block;top:37px;border-radius:2px}.sweet-alert .sa-icon.sa-error .sa-line.sa-left{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.sweet-alert .sa-icon.sa-error .sa-line.sa-right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}.sweet-alert .sa-icon.sa-warning{border-color:#F8BB86}.sweet-alert .sa-icon.sa-warning .sa-body{position:absolute;width:5px;height:47px;left:50%;top:10px;-webkit-border-radius:2px;border-radius:2px;margin-left:-2px;background-color:#F8BB86}.sweet-alert .sa-icon.sa-warning .sa-dot{position:absolute;width:7px;height:7px;-webkit-border-radius:50%;border-radius:50%;margin-left:-3px;left:50%;bottom:10px;background-color:#F8BB86}.sweet-alert .sa-icon.sa-info{border-color:#C9DAE1}.sweet-alert .sa-icon.sa-info::before{content:"";position:absolute;width:5px;height:29px;left:50%;bottom:17px;border-radius:2px;margin-left:-2px;background-color:#C9DAE1}.sweet-alert .sa-icon.sa-info::after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px;background-color:#C9DAE1}.sweet-alert .sa-icon.sa-success{border-color:#A5DC86}.sweet-alert .sa-icon.sa-success::after,.sweet-alert .sa-icon.sa-success::before{content:'';position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-icon.sa-success::before{-webkit-border-radius:120px 0 0 120px;border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.sweet-alert .sa-icon.sa-success::after{-webkit-border-radius:0 120px 120px 0;border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(165,220,134,.2);-webkit-border-radius:40px;border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#A5DC86;display:block;border-radius:2px;position:absolute;z-index:2}.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-icon.sa-custom{background-size:contain;border-radius:0;border:none;background-position:center center;background-repeat:no-repeat}@-webkit-keyframes showSweetAlert{0%{transform:scale(.7);-webkit-transform:scale(.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(.95);-webkit-tranform:scale(.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes showSweetAlert{0%{transform:scale(.7);-webkit-transform:scale(.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(.95);-webkit-tranform:scale(.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(.5);-webkit-transform:scale(.5)}}@keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(.5);-webkit-transform:scale(.5)}}.showSweetAlert{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.showSweetAlert[data-animation=none]{-webkit-animation:none;animation:none}.hideSweetAlert{-webkit-animation:hideSweetAlert .2s;animation:hideSweetAlert .2s}.hideSweetAlert[data-animation=none]{-webkit-animation:none;animation:none}@-webkit-keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%,54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@-webkit-keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes animateSuccessLong{0%,65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%,5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}100%,12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}.animateSuccessTip{-webkit-animation:animateSuccessTip .75s;animation:animateSuccessTip .75s}.animateSuccessLong{-webkit-animation:animateSuccessLong .75s;animation:animateSuccessLong .75s}.sa-icon.sa-success.animate::after{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}@-webkit-keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1}}@keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1}}.animateErrorIcon{-webkit-animation:animateErrorIcon .5s;animation:animateErrorIcon .5s}@-webkit-keyframes animateXMark{0%,50%{transform:scale(.4);-webkit-transform:scale(.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px}100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1}}@keyframes animateXMark{0%,50%{transform:scale(.4);-webkit-transform:scale(.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px}100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1}}.animateXMark{-webkit-animation:animateXMark .5s;animation:animateXMark .5s}@-webkit-keyframes pulseWarning{0%{border-color:#F8D486}100%{border-color:#F8BB86}}@keyframes pulseWarning{0%{border-color:#F8D486}100%{border-color:#F8BB86}}.pulseWarning{-webkit-animation:pulseWarning .75s infinite alternate;animation:pulseWarning .75s infinite alternate}@-webkit-keyframes pulseWarningIns{0%{background-color:#F8D486}100%{background-color:#F8BB86}}@keyframes pulseWarningIns{0%{background-color:#F8D486}100%{background-color:#F8BB86}}.pulseWarningIns{-webkit-animation:pulseWarningIns .75s infinite alternate;animation:pulseWarningIns .75s infinite alternate}/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
highchart {
  display: block;
  width: 100%;
  max-width: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  font-family: 'Roboto', sans-serif; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

::selection {
  color: #fff;
  background: #ff7587;
  /* WebKit/Blink Browsers */ }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTQ7aC6SjiAOpAWOKfJDfVRY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRdwxCXfZpKo5kWAx_74bHs.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTZ6vnaPZw6nYDxM4SVEMFKg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTfy1_HTwRwgtl1cPga3Fy3Y.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTfgrLsWo7Jk1KvZser0olKY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYjoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: local("Roboto Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSg7aC6SjiAOpAWOKfJDfVRY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: local("Roboto Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShdwxCXfZpKo5kWAx_74bHs.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: local("Roboto Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSp6vnaPZw6nYDxM4SVEMFKg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: local("Roboto Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSvy1_HTwRwgtl1cPga3Fy3Y.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: local("Roboto Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSvgrLsWo7Jk1KvZser0olKY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: local("Roboto Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSojoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: local("Roboto Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzA7aC6SjiAOpAWOKfJDfVRY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBdwxCXfZpKo5kWAx_74bHs.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJ6vnaPZw6nYDxM4SVEMFKg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPy1_HTwRwgtl1cPga3Fy3Y.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzPgrLsWo7Jk1KvZser0olKY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxkExlR2MysFCBK8OirNw2kM.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxmdsm03krrxlabhmVQFB99s.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxiJ0caWjaSBdV-xZbEgst_k.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxmMSHb9EAJwuSzGfuRChQzQ.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxupRBTtN4E2_qSPBnw6AgMc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxtDnm4qiMZlH5rhYv_7LI2Y.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxtTIkQYohD4BpHvJ3NvbHoA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBvZraR2Tg8w2lzm7kLNL0-w.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }

/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBl4sYYdJg5dU2qzJEVSuta0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBlBW26QxpSj-_ZKm_xT4hWw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }

/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBgt_Rm691LTebKfY2ZkKSmI.woff2) format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBtDiNsR5a-9Oe_Ivpu8XWlY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBqE8kM4xWR1_1bYURRojRGc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBogp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

/**
 * Checkout main vars
 */
@font-face {
  font-family: 'icomoon';
  src: url("https://checkout.awetools.com/fonts/icomoon.eot");
  src: url("https://checkout.awetools.com/fonts/icomoon-ie.eot") format("embedded-opentype"), url("https://checkout.awetools.com/fonts/icomoon.woff2") format("woff2"), url("https://checkout.awetools.com/fonts/icomoon.ttf") format("truetype"), url("https://checkout.awetools.com/fonts/icomoon.woff") format("woff"), url("https://checkout.awetools.com/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-exit2:before {
  content: "\E937"; }

.icon-excel:before {
  content: "\E936"; }

.icon-link:before {
  content: "\E929"; }

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

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

.icon-success:before {
  content: "\E913"; }

.icon-warning:before {
  content: "\E914"; }

.icon-state_archived:before {
  content: "\E90B"; }

.icon-state_in_progress:before {
  content: "\E90C"; }

.icon-state_not_sent:before {
  content: "\E90D"; }

.icon-state_sent:before {
  content: "\E90E"; }

.icon-state_signed:before {
  content: "\E90F"; }

.icon-parameters-contributor:before {
  content: "\E935"; }

.icon-company:before {
  content: "\E932"; }

.icon-contact:before {
  content: "\E933"; }

.icon-credit:before {
  content: "\E903"; }

.icon-bill:before {
  content: "\E902"; }

.icon-contributor:before {
  content: "\E904"; }

.icon-quotation:before {
  content: "\E905"; }

.icon-import:before {
  content: "\E926"; }

.icon-edit:before {
  content: "\E923"; }

.icon-state_checked:before {
  content: "\E91F"; }

.icon-valid:before {
  content: "\E918"; }

.icon-created2:before {
  content: "\E934"; }

.icon-created:before {
  content: "\E927"; }

.icon-search:before {
  content: "\E917"; }

.icon-state_draft:before {
  content: "\E920"; }

.icon-calendar:before {
  content: "\E916"; }

.icon-state_paid:before {
  content: "\E91E"; }

.icon-duplicate-section:before {
  content: "\E930"; }

.icon-add_link:before {
  content: "\E925"; }

.icon-add_task:before {
  content: "\E91A"; }

.icon-add_milestone:before {
  content: "\E91C"; }

.icon-check:before {
  content: "\E92D"; }

.icon-check2:before {
  content: "\E92C"; }

.icon-state_canceled:before {
  content: "\E91D"; }

.icon-exit:before {
  content: "\E91B"; }

.icon-logout:before {
  content: "\E915"; }

.icon-history:before {
  content: "\E901"; }

.icon-list:before {
  content: "\E900"; }

.icon-dashboard:before {
  content: "\E92F"; }

.icon-login:before {
  content: "\E928"; }

.icon-preview:before {
  content: "\E924"; }

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

.icon-info-bubble:before {
  content: "\E921"; }

.icon-arrow-down:before {
  content: "\E910"; }

.icon-pdf:before {
  content: "\E931"; }

.icon-terms:before {
  content: "\E92E"; }

.icon-h-bold:before {
  content: "\E92B"; }

.icon-h:before {
  content: "\E92A"; }

.icon-duplicate:before {
  content: "\E922"; }

.icon-delete:before {
  content: "\E90A"; }

.icon-edit2:before {
  content: "\E908"; }

.icon-w:before {
  content: "\E909"; }

.icon-sort-asc:before {
  content: "\E906"; }

.icon-sort-desc:before {
  content: "\E907"; }

html,
body {
  height: 100%;
  background: #E2E7E8; }

#main {
  height: 100%;
  background: #E2E7E8; }

.country-flag {
  width: 20px;
  border: 1px solid #eee !important; }

.main {
  width: 300px;
  height: 330px;
  text-align: center;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box; }

h1 {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 3px; }

.logo {
  position: absolute;
  top: -130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  left: 0;
  width: 300px; }

input[type=text],
input[type=password] {
  width: 100% !important;
  padding: 11px 7px 11px 10px !important;
  font-size: 14px !important;
  box-sizing: border-box !important;
  height: unset !important;
  margin-bottom: 10px; }

.userPicture {
  border-radius: 76px;
  width: 76px;
  height: auto;
  margin-top: 31px;
  margin-left: -40px;
  position: absolute; }

.login-btn {
  background-color: #00ffb8;
  color: #0f3a21;
  display: block;
  width: 140px;
  height: 42px;
  border-radius: 30px;
  margin: 8px auto 0 auto;
  padding-top: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Roboto', 'Roboto', sans-serif;
  font-weight: 500;
  cursor: pointer; }
  .login-btn:hover {
    opacity: 0.8; }
  .login-btn.hide {
    display: none; }

.icon-login {
  vertical-align: -2px;
  font-size: 16px;
  margin-left: -5px;
  display: inline-block;
  height: 14px;
  width: 14px; }

.login-footer {
  background: #F5F5F5;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .login-footer .google-btn {
    border: 1px solid #D4D4D4;
    background-color: #fff;
    color: #000;
    display: block;
    width: 140px;
    height: 42px;
    border-radius: 30px;
    margin: 0 auto 0 auto;
    padding-top: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Roboto', 'Roboto', sans-serif;
    font-weight: 500;
    cursor: pointer; }
    .login-footer .google-btn:hover {
      opacity: 0.8; }
    .login-footer .google-btn .gg-logo {
      margin-left: -8px;
      margin-right: 8px; }

video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.overlay {
  background: #082b4d;
  opacity: 0.9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10; }

.errors {
  text-decoration: none;
  font-size: 17px;
  font-family: 'Roboto', 'Roboto', sans-serif;
  font-weight: 400;
  color: #ff3e3e;
  margin-top: 20px; }

#bgvid.loading {
  background: red; }

.loading-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 12;
  background: #ffffff; }

.loading-overlay.hide {
  display: none; }

.loading-overlay loader {
  width: 46px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.circle-load {
  animation: RotateCircle 1000ms linear infinite; }

@keyframes RotateCircle {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.countdown__background {
  fill: none;
  stroke: #fff;
  stroke-width: 1.2; }

.countdown__progress {
  fill: none;
  stroke: #fff;
  stroke: #00ffb8;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 1.2;
  transition: stroke-dashoffset 1.4s cubic-bezier(0.62, 0.02, 0.655, 1); }

#header {
  background: white;
  height: 60px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  width: 244px;
  overflow: hidden; }
  #header .logo-header-wrapper {
    float: left;
    width: 100%;
    background: #0fb2ff;
    height: 60px; }
    #header .logo-header-wrapper #logo-header {
      margin-top: 12px;
      margin-left: 30px; }

#sidebar {
  width: 244px;
  background: #142445;
  color: #fff;
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0; }
  #sidebar #sidebar-navigation {
    height: 64px;
    background: linear-gradient(to bottom, rgba(15, 41, 95, 0.15) 0%, rgba(12, 66, 134, 0.45) 130%);
    padding: 17px 14px 0 14px;
    position: relative;
    text-align: center; }
    #sidebar #sidebar-navigation:hover [class^='an-icon-checkout-'],
    #sidebar #sidebar-navigation:hover [class*='an-icon-checkout-'] {
      cursor: pointer; }
      #sidebar #sidebar-navigation:hover [class^='an-icon-checkout-'].selected,
      #sidebar #sidebar-navigation:hover [class*='an-icon-checkout-'].selected {
        opacity: 0.18; }
      #sidebar #sidebar-navigation:hover [class^='an-icon-checkout-']:after,
      #sidebar #sidebar-navigation:hover [class*='an-icon-checkout-']:after {
        display: none; }
      #sidebar #sidebar-navigation:hover [class^='an-icon-checkout-']:hover,
      #sidebar #sidebar-navigation:hover [class*='an-icon-checkout-']:hover {
        opacity: 1; }
        #sidebar #sidebar-navigation:hover [class^='an-icon-checkout-']:hover:after,
        #sidebar #sidebar-navigation:hover [class*='an-icon-checkout-']:hover:after {
          display: none; }
    #sidebar #sidebar-navigation [class^='an-icon-checkout-'],
    #sidebar #sidebar-navigation [class*='an-icon-checkout-'] {
      display: inline-block;
      text-decoration: none;
      opacity: 0.18;
      position: relative;
      cursor: pointer;
      padding: 2px 7px;
      transition: opacity 0.2s ease-in-out; }
      #sidebar #sidebar-navigation [class^='an-icon-checkout-']:hover,
      #sidebar #sidebar-navigation [class*='an-icon-checkout-']:hover {
        opacity: 1;
        transition: opacity 0.1s ease-in-out; }
        #sidebar #sidebar-navigation [class^='an-icon-checkout-']:hover:after,
        #sidebar #sidebar-navigation [class*='an-icon-checkout-']:hover:after {
          content: '';
          display: inline-block;
          width: 5px;
          height: 5px;
          border-radius: 5px;
          background-color: #32b9ff;
          position: absolute;
          left: 50%;
          bottom: 9px;
          margin-left: -3px; }
      #sidebar #sidebar-navigation [class^='an-icon-checkout-'].selected,
      #sidebar #sidebar-navigation [class*='an-icon-checkout-'].selected {
        opacity: 1; }
        #sidebar #sidebar-navigation [class^='an-icon-checkout-'].selected:hover,
        #sidebar #sidebar-navigation [class*='an-icon-checkout-'].selected:hover {
          color: #fff; }
          #sidebar #sidebar-navigation [class^='an-icon-checkout-'].selected:hover:after,
          #sidebar #sidebar-navigation [class*='an-icon-checkout-'].selected:hover:after {
            display: none; }
        #sidebar #sidebar-navigation [class^='an-icon-checkout-'].selected:after,
        #sidebar #sidebar-navigation [class*='an-icon-checkout-'].selected:after {
          content: '';
          display: inline-block;
          width: 5px;
          height: 5px;
          border-radius: 5px;
          background-color: #32b9ff;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -9px;
          margin: auto; }
  #sidebar .sidebar-content .btn-centered {
    margin: 30px auto;
    width: 204px;
    display: block; }
  #sidebar .sidebar-content .new-button {
    background: #00fbb5;
    height: 36px;
    font-family: 'Roboto', sans-serif;
    font-size: 12.5px;
    font-weight: 300;
    letter-spacing: 0.4px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    border: 0px solid transparent;
    transition: background 0.1s; }
    #sidebar .sidebar-content .new-button.small {
      width: 150px; }
    #sidebar .sidebar-content .new-button:hover {
      transition: all 0ms;
      background: #41ffca; }
    #sidebar .sidebar-content .new-button span {
      display: inline-block;
      padding-top: 13px;
      margin-top: -2px;
      color: #05160e;
      font-weight: 400;
      width: 100%;
      height: 36px; }
    #sidebar .sidebar-content .new-button .new-button-list-wrapper {
      width: 100%;
      min-height: 20px;
      margin-left: -29px; }
      #sidebar .sidebar-content .new-button .new-button-list-wrapper .new-button-list {
        width: 200px;
        color: black;
        background: #fff;
        border-radius: 5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 13.1px;
        position: absolute;
        margin-top: 12px;
        padding: 8px 0;
        transition: all 1s; }
        #sidebar .sidebar-content .new-button .new-button-list-wrapper .new-button-list:before {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 10px 10px 10px;
          border-color: transparent transparent #fff transparent;
          content: '';
          position: absolute;
          top: -9px;
          left: 95px; }
        #sidebar .sidebar-content .new-button .new-button-list-wrapper .new-button-list li {
          cursor: pointer; }
          #sidebar .sidebar-content .new-button .new-button-list-wrapper .new-button-list li a {
            padding: 10px 0;
            display: block;
            color: #202021;
            text-decoration: none; }
          #sidebar .sidebar-content .new-button .new-button-list-wrapper .new-button-list li:hover {
            font-weight: 500; }
  #sidebar .sidebar-content h2 {
    color: rgba(255, 255, 255, 0.397);
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    margin: 0px 20px 10px 20px;
    padding-bottom: 8px;
    letter-spacing: 0.2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.144); }
  #sidebar .sidebar-content ul.filter-list {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin: 12px 0 32px 0; }
    #sidebar .sidebar-content ul.filter-list:hover li.selected a {
      background-color: transparent; }
    #sidebar .sidebar-content ul.filter-list li:hover a {
      background-color: rgba(7, 19, 43, 0.486); }
    #sidebar .sidebar-content ul.filter-list li:hover.selected a {
      background-color: rgba(7, 19, 43, 0.486); }
    #sidebar .sidebar-content ul.filter-list li a {
      text-decoration: none;
      display: block;
      color: #fff;
      font-weight: 400;
      height: 44px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer;
      font-size: 14px;
      padding: 0 0 0 28px; }
      #sidebar .sidebar-content ul.filter-list li a:first-letter {
        text-transform: uppercase; }
    #sidebar .sidebar-content ul.filter-list li.selected a {
      color: #009bff;
      font-weight: 400;
      background-color: rgba(7, 19, 43, 0.486); }
      #sidebar .sidebar-content ul.filter-list li.selected a svg path {
        fill: #009bff; }
    #sidebar .sidebar-content ul.filter-list li.selected span.count {
      background-color: #32b9ff; }
    #sidebar .sidebar-content ul.filter-list li.inactive {
      color: rgba(255, 255, 255, 0.4); }
    #sidebar .sidebar-content ul.filter-list li span.count {
      float: right;
      margin-right: 22px;
      display: inline-block;
      text-align: center;
      line-height: 22px;
      border-radius: 30px;
      margin-top: -6px;
      padding: 0 8px;
      padding-top: 1px;
      margin-right: 15px;
      background: transparent; }
    #sidebar .sidebar-content ul.filter-list li [class^='icon-checkout-'],
    #sidebar .sidebar-content ul.filter-list li [class*='icon-checkout-'] {
      margin-right: 15px; }
  #sidebar #sidebar-account {
    height: 60px;
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 244px;
    border-top: 1px solid #28375F;
    cursor: pointer; }
    #sidebar #sidebar-account:hover .account .account-img {
      opacity: 1; }
    #sidebar #sidebar-account .accounts-list {
      background: #fff;
      position: absolute;
      border-radius: 6px;
      top: -10px;
      left: 10px;
      right: 10px;
      z-index: 2;
      transform: translateY(-100%);
      overflow: hidden; }
      #sidebar #sidebar-account .accounts-list.ng-enter, #sidebar #sidebar-account .accounts-list.ng-leave {
        transition: all ease-in-out 100ms; }
      #sidebar #sidebar-account .accounts-list.ng-enter, #sidebar #sidebar-account .accounts-list.ng-leave.ng-leave-active {
        opacity: 0;
        top: 0px; }
      #sidebar #sidebar-account .accounts-list.ng-leave, #sidebar #sidebar-account .accounts-list.ng-enter.ng-enter-active {
        opacity: 1;
        top: -10px; }
      #sidebar #sidebar-account .accounts-list .account-name {
        color: #000;
        height: 36px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding-left: 10px;
        font-size: 13px;
        cursor: pointer; }
        #sidebar #sidebar-account .accounts-list .account-name:hover {
          background: #f0f0f0;
          color: #32b9ff;
          font-weight: 500; }
    #sidebar #sidebar-account .account {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-weight: 400;
      color: #fff;
      font-size: 14px;
      position: relative;
      height: 100%;
      padding-left: 17px; }
      #sidebar #sidebar-account .account .account-img {
        width: 40px;
        height: 40px;
        border-radius: 4px;
        margin-right: 11px;
        overflow: hidden;
        background: #fff; }
        #sidebar #sidebar-account .account .account-img img {
          width: 41px;
          height: 41px; }
      #sidebar #sidebar-account .account .account-role-wrapper {
        display: inline-block; }
        #sidebar #sidebar-account .account .account-role-wrapper .account {
          display: block;
          width: 170px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-weight: 500; }
  #sidebar #sidebar-profile {
    background: rgba(255, 255, 255, 0.04);
    padding: 10px;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 244px;
    padding: 14px 0 15px 17px; }
    #sidebar #sidebar-profile .profile {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-weight: 400;
      color: #fff;
      font-size: 14px;
      position: relative; }
      #sidebar #sidebar-profile .profile .usr-img {
        width: 41px;
        height: 41px;
        border-radius: 41px;
        margin-right: 10px;
        background: #fff; }
        #sidebar #sidebar-profile .profile .usr-img img {
          width: 41px;
          height: 41px;
          border-radius: 41px; }
      #sidebar #sidebar-profile .profile .name-role-wrapper {
        display: inline-block; }
        #sidebar #sidebar-profile .profile .name-role-wrapper .name {
          display: block;
          width: 170px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-weight: 500; }
        #sidebar #sidebar-profile .profile .name-role-wrapper .role {
          display: block;
          width: 170px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-weight: 300;
          opacity: 0.5;
          margin-top: 4px;
          font-size: 13px; }
    #sidebar #sidebar-profile .logout-icon {
      position: absolute;
      bottom: 10px;
      right: 10px;
      opacity: 1;
      cursor: pointer; }
      #sidebar #sidebar-profile .logout-icon:hover {
        opacity: 0.9; }

.cg-notify-message {
  position: fixed;
  top: 120px;
  z-index: 9999;
  transition: top 150ms ease-in-out, opacity 0.2s ease-in-out;
  visibility: hidden;
  z-index: 10;
  margin-right: 42px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-left: 133px;
  box-shadow: 0px 0px 5px 0px #c7cdd2;
  overflow: hidden;
  border-radius: 4px; }
  .cg-notify-message .cg-notify-close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    filter: alpha(opacity=20);
    opacity: 0.2;
    min-width: auto;
    position: absolute;
    top: 50px;
    right: 5px;
    line-height: 15px; }
  .cg-notify-message.cg-notify-message-center {
    left: 50%; }
  .cg-notify-message.cg-notify-message-leftHome {
    left: 15px; }
  .cg-notify-message.cg-notify-message-left {
    left: 143px; }
  .cg-notify-message.cg-notify-message-right {
    right: -5px; }

.ns-effect-thumbslider.ns-show .ns-close,
.ns-effect-thumbslider.ns-hide .ns-close,
.ns-effect-thumbslider.ns-show .ns-content p,
.ns-effect-thumbslider.ns-hide .ns-content p {
  animation-name: animFade;
  animation-duration: 500ms;
  animation-fill-mode: forwards; }

.ns-effect-thumbslider.ns-show .ns-close,
.ns-effect-thumbslider.ns-show .ns-content p {
  animation-delay: 600ms; }

.ns-effect-thumbslider.ns-hide .ns-close,
.ns-effect-thumbslider.ns-hide .ns-content p {
  animation-direction: reverse; }

.ns-effect-thumbslider .ns-close::before,
.ns-effect-thumbslider .ns-close::after {
  background: #171717;
  opacity: 0.7;
  width: 2px; }

.ns-effect-thumbslider .ns-close:hover::before,
.ns-effect-thumbslider .ns-close:hover::after {
  background: #171717;
  opacity: 1; }

.ns-effect-thumbslider .ns-box-inner {
  overflow: hidden; }

.ns-effect-thumbslider .ns-thumb {
  position: absolute;
  z-index: 100;
  overflow: hidden; }

.ns-thumb {
  height: 60px;
  width: 62px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 30px;
  border-radius: 4px 0 0 4px;
  margin-left: -3px;
  color: rgba(255, 255, 255, 0.9); }
  .ns-thumb.success {
    background: #51FFB6; }
    .ns-thumb.success span {
      font-size: 26px;
      color: #007C5D; }
  .ns-thumb.alert {
    background: #fd4861; }
  .ns-thumb.info {
    background: #01acf0; }
  .ns-thumb.warning {
    background: #fdc737; }
  .ns-thumb span {
    font-size: 26px;
    color: #fff; }

.success .ns-effect-thumbslider .ns-content {
  background: #fff;
  color: #24302f; }

.ns-effect-thumbslider .ns-content {
  width: 400px;
  background: #fff;
  color: #727275;
  font-weight: 500;
  padding: 0 40px 0 80px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.3em;
  letter-spacing: 0.2px; }

.ns-effect-thumbslider.ns-show .ns-content,
.ns-effect-thumbslider.ns-hide .ns-content {
  animation-name: animSlide;
  animation-duration: 550ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.ns-effect-thumbslider.ns-show .ns-content {
  animation-delay: 0ms; }

.ns-content {
  border-radius: 4px; }
  .ns-content p {
    padding-top: 4px;
    font-weight: 400; }

.ns-effect-thumbslider.ns-hide .ns-content {
  animation-direction: reverse;
  animation-delay: 300ms; }

.ns-effect-thumbslider.ns-show .ns-thumb,
.ns-effect-thumbslider.ns-hide .ns-thumb {
  animation-name: animJelly;
  animation-duration: 0s;
  animation-timing-function: linear;
  animation-fill-mode: both; }

.ns-effect-thumbslider.ns-hide .ns-thumb {
  animation-direction: reverse;
  animation-delay: 0s; }

.ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  backface-visibility: hidden; }

.ns-close:hover,
.ns-close:focus {
  outline: none; }

.ns-close:hover::before,
.ns-close:hover::after {
  background: #fff; }

.ns-close::before {
  transform: translate(-50%, -50%) rotate(45deg); }

.ns-close::after {
  transform: translate(-50%, -50%) rotate(-45deg); }

.ns-close::before,
.ns-close::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #6e6e6e; }

/* Generated with Bounce.js. Edit at http://goo.gl/6iLZu5 */

@keyframes animJelly {
  0% {
    opacity: 0;
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  2.083333% {
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  4.166667% {
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  6.25% {
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  8.333333% {
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  10.416667% {
    opacity: 1;
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  12.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  14.583333% {
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  16.666667% {
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  18.75% {
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20.833333% {
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  22.916667% {
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  25% {
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  27.083333% {
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  29.166667% {
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  31.25% {
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  33.333333% {
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  35.416667% {
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  37.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  39.583333% {
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  41.666667% {
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  43.75% {
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  45.833333% {
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  47.916667% {
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  50% {
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  52.083333% {
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  54.166667% {
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  56.25% {
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  58.333333% {
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  60.416667% {
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  62.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  64.583333% {
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  66.666667% {
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  68.75% {
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  70.833333% {
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  72.916667% {
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  75% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  77.083333% {
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  79.166667% {
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  81.25% {
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  83.333333% {
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  85.416667% {
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  87.5% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.583333% {
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  91.666667% {
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  93.75% {
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  95.833333% {
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  97.916667% {
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

.sweet-overlay {
  background: rgba(79, 82, 86, 0.76) !important; }

.sweet-alert p {
  font-size: 16px;
  margin-top: -15px; }

.sweet-alert h2 {
  font-size: 26px;
  margin-top: -10px;
  font-family: 'Roboto'; }

.sweet-alert button {
  font-weight: 400;
  font-family: 'Roboto';
  font-size: 15px; }
  .sweet-alert button.cancel {
    background: #f1f1f1; }
  .sweet-alert button.confirm {
    box-shadow: none !important; }

.loader, loader {
  z-index: 99;
  position: relative;
  margin: 0px 20px;
  padding-top: 3px;
  margin-bottom: -10px;
  width: 36px;
  display: inline-block; }
  .loader.loader-mini, loader.loader-mini {
    width: 22px;
    margin-top: -9px; }
  .loader:before, loader:before {
    content: '';
    display: block;
    padding-top: 100%; }

.circular {
  animation: rotate 1.5s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes color {
  100%, 0% {
    stroke: #2cb6ff; }
  40% {
    stroke: #ff2222; }
  66% {
    stroke: #12cfe5; }
  80%, 90% {
    stroke: #ff6543; } }

#content {
  position: absolute;
  left: 238px;
  right: 0px;
  top: 5px;
  bottom: 0;
  padding: 8px 30px 37px 37px;
  overflow-x: hidden;
  background: url("/img/logo-bw.png") bottom right no-repeat;
  background-size: 370px; }
  #content .selection-button-row {
    float: left;
    margin-top: 15px;
    margin-left: -5px; }
  #content .selection-button {
    z-index: 0;
    transition: all 0s;
    margin-left: 6px;
    background: #0fa2df;
    position: relative;
    padding: 8px 18px 8px 35px;
    cursor: pointer; }
    #content .selection-button:hover {
      background: #2eb6ee; }
    #content .selection-button.selection-delete:hover {
      background: #f34d4d; }
    #content .selection-button .selection-btn-icon {
      position: absolute;
      top: 5px;
      left: 10px;
      font-size: 21px; }
  #content .disabled {
    transition: all 0s; }
    #content .disabled .selection-button {
      z-index: 0;
      transition: all 0s;
      opacity: 0.5;
      cursor: default;
      background: #ced6d8;
      color: #9aa7ab; }
      #content .disabled .selection-button:hover {
        cursor: default;
        background: #ced6d8;
        color: #9aa7ab; }
      #content .disabled .selection-button.selection-delete:hover {
        background: #ced6d8; }
      #content .disabled .selection-button:hover {
        background: #ced6d8; }
  #content label.clickable {
    vertical-align: -1px;
    font-size: 13.7px; }
    #content label.clickable:hover {
      opacity: 0.7;
      cursor: pointer; }
  #content a {
    color: #00adff;
    text-decoration: none; }
    #content a:hover {
      color: #22b9ff; }
  #content .topFixed {
    position: absolute;
    z-index: 9;
    right: 29px;
    top: -3px;
    left: 38px;
    padding-top: 24px; }
    #content .topFixed.topShadow:after {
      position: absolute;
      display: block;
      left: -6px;
      right: -6px;
      top: 102px;
      height: 5px;
      background: url("/img/topFixed_shadow.png") repeat-x;
      border-radius: 5px;
      content: '';
      z-index: 9; }
    #content .topFixed h1 {
      font-family: 'Roboto', sans-serif;
      font-size: 26px;
      letter-spacing: 0.5px;
      font-weight: 300;
      color: #282a2d; }
    #content .topFixed .breadcrumb {
      display: none;
      margin-top: 11px;
      font-family: 'Roboto';
      color: #0fb2ff;
      font-weight: 300;
      font-size: 15px;
      text-decoration: none; }
      #content .topFixed .breadcrumb a {
        color: #0fb2ff;
        font-weight: 300;
        font-size: 100%;
        text-decoration: none; }
        #content .topFixed .breadcrumb a:hover {
          opacity: 0.9; }
      #content .topFixed .breadcrumb .current {
        font-weight: 500; }
  #content .topContent {
    margin-top: 70px;
    padding-bottom: 37px; }
    #content .topContent .blockContent {
      border: 1px solid #d7dadb;
      background: #fff;
      padding: 20px 25px;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #202021;
      font-weight: 300;
      position: relative; }
      #content .topContent .blockContent h2 {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 6px; }
      #content .topContent .blockContent .icon-info-bubble {
        font-size: 17px;
        color: #131313;
        margin: 5px;
        cursor: help; }
      #content .topContent .blockContent .grey {
        color: #888888; }
      #content .topContent .blockContent .free {
        font-weight: 500;
        color: #00d8a9;
        font-size: 14px; }
      #content .topContent .blockContent .big-bg-block {
        font-size: 15vw;
        margin-bottom: -20px;
        position: absolute;
        right: 10px;
        bottom: 20px;
        color: #f7f7f7;
        opacity: 1; }
      #content .topContent .blockContent .ng-flat-datepicker {
        margin-bottom: 30px; }
    #content .topContent .div-table {
      display: table;
      table-layout: fixed;
      position: relative; }
      #content .topContent .div-table .div-table-thead {
        display: table-header-group;
        background: #9dd3ff; }
        #content .topContent .div-table .div-table-thead .div-table-row {
          display: table-row; }
          #content .topContent .div-table .div-table-thead .div-table-row .div-table-cell {
            display: table-cell;
            padding: 17px 14px 15px 14px;
            font-weight: 400;
            color: #001b32;
            font-family: 'Roboto', sans-serif;
            font-weight: 500;
            letter-spacing: 0.4px;
            font-size: 12px;
            text-align: center;
            border-right: 1px dotted #9bc2e6;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            word-break: break-all;
            word-wrap: break-word; }
            #content .topContent .div-table .div-table-thead .div-table-row .div-table-cell.free {
              font-weight: 500;
              color: #00d8a9;
              font-size: 14px; }
            #content .topContent .div-table .div-table-thead .div-table-row .div-table-cell:first-child {
              border-top-left-radius: 4px; }
            #content .topContent .div-table .div-table-thead .div-table-row .div-table-cell:last-child {
              border-top-right-radius: 4px;
              border-right: 0px; }
      #content .topContent .div-table .div-table-tbody {
        display: table-row-group; }
        #content .topContent .div-table .div-table-tbody .row-wrapper:nth-child(even) {
          background: #f6f6f6; }
        #content .topContent .div-table .div-table-tbody .row-wrapper:nth-child(odd) {
          background: #fff; }
        #content .topContent .div-table .div-table-tbody .div-table-row {
          display: table-row;
          transition: background 50ms; }
          #content .topContent .div-table .div-table-tbody .div-table-row.ui-sortable-placeholder {
            visibility: visible; }
          #content .topContent .div-table .div-table-tbody .div-table-row .div-table-cell {
            font-size: 12.8px;
            font-weight: 400;
            display: table-cell;
            padding: 8px 14px 8px 14px;
            color: #474c4f;
            font-family: 'Roboto', sans-serif;
            letter-spacing: 0.1px;
            border-right: 1px dotted #9bc2e6;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            word-break: break-all;
            word-wrap: break-word; }
            #content .topContent .div-table .div-table-tbody .div-table-row .div-table-cell.free {
              font-weight: 500;
              color: #00d8a9;
              font-size: 14px; }
            #content .topContent .div-table .div-table-tbody .div-table-row .div-table-cell.text-center {
              text-align: center; }
            #content .topContent .div-table .div-table-tbody .div-table-row .div-table-cell:first-child {
              border-left: 0px solid transparent; }
            #content .topContent .div-table .div-table-tbody .div-table-row .div-table-cell:last-child {
              border-right: 0px; }
            #content .topContent .div-table .div-table-tbody .div-table-row .div-table-cell [class^='icon-'],
            #content .topContent .div-table .div-table-tbody .div-table-row .div-table-cell [class*=' icon-'] {
              color: #2c4153;
              text-decoration: none;
              font-size: 21.5px;
              margin-left: 0;
              margin-right: 0;
              cursor: pointer;
              margin-top: -12px;
              vertical-align: -2px; }
              #content .topContent .div-table .div-table-tbody .div-table-row .div-table-cell [class^='icon-']:hover,
              #content .topContent .div-table .div-table-tbody .div-table-row .div-table-cell [class*=' icon-']:hover {
                opacity: 0.6; }
          #content .topContent .div-table .div-table-tbody .div-table-row:hover {
            background: #fff7d4; }
            #content .topContent .div-table .div-table-tbody .div-table-row:hover .div-table-cell:first-child {
              border-left: 0px solid #0fb2ff; }
  #content .ng-flat-datepicker table tbody {
    width: 265px; }
  #content .ag-blue .ag-menu {
    z-index: 2;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    cursor: default;
    font-family: 'Roboto', sans-serif;
    font-size: 12.5px;
    padding: 1px;
    box-shadow: 2px 2px 2px 0px rgba(70, 70, 70, 0.15);
    color: #19232d; }
    #content .ag-blue .ag-menu .ag-menu-option-active {
      background: #d5edff;
      cursor: pointer; }
    #content .ag-blue .ag-menu .item-icon {
      font-size: 22px; }

checkout-list {
  position: absolute;
  top: 260px;
  bottom: 0px;
  left: 37px;
  right: 30px; }

.sweet-alert .sa-icon.sa-custom {
  margin-top: 0;
  margin-bottom: 10px; }

.pdf-waiting {
  background: rgba(4, 22, 49, 0.9);
  border-radius: 5px;
  width: 390px;
  height: 64px;
  position: fixed;
  bottom: 30px;
  right: 27px;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 7;
  will-change: opacity, margin; }
  .pdf-waiting .boat {
    position: absolute;
    left: 15px;
    animation-name: boat;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out; }

@keyframes boat {
  from {
    transform: rotate(-12deg); }
  to {
    transform: rotate(10deg); } }
  .pdf-waiting .waiting-text {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    margin-left: 86px; }
  .pdf-waiting.ng-enter {
    transition: opacity ease-in-out 200ms 300ms, margin ease-in-out 200ms 300ms; }
  .pdf-waiting.ng-leave {
    transition: opacity ease-in-out 0ms 0ms, margin ease-in-out 0ms 0ms; }
  .pdf-waiting.ng-enter, .pdf-waiting.ng-leave.ng-leave-active {
    opacity: 0;
    margin: 0 -10px 0 0; }
  .pdf-waiting.ng-leave, .pdf-waiting.ng-enter.ng-enter-active {
    opacity: 1;
    margin: 0px; }

#doc-preview {
  position: fixed;
  background: rgba(70, 70, 70, 0.9);
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  z-index: 100;
  text-align: center; }
  #doc-preview iframe.iframe-pdf {
    width: 1100px;
    height: 100%;
    margin: 0 auto; }
    #doc-preview iframe.iframe-pdf.ng-enter {
      transition: opacity ease-in-out 200ms 1200ms; }
    #doc-preview iframe.iframe-pdf.ng-leave {
      transition: opacity ease-in-out 0ms 0ms; }
    #doc-preview iframe.iframe-pdf.ng-enter, #doc-preview iframe.iframe-pdf.ng-leave.ng-leave-active {
      opacity: 0; }
    #doc-preview iframe.iframe-pdf.ng-leave, #doc-preview iframe.iframe-pdf.ng-enter.ng-enter-active {
      opacity: 1; }
  #doc-preview loader {
    margin: 20% 50%;
    width: 60px; }
    #doc-preview loader.ng-enter {
      transition: opacity ease-in-out 100ms; }
    #doc-preview loader.ng-leave {
      transition: opacity ease-in-out 100ms 1100ms; }
    #doc-preview loader.ng-enter, #doc-preview loader.ng-leave.ng-leave-active {
      opacity: 0; }
    #doc-preview loader.ng-leave, #doc-preview loader.ng-enter.ng-enter-active {
      opacity: 1; }

#content .ag-blue #overlay {
  margin-top: 40px; }

#content .ag-blue .ag-bl-overlay {
  z-index: 2; }

#content .ag-blue .ag-overlay-loading-wrapper {
  background-color: rgba(253, 253, 253, 0.7) !important; }

#content .ag-blue .ag-body {
  background: transparent; }

#content .ag-blue .ag-root {
  border: 0; }

#content .ag-blue .ag-root.ag-scrolls {
  border: 0; }

#content .ag-blue .ag-overlay-loading-center {
  display: none; }

#content .ag-blue .ag-header {
  background: transparent;
  border-color: transparent; }
  #content .ag-blue .ag-header .ag-icon-filter {
    display: none; }
  #content .ag-blue .ag-header .ag-header-container {
    background: #9dd3ff;
    height: 54px;
    border-radius: 4px; }
    #content .ag-blue .ag-header .ag-header-container .header-left {
      text-align: left;
      padding-left: 10px; }
  #content .ag-blue .ag-header .ag-header-cell-label {
    color: #43515b;
    padding-top: 17px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.4px;
    font-size: 12px;
    -ms-flex-pack: center;
        justify-content: center; }
  #content .ag-blue .ag-header .ag-header-icon {
    color: #4d5a65;
    stroke: #4d5a65;
    fill: #4d5a65; }
    #content .ag-blue .ag-header .ag-header-icon .icon-sort-asc,
    #content .ag-blue .ag-header .ag-header-icon .icon-sort-desc {
      font-size: 15px;
      vertical-align: -7px;
      margin-right: 2px;
      color: #4d5a65; }
  #content .ag-blue .ag-header .ag-header-cell:last-child {
    border-right: 0; }

#content .ag-blue .ag-scrolls .ag-row.ag-row-odd {
  background: #f6f6f6; }

#content .ag-blue .ag-scrolls .ag-row.rightClicked {
  background: #fff7d4; }

#content .ag-blue .ag-scrolls .ag-row:hover {
  background: #fff7d4; }
  #content .ag-blue .ag-scrolls .ag-row:hover .ag-cell:first-child {
    border-left: 0px solid #0fb2ff; }

#content .ag-blue .ag-row.ag-row-focus {
  z-index: 1; }

#content .ag-blue .ag-row .ag-cell {
  color: #474c4f;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1px;
  padding-top: 18px; }
  #content .ag-blue .ag-row .ag-cell:focus {
    outline: none; }
  #content .ag-blue .ag-row .ag-cell.checkbox-cell .checkbox {
    margin: -1px auto;
    display: block; }
  #content .ag-blue .ag-row .ag-cell.centered-cell, #content .ag-blue .ag-row .ag-cell.company-cell, #content .ag-blue .ag-row .ag-cell.period-cell, #content .ag-blue .ag-row .ag-cell.price-cell {
    text-align: center; }
  #content .ag-blue .ag-row .ag-cell.title-cell, #content .ag-blue .ag-row .ag-cell.firstName-cell, #content .ag-blue .ag-row .ag-cell.name-cell, #content .ag-blue .ag-row .ag-cell.email-cell {
    padding-left: 13px; }
  #content .ag-blue .ag-row .ag-cell.quotationNumber-cell, #content .ag-blue .ag-row .ag-cell.billRef-cell, #content .ag-blue .ag-row .ag-cell.creditRef-cell {
    text-align: center;
    border-left: 0px solid transparent;
    font-weight: 600; }
    #content .ag-blue .ag-row .ag-cell.quotationNumber-cell span.billRef-draft, #content .ag-blue .ag-row .ag-cell.billRef-cell span.billRef-draft, #content .ag-blue .ag-row .ag-cell.creditRef-cell span.billRef-draft {
      color: #f65f5f; }
  #content .ag-blue .ag-row .ag-cell.billRef-cell, #content .ag-blue .ag-row .ag-cell.creditRef-cell {
    font-weight: 500;
    font-size: 12px; }
  #content .ag-blue .ag-row .ag-cell.state-cell {
    text-align: center;
    overflow: visible; }
  #content .ag-blue .ag-row .ag-cell.actions-cell {
    text-align: center;
    padding-top: 15px; }
    #content .ag-blue .ag-row .ag-cell.actions-cell [class^='icon-'],
    #content .ag-blue .ag-row .ag-cell.actions-cell [class*=' icon-'] {
      color: #2c4153;
      text-decoration: none;
      font-size: 23px;
      margin-left: 0vw;
      margin-right: 0vw;
      cursor: pointer; }
      #content .ag-blue .ag-row .ag-cell.actions-cell [class^='icon-']:hover,
      #content .ag-blue .ag-row .ag-cell.actions-cell [class*=' icon-']:hover {
        opacity: 0.6; }
  #content .ag-blue .ag-row .ag-cell:last-child {
    border-right: 0; }

#content .ag-blue .ag-cell-focus {
  background: inherit;
  border: 0;
  border-right: 1px dotted #9bc2e6; }

#content .ag-blue .ag-cell-no-focus {
  border: 0;
  border-right: 1px dotted #9bc2e6; }

#content .ag-blue .title-cell {
  padding-top: 15px; }
  #content .ag-blue .title-cell .title-picto {
    margin-top: -3px;
    margin-right: 1px;
    margin-left: -9px;
    width: 27px;
    display: inline-block;
    vertical-align: -9px; }
  #content .ag-blue .title-cell svg {
    fill: #3c4e5c;
    opacity: 0.8;
    width: 27px; }

#content .dashboard {
  width: 1135px;
  margin: 0 auto;
  position: relative; }
  #content .dashboard .topFixed {
    position: unset !important;
    right: unset;
    left: unset;
    top: unset;
    bottom: unset; }
  #content .dashboard checkout-list {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset; }
    #content .dashboard checkout-list.hidden > div:first-child {
      opacity: 0; }
  #content .dashboard .ag-blue .ag-header .ag-header-container {
    height: 43px !important;
    border-radius: 0 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important; }
  #content .dashboard .ag-blue .ag-header-cell {
    padding: 0 2px !important; }
  #content .dashboard .ag-row .ag-cell {
    color: #2d2f30;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.1px;
    font-size: 12px;
    font-weight: 400;
    padding-top: 0 !important;
    padding: 0px 13px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    #content .dashboard .ag-row .ag-cell.centered-cell {
      -ms-flex-pack: center;
          justify-content: center; }

#content .widget-title {
  padding-top: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 400; }

#content .widget {
  border-radius: 5px;
  background: #fff;
  position: relative; }
  #content .widget loader {
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

#content .scoreCard {
  width: 286px;
  height: 110px;
  text-align: center; }
  #content .scoreCard .widget-title {
    margin-bottom: 15px; }
  #content .scoreCard .score {
    position: relative;
    display: inline-block; }
    #content .scoreCard .score .score-icon {
      position: absolute;
      left: -63px;
      top: -10px; }
    #content .scoreCard .score .score-value {
      font-size: 17px;
      font-weight: 500; }
    #content .scoreCard .score .bills-number {
      font-size: 12px;
      font-weight: 500;
      color: #0098FF; }

#content .completionCard {
  font-size: 26px;
  width: 250px;
  height: 280px; }
  #content .completionCard .circular-chart {
    display: block;
    margin: 13px auto 5px auto;
    max-width: 52%;
    max-height: 170px; }
  #content .completionCard .circle {
    fill: none;
    stroke-width: 5.6; }
    #content .completionCard .circle.animate {
      animation: progress 0.8s ease-in-out forwards; }
  #content .completionCard .highchartsScore {
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    top: 120px;
    text-align: center;
    width: 100%; }

@keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }
  #content .completionCard .svgContainer {
    position: relative; }

.checkout-list-filters {
  background: #fff;
  margin-bottom: 3px;
  border-radius: 4px;
  position: relative;
  height: 160px;
  padding-top: 9px; }
  .checkout-list-filters .filters-line {
    display: -ms-flexbox;
    display: flex; }
  .checkout-list-filters label {
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #81909B;
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 8px; }
  .checkout-list-filters .filter-block {
    padding: 4px 15px; }
    .checkout-list-filters .filter-block:nth-of-type(1) label {
      margin-left: -1px; }
    .checkout-list-filters .filter-block .active-filter {
      color: #009dff !important;
      font-weight: 500 !important; }
      .checkout-list-filters .filter-block .active-filter .select-search span:first-child {
        color: #009dff !important;
        font-weight: 500 !important; }
      .checkout-list-filters .filter-block .active-filter .select-search-content,
      .checkout-list-filters .filter-block .active-filter option {
        color: black;
        font-weight: 400 !important; }
    .checkout-list-filters .filter-block .search-div {
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .checkout-list-filters .filter-block .search-div input[type=text] {
        width: 100%;
        max-width: 100%;
        margin-left: -2px;
        background: #F6F6F6;
        height: 37px;
        padding: 0 10px; }
        .checkout-list-filters .filter-block .search-div input[type=text]:-ms-input-placeholder {
          color: #cfcfcf; }
        .checkout-list-filters .filter-block .search-div input[type=text]::placeholder {
          color: #cfcfcf; }
        .checkout-list-filters .filter-block .search-div input[type=text]:not(:focus) {
          border: 1px solid transparent; }
      .checkout-list-filters .filter-block .search-div .icon-search {
        position: absolute;
        top: 10px;
        right: 13px;
        color: #0B8ABE; }
    .checkout-list-filters .filter-block .select-wrapper {
      max-width: 100%;
      display: -ms-flexbox;
      display: flex;
      z-index: 4; }
      .checkout-list-filters .filter-block .select-wrapper:before {
        background: #F6F6F6;
        color: #888;
        top: 1px;
        bottom: 1px;
        right: 1px; }
      .checkout-list-filters .filter-block .select-wrapper select {
        background: #F6F6F6;
        height: 37px;
        color: black; }
        .checkout-list-filters .filter-block .select-wrapper select:not(:focus) {
          border: 1px solid transparent; }
      .checkout-list-filters .filter-block .select-wrapper select-search {
        border: 0;
        background: #F6F6F6;
        height: 37px; }
        .checkout-list-filters .filter-block .select-wrapper select-search .select-search span:first-child {
          padding-top: 10px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .checkout-list-filters .filter-block .select-wrapper select-search:not(:focus) {
          border: 1px solid transparent; }
        .checkout-list-filters .filter-block .select-wrapper select-search .icon-search {
          opacity: 0.2;
          left: 0;
          right: unset;
          left: 0;
          top: 2px; }
        .checkout-list-filters .filter-block .select-wrapper select-search input[type="text"] {
          background-color: rgba(46, 48, 51, 0.9);
          border-radius: 5px;
          padding: 11px 10px 10px 40px;
          height: 37px; }
  .checkout-list-filters .block-counter {
    padding: 3px;
    border-left: 0px solid #eee;
    text-align: center;
    position: relative; }
    .checkout-list-filters .block-counter .block-counter-wrapper {
      position: absolute;
      top: 10px;
      left: 1px;
      right: 0;
      height: 124px;
      border-left: 1px solid #e0e0e0; }
      .checkout-list-filters .block-counter .block-counter-wrapper .nb-results {
        font-size: 13px;
        display: inline-block;
        margin-top: 20px; }
        .checkout-list-filters .block-counter .block-counter-wrapper .nb-results b {
          font-weight: 500; }
      .checkout-list-filters .block-counter .block-counter-wrapper .filter-btn {
        background: #2BAAFF;
        color: #fff;
        font-weight: 500;
        font-size: 14px;
        height: 37px;
        width: 130px;
        display: -ms-flexbox;
        display: flex;
        margin: 10px auto;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        border-radius: 30px;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: pointer; }
        .checkout-list-filters .block-counter .block-counter-wrapper .filter-btn:hover {
          opacity: 0.9; }
      .checkout-list-filters .block-counter .block-counter-wrapper .reset {
        color: #2BAAFF;
        display: inline-block;
        font-size: 13px;
        cursor: pointer;
        -webkit-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .checkout-list-filters .block-counter .block-counter-wrapper .reset:hover {
          opacity: 0.9; }

.checkout-list-loader {
  position: absolute;
  top: 275px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto; }

.search-quotation-block .filter-block:nth-of-type(1) {
  width: 21%; }

.search-quotation-block .filter-block:nth-of-type(2) {
  width: 21%; }

.search-quotation-block .filter-block:nth-of-type(3) {
  width: 21%; }

.search-quotation-block .filter-block:nth-of-type(4) {
  width: 21%; }

.search-quotation-block .filter-block:nth-of-type(5) {
  width: 16%; }

.ag-body-viewport {
  -ms-overflow-style: none !important; }

#content .top-actions {
  height: 56px;
  margin-top: -8px; }
  #content .top-actions h1 {
    font-size: 19px;
    float: left;
    margin-left: 5px;
    margin-top: 20px;
    font-weight: 300; }
  #content .top-actions .array-to-milestone {
    position: absolute;
    top: 32px;
    right: 400px;
    transition: 230ms linear all;
    visibility: visible;
    opacity: 1; }
    #content .top-actions .array-to-milestone.mini-arrow {
      right: 565px; }
    #content .top-actions .array-to-milestone.ng-hide {
      opacity: 0;
      visibility: hidden;
      display: block !important;
      transition: 0s linear all; }

#content .switch-btn {
  background: #EEEEEE;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #8D8D8D;
  font-size: 13px;
  width: 156px;
  height: 42px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 4px;
  cursor: pointer;
  margin-bottom: -1px; }
  #content .switch-btn:hover {
    opacity: 0.9; }
  #content .switch-btn.selected {
    background: #47B7FF;
    font-weight: 500;
    color: #fff;
    cursor: default; }
    #content .switch-btn.selected:hover {
      opacity: 1; }

#content .modelExcelWrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(70, 70, 70, 0.9);
  z-index: 100; }
  #content .modelExcelWrapper.ng-enter {
    transition: opacity ease-in-out 200ms; }
  #content .modelExcelWrapper.ng-leave {
    transition: opacity ease-in-out 200ms 0ms; }
  #content .modelExcelWrapper.ng-enter, #content .modelExcelWrapper.ng-leave.ng-leave-active {
    opacity: 0; }
  #content .modelExcelWrapper.ng-leave, #content .modelExcelWrapper.ng-enter.ng-enter-active {
    opacity: 1; }

#content .step-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 8;
  height: 80px;
  position: absolute;
  z-index: 8;
  left: 380px;
  top: 11px;
  right: -20px;
  z-index: 10; }
  #content .step-line .step-number {
    display: block;
    width: 38px;
    height: 38px;
    color: #686d6d;
    border-color: 1px solid #d6dadb; }
    #content .step-line .step-number .progress-line {
      width: 33%;
      background: #fff;
      height: 4px;
      position: absolute;
      margin-top: 17px;
      border: 0px solid #d7dcdd;
      opacity: 0.5; }
      #content .step-line .step-number .progress-line.valid {
        background: #1ff5af;
        opacity: 0.65; }
    #content .step-line .step-number .progress-title {
      position: absolute;
      font-size: 12px;
      color: #909293;
      width: 150px;
      text-align: center;
      margin-left: -53px;
      margin-top: 46px; }
      #content .step-line .step-number .progress-title.selected {
        font-weight: 500;
        color: #00a7eb; }
    #content .step-line .step-number .text-number {
      position: absolute;
      width: 38px;
      height: 38px;
      border-radius: 25px;
      display: block;
      background: #fff;
      padding-top: 13px;
      text-align: center;
      border: 0px solid #d7dcdd; }
      #content .step-line .step-number .text-number.valid {
        background: #1ff5af;
        color: #005840; }
      #content .step-line .step-number .text-number.selected {
        font-weight: 500; }

#content .topContent .blockContent .add-first-milestone {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 80px;
  font-size: 37px;
  color: #d8dcdd; }

#content .topContent .blockContent h2.quotation-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  display: inline;
  float: left; }

#content .topContent .blockContent #fixedFormWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

#content .topContent .blockContent .fixed-form {
  background: white;
  position: fixed;
  top: 0px;
  left: 275px;
  right: 30px;
  border: 1px solid #d7dadb;
  z-index: 13;
  display: block;
  margin-top: 0px;
  padding: 23px 27px 10px 30px; }
  #content .topContent .blockContent .fixed-form.ng-enter, #content .topContent .blockContent .fixed-form.ng-leave {
    transition: all ease-in-out 0.2s; }
  #content .topContent .blockContent .fixed-form.ng-enter, #content .topContent .blockContent .fixed-form.ng-leave.ng-leave-active {
    margin-top: -15px;
    opacity: 0;
    visibility: hidden; }
  #content .topContent .blockContent .fixed-form.ng-leave, #content .topContent .blockContent .fixed-form.ng-enter.ng-enter-active {
    margin-top: 0px;
    visibility: visible;
    opacity: 1; }
  #content .topContent .blockContent .fixed-form .icon-exit {
    position: absolute;
    right: 27px;
    font-size: 24px;
    color: #8a8a8a;
    cursor: pointer;
    z-index: 2; }
    #content .topContent .blockContent .fixed-form .icon-exit:hover {
      color: #000; }

#content .topContent .blockContent .grey-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(217, 217, 217, 0.4);
  opacity: 1;
  z-index: 2; }
  #content .topContent .blockContent .grey-overlay.ng-enter, #content .topContent .blockContent .grey-overlay.ng-leave {
    transition: z-index ease-in-out 1ms, opacity 0.3s; }
  #content .topContent .blockContent .grey-overlay.ng-enter, #content .topContent .blockContent .grey-overlay.ng-leave.ng-leave-active {
    opacity: 0;
    z-index: -1; }
  #content .topContent .blockContent .grey-overlay.ng-leave, #content .topContent .blockContent .grey-overlay.ng-enter.ng-enter-active {
    opacity: 1;
    z-index: 2; }

#content .topContent .blockContent .milestonesList {
  border-top: 1px solid #ebf6ff; }
  #content .topContent .blockContent .milestonesList .milestone-thead {
    background: #dff0ff;
    padding: 17px 14px 14px 14px; }
    #content .topContent .blockContent .milestonesList .milestone-thead .div-table-cell {
      padding-top: 13px;
      padding-bottom: 10px;
      border-radius: 0;
      border-right: 0; }
      #content .topContent .blockContent .milestonesList .milestone-thead .div-table-cell:first-child {
        border-top-left-radius: 0px; }
      #content .topContent .blockContent .milestonesList .milestone-thead .div-table-cell:last-child {
        border-top-right-radius: 0px;
        border-right: 0px; }
    #content .topContent .blockContent .milestonesList .milestone-thead h3 {
      font-size: 16px;
      font-weight: 500;
      color: #0095d2;
      padding: 0;
      margin: 0; }
    #content .topContent .blockContent .milestonesList .milestone-thead [class^='icon-'],
    #content .topContent .blockContent .milestonesList .milestone-thead [class*=' icon-'] {
      color: #2c4153;
      text-decoration: none;
      font-size: 22px;
      margin-left: 0;
      margin-right: 0;
      cursor: pointer;
      vertical-align: -4px;
      opacity: 0; }
      #content .topContent .blockContent .milestonesList .milestone-thead [class^='icon-']:hover,
      #content .topContent .blockContent .milestonesList .milestone-thead [class*=' icon-']:hover {
        opacity: 0.6; }
    #content .topContent .blockContent .milestonesList .milestone-thead:hover [class^='icon-'],
    #content .topContent .blockContent .milestonesList .milestone-thead:hover [class*=' icon-'] {
      opacity: 1;
      cursor: pointer; }
      #content .topContent .blockContent .milestonesList .milestone-thead:hover [class^='icon-']:hover,
      #content .topContent .blockContent .milestonesList .milestone-thead:hover [class*=' icon-']:hover {
        opacity: 0.6; }

#content .topContent .blockContent .cell1 {
  width: 23%;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#content .topContent .blockContent .cell2 {
  width: 19%;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#content .topContent .blockContent .cell3 {
  width: 18%;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#content .topContent .blockContent .cell4 {
  width: 6%;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#content .topContent .blockContent .cell5 {
  width: 9%;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#content .topContent .blockContent .cell6 {
  width: 8%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#content .topContent .blockContent .cell7 {
  width: 9%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#content .topContent .blockContent .cell8 {
  width: 8%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#content .topContent .blockContent .div-table.discount-row input[type='number'] {
  width: 87%;
  height: auto;
  box-sizing: border-box;
  padding: 4px 10px; }

#content .topContent .blockContent .div-table.discount-row .div-table-row {
  background-color: #f0f8ff;
  font-size: 13px;
  font-weight: 500; }
  #content .topContent .blockContent .div-table.discount-row .div-table-row:hover .div-table-cell:first-child {
    border-left: 0px solid transparent; }

#content .topContent .blockContent .div-table.discount-row .cell1 {
  font-weight: 600; }

#content .topContent .blockContent .div-table.discount-row .cell6 {
  padding: 0 8px; }

#content .topContent .blockContent .div-table.total-table .div-table-row:hover .div-table-cell:first-child {
  border-left: 0px solid transparent; }

#content .topContent .blockContent .div-table.total-table .div-table-cell {
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 11px;
  padding-top: 17px; }

#content .topContent .blockContent hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #ccc; }

#content .topContent .blockContent .newMilestoneForm,
#content .topContent .blockContent .taskForm {
  margin-top: 0px; }
  #content .topContent .blockContent .newMilestoneForm h2,
  #content .topContent .blockContent .taskForm h2 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #1e283b;
    font-weight: 400; }

#content .topContent .blockContent .saveQuotationLoader {
  float: right;
  margin-right: 27px;
  margin-top: 10px; }

.search-bill-block .filter-block:nth-of-type(1) {
  width: 21%; }

.search-bill-block .filter-block:nth-of-type(2) {
  width: 21%; }

.search-bill-block .filter-block:nth-of-type(3) {
  width: 21%; }

.search-bill-block .filter-block:nth-of-type(4) {
  width: 21%; }

.search-bill-block .filter-block:nth-of-type(5) {
  width: 16%; }

.ag-body-viewport {
  -ms-overflow-style: none !important; }

#content .topContent .blockContent .billTitle {
  max-width: 382px; }

#content .topContent .blockContent .select-wrapper {
  display: -ms-flexbox;
  display: flex; }
  #content .topContent .blockContent .select-wrapper.large {
    max-width: 400px; }

#content .editBill .top-actions {
  height: 56px;
  margin-top: -8px; }
  #content .editBill .top-actions h1 {
    font-size: 19px;
    float: left;
    margin-left: 5px;
    margin-top: 20px;
    font-weight: 300; }
  #content .editBill .top-actions .array-to-milestone {
    position: absolute;
    top: 32px;
    right: 400px;
    transition: 230ms linear all;
    visibility: visible;
    opacity: 1; }
    #content .editBill .top-actions .array-to-milestone.mini-arrow {
      right: 565px; }
    #content .editBill .top-actions .array-to-milestone.ng-hide {
      opacity: 0;
      visibility: hidden;
      display: block !important;
      transition: 0s linear all; }

#content .editBill .step-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 8;
  height: 80px;
  position: absolute;
  z-index: 8;
  left: 380px;
  top: 11px;
  right: -20px;
  z-index: 10; }
  #content .editBill .step-line .step-number {
    display: block;
    width: 38px;
    height: 38px;
    color: #686d6d;
    border-color: 1px solid #d6dadb; }
    #content .editBill .step-line .step-number .progress-line {
      width: 33%;
      background: #fff;
      height: 4px;
      position: absolute;
      margin-top: 17px;
      border: 0px solid #d7dcdd;
      opacity: 0.5; }
      #content .editBill .step-line .step-number .progress-line.valid {
        background: #1ff5af;
        opacity: 0.65; }
    #content .editBill .step-line .step-number .progress-title {
      position: absolute;
      font-size: 12px;
      color: #909293;
      width: 150px;
      text-align: center;
      margin-left: -53px;
      margin-top: 46px; }
      #content .editBill .step-line .step-number .progress-title.selected {
        font-weight: 500;
        color: #00a7eb; }
    #content .editBill .step-line .step-number .text-number {
      position: absolute;
      width: 38px;
      height: 38px;
      border-radius: 25px;
      display: block;
      background: #fff;
      padding-top: 13px;
      text-align: center;
      border: 0px solid #d7dcdd; }
      #content .editBill .step-line .step-number .text-number.valid {
        background: #27e6a8;
        color: #005840; }
      #content .editBill .step-line .step-number .text-number.selected {
        font-weight: 500; }

#content .editBill .topContent .blockContent .add-first-milestone {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 80px;
  font-size: 37px;
  color: #d8dcdd; }

#content .editBill .topContent .blockContent h2.quotation-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  display: inline;
  float: left; }

#content .editBill .topContent .blockContent .fixed-form {
  background: white;
  position: fixed;
  top: 0px;
  left: 275px;
  right: 30px;
  border: 1px solid #d7dadb;
  z-index: 13;
  display: block;
  margin-top: 0px;
  padding: 23px 27px 10px 30px; }
  #content .editBill .topContent .blockContent .fixed-form.ng-enter, #content .editBill .topContent .blockContent .fixed-form.ng-leave {
    transition: all ease-in-out 0.2s; }
  #content .editBill .topContent .blockContent .fixed-form.ng-enter, #content .editBill .topContent .blockContent .fixed-form.ng-leave.ng-leave-active {
    margin-top: -15px;
    opacity: 0;
    visibility: hidden; }
  #content .editBill .topContent .blockContent .fixed-form.ng-leave, #content .editBill .topContent .blockContent .fixed-form.ng-enter.ng-enter-active {
    margin-top: 0px;
    visibility: visible;
    opacity: 1; }
  #content .editBill .topContent .blockContent .fixed-form .icon-exit {
    position: absolute;
    right: 27px;
    font-size: 24px;
    color: #8a8a8a;
    cursor: pointer;
    z-index: 2; }
    #content .editBill .topContent .blockContent .fixed-form .icon-exit:hover {
      color: #000; }

#content .editBill .topContent .blockContent .grey-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(217, 217, 217, 0.4);
  opacity: 1;
  z-index: 2; }
  #content .editBill .topContent .blockContent .grey-overlay.ng-enter, #content .editBill .topContent .blockContent .grey-overlay.ng-leave {
    transition: z-index ease-in-out 1ms, opacity 0.3s; }
  #content .editBill .topContent .blockContent .grey-overlay.ng-enter, #content .editBill .topContent .blockContent .grey-overlay.ng-leave.ng-leave-active {
    opacity: 0;
    z-index: -1; }
  #content .editBill .topContent .blockContent .grey-overlay.ng-leave, #content .editBill .topContent .blockContent .grey-overlay.ng-enter.ng-enter-active {
    opacity: 1;
    z-index: 2; }

#content .editBill .topContent .blockContent .milestonesList {
  border-top: 1px solid #ebf6ff; }
  #content .editBill .topContent .blockContent .milestonesList .milestone-thead {
    background: #dff0ff;
    padding: 17px 14px 14px 14px; }
    #content .editBill .topContent .blockContent .milestonesList .milestone-thead .div-table-cell {
      padding-top: 13px;
      padding-bottom: 10px;
      border-radius: 0;
      border-right: 0; }
      #content .editBill .topContent .blockContent .milestonesList .milestone-thead .div-table-cell:first-child {
        border-top-left-radius: 0px; }
      #content .editBill .topContent .blockContent .milestonesList .milestone-thead .div-table-cell:last-child {
        border-top-right-radius: 0px;
        border-right: 0px; }
    #content .editBill .topContent .blockContent .milestonesList .milestone-thead h3 {
      font-size: 16px;
      font-weight: 500;
      color: #04a9ec;
      padding: 0;
      margin: 0; }
    #content .editBill .topContent .blockContent .milestonesList .milestone-thead [class^='icon-'],
    #content .editBill .topContent .blockContent .milestonesList .milestone-thead [class*=' icon-'] {
      color: #2c4153;
      text-decoration: none;
      font-size: 22px;
      margin-left: 0;
      margin-right: 0;
      cursor: pointer;
      vertical-align: -4px;
      opacity: 0; }
      #content .editBill .topContent .blockContent .milestonesList .milestone-thead [class^='icon-']:hover,
      #content .editBill .topContent .blockContent .milestonesList .milestone-thead [class*=' icon-']:hover {
        opacity: 0.6; }
    #content .editBill .topContent .blockContent .milestonesList .milestone-thead:hover [class^='icon-'],
    #content .editBill .topContent .blockContent .milestonesList .milestone-thead:hover [class*=' icon-'] {
      opacity: 1;
      cursor: pointer; }
      #content .editBill .topContent .blockContent .milestonesList .milestone-thead:hover [class^='icon-']:hover,
      #content .editBill .topContent .blockContent .milestonesList .milestone-thead:hover [class*=' icon-']:hover {
        opacity: 0.6; }

#content .editBill .topContent .blockContent .cell1 {
  width: 23%; }

#content .editBill .topContent .blockContent .cell2 {
  width: 19%;
  text-align: center; }

#content .editBill .topContent .blockContent .cell3 {
  width: 18%;
  text-align: center; }

#content .editBill .topContent .blockContent .cell4 {
  width: 6%;
  text-align: center; }

#content .editBill .topContent .blockContent .cell5 {
  width: 9%;
  text-align: center; }

#content .editBill .topContent .blockContent .cell6 {
  width: 8%;
  text-align: center;
  padding-left: 0;
  padding-right: 0; }

#content .editBill .topContent .blockContent .cell7 {
  width: 9%;
  text-align: center;
  padding-left: 0;
  padding-right: 0; }

#content .editBill .topContent .blockContent .cell8 {
  width: 8%;
  text-align: center;
  padding-left: 0;
  padding-right: 0; }

#content .editBill .topContent .blockContent .div-table.total-table .div-table-row:hover .div-table-cell:first-child {
  border-left: 0px solid transparent; }

#content .editBill .topContent .blockContent .div-table.total-table .div-table-row .div-table-cell {
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 11px;
  padding-top: 17px; }

#content .editBill .topContent .blockContent hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #ccc; }

#content .editBill .topContent .blockContent .newMilestoneForm,
#content .editBill .topContent .blockContent .taskForm {
  margin-top: 10px; }
  #content .editBill .topContent .blockContent .newMilestoneForm h2,
  #content .editBill .topContent .blockContent .taskForm h2 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #1e283b;
    font-weight: 400; }

#content .editBill .topContent .blockContent .saveQuotationLoader {
  float: right;
  margin-right: 27px;
  margin-top: 10px; }

.search-quotation-block .filter-block:nth-of-type(1) {
  width: 21%; }

.search-quotation-block .filter-block:nth-of-type(2) {
  width: 21%; }

.search-quotation-block .filter-block:nth-of-type(3) {
  width: 21%; }

.search-quotation-block .filter-block:nth-of-type(4) {
  width: 21%; }

.search-quotation-block .filter-block:nth-of-type(5) {
  width: 16%; }

.ag-body-viewport {
  -ms-overflow-style: none !important; }

.search-company-block .filter-block:nth-of-type(1) {
  width: 43%; }

.search-company-block .filter-block:nth-of-type(2) {
  width: 35%; }

.search-company-block .filter-block:nth-of-type(3) {
  width: 22%; }

.company-list .ag-cell {
  padding-top: 12px !important; }
  .company-list .ag-cell.actions-cell {
    padding-top: 7px !important; }

.company-list .country-flag {
  vertical-align: initial; }

.search-contact-block .filter-block:nth-of-type(1) {
  width: 43%; }

.search-contact-block .filter-block:nth-of-type(2) {
  width: 35%; }

.search-contact-block .filter-block:nth-of-type(3) {
  width: 22%; }

.contact-list .ag-cell {
  padding-top: 12px !important; }
  .contact-list .ag-cell.actions-cell {
    padding-top: 7px !important; }

.dl-profils-btn {
  background: #14b3ff;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 12px;
  color: white;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
  margin-left: 15px;
  position: absolute;
  top: 18px;
  right: 40px;
  width: 200px;
  text-align: center; }
  .dl-profils-btn img {
    margin-right: 6px; }
  .dl-profils-btn:hover {
    opacity: 0.8; }

.profiles-list .ag-cell {
  padding-top: 12px !important; }
  .profiles-list .ag-cell.actions-cell {
    padding-top: 7px !important; }

#content .dashboard .blockContent h2 {
  font-size: 19px;
  color: #444444;
  font-weight: 300;
  margin-bottom: 25px;
  padding-bottom: 12px;
  padding-top: 10px;
  border-bottom: 1px solid #ccc; }

#content .dashboard #director-filter {
  background: #fff;
  width: 340px;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
  position: absolute;
  right: 380px;
  z-index: 10;
  top: 20px;
  font-size: 13px;
  padding: 0 10px;
  color: #2E3335;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  #content .dashboard #director-filter:hover {
    background: rgba(255, 255, 255, 0.884); }
  #content .dashboard #director-filter .currentDirector {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-left: 10px;
    cursor: pointer; }
  #content .dashboard #director-filter .director-value {
    color: #0099FF;
    font-weight: 500;
    display: inline-block;
    margin-left: 10px; }
  #content .dashboard #director-filter .arrow-down-mini {
    position: absolute;
    right: 15px; }
  #content .dashboard #director-filter .director-list {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05); }
    #content .dashboard #director-filter .director-list.ng-enter {
      transition: opacity ease-in-out 100ms, margin-top ease-in-out 100ms; }
    #content .dashboard #director-filter .director-list.ng-leave {
      transition: opacity ease-in-out 100ms, margin-top ease-in-out 100ms; }
    #content .dashboard #director-filter .director-list.ng-enter, #content .dashboard #director-filter .director-list.ng-leave.ng-leave-active {
      opacity: 0;
      margin-top: -5px; }
    #content .dashboard #director-filter .director-list.ng-leave, #content .dashboard #director-filter .director-list.ng-enter.ng-enter-active {
      opacity: 1;
      margin-top: 0px; }
    #content .dashboard #director-filter .director-list ul:hover li.selected {
      color: #2E3335;
      background: transparent; }
      #content .dashboard #director-filter .director-list ul:hover li.selected:hover {
        color: #0099FF;
        background: #d5ebff; }
    #content .dashboard #director-filter .director-list ul li {
      padding: 5px 10px;
      height: 36px;
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer; }
      #content .dashboard #director-filter .director-list ul li:hover, #content .dashboard #director-filter .director-list ul li.selected {
        color: #0099FF;
        background: #d5ebff; }

#content .dashboard #period-filter {
  background: #fff;
  width: 330px;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  z-index: 10;
  top: 20px;
  font-size: 13px;
  padding: 0 10px;
  color: #2E3335;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  #content .dashboard #period-filter:hover {
    background: rgba(255, 255, 255, 0.884); }
  #content .dashboard #period-filter .currentPeriodName {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-left: 10px;
    cursor: pointer; }
  #content .dashboard #period-filter .period-value {
    color: #0099FF;
    font-weight: 500;
    display: inline-block;
    margin-left: 10px; }
  #content .dashboard #period-filter .arrow-down-mini {
    position: absolute;
    right: 15px; }
  #content .dashboard #period-filter .period-list {
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05); }
    #content .dashboard #period-filter .period-list.ng-enter {
      transition: opacity ease-in-out 100ms, margin-top ease-in-out 100ms; }
    #content .dashboard #period-filter .period-list.ng-leave {
      transition: opacity ease-in-out 100ms, margin-top ease-in-out 100ms; }
    #content .dashboard #period-filter .period-list.ng-enter, #content .dashboard #period-filter .period-list.ng-leave.ng-leave-active {
      opacity: 0;
      margin-top: -5px; }
    #content .dashboard #period-filter .period-list.ng-leave, #content .dashboard #period-filter .period-list.ng-enter.ng-enter-active {
      opacity: 1;
      margin-top: 0px; }
    #content .dashboard #period-filter .period-list .ng-flat-datepicker-wrapper {
      position: relative; }
      #content .dashboard #period-filter .period-list .ng-flat-datepicker-wrapper .date-picker {
        border-radius: 0;
        border: 0;
        border-bottom: 2px solid #0099FF;
        background: #f7f7f7; }
        #content .dashboard #period-filter .period-list .ng-flat-datepicker-wrapper .date-picker:focus {
          box-shadow: none;
          font-weight: 500;
          border-bottom: 2px solid #0099FF; }
      #content .dashboard #period-filter .period-list .ng-flat-datepicker-wrapper .ng-flat-datepicker {
        position: absolute;
        right: 0; }
    #content .dashboard #period-filter .period-list ul {
      margin-top: 15px;
      padding-bottom: 5px; }
      #content .dashboard #period-filter .period-list ul:hover li.selected {
        color: #2E3335;
        background: transparent; }
        #content .dashboard #period-filter .period-list ul:hover li.selected:hover {
          color: #0099FF;
          background: #d5ebff; }
      #content .dashboard #period-filter .period-list ul li {
        padding: 5px 10px;
        height: 30px;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer; }
        #content .dashboard #period-filter .period-list ul li:hover, #content .dashboard #period-filter .period-list ul li.selected {
          color: #0099FF;
          background: #d5ebff; }

#content .dashboard .topContent .blockContent .period-wrapper {
  background: rgba(255, 255, 255, 0.39);
  width: 480px;
  height: 61px;
  position: fixed;
  right: 60px;
  top: 97px;
  z-index: 10;
  padding-top: 6px;
  padding-left: 22px; }
  #content .dashboard .topContent .blockContent .period-wrapper .period-label {
    margin-right: 10px;
    display: inline-block;
    font-size: 12px; }
  #content .dashboard .topContent .blockContent .period-wrapper .to {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px; }
  #content .dashboard .topContent .blockContent .period-wrapper .select-wrapper {
    width: 170px !important;
    display: inline-block;
    background: transparent; }

#content .dashboard .topContent .blockContent h2.h2-separation {
  font-size: 18px;
  color: #091e45;
  background: #fff;
  text-align: center;
  width: 700px;
  margin: 60px auto 20px auto; }
  #content .dashboard .topContent .blockContent h2.h2-separation span {
    background: #fff;
    display: inline-block;
    padding: 4px; }
  #content .dashboard .topContent .blockContent h2.h2-separation:after {
    content: " ";
    display: block;
    width: 700px;
    border-top: 1px solid #ccc;
    margin-top: -13px; }

#content .dashboard .topContent .blockContent .cards {
  display: table;
  width: 100%; }
  #content .dashboard .topContent .blockContent .cards .card {
    display: table-cell;
    background: #f1f4f9;
    color: #091e45;
    width: 25%;
    height: 130px;
    border: 5px solid #fff; }
    #content .dashboard .topContent .blockContent .cards .card .title {
      text-align: center;
      margin-top: 14px;
      font-size: 12px;
      font-weight: 500; }
    #content .dashboard .topContent .blockContent .cards .card .value {
      text-align: center;
      margin-top: 30px;
      font-size: 16px;
      font-weight: 500; }

#content .dashboard .topContent .blockContent .div-table .total-row {
  background: #e4e4e4 !important; }
  #content .dashboard .topContent .blockContent .div-table .total-row .div-table-cell {
    font-weight: 600 !important; }

#content .dashboard .topContent .blockContent .pie-line {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%; }
  #content .dashboard .topContent .blockContent .pie-line .pie-line-pie {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    position: relative;
    padding: 0 65px; }
  #content .dashboard .topContent .blockContent .pie-line .pie-line-details {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    position: relative; }

#content .dashboard .topContent .blockContent .pie-line-business {
  margin-top: 50px; }
  #content .dashboard .topContent .blockContent .pie-line-business .pie-line-details {
    padding-top: 60px; }
    #content .dashboard .topContent .blockContent .pie-line-business .pie-line-details .pie-table-business {
      width: 98%; }
      #content .dashboard .topContent .blockContent .pie-line-business .pie-line-details .pie-table-business .col1 {
        width: 40%; }
      #content .dashboard .topContent .blockContent .pie-line-business .pie-line-details .pie-table-business .col2 {
        width: 20%; }
      #content .dashboard .topContent .blockContent .pie-line-business .pie-line-details .pie-table-business .col3 {
        width: 20%; }
      #content .dashboard .topContent .blockContent .pie-line-business .pie-line-details .pie-table-business .col4 {
        width: 20%; }

#content .dashboard .topContent .blockContent .pie-line-milestones {
  margin-top: 50px;
  margin-bottom: 30px; }
  #content .dashboard .topContent .blockContent .pie-line-milestones .pie-line-details {
    padding-top: 30px; }
    #content .dashboard .topContent .blockContent .pie-line-milestones .pie-line-details .pie-table-milestones {
      width: 97%; }
      #content .dashboard .topContent .blockContent .pie-line-milestones .pie-line-details .pie-table-milestones .col1 {
        width: 40%; }
      #content .dashboard .topContent .blockContent .pie-line-milestones .pie-line-details .pie-table-milestones .col2 {
        width: 20%; }
      #content .dashboard .topContent .blockContent .pie-line-milestones .pie-line-details .pie-table-milestones .col3 {
        width: 20%; }
      #content .dashboard .topContent .blockContent .pie-line-milestones .pie-line-details .pie-table-milestones .col4 {
        width: 20%; }

form {
  margin: 40px 0 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #202021; }
  form b {
    font-weight: 600; }
  form .form-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 9px; }
    form .form-line.error-line {
      margin-bottom: 3px; }
    form .form-line label:first-child {
      width: 160px;
      text-align: left;
      margin-right: 10px; }
    form .form-line .info {
      z-index: 1;
      display: inline-block;
      line-height: 34px; }
    form .form-line .input-aside {
      margin-left: 15px; }
    form .form-line .form-radio-line label {
      margin-right: 15px; }
      form .form-line .form-radio-line label input[type='radio'] {
        margin-left: 8px; }
    form .form-line .form-line-info {
      line-height: 34px;
      height: 34px; }
      form .form-line .form-line-info ng-message {
        padding: 0; }

input[type='text'],
input[type='number'],
input[type='email'],
input[type='password'],
textarea {
  -ms-flex: 1;
      flex: 1;
  box-sizing: content-box;
  display: inline-block;
  min-width: 0;
  height: 15px;
  max-width: 380px;
  border-radius: 4px;
  font-size: 13px;
  border: 0;
  padding: 10px 7px 7px 10px;
  border: 1px solid #d8d8d8;
  background-color: white;
  -webkit-appearance: none;
  font-family: 'Roboto', sans-serif;
  transition: all 0.05s;
  z-index: 1; }
  input[type='text']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #ddd; }
  input[type='text']::placeholder,
  input[type='number']::placeholder,
  input[type='email']::placeholder,
  input[type='password']::placeholder,
  textarea::placeholder {
    color: #ddd; }
  input[type='text']:hover,
  input[type='number']:hover,
  input[type='email']:hover,
  input[type='password']:hover,
  textarea:hover {
    border-color: #aeaeae; }
  input[type='text'].small,
  input[type='number'].small,
  input[type='email'].small,
  input[type='password'].small,
  textarea.small {
    max-width: 136px; }
  input[type='text'].medium,
  input[type='number'].medium,
  input[type='email'].medium,
  input[type='password'].medium,
  textarea.medium {
    max-width: 200px; }
  input[type='text'].large,
  input[type='number'].large,
  input[type='email'].large,
  input[type='password'].large,
  textarea.large {
    max-width: 290px; }
  input[type='text'].date-picker,
  input[type='number'].date-picker,
  input[type='email'].date-picker,
  input[type='password'].date-picker,
  textarea.date-picker {
    max-width: 95px; }
  input[type='text']:focus,
  input[type='number']:focus,
  input[type='email']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #00ffd0;
    box-shadow: 0px 0px 3px 0px #00eb94;
    outline: 0; }
  input[type='text']:disabled,
  input[type='number']:disabled,
  input[type='email']:disabled,
  input[type='password']:disabled,
  textarea:disabled {
    cursor: not-allowed;
    background: #f5f5f5; }

.ng-submitted .ng-dirty.ng-invalid,
.ng-submitted .ng-invalid,
.ng-submitted :disabled.ng-invalid {
  border-color: #ff9cb3;
  box-shadow: none;
  background-color: #fff5f5; }
  .ng-submitted .ng-dirty.ng-invalid:-ms-input-placeholder,
  .ng-submitted .ng-invalid:-ms-input-placeholder,
  .ng-submitted :disabled.ng-invalid:-ms-input-placeholder {
    color: #ffabbb; }
  .ng-submitted .ng-dirty.ng-invalid::placeholder,
  .ng-submitted .ng-invalid::placeholder,
  .ng-submitted :disabled.ng-invalid::placeholder {
    color: #ffabbb; }

.ng-flat-datepicker-wrapper {
  position: inherit; }

textarea {
  max-width: none;
  line-height: 140%;
  font-family: 'Roboto', sans-serif; }

.input-icon-calendar {
  margin-left: -24px;
  margin-right: 7px;
  z-index: 1;
  color: #2da9dc;
  font-size: 16px; }

.select-wrapper {
  position: relative;
  min-width: 30px;
  -ms-flex: 1;
      flex: 1;
  max-width: 290px;
  z-index: 1;
  background: #fff;
  color: #000; }
  .select-wrapper:before {
    background: #00adff;
    content: '\E910';
    font-family: 'icomoon';
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 0px;
    bottom: 0px;
    color: #fff;
    width: 34px;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-top: 10px;
    pointer-events: none;
    z-index: 2; }
  .select-wrapper.disabled select:hover {
    border: 1px solid #d8d8d8 !important; }
  .select-wrapper.disabled:before, .select-wrapper.disabled:hover:before {
    background: #bbb; }
  .select-wrapper:hover:before {
    background: #12b4ff; }
  .select-wrapper.small {
    max-width: 130px; }
  .select-wrapper.medium {
    max-width: 200px; }
  .select-wrapper.large {
    max-width: 310px; }
  .select-wrapper select {
    width: 100%;
    appearance: none;
    padding: 8px 30px 7px 10px;
    border-radius: 3px;
    border: 0;
    border: 1px solid #d8d8d8;
    font-size: 13px;
    cursor: pointer;
    background: #fff;
    transition: all 0.05s;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
    height: 34px; }
    .select-wrapper select.ng-empty {
      color: #666; }
    .select-wrapper select.ng-dirty.ng-invalid {
      background-color: #fff5f5; }
    .select-wrapper select:disabled {
      color: #666;
      background: #f5f5f5;
      cursor: default; }
      .select-wrapper select:disabled:hover {
        border-color: #e9e9e9; }
    .select-wrapper select:hover {
      border-color: #aeaeae; }
    .select-wrapper select:focus {
      border-color: #00ffd0;
      box-shadow: 0px 0px 3px 0px #00eb94;
      outline: 0; }

button,
input[type='submit'],
input[type='button'],
.span-button,
.link-button {
  background: #28f0b0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #05160e;
  text-align: center;
  border: 0;
  -ms-flex: 1;
      flex: 1;
  min-width: 30px;
  max-width: 220px;
  font-weight: 400;
  border-radius: 6px;
  cursor: pointer;
  padding: 14px 30px;
  margin-top: 10px;
  margin-left: -1px;
  transition: background 60ms;
  z-index: 1; }
  button.blue,
  input[type='submit'].blue,
  input[type='button'].blue,
  .span-button.blue,
  .link-button.blue {
    background: #10a8ff;
    color: #fff; }
    button.blue.disabled,
    input[type='submit'].blue.disabled,
    input[type='button'].blue.disabled,
    .span-button.blue.disabled,
    .link-button.blue.disabled {
      opacity: 0.7;
      background: #d4d8db;
      color: #f2f2f2;
      cursor: default;
      pointer-events: none; }
      button.blue.disabled:hover,
      input[type='submit'].blue.disabled:hover,
      input[type='button'].blue.disabled:hover,
      .span-button.blue.disabled:hover,
      .link-button.blue.disabled:hover {
        background: #d4d8db; }
    button.blue:hover,
    input[type='submit'].blue:hover,
    input[type='button'].blue:hover,
    .span-button.blue:hover,
    .link-button.blue:hover {
      background: #14b3ff; }
  button:hover,
  input[type='submit']:hover,
  input[type='button']:hover,
  .span-button:hover,
  .link-button:hover {
    background: #20f3b7; }
  button:focus,
  input[type='submit']:focus,
  input[type='button']:focus,
  .span-button:focus,
  .link-button:focus {
    outline: 0; }
  button:disabled,
  input[type='submit']:disabled,
  input[type='button']:disabled,
  .span-button:disabled,
  .link-button:disabled {
    color: #05160e;
    background: #28f0b0;
    opacity: 0.6;
    cursor: default; }
  button.cancel,
  input[type='submit'].cancel,
  input[type='button'].cancel,
  .span-button.cancel,
  .link-button.cancel {
    margin-left: 7px;
    max-width: 180px;
    border: 0px solid #e6e6e6;
    background: #f6f6f6;
    color: #000 !important;
    transition: background 0.15s; }
    button.cancel:hover,
    input[type='submit'].cancel:hover,
    input[type='button'].cancel:hover,
    .span-button.cancel:hover,
    .link-button.cancel:hover {
      background: #ebebeb; }
  button.btn-picto,
  input[type='submit'].btn-picto,
  input[type='button'].btn-picto,
  .span-button.btn-picto,
  .link-button.btn-picto {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: none;
    padding: 14px 20px; }
    button.btn-picto svg path,
    input[type='submit'].btn-picto svg path,
    input[type='button'].btn-picto svg path,
    .span-button.btn-picto svg path,
    .link-button.btn-picto svg path {
      fill: #05160e; }
    button.btn-picto.cancel svg path,
    input[type='submit'].btn-picto.cancel svg path,
    input[type='button'].btn-picto.cancel svg path,
    .span-button.btn-picto.cancel svg path,
    .link-button.btn-picto.cancel svg path {
      fill: #333; }
    button.btn-picto ng-include,
    input[type='submit'].btn-picto ng-include,
    input[type='button'].btn-picto ng-include,
    .span-button.btn-picto ng-include,
    .link-button.btn-picto ng-include {
      margin-right: 10px; }
      button.btn-picto ng-include,
      button.btn-picto ng-include svg,
      input[type='submit'].btn-picto ng-include,
      input[type='submit'].btn-picto ng-include svg,
      input[type='button'].btn-picto ng-include,
      input[type='button'].btn-picto ng-include svg,
      .span-button.btn-picto ng-include,
      .span-button.btn-picto ng-include svg,
      .link-button.btn-picto ng-include,
      .link-button.btn-picto ng-include svg {
        width: 15px;
        height: 15px; }
    button.btn-picto span + ng-include,
    input[type='submit'].btn-picto span + ng-include,
    input[type='button'].btn-picto span + ng-include,
    .span-button.btn-picto span + ng-include,
    .link-button.btn-picto span + ng-include {
      margin-right: 0px;
      margin-left: 10px; }

.span-button {
  position: relative;
  white-space: nowrap;
  max-width: none; }
  .span-button.disabled [class^='icon-'],
  .span-button.disabled [class*=' icon-'] {
    background: rgba(187, 187, 187, 0.5); }
  .span-button [class^='icon-'],
  .span-button [class*=' icon-'] {
    font-size: 19px;
    background: rgba(3, 135, 197, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 38px;
    padding-top: 8px;
    padding-left: 10px; }
  .span-button.left-icon, .span-button.right-icon {
    font-size: 11px;
    letter-spacing: 0.3px; }
  .span-button.left-icon {
    padding: 9px 18px 8px 45px; }
    .span-button.left-icon [class^='icon-'],
    .span-button.left-icon [class*=' icon-'] {
      left: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
  .span-button.right-icon {
    padding: 9px 58px 8px 27px; }
    .span-button.right-icon [class^='icon-'],
    .span-button.right-icon [class*=' icon-'] {
      right: 0;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }

.form-action-line .span-txt {
  margin-top: 10px;
  padding: 13px 30px 10px 30px; }

.form-action-line .span-txt-right {
  float: right; }

.form-action-line .span-txt-error {
  color: #ff506d; }

ng-message,
span.error {
  color: #ff2a5b;
  background: #fff7f7;
  font-size: 13px;
  font-weight: 400;
  margin-left: 14px;
  display: inline-block; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 50000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
  input:-webkit-autofill.ng-invalid,
  input:-webkit-autofill:hover.ng-invalid,
  input:-webkit-autofill:focus.ng-invalid,
  input:-webkit-autofill:active.ng-invalid {
    background-color: #fff5f5 !important; }

.input-currency {
  position: relative; }

.form-note {
  color: #aaa;
  line-height: 34px; }

.ag-cell .checkbox,
.ag-header-cell .checkbox {
  height: 18px;
  width: 18px; }
  .ag-cell .checkbox label,
  .ag-header-cell .checkbox label {
    height: 18px;
    width: 18px; }
    .ag-cell .checkbox label:after,
    .ag-cell .checkbox label .checkbox-cover,
    .ag-header-cell .checkbox label:after,
    .ag-header-cell .checkbox label .checkbox-cover {
      width: 4px;
      height: 9px;
      top: 8px;
      left: 0px; }
  .ag-cell .checkbox input,
  .ag-header-cell .checkbox input {
    display: none; }
    .ag-cell .checkbox input:checked + label:after,
    .ag-cell .checkbox input:checked ~ *,
    .ag-header-cell .checkbox input:checked + label:after,
    .ag-header-cell .checkbox input:checked ~ * {
      animation: check-mini 0.1s;
      border-color: #0fb2ff; }

@keyframes check-mini {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 4px;
    height: 0; }
  50% {
    width: 4px;
    height: 9px; } }

.checkbox {
  margin: 3px 0 0 -2px;
  border-radius: 3px;
  background: #ebebeb;
  border: 0px solid #D8D8D8;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer; }
  .checkbox:hover {
    opacity: 0.95; }
  .checkbox label {
    display: block;
    height: 22px;
    position: relative;
    width: 22px;
    margin-top: 1px;
    margin-left: 1px;
    cursor: pointer; }
    .checkbox label:after,
    .checkbox label .checkbox-cover {
      border-radius: 1px;
      border-top: 3px solid transparent;
      border-right: 3px solid transparent;
      transform: scaleX(-1) rotate(135deg);
      transform-origin: left top;
      width: 5px;
      height: 11px;
      display: block;
      position: absolute;
      top: 10px;
      left: 2px;
      cursor: pointer;
      content: '';
      box-sizing: content-box; }
    .checkbox label:hover:after {
      border-color: transparent; }
  .checkbox input {
    display: none; }
    .checkbox input:checked + label:after,
    .checkbox input:checked ~ * {
      animation: check 0.2s;
      border-color: #0fb2ff; }

.checkbox-label {
  margin-left: 10px;
  margin-top: 6px;
  font-size: 13.4px;
  letter-spacing: 0.2px;
  cursor: pointer; }

@keyframes check {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 5px;
    height: 0; }
  50% {
    width: 5px;
    height: 11px; } }

.custom-select {
  width: 204px;
  position: relative; }

.custom-select-button {
  padding: 6px;
  border-radius: 5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  font-weight: 400;
  text-align: center;
  cursor: pointer; }
  .custom-select-button:hover {
    background: rgba(255, 255, 255, 0.2); }
  .custom-select-button span {
    font-size: 12.7px;
    transition: opacity ease-in 50ms; }
    .custom-select.listOpened .custom-select-button span {
      opacity: .9; }
  .custom-select-button > span {
    position: relative; }
    .custom-select-button > span span {
      position: absolute;
      right: -25px;
      top: 2px;
      opacity: 1; }
  .custom-select-button.blue-button {
    background: #00a2ff;
    color: #fff; }
    .custom-select-button.blue-button:hover {
      opacity: 0.95; }
  .custom-select-button.green-button {
    background: #0bffbc;
    color: #0C201C;
    border-radius: 7px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .custom-select-button.green-button:hover {
      opacity: 0.95; }

.custom-select-list {
  position: absolute;
  opacity: 1;
  z-index: 1;
  width: 100%;
  margin-top: 2px;
  text-align: center;
  background-color: white; }
  .custom-select-list a {
    height: 27px;
    color: #333;
    text-decoration: none;
    display: block; }
  .custom-select-list .custom-select-list {
    padding: 7px 10px;
    width: 100%;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-size: 12.5px;
    text-align: center;
    color: #626669; }
    .custom-select-list .custom-select-list:nth-child(even) {
      background-color: #f6f6f6; }
    .custom-select-list .custom-select-list:nth-child(odd) {
      background-color: #fff; }
    .custom-select-list .custom-select-list:hover {
      background-color: #0099ff;
      color: #fff; }
  .custom-select-list.ng-enter, .custom-select-list.ng-leave {
    transition: opacity ease-in 50ms; }
  .custom-select-list.ng-enter, .custom-select-list.ng-leave.ng-leave-active {
    opacity: 0; }
  .custom-select-list.ng-leave, .custom-select-list.ng-enter.ng-enter-active {
    opacity: 1; }

.form-tags-line {
  margin-top: 10px;
  margin-bottom: 10px !important; }
  .form-tags-line .tags-line-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 700px; }
  .form-tags-line .tag-element {
    margin: 10px 14px 10px 0;
    border-radius: 15px;
    padding: 8px 20px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #0fb2ff;
    background-color: rgba(15, 178, 255, 0.1); }
    .form-tags-line .tag-element .delete-tag {
      top: -4px;
      right: -5px;
      border-radius: 10px;
      width: 18px;
      height: 18px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: absolute;
      cursor: pointer;
      color: #eee;
      background-color: #444; }
  .form-tags-line ng-form {
    margin: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 575px; }
  .form-tags-line .select-wrapper {
    margin-right: 14px; }
  .form-tags-line .add-tag-btn {
    font-size: 22px;
    font-weight: bold;
    color: #9e9e9e;
    cursor: pointer; }
  .form-tags-line button {
    margin-top: 0;
    padding: 2px 6px 3px;
    height: 34px;
    max-width: 160px; }

.form-radio-switch-line {
  cursor: pointer; }
  .form-radio-switch-line label {
    cursor: pointer;
    float: left;
    margin-right: 0 !important; }
    .form-radio-switch-line label:first-of-type .label-content {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .form-radio-switch-line label:last-of-type .label-content {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .form-radio-switch-line label:hover .label-content {
      background-color: #f7f7f7; }
  .form-radio-switch-line input[type='radio'] {
    display: none; }
    .form-radio-switch-line input[type='radio']:checked ~ * {
      color: white;
      font-weight: 400;
      background-color: #0fb2ff; }
      .form-radio-switch-line input[type='radio']:checked ~ * svg {
        fill: white; }
  .form-radio-switch-line .label-content {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-right: 1px solid #fff;
    height: 34px;
    line-height: 34px;
    background-color: #f1f1f1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .form-radio-switch-line .label-content span {
      font-size: 12px; }
    .form-radio-switch-line .label-content ng-include {
      width: 25px;
      margin-right: 2px; }
      .form-radio-switch-line .label-content ng-include svg {
        fill: #35404e;
        vertical-align: -7px; }

.tooltipster-black {
  border-radius: 5px;
  border: 0;
  background: #1b1c1d;
  color: #fff; }
  .tooltipster-black .tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 1px;
    z-index: -1; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-black .tooltipster-content {
  padding: 4px 10px;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px; }
.autocomplete-wrapper {
  display: block;
  -ms-flex: 1;
      flex: 1;
  position: relative;
  max-width: 400px; }
  .autocomplete-wrapper input {
    width: 100%; }

.angucomplete-dropdown-visible .angucomplete-dropdown {
  opacity: 1; }

.angucomplete-dropdown {
  box-shadow: 1px 1px 1px 0px #cfcfcf;
  border-radius: 2px;
  opacity: 0;
  margin-top: 1px;
  margin-left: -1px;
  position: absolute;
  z-index: 10;
  width: 100%;
  box-sizing: content-box;
  max-width: 399px;
  overflow-y: auto;
  max-height: 200px;
  background-color: white;
  border: 1px solid #D8D8D8;
  border-top: 1px solid #eee !important; }

.ng-hide-add .angucomplete-searching, .ng-hide-animate .angucomplete-searching {
  display: none; }

.angucomplete-searching,
.angucomplete-title {
  font-size: 13px;
  font-weight: 400;
  color: #2d2d2d; }
  .angucomplete-searching .suggestion-matched,
  .angucomplete-title .suggestion-matched {
    color: #00a9ef;
    font-weight: 500; }

.angucomplete-searching, .angucomplete-row {
  padding: 6px 11px 4px;
  cursor: pointer;
  background-color: #fff; }

.angucomplete-selected-row {
  background-color: #d1e3f4; }
/**
 * Checkout main vars
 */
.state-change-button {
  display: inline-block;
  min-width: 110px;
  margin-top: -5px; }
  .state-change-button [class^='icon-'],
  .state-change-button [class*=' icon-'] {
    display: inline-block;
    width: 27px;
    font-size: 21px;
    vertical-align: -5px;
    margin-top: -5px;
    margin-right: -4px;
    margin-left: -4px; }
  .state-change-button .stateSelected .stateName {
    display: inline-block; }
    .state-change-button .stateSelected .stateName:first-letter {
      text-transform: uppercase; }

.disable-state-label {
  opacity: 0.4;
  cursor: default; }
  .disable-state-label input,
  .disable-state-label label {
    cursor: default;
    color: #878787; }

.stateList label span {
  display: inline-block; }
  .stateList label span:first-letter {
    text-transform: uppercase; }

.stateSelected {
  padding: 7px 5px 2px 0px;
  background: #ccc;
  border-radius: 20px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  cursor: pointer; }

/**
 * State class mixin
 */
/**
 * Quotations states classes
 */
.quotation-not_sent {
  background: #ff5b54;
  color: #fff; }
  .quotation-not_sent:hover {
    background: #ff6862; }

.quotation-sent {
  background: #ff855b;
  color: #fff; }
  .quotation-sent:hover {
    background: #ff9a77; }

.quotation-signed {
  background: #22fbc9;
  color: #004c3e; }
  .quotation-signed:hover {
    background: #36ffd0; }

.quotation-archived {
  background: #c3eeff;
  color: #0096d1; }
  .quotation-archived:hover {
    background: #def6ff; }

/**
 * Bills states classes
 */
.bill-draft {
  background: #ff5b54;
  color: #fff; }
  .bill-draft:hover {
    background: #ff6862; }

.bill-checked {
  background: #ff9065;
  color: #fff; }
  .bill-checked:hover {
    background: #ffa886; }

.bill-sent {
  background: #4fc7ff;
  color: #fff; }
  .bill-sent:hover {
    background: #93dcff; }

.bill-paid {
  background: #22fbc9;
  color: #004c3e; }
  .bill-paid:hover {
    background: #36ffd0; }

.bill-canceled {
  background: #dcdcdc;
  color: #a2a0a0; }
  .bill-canceled:hover {
    background: #ececec; }

/**
 * Credits states classes
 */
.credit-not_sent {
  background: #ff5b54;
  color: #fff; }
  .credit-not_sent:hover {
    background: #ff6862; }

.credit-sent {
  background: #4fc7ff;
  color: #fff; }
  .credit-sent:hover {
    background: #93dcff; }

.credit-paid {
  background: #22fbc9;
  color: #004c3e; }
  .credit-paid:hover {
    background: #36ffd0; }

.credit-canceled {
  background: #dcdcdc;
  color: #a2a0a0; }
  .credit-canceled:hover {
    background: #ececec; }

/**
 * States list
 */
.changeStateMenu {
  position: absolute;
  width: 150px;
  margin-left: -28px;
  background: #fff;
  z-index: 99;
  box-shadow: 2px 2px 3px 0px #cfcfcf;
  border-radius: 4px;
  padding: 10px;
  top: 53px;
  border: 1px solid #ccc; }
  .changeStateMenu form {
    margin: 0;
    padding: 0; }
  .changeStateMenu:after, .changeStateMenu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .changeStateMenu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px; }
  .changeStateMenu:before {
    border-color: rgba(189, 189, 189, 0);
    border-bottom-color: #bdbdbd;
    border-width: 11px;
    margin-left: -11px; }
  .changeStateMenu li {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    text-align: left;
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 2px;
    color: #878787; }
    .changeStateMenu li:hover {
      color: #0fb2ff; }
    .changeStateMenu li input {
      margin-right: 7px;
      margin-top: 1px; }
    .changeStateMenu li label {
      -ms-flex: 1;
          flex: 1;
      cursor: pointer; }
      .changeStateMenu li label.selected {
        color: #181818;
        font-weight: 600; }
      .changeStateMenu li label:first-letter {
        text-transform: uppercase; }
select-search {
  width: 100%;
  border: 1px solid #DADADA;
  border-radius: 3px;
  height: 32px; }

.select-search {
  position: relative;
  padding: 0;
  padding-top: 2px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-family: 'Roboto', sans-serif; }
  .select-search span:first-child {
    font-weight: 400;
    min-height: 32px;
    padding-top: 8px;
    text-indent: 10px;
    display: block;
    padding-right: 30px;
    cursor: pointer; }
  .select-search:after {
    content: '\E5EF';
    font-family: 'icomoon';
    position: absolute;
    font-size: 23px;
    right: 7px;
    top: 5px;
    pointer-events: none; }
  .select-search.disabled {
    background-color: #F9F9F9;
    cursor: not-allowed; }
  .select-search .select-search-content {
    position: absolute;
    z-index: 3;
    height: 250px;
    top: 34px;
    left: -1px;
    right: -1px;
    border-radius: 3px;
    border: solid 1px #DFDFE1;
    background: #FFFFFF;
    overflow: hidden; }
    .select-search .select-search-content .icon-search {
      position: absolute;
      right: 8px;
      font-size: 19px;
      z-index: 4;
      color: #FFF; }
    .select-search .select-search-content input {
      padding: 11px 10px 10px 10px;
      border-radius: 0;
      color: #FFFFFF;
      background-color: rgba(99, 99, 99, 0.9);
      position: absolute;
      height: 38px;
      top: 0;
      left: 0;
      right: 0;
      z-index: 3;
      width: 100% !important;
      max-width: none;
      box-sizing: border-box; }
      .select-search .select-search-content input:hover {
        border: none; }
      .select-search .select-search-content input:focus {
        box-shadow: none; }
    .select-search .select-search-content .blur {
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      background-color: #FFFFFF;
      height: 38px;
      overflow: hidden;
      z-index: 2; }
      .select-search .select-search-content .blur ul li {
        filter: blur(2px); }
    .select-search .select-search-content .sharp {
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      bottom: 0; }
    .select-search .select-search-content .list {
      margin-top: 5px;
      height: 250px;
      overflow-y: scroll; }
      .select-search .select-search-content .list li {
        line-height: 20px;
        padding: 7px 5px 5px 5px;
        cursor: pointer;
        font-weight: 400; }
        .select-search .select-search-content .list li:first-child {
          margin-top: 35px; }
        .select-search .select-search-content .list li:hover, .select-search .select-search-content .list li.selected {
          background: #eaeaea;
          color: #000; }
select-search-details {
  width: 100%;
  border: 1px solid #DADADA;
  border-radius: 3px;
  height: 32px; }

.select-search-details {
  position: relative;
  padding: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-indent: 10px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif; }
  .select-search-details span {
    line-height: 32px;
    display: block;
    cursor: pointer; }
  .select-search-details:after {
    content: '\E5EF';
    font-family: 'icomoon';
    position: absolute;
    font-size: 23px;
    right: 7px;
    top: 5px;
    pointer-events: none; }
  .select-search-details[disabled=disabled], .select-search-details.disabled {
    background-color: #F9F9F9;
    cursor: not-allowed;
    color: #666; }
  .select-search-details .select-search-content {
    position: absolute;
    z-index: 3;
    height: 250px;
    top: 34px;
    left: -1px;
    right: -1px;
    border-radius: 3px;
    border: solid 1px #DFDFE1;
    background: #FFFFFF;
    overflow: hidden; }
    .select-search-details .select-search-content .icon-search {
      position: absolute;
      right: 8px;
      font-size: 19px;
      z-index: 4;
      color: #FFF; }
    .select-search-details .select-search-content input {
      padding: 11px 10px 10px 10px;
      border-radius: 0;
      color: #FFFFFF;
      background-color: rgba(99, 99, 99, 0.9);
      position: absolute;
      height: 38px;
      top: 0;
      left: 0;
      right: 0;
      z-index: 3;
      width: 100% !important;
      max-width: 400px;
      box-sizing: border-box; }
      .select-search-details .select-search-content input:hover {
        border: none; }
      .select-search-details .select-search-content input:focus {
        box-shadow: none; }
    .select-search-details .select-search-content .blur {
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      background-color: #FFFFFF;
      height: 38px;
      overflow: hidden;
      z-index: 2; }
      .select-search-details .select-search-content .blur ul li {
        filter: blur(2px); }
    .select-search-details .select-search-content .sharp {
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      bottom: 0; }
    .select-search-details .select-search-content .list {
      margin-top: 5px;
      height: 250px;
      overflow-y: scroll; }
      .select-search-details .select-search-content .list li {
        line-height: 20px;
        padding: 0px 0px 4px 0px;
        cursor: pointer; }
        .select-search-details .select-search-content .list li:first-child {
          margin-top: 35px; }
        .select-search-details .select-search-content .list li:hover, .select-search-details .select-search-content .list li.selected {
          background: #1FA6E6;
          color: #FFFFFF; }
          .select-search-details .select-search-content .list li:hover .item-details, .select-search-details .select-search-content .list li.selected .item-details {
            color: #c3ecff; }
        .select-search-details .select-search-content .list li .item-details {
          color: #aaa;
          font-size: 12px;
          margin-top: -4px; }
task-selector {
  width: 100%;
  border: 1px solid #DADADA;
  border-radius: 3px;
  height: 32px; }
  task-selector .task-selector {
    position: relative;
    padding: 0;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 13.1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }
  task-selector .task-selector-selected-item {
    min-height: 32px;
    padding-top: 10px;
    text-indent: 10px;
    display: block;
    cursor: pointer; }
  task-selector:after {
    content: '\E5EF';
    font-family: 'icomoon';
    font-size: 23px;
    position: absolute;
    right: 7px;
    top: 5px;
    pointer-events: none; }
  task-selector.disabled {
    background-color: #F9F9F9;
    cursor: not-allowed; }
  task-selector .task-selector-container {
    position: absolute;
    background: #FFF;
    top: 33px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 5px 0;
    border: solid 1px #DADADA;
    border-radius: 3px;
    max-height: 250px;
    overflow-y: auto; }
    task-selector .task-selector-container .milestone {
      font-weight: 600;
      min-height: 32px;
      padding-top: 10px;
      text-indent: 10px;
      display: block;
      cursor: pointer; }
    task-selector .task-selector-container li.task:hover {
      background-color: #1fa6e6;
      color: #FFFFFF; }
      task-selector .task-selector-container li.task:hover .task-price {
        color: #FFFFFF; }
    task-selector .task-selector-container li.task label {
      transition: null;
      display: block;
      padding: 8px 0 8px 5px;
      cursor: pointer;
      width: auto; }
      task-selector .task-selector-container li.task label .task-price {
        display: inline-block;
        color: #999;
        font-style: 11px; }
#us_report_button {
  background: #455575;
  left: 80px;
  bottom: 0;
  right: auto;
  padding: 0;
  width: 80px;
  font-size: 11px;
  text-align: center;
  border-top: 0;
  border-radius: 4px 4px 0 0; }

#us_report_button:hover {
  border-top: 0; }

/*# sourceMappingURL=main.css.map*/