.ui-multiselect {
  padding: 2px 0 2px 4px;
  text-align: left;
}
.ui-multiselect span.ui-icon {
  float: right;
}
.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px;
}
.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
}
.ui-multiselect-header ul {
  font-size: 0.9em;
}
.ui-multiselect-header ul li {
  float: left;
  padding: 0 10px 0 0;
}
.ui-multiselect-header a {
  text-decoration: none;
}
.ui-multiselect-header a:hover {
  text-decoration: underline;
}
.ui-multiselect-header span.ui-icon {
  float: left;
}
.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0;
}
.ui-multiselect-menu {
  display: none;
  padding: 3px;
  position: absolute;
  z-index: 10000;
  text-align: left;
}
.ui-multiselect-checkboxes {
  position: relative /* fixes bug in IE6/7 */;
  overflow-y: auto;
}
.ui-multiselect-checkboxes label {
  cursor: default;
  display: block;
  border: 1px solid transparent;
  padding: 3px 1px;
}
.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
}
.ui-multiselect-checkboxes li {
  clear: both;
  font-size: 0.9em;
  padding-right: 3px;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
}
/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
  border: none;
}
.ui-multiselect-hasfilter ul {
  position: relative;
  top: 2px;
}
.ui-multiselect-filter {
  float: left;
  margin-right: 10px;
  font-size: 11px;
}
.ui-multiselect-filter input {
  width: 100px;
  font-size: 10px;
  margin-left: 5px;
  height: 15px;
  padding: 2px;
  border: 1px solid #292929;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
/*!
 * Disclaimer
 *
 * This file was originally Bootstrap v2.3.2.
 * It has been overridden several times, and does not looks anymore to the original one.
 * To be closest than the original Bootstrap, we split this folder like the historical v2.3.2.
 *
 * https://github.com/twbs/bootstrap/tree/v2.3.2/less
 *
 * The files contained in this folder are not the original ones, because it needs a lot of work to reset to the
 * original less files.
 *
 * The next comment is the original copyright.
 */
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*!
 * Disclaimer
 * Please read bootstrap.less disclaimer
 */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #fff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
/*!
 * Disclaimer
 * Please read bootstrap.less disclaimer
 */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 10.5px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
/*!
 * Disclaimer
 * Please read bootstrap.less disclaimer
 */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
}
/*!
 * Disclaimer
 * Please read bootstrap.less disclaimer
 */
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-left {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.tabs-left > .tab-content {
  flex: 1;
  height: 100%;
}
.tabs-left > .tab-content > .tab-pane.object-values {
  padding: 15px 20px;
}
/*!
 * Disclaimer
 * Please read bootstrap.less disclaimer
 */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 10.5px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  min-width: 150px;
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.transparent {
  opacity: 0;
}
.invisible {
  visibility: hidden;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/bundles/pimui/lib/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('/bundles/pimui/lib/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('/bundles/pimui/lib/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('/bundles/pimui/lib/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('/bundles/pimui/lib/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14285714em;
  text-align: right;
  padding-right: 0.28571429em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857143em;
}
.icons-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: 0.2em 0.25em 0.15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: 0.3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: 0.9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: 0.8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: 0.05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: 0.2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: 0.2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
/* ============================================================
 * bootstrapSwitch v1.2 by Larentis Mattia @spiritualGuru
 * http://www.larentis.eu/switch/
 * ============================================================
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * ============================================================ */
.has-switch {
  display: inline-block;
  cursor: pointer;
  border: 1px solid;
  border-color: #ddd;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  min-width: 100px;
}
.has-switch.switch-mini {
  min-width: 72px;
}
.has-switch.switch-small {
  min-width: 80px;
}
.has-switch.switch-large {
  min-width: 120px;
}
.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
  cursor: default !important;
}
.has-switch > div {
  display: inline-block;
  width: 150%;
  position: relative;
  top: 0;
}
.has-switch > div.switch-animate {
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.has-switch > div.switch-off {
  left: -50%;
}
.has-switch > div.switch-on {
  left: 0%;
}
.has-switch input[type=checkbox] {
  display: none;
}
.has-switch span,
.has-switch label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.has-switch span.switch-mini,
.has-switch label.switch-mini {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.has-switch span.switch-small,
.has-switch label.switch-small {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.has-switch span.switch-large,
.has-switch label.switch-large {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.has-switch label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 34%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: white;
  border-color: #ddd;
}
.has-switch label:hover,
.has-switch label:focus,
.has-switch label:active,
.has-switch label.active,
.has-switch label.disabled,
.has-switch label[disabled] {
  color: #ffffff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.has-switch label:active,
.has-switch label.active {
  background-color: #cccccc \9;
}
.has-switch label i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.has-switch span {
  text-align: center;
  z-index: 1;
  width: 33%;
}
.has-switch span.switch-right {
  color: #333333;
  background-color: #f0f0f0;
}
.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
  color: #333333;
  background-color: #ffffff;
  *background-color: #f2f2f2;
}
.has-switch span.switch-right:active,
.has-switch span.switch-right.active {
  background-color: #e6e6e6 \9;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  color: #ffffff;
  background-color: #67b373;
}
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled] {
  color: #ffffff;
  background-color: #67b373;
}
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active {
  background-color: #006699 \9;
}
.has-switch span.switch-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #41a7c5;
  background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
  background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
  background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #5bc0de;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-info:hover,
.has-switch span.switch-info:focus,
.has-switch span.switch-info:active,
.has-switch span.switch-info.active,
.has-switch span.switch-info.disabled,
.has-switch span.switch-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.has-switch span.switch-info:active,
.has-switch span.switch-info.active {
  background-color: #31b0d5 \9;
}
.has-switch span.switch-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #58b058;
  background-image: -moz-linear-gradient(top, #51a351, #62c462);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
  background-image: -webkit-linear-gradient(top, #51a351, #62c462);
  background-image: -o-linear-gradient(top, #51a351, #62c462);
  background-image: linear-gradient(to bottom, #51a351, #62c462);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
  border-color: #62c462 #62c462 #3b9e3b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #62c462;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-success:hover,
.has-switch span.switch-success:focus,
.has-switch span.switch-success:active,
.has-switch span.switch-success.active,
.has-switch span.switch-success.disabled,
.has-switch span.switch-success[disabled] {
  color: #ffffff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}
.has-switch span.switch-success:active,
.has-switch span.switch-success.active {
  background-color: #42b142 \9;
}
.has-switch span.switch-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a123;
  background-image: -moz-linear-gradient(top, #f89406, #fbb450);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
  background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
  background-image: -o-linear-gradient(top, #f89406, #fbb450);
  background-image: linear-gradient(to bottom, #f89406, #fbb450);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
  border-color: #fbb450 #fbb450 #f89406;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #fbb450;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-warning:hover,
.has-switch span.switch-warning:focus,
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active,
.has-switch span.switch-warning.disabled,
.has-switch span.switch-warning[disabled] {
  color: #ffffff;
  background-color: #fbb450;
  *background-color: #faa937;
}
.has-switch span.switch-warning:active,
.has-switch span.switch-warning.active {
  background-color: #fa9f1e \9;
}
.has-switch span.switch-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d14641;
  background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
  background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
  background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
  border-color: #ee5f5b #ee5f5b #e51d18;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ee5f5b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.has-switch span.switch-danger:hover,
.has-switch span.switch-danger:focus,
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active,
.has-switch span.switch-danger.disabled,
.has-switch span.switch-danger[disabled] {
  color: #ffffff;
  background-color: #ee5f5b;
  *background-color: #ec4844;
}
.has-switch span.switch-danger:active,
.has-switch span.switch-danger.active {
  background-color: #e9322d \9;
}
/*!
 * Datepicker for Bootstrap v1.6.0-dev (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */
/*
Version: 3.4.1 Timestamp: Thu Jun 27 18:02:10 PDT 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */
}
.select2-container .select2-choice {
  display: block;
  height: 30px;
  padding: 0 0 0 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 30px;
  color: #444;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f1f4f9;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
  background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eeeeee 0%, #ffffff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
  width: calc(100% - 60px);
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 40px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('/bundles/pimui/lib/select2/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-undermask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-color: transparent;
  filter: alpha(opacity=0);
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/bundles/pimui/lib/select2/select2.png') no-repeat 0 1px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff url('/bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px;
  background: url('/bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('/bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('/bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('/bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('/bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('/bundles/pimui/lib/select2/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #fff url('/bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%;
  background: url('/bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('/bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('/bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('/bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('/bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('/bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: white;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('/bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #e7e7eC;
  background-image: none;
  border-left: 0;
  display: none;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none !important;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 30px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('/bundles/pimui/lib/select2/select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 20px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 19px;
  color: #67768a;
  cursor: default;
  border: 1px solid #ccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f1f4f9;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  color: #67768a;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('/bundles/pimui/lib/select2/select2.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
  outline: 0;
  left: 0px;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("/bundles/pimui/lib/select2/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* SLIMBOX */
#lbOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}
#lbCenter,
#lbBottomContainer {
  position: absolute;
  overflow: hidden;
  background-color: #fff;
}
.lbLoading {
  background: #fff url("/bundles/pimui/lib/slimbox2/loading.gif") no-repeat center;
}
#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
  z-index: 1;
}
#lbPrevLink,
#lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}
#lbPrevLink {
  left: 0;
}
#lbPrevLink:hover {
  background: transparent url("/bundles/pimui/lib/slimbox2/prevlabel.gif") no-repeat 0 15%;
}
#lbNextLink {
  right: 0;
}
#lbNextLink:hover {
  background: transparent url("/bundles/pimui/lib/slimbox2/nextlabel.gif") no-repeat 100% 15%;
}
#lbBottom {
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}
#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url("/bundles/pimui/lib/slimbox2/closelabel.gif") no-repeat center;
  margin: 5px 0;
  outline: none;
}
#lbCaption,
#lbNumber {
  margin-right: 71px;
}
#lbCaption {
  font-weight: bold;
}
.note-editor {
  position: relative;
  border: 1px solid #a9a9a9;
}
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: white;
  border: 2px dashed #87cefa;
  opacity: 0.95;
  pointer-event: none;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.note-editor .note-dropzone.hover {
  color: #098ddf;
  border: 2px dashed #098ddf;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor .note-toolbar {
  background-color: #f5f5f5;
  border-bottom: 1px solid #a9a9a9;
}
.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
}
.note-editor.fullscreen .note-editable {
  background-color: white;
}
.note-editor.fullscreen .note-resizebar {
  display: none;
}
.note-editor.codeview .note-editable {
  display: none;
}
.note-editor.codeview .note-codable {
  display: block;
}
.note-editor .note-statusbar {
  background-color: #f5f5f5;
}
.note-editor .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  cursor: ns-resize;
  border-top: 1px solid #a9a9a9;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}
.note-editor .note-editable[contenteditable=true]:empty:not(:focus):before {
  color: #a9a9a9;
  content: attr(data-placeholder);
}
.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: 0;
}
.note-editor .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}
.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.note-air-editor {
  outline: 0;
}
.note-popover .popover {
  max-width: none;
}
.note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.note-popover .popover .arrow {
  left: 20px;
}
.note-popover .popover .popover-content,
.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
}
.note-popover .popover .popover-content > .btn-group,
.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}
.note-popover .popover .popover-content .btn-group .note-table,
.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker,
.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute!important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative!important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute!important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover .popover-content .note-style h1,
.note-toolbar .note-style h1,
.note-popover .popover .popover-content .note-style h2,
.note-toolbar .note-style h2,
.note-popover .popover .popover-content .note-style h3,
.note-toolbar .note-style h3,
.note-popover .popover .popover-content .note-style h4,
.note-toolbar .note-style h4,
.note-popover .popover .popover-content .note-style h5,
.note-toolbar .note-style h5,
.note-popover .popover .popover-content .note-style h6,
.note-toolbar .note-style h6,
.note-popover .popover .popover-content .note-style blockquote,
.note-toolbar .note-style blockquote {
  margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-toggle,
.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu,
.note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,
.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,
.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,
.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}
.note-popover .popover .popover-content .note-para .dropdown-menu,
.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.note-popover .popover .popover-content .note-para .dropdown-menu > div:first-child,
.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}
.note-popover .popover .popover-content .dropdown-menu,
.note-toolbar .dropdown-menu {
  min-width: 90px;
}
.note-popover .popover .popover-content .dropdown-menu.right,
.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-popover .popover .popover-content .dropdown-menu.right::before,
.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-popover .popover .popover-content .dropdown-menu.right::after,
.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-popover .popover .popover-content .dropdown-menu li a i,
.note-toolbar .dropdown-menu li a i {
  color: deepskyblue;
  visibility: hidden;
}
.note-popover .popover .popover-content .dropdown-menu li a.checked i,
.note-toolbar .dropdown-menu li a.checked i {
  visibility: visible;
}
.note-popover .popover .popover-content .note-fontsize-10,
.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}
.note-popover .popover .popover-content .note-color-palette,
.note-toolbar .note-color-palette {
  line-height: 1;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn,
.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,
.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}
.note-dialog > div {
  display: none;
}
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}
.note-dialog .note-modal-form {
  margin: 0;
}
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}
.note-dialog .note-help-dialog {
  font-size: 12px;
  color: #ccc;
  background: transparent;
  background-color: #222 !important;
  border: 0;
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}
.note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.note-dialog .note-help-dialog a {
  font-size: 12px;
  color: white;
}
.note-dialog .note-help-dialog .title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  border-bottom: white 1px solid;
}
.note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #dd0;
  cursor: pointer;
}
.note-dialog .note-help-dialog .text-center {
  margin: 10px 0 0;
}
.note-dialog .note-help-dialog .note-shortcut {
  padding-top: 8px;
  padding-bottom: 8px;
}
.note-dialog .note-help-dialog .note-shortcut-row {
  margin-right: -5px;
  margin-left: -5px;
}
.note-dialog .note-help-dialog .note-shortcut-col {
  padding-right: 5px;
  padding-left: 5px;
}
.note-dialog .note-help-dialog .note-shortcut-title {
  font-size: 13px;
  font-weight: bold;
  color: #dd0;
}
.note-dialog .note-help-dialog .note-shortcut-key {
  font-family: "Courier New";
  color: #dd0;
  text-align: right;
}
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}
.note-handle .note-control-selection > div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}
/* Overrides src/Pim/Bundle/UIBundle/Resources/public/lib/bootstrap-switch/bootstrap.switch.css */
.has-switch {
  border-radius: 100px;
  height: 32px;
  width: 64px;
  border: none;
  overflow: initial;
  margin-right: 360px;
}
.has-switch label,
.has-switch label:active {
  background: none;
  width: 96px;
  border: none;
  margin-left: -32px;
  z-index: 1;
}
.has-switch label:hover,
.has-switch label:active:hover {
  background: none;
}
.has-switch label:after,
.has-switch label:active:after {
  content: ' ';
  background: white;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  position: absolute;
  top: 2px;
  left: 33px;
}
.has-switch.switch-small {
  min-width: 64px;
}
.has-switch .switch-off,
.has-switch .switch-on {
  height: 32px;
  margin-left: 32px;
  width: 100%;
}
.has-switch > div {
  transition: all 0.2s ease !important;
  border-radius: 100px;
  display: flex;
}
.has-switch .switch-off {
  background: #9faab8;
}
.has-switch .switch-on {
  background: #67b373;
  margin-left: 0;
  padding-left: 50%;
}
.has-switch.deactivate {
  cursor: not-allowed !important;
}
.has-switch.deactivate label:hover {
  color: white;
  cursor: not-allowed !important;
}
.has-switch.deactivate span {
  cursor: not-allowed !important;
}
.has-switch span.switch-primary,
.has-switch span.switch-left {
  background: none;
}
.has-switch span.switch-right {
  background: none;
}
.has-switch span.switch-right:hover,
.has-switch span.switch-right:focus,
.has-switch span.switch-right:active,
.has-switch span.switch-right.active,
.has-switch span.switch-right.disabled,
.has-switch span.switch-right[disabled] {
  background: none;
}
.has-switch span.switch-primary:hover,
.has-switch span.switch-left:hover,
.has-switch span.switch-primary:focus,
.has-switch span.switch-left:focus,
.has-switch span.switch-primary:active,
.has-switch span.switch-left:active,
.has-switch span.switch-primary.active,
.has-switch span.switch-left.active,
.has-switch span.switch-primary.disabled,
.has-switch span.switch-left.disabled,
.has-switch span.switch-primary[disabled],
.has-switch span.switch-left[disabled] {
  background: none;
}
.has-switch span.switch-small {
  position: absolute;
  left: 74px;
  color: #515d6d !important;
  line-height: 32px;
  padding: 0;
}
.has-switch .switch-off .switch-left,
.has-switch .switch-on .switch-right {
  display: none;
}
.AknDropdown.open .AknDropdown-menu,
.AknDropdown-menu.ui-multiselect-menu {
  display: block;
  transform: scale(1);
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 0.2s;
  transition-timing-function: ease-in;
  cursor: default;
  z-index: 804;
}
.AknDropdown.top .AknDropdown-menu {
  bottom: 0;
  top: auto;
}
.AknDropdown.left .AknDropdown-menu {
  right: 0;
  left: auto;
}
.AknDropdown.open .AknDropdown-menuTitle,
.AknDropdown.open .AknDropdown-menuLink {
  line-height: 26px;
}
.AknDropdown.open .AknIconButton--value {
  background-image: url("/bundles/pimui/images/icon-value-purple.svg");
  opacity: 1;
}
/* jQuery UI dialog */
.ui-dialog {
  z-index: 950;
}
.ui-dialog .ui-widget-header {
  background: #52267D;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  color: white;
  padding: 0 16px;
  font-weight: normal;
  border: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog .row-fluid {
  padding: 10px 20px;
}
.ui-dialog .ui-dialog-buttonset {
  border-top: 1px solid #ccd1d8;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px 20px;
}
.ui-dialog .btn {
  color: white;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  min-width: 32px;
  padding: 0 16px;
  display: inline-block;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  margin-left: 10px;
  transition: background 0.1s ease, border-color 0.1s ease, color 0.1s ease;
}
.ui-dialog .btn.btn-primary {
  background-color: #67b373;
}
.ui-dialog .btn.btn-primary:hover {
  background: #4d9a59;
}
.ui-dialog .btn:not(.btn-primary) {
  border: 1px solid #A1A9B7;
  color: #A1A9B7;
  background: white;
}
.ui-dialog .btn:not(.btn-primary):hover {
  color: #697589;
  border-color: #697589;
}
.ui-widget-overlay {
  background: black;
}
.dropdown-menu > li > a,
.dropdown-menu > li.active > a {
  color: #8543c6;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li > a:active,
.dropdown-menu > li.active > a:active {
  color: #381a56;
  cursor: pointer;
}
.dropdown-menu {
  margin-top: -1px;
  border-radius: 0;
  z-index: 1050;
}
.dropdown-menu .divider {
  border-bottom-color: #ccd1d8;
  margin: 4px 0;
}
.dropdown:after {
  content: "";
  clear: both;
  display: block;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: #F9F9FB;
  color: #67768A;
}
.dropdown-menu > li > a,
.dropdown-menu > li.active > a {
  color: #67768A;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus {
  background: #52267D;
  color: white;
}
.flag {
  width: 16px;
  height: 11px;
  display: inline-block;
  background: url("/bundles/pimui/images/flags.png") no-repeat;
  vertical-align: baseline;
}
.flag.flag-ad {
  background-position: -16px 0px;
}
.flag.flag-ae {
  background-position: -32px 0px;
}
.flag.flag-af {
  background-position: -48px 0px;
}
.flag.flag-ag {
  background-position: -64px 0px;
}
.flag.flag-ai {
  background-position: -80px 0px;
}
.flag.flag-al {
  background-position: -96px 0px;
}
.flag.flag-am {
  background-position: -112px 0px;
}
.flag.flag-an {
  background-position: -128px 0px;
}
.flag.flag-ao {
  background-position: -144px 0px;
}
.flag.flag-ar {
  background-position: -160px 0px;
}
.flag.flag-as {
  background-position: -176px 0px;
}
.flag.flag-at {
  background-position: -192px 0px;
}
.flag.flag-au {
  background-position: -208px 0px;
}
.flag.flag-aw {
  background-position: -224px 0px;
}
.flag.flag-az {
  background-position: -240px 0px;
}
.flag.flag-ba {
  background-position: 0px -11px;
}
.flag.flag-bb {
  background-position: -16px -11px;
}
.flag.flag-bd {
  background-position: -32px -11px;
}
.flag.flag-be {
  background-position: -48px -11px;
}
.flag.flag-bf {
  background-position: -64px -11px;
}
.flag.flag-bg {
  background-position: -80px -11px;
}
.flag.flag-bh {
  background-position: -96px -11px;
}
.flag.flag-bi {
  background-position: -112px -11px;
}
.flag.flag-bj {
  background-position: -128px -11px;
}
.flag.flag-bm {
  background-position: -144px -11px;
}
.flag.flag-bn {
  background-position: -160px -11px;
}
.flag.flag-bo {
  background-position: -176px -11px;
}
.flag.flag-br {
  background-position: -192px -11px;
}
.flag.flag-bs {
  background-position: -208px -11px;
}
.flag.flag-bt {
  background-position: -224px -11px;
}
.flag.flag-bv {
  background-position: -240px -11px;
}
.flag.flag-bw {
  background-position: 0px -22px;
}
.flag.flag-by {
  background-position: -16px -22px;
}
.flag.flag-bz {
  background-position: -32px -22px;
}
.flag.flag-ca {
  background-position: -48px -22px;
}
.flag.flag-catalonia {
  background-position: -64px -22px;
}
.flag.flag-cd {
  background-position: -80px -22px;
}
.flag.flag-cf {
  background-position: -96px -22px;
}
.flag.flag-cg {
  background-position: -112px -22px;
}
.flag.flag-ch {
  background-position: -128px -22px;
}
.flag.flag-ci {
  background-position: -144px -22px;
}
.flag.flag-ck {
  background-position: -160px -22px;
}
.flag.flag-cl {
  background-position: -176px -22px;
}
.flag.flag-cm {
  background-position: -192px -22px;
}
.flag.flag-cn {
  background-position: -208px -22px;
}
.flag.flag-co {
  background-position: -224px -22px;
}
.flag.flag-cr {
  background-position: -240px -22px;
}
.flag.flag-cu {
  background-position: 0px -33px;
}
.flag.flag-cv {
  background-position: -16px -33px;
}
.flag.flag-cw {
  background-position: -32px -33px;
}
.flag.flag-cy {
  background-position: -48px -33px;
}
.flag.flag-cz {
  background-position: -64px -33px;
}
.flag.flag-de {
  background-position: -80px -33px;
}
.flag.flag-dj {
  background-position: -96px -33px;
}
.flag.flag-dk {
  background-position: -112px -33px;
}
.flag.flag-dm {
  background-position: -128px -33px;
}
.flag.flag-do {
  background-position: -144px -33px;
}
.flag.flag-dz {
  background-position: -160px -33px;
}
.flag.flag-ec {
  background-position: -176px -33px;
}
.flag.flag-ee {
  background-position: -192px -33px;
}
.flag.flag-eg {
  background-position: -208px -33px;
}
.flag.flag-eh {
  background-position: -224px -33px;
}
.flag.flag-england {
  background-position: -240px -33px;
}
.flag.flag-er {
  background-position: 0px -44px;
}
.flag.flag-es {
  background-position: -16px -44px;
}
.flag.flag-et {
  background-position: -32px -44px;
}
.flag.flag-eu {
  background-position: -48px -44px;
}
.flag.flag-fi {
  background-position: -64px -44px;
}
.flag.flag-fj {
  background-position: -80px -44px;
}
.flag.flag-fk {
  background-position: -96px -44px;
}
.flag.flag-fm {
  background-position: -112px -44px;
}
.flag.flag-fo {
  background-position: -128px -44px;
}
.flag.flag-fr {
  background-position: -144px -44px;
}
.flag.flag-ga {
  background-position: -160px -44px;
}
.flag.flag-gb {
  background-position: -176px -44px;
}
.flag.flag-gd {
  background-position: -192px -44px;
}
.flag.flag-ge {
  background-position: -208px -44px;
}
.flag.flag-gf {
  background-position: -224px -44px;
}
.flag.flag-gg {
  background-position: -240px -44px;
}
.flag.flag-gh {
  background-position: 0px -55px;
}
.flag.flag-gi {
  background-position: -16px -55px;
}
.flag.flag-gl {
  background-position: -32px -55px;
}
.flag.flag-gm {
  background-position: -48px -55px;
}
.flag.flag-gn {
  background-position: -64px -55px;
}
.flag.flag-gp {
  background-position: -80px -55px;
}
.flag.flag-gq {
  background-position: -96px -55px;
}
.flag.flag-gr {
  background-position: -112px -55px;
}
.flag.flag-gs {
  background-position: -128px -55px;
}
.flag.flag-gt {
  background-position: -144px -55px;
}
.flag.flag-gu {
  background-position: -160px -55px;
}
.flag.flag-gw {
  background-position: -176px -55px;
}
.flag.flag-gy {
  background-position: -192px -55px;
}
.flag.flag-hk {
  background-position: -208px -55px;
}
.flag.flag-hm {
  background-position: -224px -55px;
}
.flag.flag-hn {
  background-position: -240px -55px;
}
.flag.flag-hr {
  background-position: 0px -66px;
}
.flag.flag-ht {
  background-position: -16px -66px;
}
.flag.flag-hu {
  background-position: -32px -66px;
}
.flag.flag-ic {
  background-position: -48px -66px;
}
.flag.flag-id {
  background-position: -64px -66px;
}
.flag.flag-ie {
  background-position: -80px -66px;
}
.flag.flag-il {
  background-position: -96px -66px;
}
.flag.flag-im {
  background-position: -112px -66px;
}
.flag.flag-in {
  background-position: -128px -66px;
}
.flag.flag-io {
  background-position: -144px -66px;
}
.flag.flag-iq {
  background-position: -160px -66px;
}
.flag.flag-ir {
  background-position: -176px -66px;
}
.flag.flag-is {
  background-position: -192px -66px;
}
.flag.flag-it {
  background-position: -208px -66px;
}
.flag.flag-je {
  background-position: -224px -66px;
}
.flag.flag-jm {
  background-position: -240px -66px;
}
.flag.flag-jo {
  background-position: 0px -77px;
}
.flag.flag-jp {
  background-position: -16px -77px;
}
.flag.flag-ke {
  background-position: -32px -77px;
}
.flag.flag-kg {
  background-position: -48px -77px;
}
.flag.flag-kh {
  background-position: -64px -77px;
}
.flag.flag-ki {
  background-position: -80px -77px;
}
.flag.flag-km {
  background-position: -96px -77px;
}
.flag.flag-kn {
  background-position: -112px -77px;
}
.flag.flag-kp {
  background-position: -128px -77px;
}
.flag.flag-kr {
  background-position: -144px -77px;
}
.flag.flag-kurdistan {
  background-position: -160px -77px;
}
.flag.flag-kw {
  background-position: -176px -77px;
}
.flag.flag-ky {
  background-position: -192px -77px;
}
.flag.flag-kz {
  background-position: -208px -77px;
}
.flag.flag-la {
  background-position: -224px -77px;
}
.flag.flag-lb {
  background-position: -240px -77px;
}
.flag.flag-lc {
  background-position: 0px -88px;
}
.flag.flag-li {
  background-position: -16px -88px;
}
.flag.flag-lk {
  background-position: -32px -88px;
}
.flag.flag-lr {
  background-position: -48px -88px;
}
.flag.flag-ls {
  background-position: -64px -88px;
}
.flag.flag-lt {
  background-position: -80px -88px;
}
.flag.flag-lu {
  background-position: -96px -88px;
}
.flag.flag-lv {
  background-position: -112px -88px;
}
.flag.flag-ly {
  background-position: -128px -88px;
}
.flag.flag-ma {
  background-position: -144px -88px;
}
.flag.flag-mc {
  background-position: -160px -88px;
}
.flag.flag-md {
  background-position: -176px -88px;
}
.flag.flag-me {
  background-position: -192px -88px;
}
.flag.flag-mg {
  background-position: -208px -88px;
}
.flag.flag-mh {
  background-position: -224px -88px;
}
.flag.flag-mk {
  background-position: -240px -88px;
}
.flag.flag-ml {
  background-position: 0px -99px;
}
.flag.flag-mm {
  background-position: -16px -99px;
}
.flag.flag-mn {
  background-position: -32px -99px;
}
.flag.flag-mo {
  background-position: -48px -99px;
}
.flag.flag-mp {
  background-position: -64px -99px;
}
.flag.flag-mq {
  background-position: -80px -99px;
}
.flag.flag-mr {
  background-position: -96px -99px;
}
.flag.flag-ms {
  background-position: -112px -99px;
}
.flag.flag-mt {
  background-position: -128px -99px;
}
.flag.flag-mu {
  background-position: -144px -99px;
}
.flag.flag-mv {
  background-position: -160px -99px;
}
.flag.flag-mw {
  background-position: -176px -99px;
}
.flag.flag-mx {
  background-position: -192px -99px;
}
.flag.flag-my {
  background-position: -208px -99px;
}
.flag.flag-mz {
  background-position: -224px -99px;
}
.flag.flag-na {
  background-position: -240px -99px;
}
.flag.flag-nc {
  background-position: 0px -110px;
}
.flag.flag-ne {
  background-position: -16px -110px;
}
.flag.flag-nf {
  background-position: -32px -110px;
}
.flag.flag-ng {
  background-position: -48px -110px;
}
.flag.flag-ni {
  background-position: -64px -110px;
}
.flag.flag-nl {
  background-position: -80px -110px;
}
.flag.flag-no {
  background-position: -96px -110px;
}
.flag.flag-np {
  background-position: -112px -110px;
}
.flag.flag-nr {
  background-position: -128px -110px;
}
.flag.flag-nu {
  background-position: -144px -110px;
}
.flag.flag-nz {
  background-position: -160px -110px;
}
.flag.flag-om {
  background-position: -176px -110px;
}
.flag.flag-pa {
  background-position: -192px -110px;
}
.flag.flag-pe {
  background-position: -208px -110px;
}
.flag.flag-pf {
  background-position: -224px -110px;
}
.flag.flag-pg {
  background-position: -240px -110px;
}
.flag.flag-ph {
  background-position: 0px -121px;
}
.flag.flag-pk {
  background-position: -16px -121px;
}
.flag.flag-pl {
  background-position: -32px -121px;
}
.flag.flag-pm {
  background-position: -48px -121px;
}
.flag.flag-pn {
  background-position: -64px -121px;
}
.flag.flag-pr {
  background-position: -80px -121px;
}
.flag.flag-ps {
  background-position: -96px -121px;
}
.flag.flag-pt {
  background-position: -112px -121px;
}
.flag.flag-pw {
  background-position: -128px -121px;
}
.flag.flag-py {
  background-position: -144px -121px;
}
.flag.flag-qa {
  background-position: -160px -121px;
}
.flag.flag-re {
  background-position: -176px -121px;
}
.flag.flag-ro {
  background-position: -192px -121px;
}
.flag.flag-rs {
  background-position: -208px -121px;
}
.flag.flag-cs {
  background-position: -208px -121px;
}
.flag.flag-ru {
  background-position: -224px -121px;
}
.flag.flag-rw {
  background-position: -240px -121px;
}
.flag.flag-sa {
  background-position: 0px -132px;
}
.flag.flag-sb {
  background-position: -16px -132px;
}
.flag.flag-sc {
  background-position: -32px -132px;
}
.flag.flag-scotland {
  background-position: -48px -132px;
}
.flag.flag-sd {
  background-position: -64px -132px;
}
.flag.flag-se {
  background-position: -80px -132px;
}
.flag.flag-sg {
  background-position: -96px -132px;
}
.flag.flag-sh {
  background-position: -112px -132px;
}
.flag.flag-si {
  background-position: -128px -132px;
}
.flag.flag-sk {
  background-position: -144px -132px;
}
.flag.flag-sl {
  background-position: -160px -132px;
}
.flag.flag-sm {
  background-position: -176px -132px;
}
.flag.flag-sn {
  background-position: -192px -132px;
}
.flag.flag-so {
  background-position: -208px -132px;
}
.flag.flag-somaliland {
  background-position: -224px -132px;
}
.flag.flag-sr {
  background-position: -240px -132px;
}
.flag.flag-ss {
  background-position: 0px -143px;
}
.flag.flag-st {
  background-position: -16px -143px;
}
.flag.flag-sv {
  background-position: -32px -143px;
}
.flag.flag-sx {
  background-position: -48px -143px;
}
.flag.flag-sy {
  background-position: -64px -143px;
}
.flag.flag-sz {
  background-position: -80px -143px;
}
.flag.flag-tc {
  background-position: -96px -143px;
}
.flag.flag-td {
  background-position: -112px -143px;
}
.flag.flag-tf {
  background-position: -128px -143px;
}
.flag.flag-tg {
  background-position: -144px -143px;
}
.flag.flag-th {
  background-position: -160px -143px;
}
.flag.flag-tj {
  background-position: -176px -143px;
}
.flag.flag-tk {
  background-position: -192px -143px;
}
.flag.flag-tl {
  background-position: -208px -143px;
}
.flag.flag-tm {
  background-position: -224px -143px;
}
.flag.flag-tn {
  background-position: -240px -143px;
}
.flag.flag-to {
  background-position: 0px -154px;
}
.flag.flag-tr {
  background-position: -16px -154px;
}
.flag.flag-tt {
  background-position: -32px -154px;
}
.flag.flag-tv {
  background-position: -48px -154px;
}
.flag.flag-tw {
  background-position: -64px -154px;
}
.flag.flag-tz {
  background-position: -80px -154px;
}
.flag.flag-ua {
  background-position: -96px -154px;
}
.flag.flag-ug {
  background-position: -112px -154px;
}
.flag.flag-um {
  background-position: -128px -154px;
}
.flag.flag-us {
  background-position: -144px -154px;
}
.flag.flag-uy {
  background-position: -160px -154px;
}
.flag.flag-uz {
  background-position: -176px -154px;
}
.flag.flag-va {
  background-position: -192px -154px;
}
.flag.flag-vc {
  background-position: -208px -154px;
}
.flag.flag-ve {
  background-position: -224px -154px;
}
.flag.flag-vg {
  background-position: -240px -154px;
}
.flag.flag-vi {
  background-position: 0px -165px;
}
.flag.flag-vn {
  background-position: -16px -165px;
}
.flag.flag-vu {
  background-position: -32px -165px;
}
.flag.flag-wales {
  background-position: -48px -165px;
}
.flag.flag-wf {
  background-position: -64px -165px;
}
.flag.flag-ws {
  background-position: -80px -165px;
}
.flag.flag-ye {
  background-position: -96px -165px;
}
.flag.flag-yt {
  background-position: -112px -165px;
}
.flag.flag-za {
  background-position: -128px -165px;
}
.flag.flag-zanzibar {
  background-position: -144px -165px;
}
.flag.flag-zm {
  background-position: -160px -165px;
}
.flag.flag-zw {
  background-position: -176px -165px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block !important;
  margin: 0 3px;
  font-size: 15px;
}
[class^='icon-'].hide-text:after,
[class^='icon-'].hide-text:before {
  font-size: 15px;
  color: #67768A;
  padding: 0;
  text-indent: 0;
}
.icon-category,
.icon-product {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-left: -1px;
}
.icon-category {
  background-image: url("/bundles/pimui/images/small-icon-category.png");
}
.icon-product {
  background-image: url("/bundles/pimui/images/small-icon-product.png");
}
#jstree-marker {
  margin-top: 5px !important;
}
#jstree-marker-line {
  margin-top: 5px !important;
}
.jstree.jstree-default > ul {
  max-height: calc(100vh - 213px);
  overflow: hidden auto;
}
.jstree.jstree-default ins {
  height: 25px;
  width: 25px;
}
.jstree.jstree-default li {
  line-height: 24px;
}
.jstree.jstree-default .jstree-hovered {
  background: none;
  border-color: transparent;
}
.jstree.jstree-default .jstree-clicked,
.jstree.jstree-default .jstree-checked > a {
  background: none;
  border-color: transparent;
  font-weight: bold;
  color: #5992C7;
}
.jstree.jstree-default li.jstree-checked > a > .jstree-checkbox {
  background-color: #5992C7;
  background-image: url("/bundles/pimui/images/icon-checkwhite.svg");
  background-position: 0 0;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  border: 1px solid #ccd1d8;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  margin-top: 8px;
}
.jstree.jstree-default li.jstree-unchecked > a > .jstree-checkbox {
  background-color: #F9F9FB;
  background: none;
  border: 1px solid #ccd1d8;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  margin-top: 8px;
}
.jstree.jstree-default a {
  font-size: 15px;
  color: #11324D;
  line-height: 24px;
  padding-right: 30px;
}
.jstree.jstree-default .jstree-closed > ins {
  background-size: 20px 20px;
  background-image: url("/bundles/pimui/images/jstree/icon-right.svg");
  opacity: 0.5;
  background-position: 0 3px;
}
.jstree.jstree-default .jstree-leaf > ins {
  background: none;
}
.jstree.jstree-default .jstree-leaf > a > ins.jstree-icon {
  background-size: 20px 20px;
  background-image: url("/bundles/pimui/images/jstree/icon-folder.svg");
  background-repeat: no-repeat;
  opacity: 1;
  background-position: 0 3px;
}
.jstree.jstree-default .jstree-leaf.jstree-checked > a > ins.jstree-icon,
.jstree.jstree-default .jstree-leaf > a.jstree-clicked > ins.jstree-icon {
  background-size: 20px 20px;
  background-image: url("/bundles/pimui/images/jstree/icon-folderfull.svg");
  background-repeat: no-repeat;
  opacity: 1;
  background-position: 0 3px;
}
.jstree.jstree-default .jstree-open > ins {
  background-size: 20px 20px;
  background-image: url("/bundles/pimui/images/jstree/icon-down.svg");
  opacity: 0.5;
  background-position: 0 3px;
}
.jstree.jstree-default a .jstree-icon {
  background-size: 20px 20px;
  background: url("/bundles/pimui/images/jstree/icon-folders.svg") 0 0;
  background-repeat: no-repeat;
  opacity: 1;
  width: 22px;
}
.jstree.jstree-default a.jstree-clicked .jstree-icon,
.jstree.jstree-default .jstree-checked > a > ins.jstree-icon {
  background-size: 20px 20px;
  background: url("/bundles/pimui/images/jstree/icon-foldersfull.svg") 0 0;
  opacity: 1;
  height: 22px;
}
.jstree .jstree-tree-toolbar .select2-container .select2-choice {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #9452BA;
  color: #9452BA;
  padding: 0;
  margin-top: -10px;
  font-size: 15px;
  line-height: 44px;
}
.jstree .jstree-tree-toolbar .select2-container .select2-choice .select2-arrow {
  border-left: none;
  background: url("/bundles/pimui/images/icon-down.svg") no-repeat 100% center;
  background-size: 20px;
}
.jstree .jstree-tree-toolbar .select2-container .select2-choice .select2-arrow b {
  display: none;
}
.jstree .jstree-footer {
  position: absolute;
  width: calc(100% - 40px);
  border-top: 1px solid #ccd1d8;
  bottom: 0;
  display: block;
  line-height: 32px;
  overflow: hidden;
  padding: 10px 0 20px 0;
  background: white;
}
.jstree .jstree-footer .control-label {
  display: block;
  line-height: 20px;
}
.jstree .jstree-footer .pull-left,
.jstree .jstree-footer .pull-right {
  float: none;
}
.jstree .jstree-lockeditem {
  height: 35px;
  display: inline-block;
  font-size: 14px;
  padding: 0;
  color: #11324D !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 32px);
  overflow: hidden;
  cursor: not-allowed;
  font-weight: bold;
}
.jstree .jstree-lockedicon {
  background: url("/bundles/pimui/images/jstree/icon-folderfull.svg") no-repeat center 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 8px;
}
#root-unselectable .jstree-root > a {
  font-weight: normal;
  color: #11324D !important;
}
#root-unselectable .jstree-root > a > .jstree-checkbox {
  display: none;
}
#root-unselectable .jstree-root > a > .jstree-icon {
  background-size: 20px 20px;
  background: url("/bundles/pimui/images/jstree/icon-folders.svg") 0 0;
  opacity: 1;
  height: 22px;
}
.AknColumnConfigurator-column .jstree.jstree-default {
  margin-top: 16px;
}
.AknColumnConfigurator-column .jstree.jstree-default > ul {
  overflow: hidden;
  max-height: none;
}
.AknColumnConfigurator-column .jstree.jstree-default .jstree-footer {
  position: inherit;
}
.ui-dialog {
  background: white;
  border: 1px solid #ccd1d8;
}
.ui-sortable-handle {
  cursor: move;
}
.ui-sortable.ui-sortable-disabled .ui-sortable-handle {
  display: none;
}
.AknHorizontalNavtab-item.active .AknHorizontalNavtab-link {
  color: #9452BA;
  border-bottom: 3px solid #9452BA;
}
.ui-resizable-e {
  position: absolute;
  width: 7px;
  border-left: 1px #ccd1d8 solid;
  height: 100%;
  top: 0;
  display: block;
  right: 0;
  word-break: break-all;
  word-break: break-word;
}
.ui-resizable-e:hover {
  cursor: ew-resize;
}
.ui-resizable-e:after {
  display: block;
  content: '...';
  width: 100%;
  font-size: 17px;
  top: 50%;
  position: absolute;
  line-height: 5px;
  color: #A1A9B7;
  height: 24px;
  margin-top: -24px;
  text-align: center;
}
.ui-resizable-container {
  position: relative;
}
.ui-resizable-container .ui-resizable-e {
  border-left: 0;
  border-right: 1px #ccd1d8 solid;
  right: -10px;
}
.ui-resizable-container--column {
  position: relative;
}
.ui-resizable-container--column .ui-resizable-e {
  height: calc(100% + 2px);
  top: -1px;
  right: -8px;
  border: 1px #ccd1d8 solid;
  border-left: 0;
}
.ui-multiselect {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  border: 1px solid #ccd1d8;
  color: #67768A;
  background-color: white;
  border-radius: 2px;
  font-weight: normal;
  padding: 0 10px !important;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
}
.ui-multiselect-filter {
  float: none !important;
}
.ui-multiselect-menu {
  max-width: 235px;
  border: 1px solid #ccd1d8;
  background: white;
  padding: 12px 18px 18px 18px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-header .ui-helper-reset {
  display: none;
}
.ui-multiselect-menu.select-filter-widget ul {
  max-height: 200px;
  margin-bottom: 20px;
}
.ui-multiselect-menu.select-filter-widget ul.full {
  max-height: none;
  overflow: hidden;
}
.ui-multiselect-menu input[type="search"] {
  height: 40px;
  line-height: 40px;
  color: #67768A;
  border: 1px solid #ccd1d8;
  width: 100% !important;
  border-radius: 2px;
  padding: 0 8px;
  margin-left: 0;
  margin-bottom: 3px;
}
.ui-multiselect-menu .ui-multiselect-header {
  border: none;
  padding: 0;
  margin-bottom: 12px;
  height: 40px;
}
.ui-multiselect-menu .ui-multiselect-filter input {
  height: 40px;
  line-height: 40px;
  color: #67768A;
  border: 1px solid #ccd1d8;
  font-size: 13px;
  border-radius: 2px;
  padding: 0 8px;
  margin: 0;
  width: calc(100% - 14px) !important;
}
.ui-multiselect-menu .ui-multiselect-checkboxes {
  padding: 0;
  clear: both;
  background: white;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label {
  line-height: 30px;
}
.ui-multiselect-menu .ui-multiselect-checkboxes li {
  line-height: 51px;
  height: 54px;
  padding-right: 0;
  margin-bottom: 3px;
}
.ui-multiselect-menu .ui-multiselect-checkboxes.ui-helper-reset li {
  font-size: 13px;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label {
  padding: 0;
  line-height: 54px;
  height: 54px;
}
.ui-multiselect-menu .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  margin: -12px 0 -4px 0;
}
.ui-multiselect-menu .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  border: none;
  padding: 10px 0;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label input {
  top: -2px;
  margin-right: 10px;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label {
  padding: 0 6px;
  cursor: pointer;
  font-weight: normal;
  color: #67768A;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  line-height: 54px;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label:hover {
  background: #F9F9FB;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label.ui-state-active {
  color: #262b32;
}
.ui-multiselect-footer {
  text-align: right;
  padding: 0 4px 4px 0;
}
.ui-multiselect-footer .btn.btn-small {
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  font-size: 13px;
  background-color: #67b373;
  display: inline-block;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  transition: background 0.1s ease;
  color: white;
}
.ui-multiselect.ui-multiselect--select2 {
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 10px !important;
  display: flex;
}
.ui-multiselect.ui-multiselect--select2:hover {
  background: #F9F9FB;
}
.ui-multiselect.ui-multiselect--select2 span {
  float: left;
}
.ui-multiselect.ui-multiselect--select2 .caret {
  width: 32px;
  height: 30px;
  display: inline-block;
  border-left: 1px solid #ccd1d8;
  background-size: 96px 48px;
  background-image: url("/bundles/pimui/css/images/select2x2.png");
  background-position: 3px 2px;
  margin-left: 10px;
}
.ui-multiselect.ui-multiselect--select2.ui-state-active .caret {
  background-color: #F9F9FB;
}
.AknFilterBox-filterCriteria.ui-multiselect-menu {
  margin-top: -6px;
}
.AknFilterBox-filterCriteria.ui-multiselect-menu .ui-multiselect-header {
  border-bottom: 1px solid #9452BA;
}
.AknFilterBox-filterCriteria.ui-multiselect-menu .ui-multiselect-header .ui-multiselect-filter input {
  border: none;
  color: #67768A;
  height: 30px;
  line-height: 30px;
  background: url("/bundles/pimui/images/icon-search.svg") no-repeat 0 5px;
  background-size: 20px;
  padding-left: 25px;
}
.AknFilterBox-filterCriteria.ui-multiselect-menu .ui-multiselect-header .ui-multiselect-filter input:focus {
  outline: none !important;
}
.AknFilterBox-filterCriteria.ui-multiselect-menu .ui-multiselect-header .ui-multiselect-filter input::-webkit-input-placeholder {
  color: #9452BA;
  text-transform: uppercase;
}
.AknFilterBox-filterCriteria.ui-multiselect-menu .ui-multiselect-header .ui-multiselect-filter input::-moz-placeholder {
  color: #9452BA;
  opacity: 1;
  text-transform: uppercase;
}
.AknFilterBox-addFilterButton.ui-multiselect.ui-state-active {
  color: #9452BA;
}
.AknFilterBox-addFilterButton.ui-multiselect-menu {
  background: white;
  padding: 15px 20px 0 !important;
}
.AknFilterBox-addFilterButton.ui-multiselect-menu:not(.AknFilterBox-addFilterButton--asPanel) {
  top: 0 !important;
  width: 300px !important;
  min-width: 300px !important;
  height: 100vh !important;
  border-right: 1px solid #ccd1d8;
  z-index: 750;
  transition: left 0.3s ease-in-out;
}
.AknFilterBox-addFilterButton.ui-multiselect-menu:not(.AknFilterBox-addFilterButton--asPanel).select-filter-widget ul {
  max-height: calc(100vh - 140px);
}
.AknFilterBox-addFilterButton.ui-multiselect-menu:not(.AknFilterBox-addFilterButton--asPanel).select-filter-widget ul.full {
  max-height: none;
}
.AknFilterBox-addFilterButton.ui-multiselect-menu.AknFilterBox-addFilterButton--asPanel {
  height: auto;
  border: 1px solid #ccd1d8;
  max-height: 300px;
  overflow: auto;
}
.AknFilterBox-addFilterButton.ui-multiselect-menu.AknFilterBox-addFilterButton--asPanel .AknColumn-bottomButtonContainer {
  display: none;
}
.AknFilterBox-addFilterButton.ui-multiselect-menu .ui-multiselect-filter {
  border-bottom: 1px solid #9452BA;
  margin-right: 0;
}
.AknFilterBox-addFilterButton.ui-multiselect-menu .ui-multiselect-filter input {
  height: 34px;
  border: none;
  width: calc(100% - 25px) !important;
  color: #9452BA;
  font-size: 15px;
  background: url("/bundles/pimui/images/icon-search.svg") no-repeat 0 9px;
  background-size: 20px;
  padding: 0 0 0 25px;
}
.AknFilterBox-addFilterButton.ui-multiselect-menu .ui-multiselect-filter input:focus {
  outline: none !important;
}
.AknFilterBox-addFilterButton.ui-multiselect-menu .ui-multiselect-filter input::-webkit-input-placeholder {
  color: #9452BA;
  text-transform: uppercase;
}
.AknFilterBox-addFilterButton.ui-multiselect-menu .ui-multiselect-filter input::-moz-placeholder {
  color: #9452BA;
  opacity: 1;
  text-transform: uppercase;
}
.AknFilterBox-addFilterButton.ui-multiselect-menu .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  border-bottom: 1px solid #ccd1d8;
  height: 54px;
  line-height: 61px;
  font-weight: normal;
  font-size: 15px;
  color: #11324D !important;
  margin-bottom: 7px;
}
.AknFilterBox-addFilterButton.ui-multiselect-menu .ui-multiselect-checkboxes .ui-helper-reset li {
  height: 30px;
}
.filters-column .ui-multiselect-optgroup-label a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* Bootstrap modal */
.modal {
  border-radius: 0;
  border: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1050;
  background: white;
  width: 100%;
  height: 100%;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black ;
  opacity: 0.8;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #67768A;
  background: white;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: 0;
  margin-right: 0;
}
/**
 * This file contains all the overrides for the select2 lib.
 * It is split into 2 parts:
 * - The default override (for all the default select2 display)
 * - The override for specific content
 *
 * You can use a modifier on the select2 container to apply the custom style:
 *
 * $('select.select2--bigDrop').select2();
 */
.select2-default {
  color: #67768A !important;
}
.select2-container {
  width: 100%;
  flex-grow: 50;
}
.select2-container .select2-choice {
  color: #67768A;
}
.select2-container .select2-choice .select2-arrow {
  width: 25px;
  background: url("/bundles/pimui/images/icon-down.svg") no-repeat 10px 10px;
  background-color: inherit;
  background-size: 18px;
  border-left: none;
}
.select2-container .select2-choice .select2-arrow b {
  display: none;
}
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  background: #e9ebee;
  color: #9faab8;
  border-color: #ccd1d8;
  cursor: not-allowed;
  background-image: url("/bundles/pimui/images/icon-lock.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 10px;
  padding-right: 36px;
}
.select2-container.select2-allowclear .select2-choice abbr {
  top: 12px;
  margin-right: 10px;
}
.select2-drop-active {
  border-color: #ccd1d8;
}
.select2-drop {
  border-radius: 0 0 2px 2px;
  color: #67768A;
  padding: 12px 18px 18px 18px;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #ccd1d8;
}
.select2-drop .select2-search {
  border-bottom: 1px solid #9452BA;
  padding: 0;
  margin-bottom: 12px;
  height: 40px;
}
.select2-drop .select2-search .select2-input {
  height: 30px;
  line-height: 30px;
  background: url("/bundles/pimui/images/icon-search.svg") no-repeat 0 5px;
  background-size: 20px;
  border: none;
  padding-left: 25px;
  padding-right: 0;
  color: #67768A;
}
.select2-drop-footer {
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  border-top: solid 1px #ccd1d8;
}
.select2-results {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 26px;
}
.select2-results .select2-highlighted {
  background: #F9F9FB;
  color: #67768A;
}
.select2-results .select2-result-label,
.select2-results .select2-no-results {
  height: 54px;
  padding: 0 6px;
  min-height: 0;
  align-items: center;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 16px;
}
.select2-results .select2-result-label .select2-result-label-main,
.select2-results .select2-no-results .select2-result-label-main {
  flex: 1;
}
.select2-results .select2-searching {
  height: 54px;
  line-height: 54px;
  background: white;
  color: #9faab8;
  text-align: center;
}
.select2-results .select2-no-results {
  background: #F9F9FB;
}
.select2-results li {
  transition: background-color 0.1s ease-in;
  background: #ffffff;
}
.select2-more-results.select2-active {
  background: none;
}
.select2-search {
  padding-top: 4px;
}
.select2-search input.select2-active {
  background: none;
}
.select2-container .select2-choice {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccd1d8;
  color: #515d6d;
  border-radius: 2px;
  background-color: white;
  padding: 0 0 0 15px;
}
.select2-container .select2-choice .select2-arrow {
  width: 40px;
  border-left-color: #ccd1d8;
  border-radius: 0 2px 2px 0;
}
.select2-container .select2-choice .select2-arrow b {
  background-size: 96px 48px;
  background-image: url("/bundles/pimui/css/images/select2x2.png");
  background-position: 6px 5px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 50px;
}
.select2-dropdown-open .select2-choice {
  background: #f8f8f9;
  box-shadow: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position-x: -26px;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: #ccd1d8;
  background: #f8f8f9;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close,
.select2-container.select2-allowclear .select2-choice .select2-search-choice-close {
  background-image: url("/bundles/pimui/images/icon-remove.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  opacity: 0.7;
  top: 9px;
  transition: opacity 0.1s ease-in;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,
.select2-container.select2-allowclear .select2-choice .select2-search-choice-close:hover {
  background-position: center;
  opacity: 1;
}
.select2-container.select2-allowclear .select2-choice .select2-search-choice-close {
  height: 18px;
  width: 18px;
  background-size: 100%;
  margin-right: 0;
  margin-top: 2px;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.select2-container.select2-allowclear:hover .select2-choice .select2-search-choice-close {
  opacity: 1;
}
.select2-container-multi .select2-choices {
  border-radius: 2px;
  border-color: #ccd1d8;
  padding-right: 5px;
  padding-bottom: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin: 5px 0 0 5px;
  height: 33px;
  line-height: 33px;
  padding: 0 10px 0 20px;
  font-size: 13px;
}
.select2-container-multi .select2-choices .select2-search-field {
  height: 40px -7px;
  background: url("/bundles/pimui/images/icon-plus.svg") no-repeat;
  background-size: 16px;
  background-position: right 20px center;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 36px;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: none !important;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #ccd1d8;
  outline: none;
  box-shadow: none;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #e9ebee;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 0 8px;
  background: #e9ebee;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-field input.select2-default {
  width: 100% !important;
  margin-left: 4px;
}
/* Custom styles */
.select2--bigDrop.select2-drop {
  min-width: 400px;
  border-top: 1px solid #ccd1d8;
}
.select2--annotedLabels.select2-drop .select2-result-label-attribute {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 2px;
}
.select2--annotedLabels.select2-drop .select2-result-label-attribute input[type="checkbox"] {
  margin-top: -4px;
  margin-right: 10px;
}
.select2--annotedLabels.select2-drop .select2-result-label-attribute .group-label {
  font-style: italic;
}
.select2--withIcon.select2-drop .select2-result-label-attribute {
  background-image: url("/bundles/pimui/images/icon-robot.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 25px;
  width: 100%;
}
.select2--withIcon.select2-drop .select2-result-label-attribute.select2-result-label-attribute--full {
  background-image: url("/bundles/pimui/images/icon-robot-green.svg");
}
.select2--withIcon.select2-drop .select2-result-label-attribute.select2-result-label-attribute--pending {
  background-image: url("/bundles/pimui/images/icon-robot-yellow.svg");
}
/* Grid view selector custom */
.grid-view-selector .select2-container .select2-choice {
  background: none;
  border: none;
  color: #9452BA;
  font-size: 15px;
  padding: 0;
  height: auto;
  line-height: 20px;
  display: inline-block;
}
.grid-view-selector .select2-container .select2-choice > .select2-chosen {
  margin-right: 30px;
}
.grid-view-selector .select2-container .select2-choice > .select2-chosen .current {
  max-width: 80px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  line-height: 33px;
  height: 30px;
}
.grid-view-selector .select2-container .select2-choice .select2-arrow {
  width: 25px;
  background: url("/bundles/pimui/images/icon-down.svg") no-repeat 0 12px;
  background-color: inherit;
  background-size: 12px;
  border-left: none;
}
.grid-view-selector .select2-container .select2-choice .select2-arrow b {
  display: none;
}
.grid-view-selector.select2-drop {
  margin-top: -45px;
  margin-left: -10px;
  min-width: 340px;
  border-top: 1px solid #ccd1d8;
  border-radius: 2px;
  padding: 10px 20px;
}
.grid-view-selector.select2-drop .select2-results li.select2-result {
  font-size: 15px;
}
.grid-view-selector.select2-drop .select2-results li.select2-result.select2-highlighted {
  color: #9452BA;
  font-weight: bold;
}
.grid-view-selector.select2-drop .select2-results .select2-result-label-view .view-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
.grid-view-selector.select2-drop .select2-results .select2-result-label-view .view-label.view-label-current {
  color: #9452BA;
  font-weight: bold;
}
.grid-view-selector.select2-drop .select2-results .select2-result-label-view .project-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.grid-view-selector.select2-drop .select2-results .select2-result-label-view .project-line .project-main-infos {
  font-size: 15px;
  color: #11324D;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
}
.grid-view-selector.select2-drop .select2-results .select2-result-label-view .project-line .project-secondary-infos {
  color: #67768A;
  font-size: 11px;
}
.grid-view-selector.select2-drop .select2-results .select2-result-label-view .project-line.project-line-current .project-main-infos {
  color: #9452BA;
  font-weight: bold;
}
/* Variant navigation selector custom */
.variant-navigation.select2-container {
  flex: 0;
  display: inline-block;
  width: auto;
  line-height: 10px;
  margin-left: 5px;
  margin-right: -15px;
  z-index: 5;
  margin-top: 6px;
}
.variant-navigation.select2-container .select2-choice {
  line-height: inherit;
  border-radius: 100px;
  height: 18px;
  width: 18px;
  display: inline-block;
  padding: 0;
}
.variant-navigation.select2-container .select2-choice > .select2-chosen {
  margin-right: 0;
  height: 18px;
  width: 18px;
}
.variant-navigation.select2-container .select2-choice .select2-arrow {
  background-position: 4px 3px;
  width: 18px;
  background-size: 12px;
}
.variant-navigation.select2-container .select2-choice .select2-arrow b {
  background: url("/bundles/pimui/images/jstree/icon-down.svg") no-repeat center center;
  background-size: 12px;
}
.variant-navigation.select2-drop {
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.15);
  margin-top: -45px;
  margin-left: -10px;
  min-width: 340px;
  border-top: 1px solid #ccd1d8;
  border-radius: 2px;
}
.variant-navigation.select2-drop .select2-results .select2-no-results {
  padding: 15px;
}
.variant-navigation.select2-drop .select2-results li.select2-result {
  font-size: 15px;
}
.variant-navigation.select2-drop .select2-results li.select2-result.select2-highlighted {
  color: #9452BA;
}
.select2-drop {
  padding: 12px 20px 20px 20px;
}
.select2-drop.select2--withArrowLeft::before,
.select2-drop.select2--withArrowRight::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: white;
  transform: rotate(45deg);
}
.select2-drop.select2--withArrowLeft:not(.select2-drop-above)::before,
.select2-drop.select2--withArrowRight:not(.select2-drop-above)::before {
  top: -6px;
  border-top: solid 1px #ccd1d8;
  border-left: solid 1px #ccd1d8;
}
.select2-drop.select2--withArrowLeft.select2-drop-above::before,
.select2-drop.select2--withArrowRight.select2-drop-above::before {
  bottom: -6px;
  border-bottom: solid 1px #ccd1d8;
  border-right: solid 1px #ccd1d8;
}
.select2-drop.select2--withArrowRight::before {
  right: 10px;
}
.select2-drop.select2--withArrowLeft::before {
  left: 10px;
}
.select2-drop.select2-drop--forProjectWidget {
  border: 1px solid #ccd1d8 !important;
  margin-top: 5px;
  min-width: 300px;
  width: auto !important;
}
.select2-drop.select2-drop--forProjectWidget .select2-highlighted {
  background-color: #F9F9FB;
}
.select2-container.select2--withoutBorder.select2-container-active .select2-choice {
  box-shadow: none;
}
.select2-container.select2--withoutBorder .select2-choice {
  border: none;
  padding: 0;
}
.select2-container.select2--withoutBorder .select2-choice > .select2-chosen {
  margin-right: 28px;
}
.select2-container.select2--withoutBorder .select2-choice .select2-arrow {
  width: 25px;
  border-left: none;
  background-position: 6px 12px;
}
.AknFilterChoice .select2-choices {
  overflow: auto;
  max-height: 500px;
}
.AknFilterChoice .select2-choices div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(290px - 44px);
}
.AknFilterChoice .record-option-selector .select2-choices div {
  max-width: 156px;
}
.aknButtonLike.select2-container .select2-choice.select2-default {
  background: #5992C7;
  color: white !important;
  border-radius: 100px;
  height: 32px;
  line-height: 32px;
  border-color: #5992C7;
  padding: 0 0 0 16px;
  text-transform: uppercase;
}
.aknButtonLike.select2-container .select2-choice.select2-default > .select2-chosen {
  margin-right: 45px;
}
.aknButtonLike.select2-container .select2-choice.select2-default .select2-arrow {
  background: url("/bundles/pimui/images/icon-down-white.svg") no-repeat 3px center;
  background-size: 50%;
  border: none;
}
.aknButtonLike.select2-container .select2-choice.select2-default .select2-arrow b {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search-choice-close,
  .select2.select2-container .select2-choice abbr,
  .select2.select2-container .select2-choice .select2-arrow b {
    background-image: url("/bundles/pimui/images/icon-remove.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% !important;
  }
  .select2-search input {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/bundles/pimui/images/icon-search.svg") !important;
    background-origin: padding-box;
    background-position: 0 5px !important;
    background-size: 20px !important;
  }
  .select2-search-choice-close {
    background-position: center !important;
  }
}
.select2.operator {
  flex-basis: 200px;
  flex-shrink: 0;
}
.select2.unit {
  flex-basis: 90px;
  flex-shrink: 0;
}
.select2.noLeftBorder .select2-choices {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.record-selector-multi-dropdown,
.record-selector-dropdown {
  margin-top: -11px;
  padding: 0 14px 0 14px;
}
.record-selector-multi-dropdown.select2-drop-above,
.record-selector-dropdown.select2-drop-above {
  border-bottom: 1px solid #D9DDE2;
}
.record-selector-multi-dropdown .select2-result,
.record-selector-dropdown .select2-result,
.record-selector-multi-dropdown .select2-choice,
.record-selector-dropdown .select2-choice {
  display: flex;
}
.record-selector-multi-dropdown .select2-result .select2-search-choice-value,
.record-selector-dropdown .select2-result .select2-search-choice-value,
.record-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.record-selector-dropdown .select2-choice .select2-search-choice-value {
  width: 380px;
}
.record-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.record-selector-dropdown .select2-choices .select2-search-choice-value {
  flex: 1;
}
.record-selector-multi-dropdown .select2-result,
.record-selector-dropdown .select2-result,
.record-selector-multi-dropdown .select2-choice,
.record-selector-dropdown .select2-choice,
.record-selector-multi-dropdown .select2-choices,
.record-selector-dropdown .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.record-selector-multi-dropdown .select2-result .select2-search-choice-value,
.record-selector-dropdown .select2-result .select2-search-choice-value,
.record-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.record-selector-dropdown .select2-choice .select2-search-choice-value,
.record-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.record-selector-dropdown .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.record-selector-multi-dropdown .select2-result .select2-result-label,
.record-selector-dropdown .select2-result .select2-result-label,
.record-selector-multi-dropdown .select2-choice .select2-result-label,
.record-selector-dropdown .select2-choice .select2-result-label,
.record-selector-multi-dropdown .select2-choices .select2-result-label,
.record-selector-dropdown .select2-choices .select2-result-label {
  flex: auto;
}
.record-selector-multi-dropdown .select2-result img,
.record-selector-dropdown .select2-result img,
.record-selector-multi-dropdown .select2-choice img,
.record-selector-dropdown .select2-choice img,
.record-selector-multi-dropdown .select2-choices img,
.record-selector-dropdown .select2-choices img {
  margin-right: 10px;
  object-fit: contain;
}
.record-selector-multi-dropdown .select2-result .select2-result-label-hint,
.record-selector-dropdown .select2-result .select2-result-label-hint,
.record-selector-multi-dropdown .select2-choice .select2-result-label-hint,
.record-selector-dropdown .select2-choice .select2-result-label-hint,
.record-selector-multi-dropdown .select2-choices .select2-result-label-hint,
.record-selector-dropdown .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.record-selector-multi-dropdown .select2-result .select2-result-label-main,
.record-selector-dropdown .select2-result .select2-result-label-main,
.record-selector-multi-dropdown .select2-choice .select2-result-label-main,
.record-selector-dropdown .select2-choice .select2-result-label-main,
.record-selector-multi-dropdown .select2-choices .select2-result-label-main,
.record-selector-dropdown .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.record-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.record-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.record-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.record-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.record-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-top,
.record-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.record-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.record-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.record-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.record-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.record-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom,
.record-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.record-selector-multi-dropdown .select2-result .select2-result-label-link,
.record-selector-dropdown .select2-result .select2-result-label-link,
.record-selector-multi-dropdown .select2-choice .select2-result-label-link,
.record-selector-dropdown .select2-choice .select2-result-label-link,
.record-selector-multi-dropdown .select2-choices .select2-result-label-link,
.record-selector-dropdown .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.record-selector-multi-dropdown .select2-search-choice .select2-search-choice-close,
.record-selector-dropdown .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.record-selector-multi-dropdown {
  width: 450px !important;
  margin-left: 5px;
}
.record-selector-container {
  display: flex;
}
.record-selector-container .record-selector-link-container {
  display: flex;
  flex-direction: column;
  margin: 6px 0;
  justify-content: space-around;
}
.record-selector.select2-container-multi .select2-result,
.record-selector.select2-container .select2-result,
.record-selector .select2-search-choice .select2-result,
.record-selector .select2-search-result .select2-result,
.record-selector.select2-container-multi .select2-choice,
.record-selector.select2-container .select2-choice,
.record-selector .select2-search-choice .select2-choice,
.record-selector .select2-search-result .select2-choice {
  display: flex;
}
.record-selector.select2-container-multi .select2-result .select2-search-choice-value,
.record-selector.select2-container .select2-result .select2-search-choice-value,
.record-selector .select2-search-choice .select2-result .select2-search-choice-value,
.record-selector .select2-search-result .select2-result .select2-search-choice-value,
.record-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.record-selector.select2-container .select2-choice .select2-search-choice-value,
.record-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.record-selector .select2-search-result .select2-choice .select2-search-choice-value {
  width: 380px;
}
.record-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.record-selector.select2-container .select2-choices .select2-search-choice-value,
.record-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.record-selector .select2-search-result .select2-choices .select2-search-choice-value {
  flex: 1;
}
.record-selector.select2-container-multi .select2-result,
.record-selector.select2-container .select2-result,
.record-selector .select2-search-choice .select2-result,
.record-selector .select2-search-result .select2-result,
.record-selector.select2-container-multi .select2-choice,
.record-selector.select2-container .select2-choice,
.record-selector .select2-search-choice .select2-choice,
.record-selector .select2-search-result .select2-choice,
.record-selector.select2-container-multi .select2-choices,
.record-selector.select2-container .select2-choices,
.record-selector .select2-search-choice .select2-choices,
.record-selector .select2-search-result .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.record-selector.select2-container-multi .select2-result .select2-search-choice-value,
.record-selector.select2-container .select2-result .select2-search-choice-value,
.record-selector .select2-search-choice .select2-result .select2-search-choice-value,
.record-selector .select2-search-result .select2-result .select2-search-choice-value,
.record-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.record-selector.select2-container .select2-choice .select2-search-choice-value,
.record-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.record-selector .select2-search-result .select2-choice .select2-search-choice-value,
.record-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.record-selector.select2-container .select2-choices .select2-search-choice-value,
.record-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.record-selector .select2-search-result .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.record-selector.select2-container-multi .select2-result .select2-result-label,
.record-selector.select2-container .select2-result .select2-result-label,
.record-selector .select2-search-choice .select2-result .select2-result-label,
.record-selector .select2-search-result .select2-result .select2-result-label,
.record-selector.select2-container-multi .select2-choice .select2-result-label,
.record-selector.select2-container .select2-choice .select2-result-label,
.record-selector .select2-search-choice .select2-choice .select2-result-label,
.record-selector .select2-search-result .select2-choice .select2-result-label,
.record-selector.select2-container-multi .select2-choices .select2-result-label,
.record-selector.select2-container .select2-choices .select2-result-label,
.record-selector .select2-search-choice .select2-choices .select2-result-label,
.record-selector .select2-search-result .select2-choices .select2-result-label {
  flex: auto;
}
.record-selector.select2-container-multi .select2-result img,
.record-selector.select2-container .select2-result img,
.record-selector .select2-search-choice .select2-result img,
.record-selector .select2-search-result .select2-result img,
.record-selector.select2-container-multi .select2-choice img,
.record-selector.select2-container .select2-choice img,
.record-selector .select2-search-choice .select2-choice img,
.record-selector .select2-search-result .select2-choice img,
.record-selector.select2-container-multi .select2-choices img,
.record-selector.select2-container .select2-choices img,
.record-selector .select2-search-choice .select2-choices img,
.record-selector .select2-search-result .select2-choices img {
  margin-right: 10px;
  object-fit: contain;
}
.record-selector.select2-container-multi .select2-result .select2-result-label-hint,
.record-selector.select2-container .select2-result .select2-result-label-hint,
.record-selector .select2-search-choice .select2-result .select2-result-label-hint,
.record-selector .select2-search-result .select2-result .select2-result-label-hint,
.record-selector.select2-container-multi .select2-choice .select2-result-label-hint,
.record-selector.select2-container .select2-choice .select2-result-label-hint,
.record-selector .select2-search-choice .select2-choice .select2-result-label-hint,
.record-selector .select2-search-result .select2-choice .select2-result-label-hint,
.record-selector.select2-container-multi .select2-choices .select2-result-label-hint,
.record-selector.select2-container .select2-choices .select2-result-label-hint,
.record-selector .select2-search-choice .select2-choices .select2-result-label-hint,
.record-selector .select2-search-result .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.record-selector.select2-container-multi .select2-result .select2-result-label-main,
.record-selector.select2-container .select2-result .select2-result-label-main,
.record-selector .select2-search-choice .select2-result .select2-result-label-main,
.record-selector .select2-search-result .select2-result .select2-result-label-main,
.record-selector.select2-container-multi .select2-choice .select2-result-label-main,
.record-selector.select2-container .select2-choice .select2-result-label-main,
.record-selector .select2-search-choice .select2-choice .select2-result-label-main,
.record-selector .select2-search-result .select2-choice .select2-result-label-main,
.record-selector.select2-container-multi .select2-choices .select2-result-label-main,
.record-selector.select2-container .select2-choices .select2-result-label-main,
.record-selector .select2-search-choice .select2-choices .select2-result-label-main,
.record-selector .select2-search-result .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.record-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-top,
.record-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-top,
.record-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-top,
.record-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-top,
.record-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-top,
.record-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-top,
.record-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-top,
.record-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-top,
.record-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-top,
.record-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.record-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-top,
.record-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.record-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-bottom,
.record-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-bottom,
.record-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-bottom,
.record-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-bottom,
.record-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-bottom,
.record-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-bottom,
.record-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-bottom,
.record-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-bottom,
.record-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-bottom,
.record-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom,
.record-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-bottom,
.record-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.record-selector.select2-container-multi .select2-result .select2-result-label-link,
.record-selector.select2-container .select2-result .select2-result-label-link,
.record-selector .select2-search-choice .select2-result .select2-result-label-link,
.record-selector .select2-search-result .select2-result .select2-result-label-link,
.record-selector.select2-container-multi .select2-choice .select2-result-label-link,
.record-selector.select2-container .select2-choice .select2-result-label-link,
.record-selector .select2-search-choice .select2-choice .select2-result-label-link,
.record-selector .select2-search-result .select2-choice .select2-result-label-link,
.record-selector.select2-container-multi .select2-choices .select2-result-label-link,
.record-selector.select2-container .select2-choices .select2-result-label-link,
.record-selector .select2-search-choice .select2-choices .select2-result-label-link,
.record-selector .select2-search-result .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.record-selector.select2-container-multi .select2-search-choice .select2-search-choice-close,
.record-selector.select2-container .select2-search-choice .select2-search-choice-close,
.record-selector .select2-search-choice .select2-search-choice .select2-search-choice-close,
.record-selector .select2-search-result .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.record-selector.select2-container-multi,
.record-selector.select2-container {
  width: 460px;
}
.record-selector.select2-container-multi .select2-choice,
.record-selector.select2-container .select2-choice {
  height: 70px;
}
.record-selector.select2-container-multi .select2-choices,
.record-selector.select2-container .select2-choices {
  border: none;
  border-bottom: 1px solid #D9DDE2;
  background-size: 16px 16px;
  min-height: 70px !important;
}
.record-selector.select2-container-multi .select2-choices:hover,
.record-selector.select2-container .select2-choices:hover {
  cursor: pointer;
}
.record-selector.select2-container-multi .select2-choices .select2-search-field,
.record-selector.select2-container .select2-choices .select2-search-field {
  border: 1px solid #D9DDE2;
  width: 450px;
  height: 54px;
  margin-top: 5px;
  margin-left: 5px;
}
.record-selector.select2-container-multi .select2-choices .select2-search-field input,
.record-selector.select2-container .select2-choices .select2-search-field input {
  height: 54px;
  line-height: 70px;
  padding-left: 10px;
}
.record-selector.select2-container-multi .select2-choices .select2-search-choice,
.record-selector.select2-container .select2-choices .select2-search-choice,
.record-selector.select2-container-multi .select2-choices .select2-search-result,
.record-selector.select2-container .select2-choices .select2-search-result {
  height: 54px;
  line-height: 54px;
  width: 450px;
  display: flex;
  align-items: center;
  padding: 10px;
  background: white;
  border-color: #D9DDE2;
}
.record-selector.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close,
.record-selector.select2-container .select2-choices .select2-search-choice .select2-search-choice-close,
.record-selector.select2-container-multi .select2-choices .select2-search-result .select2-search-choice-close,
.record-selector.select2-container .select2-choices .select2-search-result .select2-search-choice-close {
  position: relative;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-left: 4px;
}
.record-selector.select2-container-multi.select2-dropdown-open .select2-search-field:not(:first-child),
.record-selector.select2-container.select2-dropdown-open .select2-search-field:not(:first-child),
.record-selector.select2-container-multi.select2-dropdown-open .select2-search-field,
.record-selector.select2-container.select2-dropdown-open .select2-search-field {
  border: 1px solid #D9DDE2;
  border-bottom: none;
  width: 450px;
  height: 54px;
  margin-top: 5px;
  margin-left: 5px;
}
.record-selector.select2-container-multi.select2-dropdown-open .select2-search-field:not(:first-child) input,
.record-selector.select2-container.select2-dropdown-open .select2-search-field:not(:first-child) input,
.record-selector.select2-container-multi.select2-dropdown-open .select2-search-field input,
.record-selector.select2-container.select2-dropdown-open .select2-search-field input {
  height: 54px;
  padding-left: 10px;
}
.record-selector.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-search-field,
.record-selector.select2-container.select2-dropdown-open.select2-drop-above .select2-search-field {
  border-bottom: 1px solid #D9DDE2;
}
.record-selector.select2-container .select2-choice {
  height: 54px;
  background: white;
}
.record-selector.select2-container .select2-choice .select2-chosen {
  line-height: 54px;
}
.record-selector.select2-container .select2-choice .select2-arrow {
  top: 8px;
}
.record-selector.select2-container .select2-choice .select2-search-choice-close {
  width: 16px;
  height: 16px;
  margin-top: 11px;
  background-size: 16px 16px !important;
}
.record-selector .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
}
.record-selector.select2-container-disabled .select2-choice {
  background: #e9ebee;
}
.record-selector--compact.select2-container {
  width: 285px;
}
.record-selector--compact.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.record-selector--compact.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 140px !important;
}
.record-selector--compact.select2-container .select2-choices .select2-search-field {
  width: 280px;
  background: none;
}
.record-selector--compact.select2-container .select2-choices .select2-search-choice {
  width: 280px;
}
.record-selector-dropdown--compact {
  width: 280px !important;
}
.record-selector-dropdown--compact .select2-result-label-main .select2-result-label-top,
.record-selector-dropdown--compact .select2-result-label-main .select2-result-label-bottom {
  max-width: 140px !important;
}
.record-option-selector {
  width: 200px;
}
.record-option-selector .select2-choices .select2-search-field .select2-input {
  background: white !important;
}
.asset-selector-multi-dropdown,
.asset-selector-dropdown {
  margin-top: -11px;
  padding: 0 14px 0 14px;
}
.asset-selector-multi-dropdown.select2-drop-above,
.asset-selector-dropdown.select2-drop-above {
  border-bottom: 1px solid #D9DDE2;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice {
  display: flex;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice,
.asset-selector-multi-dropdown .select2-choices,
.asset-selector-dropdown .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label,
.asset-selector-dropdown .select2-result .select2-result-label,
.asset-selector-multi-dropdown .select2-choice .select2-result-label,
.asset-selector-dropdown .select2-choice .select2-result-label,
.asset-selector-multi-dropdown .select2-choices .select2-result-label,
.asset-selector-dropdown .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector-multi-dropdown .select2-result img,
.asset-selector-dropdown .select2-result img,
.asset-selector-multi-dropdown .select2-choice img,
.asset-selector-dropdown .select2-choice img,
.asset-selector-multi-dropdown .select2-choices img,
.asset-selector-dropdown .select2-choices img {
  margin-right: 10px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-hint,
.asset-selector-dropdown .select2-result .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-hint,
.asset-selector-dropdown .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main,
.asset-selector-dropdown .select2-result .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main,
.asset-selector-dropdown .select2-choice .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main,
.asset-selector-dropdown .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-link,
.asset-selector-dropdown .select2-result .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-link,
.asset-selector-dropdown .select2-choice .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-link,
.asset-selector-dropdown .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector-multi-dropdown .select2-search-choice .select2-search-choice-close,
.asset-selector-dropdown .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice {
  display: flex;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice,
.asset-selector-multi-dropdown .select2-choices,
.asset-selector-dropdown .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label,
.asset-selector-dropdown .select2-result .select2-result-label,
.asset-selector-multi-dropdown .select2-choice .select2-result-label,
.asset-selector-dropdown .select2-choice .select2-result-label,
.asset-selector-multi-dropdown .select2-choices .select2-result-label,
.asset-selector-dropdown .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector-multi-dropdown .select2-result img,
.asset-selector-dropdown .select2-result img,
.asset-selector-multi-dropdown .select2-choice img,
.asset-selector-dropdown .select2-choice img,
.asset-selector-multi-dropdown .select2-choices img,
.asset-selector-dropdown .select2-choices img {
  margin-right: 10px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-hint,
.asset-selector-dropdown .select2-result .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-hint,
.asset-selector-dropdown .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main,
.asset-selector-dropdown .select2-result .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main,
.asset-selector-dropdown .select2-choice .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main,
.asset-selector-dropdown .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-link,
.asset-selector-dropdown .select2-result .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-link,
.asset-selector-dropdown .select2-choice .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-link,
.asset-selector-dropdown .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector-multi-dropdown .select2-search-choice .select2-search-choice-close,
.asset-selector-dropdown .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice {
  display: flex;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice,
.asset-selector-multi-dropdown .select2-choices,
.asset-selector-dropdown .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label,
.asset-selector-dropdown .select2-result .select2-result-label,
.asset-selector-multi-dropdown .select2-choice .select2-result-label,
.asset-selector-dropdown .select2-choice .select2-result-label,
.asset-selector-multi-dropdown .select2-choices .select2-result-label,
.asset-selector-dropdown .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector-multi-dropdown .select2-result img,
.asset-selector-dropdown .select2-result img,
.asset-selector-multi-dropdown .select2-choice img,
.asset-selector-dropdown .select2-choice img,
.asset-selector-multi-dropdown .select2-choices img,
.asset-selector-dropdown .select2-choices img {
  margin-right: 10px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-hint,
.asset-selector-dropdown .select2-result .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-hint,
.asset-selector-dropdown .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main,
.asset-selector-dropdown .select2-result .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main,
.asset-selector-dropdown .select2-choice .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main,
.asset-selector-dropdown .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-link,
.asset-selector-dropdown .select2-result .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-link,
.asset-selector-dropdown .select2-choice .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-link,
.asset-selector-dropdown .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector-multi-dropdown .select2-search-choice .select2-search-choice-close,
.asset-selector-dropdown .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector-multi-dropdown {
  width: 450px !important;
  margin-left: 5px;
}
.asset-selector-container {
  display: flex;
}
.asset-selector-container .asset-selector-link-container {
  display: flex;
  flex-direction: column;
  margin: 6px 0;
  justify-content: space-around;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice {
  display: flex;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice,
.asset-selector.select2-container-multi .select2-choices,
.asset-selector.select2-container .select2-choices,
.asset-selector .select2-search-choice .select2-choices,
.asset-selector .select2-search-result .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label,
.asset-selector.select2-container .select2-result .select2-result-label,
.asset-selector .select2-search-choice .select2-result .select2-result-label,
.asset-selector .select2-search-result .select2-result .select2-result-label,
.asset-selector.select2-container-multi .select2-choice .select2-result-label,
.asset-selector.select2-container .select2-choice .select2-result-label,
.asset-selector .select2-search-choice .select2-choice .select2-result-label,
.asset-selector .select2-search-result .select2-choice .select2-result-label,
.asset-selector.select2-container-multi .select2-choices .select2-result-label,
.asset-selector.select2-container .select2-choices .select2-result-label,
.asset-selector .select2-search-choice .select2-choices .select2-result-label,
.asset-selector .select2-search-result .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector.select2-container-multi .select2-result img,
.asset-selector.select2-container .select2-result img,
.asset-selector .select2-search-choice .select2-result img,
.asset-selector .select2-search-result .select2-result img,
.asset-selector.select2-container-multi .select2-choice img,
.asset-selector.select2-container .select2-choice img,
.asset-selector .select2-search-choice .select2-choice img,
.asset-selector .select2-search-result .select2-choice img,
.asset-selector.select2-container-multi .select2-choices img,
.asset-selector.select2-container .select2-choices img,
.asset-selector .select2-search-choice .select2-choices img,
.asset-selector .select2-search-result .select2-choices img {
  margin-right: 10px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-hint,
.asset-selector.select2-container .select2-result .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-result .select2-result-label-hint,
.asset-selector .select2-search-result .select2-result .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-hint,
.asset-selector.select2-container .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choice .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-hint,
.asset-selector.select2-container .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main,
.asset-selector.select2-container .select2-result .select2-result-label-main,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main,
.asset-selector .select2-search-result .select2-result .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main,
.asset-selector.select2-container .select2-choice .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main,
.asset-selector.select2-container .select2-choices .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-link,
.asset-selector.select2-container .select2-result .select2-result-label-link,
.asset-selector .select2-search-choice .select2-result .select2-result-label-link,
.asset-selector .select2-search-result .select2-result .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-link,
.asset-selector.select2-container .select2-choice .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-link,
.asset-selector .select2-search-result .select2-choice .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-link,
.asset-selector.select2-container .select2-choices .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-link,
.asset-selector .select2-search-result .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector.select2-container-multi .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-choice .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-result .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice {
  display: flex;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice,
.asset-selector.select2-container-multi .select2-choices,
.asset-selector.select2-container .select2-choices,
.asset-selector .select2-search-choice .select2-choices,
.asset-selector .select2-search-result .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label,
.asset-selector.select2-container .select2-result .select2-result-label,
.asset-selector .select2-search-choice .select2-result .select2-result-label,
.asset-selector .select2-search-result .select2-result .select2-result-label,
.asset-selector.select2-container-multi .select2-choice .select2-result-label,
.asset-selector.select2-container .select2-choice .select2-result-label,
.asset-selector .select2-search-choice .select2-choice .select2-result-label,
.asset-selector .select2-search-result .select2-choice .select2-result-label,
.asset-selector.select2-container-multi .select2-choices .select2-result-label,
.asset-selector.select2-container .select2-choices .select2-result-label,
.asset-selector .select2-search-choice .select2-choices .select2-result-label,
.asset-selector .select2-search-result .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector.select2-container-multi .select2-result img,
.asset-selector.select2-container .select2-result img,
.asset-selector .select2-search-choice .select2-result img,
.asset-selector .select2-search-result .select2-result img,
.asset-selector.select2-container-multi .select2-choice img,
.asset-selector.select2-container .select2-choice img,
.asset-selector .select2-search-choice .select2-choice img,
.asset-selector .select2-search-result .select2-choice img,
.asset-selector.select2-container-multi .select2-choices img,
.asset-selector.select2-container .select2-choices img,
.asset-selector .select2-search-choice .select2-choices img,
.asset-selector .select2-search-result .select2-choices img {
  margin-right: 10px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-hint,
.asset-selector.select2-container .select2-result .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-result .select2-result-label-hint,
.asset-selector .select2-search-result .select2-result .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-hint,
.asset-selector.select2-container .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choice .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-hint,
.asset-selector.select2-container .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main,
.asset-selector.select2-container .select2-result .select2-result-label-main,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main,
.asset-selector .select2-search-result .select2-result .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main,
.asset-selector.select2-container .select2-choice .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main,
.asset-selector.select2-container .select2-choices .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-link,
.asset-selector.select2-container .select2-result .select2-result-label-link,
.asset-selector .select2-search-choice .select2-result .select2-result-label-link,
.asset-selector .select2-search-result .select2-result .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-link,
.asset-selector.select2-container .select2-choice .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-link,
.asset-selector .select2-search-result .select2-choice .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-link,
.asset-selector.select2-container .select2-choices .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-link,
.asset-selector .select2-search-result .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector.select2-container-multi .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-choice .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-result .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice {
  display: flex;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice,
.asset-selector.select2-container-multi .select2-choices,
.asset-selector.select2-container .select2-choices,
.asset-selector .select2-search-choice .select2-choices,
.asset-selector .select2-search-result .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label,
.asset-selector.select2-container .select2-result .select2-result-label,
.asset-selector .select2-search-choice .select2-result .select2-result-label,
.asset-selector .select2-search-result .select2-result .select2-result-label,
.asset-selector.select2-container-multi .select2-choice .select2-result-label,
.asset-selector.select2-container .select2-choice .select2-result-label,
.asset-selector .select2-search-choice .select2-choice .select2-result-label,
.asset-selector .select2-search-result .select2-choice .select2-result-label,
.asset-selector.select2-container-multi .select2-choices .select2-result-label,
.asset-selector.select2-container .select2-choices .select2-result-label,
.asset-selector .select2-search-choice .select2-choices .select2-result-label,
.asset-selector .select2-search-result .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector.select2-container-multi .select2-result img,
.asset-selector.select2-container .select2-result img,
.asset-selector .select2-search-choice .select2-result img,
.asset-selector .select2-search-result .select2-result img,
.asset-selector.select2-container-multi .select2-choice img,
.asset-selector.select2-container .select2-choice img,
.asset-selector .select2-search-choice .select2-choice img,
.asset-selector .select2-search-result .select2-choice img,
.asset-selector.select2-container-multi .select2-choices img,
.asset-selector.select2-container .select2-choices img,
.asset-selector .select2-search-choice .select2-choices img,
.asset-selector .select2-search-result .select2-choices img {
  margin-right: 10px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-hint,
.asset-selector.select2-container .select2-result .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-result .select2-result-label-hint,
.asset-selector .select2-search-result .select2-result .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-hint,
.asset-selector.select2-container .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choice .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-hint,
.asset-selector.select2-container .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main,
.asset-selector.select2-container .select2-result .select2-result-label-main,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main,
.asset-selector .select2-search-result .select2-result .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main,
.asset-selector.select2-container .select2-choice .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main,
.asset-selector.select2-container .select2-choices .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-link,
.asset-selector.select2-container .select2-result .select2-result-label-link,
.asset-selector .select2-search-choice .select2-result .select2-result-label-link,
.asset-selector .select2-search-result .select2-result .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-link,
.asset-selector.select2-container .select2-choice .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-link,
.asset-selector .select2-search-result .select2-choice .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-link,
.asset-selector.select2-container .select2-choices .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-link,
.asset-selector .select2-search-result .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector.select2-container-multi .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-choice .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-result .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector.select2-container-multi,
.asset-selector.select2-container {
  width: 460px;
}
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice {
  height: 70px;
}
.asset-selector.select2-container-multi .select2-choices,
.asset-selector.select2-container .select2-choices {
  border: none;
  border-bottom: 1px solid #D9DDE2;
  background-size: 16px 16px;
  min-height: 70px !important;
}
.asset-selector.select2-container-multi .select2-choices:hover,
.asset-selector.select2-container .select2-choices:hover {
  cursor: pointer;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-field,
.asset-selector.select2-container .select2-choices .select2-search-field {
  border: 1px solid #D9DDE2;
  width: 450px;
  height: 54px;
  margin-top: 5px;
  margin-left: 5px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-field input,
.asset-selector.select2-container .select2-choices .select2-search-field input {
  height: 54px;
  line-height: 70px;
  padding-left: 10px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice,
.asset-selector.select2-container .select2-choices .select2-search-choice,
.asset-selector.select2-container-multi .select2-choices .select2-search-result,
.asset-selector.select2-container .select2-choices .select2-search-result {
  height: 54px;
  line-height: 54px;
  width: 450px;
  display: flex;
  align-items: center;
  padding: 10px;
  background: white;
  border-color: #D9DDE2;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container .select2-choices .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container-multi .select2-choices .select2-search-result .select2-search-choice-close,
.asset-selector.select2-container .select2-choices .select2-search-result .select2-search-choice-close {
  position: relative;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-left: 4px;
}
.asset-selector.select2-container-multi.select2-dropdown-open .select2-search-field:not(:first-child),
.asset-selector.select2-container.select2-dropdown-open .select2-search-field:not(:first-child),
.asset-selector.select2-container-multi.select2-dropdown-open .select2-search-field,
.asset-selector.select2-container.select2-dropdown-open .select2-search-field {
  border: 1px solid #D9DDE2;
  border-bottom: none;
  width: 450px;
  height: 54px;
  margin-top: 5px;
  margin-left: 5px;
}
.asset-selector.select2-container-multi.select2-dropdown-open .select2-search-field:not(:first-child) input,
.asset-selector.select2-container.select2-dropdown-open .select2-search-field:not(:first-child) input,
.asset-selector.select2-container-multi.select2-dropdown-open .select2-search-field input,
.asset-selector.select2-container.select2-dropdown-open .select2-search-field input {
  height: 54px;
  padding-left: 10px;
}
.asset-selector.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-search-field,
.asset-selector.select2-container.select2-dropdown-open.select2-drop-above .select2-search-field {
  border-bottom: 1px solid #D9DDE2;
}
.asset-selector.select2-container .select2-choice {
  height: 54px;
  background: white;
}
.asset-selector.select2-container .select2-choice .select2-chosen {
  line-height: 54px;
}
.asset-selector.select2-container .select2-choice .select2-arrow {
  top: 8px;
}
.asset-selector.select2-container .select2-choice .select2-search-choice-close {
  width: 16px;
  height: 16px;
  margin-top: 11px;
  background-size: 16px 16px !important;
}
.asset-selector .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
}
.asset-selector.select2-container-disabled .select2-choice {
  background: #e9ebee;
}
.asset-selector--compact.select2-container {
  width: 285px;
}
.asset-selector--compact.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector--compact.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 140px !important;
}
.asset-selector--compact.select2-container .select2-choices .select2-search-field {
  width: 280px;
  background: none;
}
.asset-selector--compact.select2-container .select2-choices .select2-search-choice {
  width: 280px;
}
.asset-selector-dropdown--compact {
  width: 280px !important;
}
.asset-selector-dropdown--compact .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown--compact .select2-result-label-main .select2-result-label-bottom {
  max-width: 140px !important;
}
.asset-option-selector {
  width: 200px;
}
.asset-option-selector .select2-choices .select2-search-field .select2-input {
  background: white !important;
}
.asset-selector-multi-dropdown,
.asset-selector-dropdown {
  margin-top: -11px;
  padding: 0 14px 0 14px;
}
.asset-selector-multi-dropdown.select2-drop-above,
.asset-selector-dropdown.select2-drop-above {
  border-bottom: 1px solid #D9DDE2;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice {
  display: flex;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice,
.asset-selector-multi-dropdown .select2-choices,
.asset-selector-dropdown .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label,
.asset-selector-dropdown .select2-result .select2-result-label,
.asset-selector-multi-dropdown .select2-choice .select2-result-label,
.asset-selector-dropdown .select2-choice .select2-result-label,
.asset-selector-multi-dropdown .select2-choices .select2-result-label,
.asset-selector-dropdown .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector-multi-dropdown .select2-result img,
.asset-selector-dropdown .select2-result img,
.asset-selector-multi-dropdown .select2-choice img,
.asset-selector-dropdown .select2-choice img,
.asset-selector-multi-dropdown .select2-choices img,
.asset-selector-dropdown .select2-choices img {
  margin-right: 10px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-hint,
.asset-selector-dropdown .select2-result .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-hint,
.asset-selector-dropdown .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main,
.asset-selector-dropdown .select2-result .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main,
.asset-selector-dropdown .select2-choice .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main,
.asset-selector-dropdown .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-link,
.asset-selector-dropdown .select2-result .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-link,
.asset-selector-dropdown .select2-choice .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-link,
.asset-selector-dropdown .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector-multi-dropdown .select2-search-choice .select2-search-choice-close,
.asset-selector-dropdown .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice {
  display: flex;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice,
.asset-selector-multi-dropdown .select2-choices,
.asset-selector-dropdown .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label,
.asset-selector-dropdown .select2-result .select2-result-label,
.asset-selector-multi-dropdown .select2-choice .select2-result-label,
.asset-selector-dropdown .select2-choice .select2-result-label,
.asset-selector-multi-dropdown .select2-choices .select2-result-label,
.asset-selector-dropdown .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector-multi-dropdown .select2-result img,
.asset-selector-dropdown .select2-result img,
.asset-selector-multi-dropdown .select2-choice img,
.asset-selector-dropdown .select2-choice img,
.asset-selector-multi-dropdown .select2-choices img,
.asset-selector-dropdown .select2-choices img {
  margin-right: 10px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-hint,
.asset-selector-dropdown .select2-result .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-hint,
.asset-selector-dropdown .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main,
.asset-selector-dropdown .select2-result .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main,
.asset-selector-dropdown .select2-choice .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main,
.asset-selector-dropdown .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-link,
.asset-selector-dropdown .select2-result .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-link,
.asset-selector-dropdown .select2-choice .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-link,
.asset-selector-dropdown .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector-multi-dropdown .select2-search-choice .select2-search-choice-close,
.asset-selector-dropdown .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice {
  display: flex;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice,
.asset-selector-multi-dropdown .select2-choices,
.asset-selector-dropdown .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label,
.asset-selector-dropdown .select2-result .select2-result-label,
.asset-selector-multi-dropdown .select2-choice .select2-result-label,
.asset-selector-dropdown .select2-choice .select2-result-label,
.asset-selector-multi-dropdown .select2-choices .select2-result-label,
.asset-selector-dropdown .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector-multi-dropdown .select2-result img,
.asset-selector-dropdown .select2-result img,
.asset-selector-multi-dropdown .select2-choice img,
.asset-selector-dropdown .select2-choice img,
.asset-selector-multi-dropdown .select2-choices img,
.asset-selector-dropdown .select2-choices img {
  margin-right: 10px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-hint,
.asset-selector-dropdown .select2-result .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-hint,
.asset-selector-dropdown .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main,
.asset-selector-dropdown .select2-result .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main,
.asset-selector-dropdown .select2-choice .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main,
.asset-selector-dropdown .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-link,
.asset-selector-dropdown .select2-result .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-link,
.asset-selector-dropdown .select2-choice .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-link,
.asset-selector-dropdown .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector-multi-dropdown .select2-search-choice .select2-search-choice-close,
.asset-selector-dropdown .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector-multi-dropdown {
  width: 450px !important;
  margin-left: 5px;
}
.asset-selector-container {
  display: flex;
}
.asset-selector-container .asset-selector-link-container {
  display: flex;
  flex-direction: column;
  margin: 6px 0;
  justify-content: space-around;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice {
  display: flex;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice,
.asset-selector.select2-container-multi .select2-choices,
.asset-selector.select2-container .select2-choices,
.asset-selector .select2-search-choice .select2-choices,
.asset-selector .select2-search-result .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label,
.asset-selector.select2-container .select2-result .select2-result-label,
.asset-selector .select2-search-choice .select2-result .select2-result-label,
.asset-selector .select2-search-result .select2-result .select2-result-label,
.asset-selector.select2-container-multi .select2-choice .select2-result-label,
.asset-selector.select2-container .select2-choice .select2-result-label,
.asset-selector .select2-search-choice .select2-choice .select2-result-label,
.asset-selector .select2-search-result .select2-choice .select2-result-label,
.asset-selector.select2-container-multi .select2-choices .select2-result-label,
.asset-selector.select2-container .select2-choices .select2-result-label,
.asset-selector .select2-search-choice .select2-choices .select2-result-label,
.asset-selector .select2-search-result .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector.select2-container-multi .select2-result img,
.asset-selector.select2-container .select2-result img,
.asset-selector .select2-search-choice .select2-result img,
.asset-selector .select2-search-result .select2-result img,
.asset-selector.select2-container-multi .select2-choice img,
.asset-selector.select2-container .select2-choice img,
.asset-selector .select2-search-choice .select2-choice img,
.asset-selector .select2-search-result .select2-choice img,
.asset-selector.select2-container-multi .select2-choices img,
.asset-selector.select2-container .select2-choices img,
.asset-selector .select2-search-choice .select2-choices img,
.asset-selector .select2-search-result .select2-choices img {
  margin-right: 10px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-hint,
.asset-selector.select2-container .select2-result .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-result .select2-result-label-hint,
.asset-selector .select2-search-result .select2-result .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-hint,
.asset-selector.select2-container .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choice .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-hint,
.asset-selector.select2-container .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main,
.asset-selector.select2-container .select2-result .select2-result-label-main,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main,
.asset-selector .select2-search-result .select2-result .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main,
.asset-selector.select2-container .select2-choice .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main,
.asset-selector.select2-container .select2-choices .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-link,
.asset-selector.select2-container .select2-result .select2-result-label-link,
.asset-selector .select2-search-choice .select2-result .select2-result-label-link,
.asset-selector .select2-search-result .select2-result .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-link,
.asset-selector.select2-container .select2-choice .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-link,
.asset-selector .select2-search-result .select2-choice .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-link,
.asset-selector.select2-container .select2-choices .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-link,
.asset-selector .select2-search-result .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector.select2-container-multi .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-choice .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-result .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice {
  display: flex;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice,
.asset-selector.select2-container-multi .select2-choices,
.asset-selector.select2-container .select2-choices,
.asset-selector .select2-search-choice .select2-choices,
.asset-selector .select2-search-result .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label,
.asset-selector.select2-container .select2-result .select2-result-label,
.asset-selector .select2-search-choice .select2-result .select2-result-label,
.asset-selector .select2-search-result .select2-result .select2-result-label,
.asset-selector.select2-container-multi .select2-choice .select2-result-label,
.asset-selector.select2-container .select2-choice .select2-result-label,
.asset-selector .select2-search-choice .select2-choice .select2-result-label,
.asset-selector .select2-search-result .select2-choice .select2-result-label,
.asset-selector.select2-container-multi .select2-choices .select2-result-label,
.asset-selector.select2-container .select2-choices .select2-result-label,
.asset-selector .select2-search-choice .select2-choices .select2-result-label,
.asset-selector .select2-search-result .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector.select2-container-multi .select2-result img,
.asset-selector.select2-container .select2-result img,
.asset-selector .select2-search-choice .select2-result img,
.asset-selector .select2-search-result .select2-result img,
.asset-selector.select2-container-multi .select2-choice img,
.asset-selector.select2-container .select2-choice img,
.asset-selector .select2-search-choice .select2-choice img,
.asset-selector .select2-search-result .select2-choice img,
.asset-selector.select2-container-multi .select2-choices img,
.asset-selector.select2-container .select2-choices img,
.asset-selector .select2-search-choice .select2-choices img,
.asset-selector .select2-search-result .select2-choices img {
  margin-right: 10px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-hint,
.asset-selector.select2-container .select2-result .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-result .select2-result-label-hint,
.asset-selector .select2-search-result .select2-result .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-hint,
.asset-selector.select2-container .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choice .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-hint,
.asset-selector.select2-container .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main,
.asset-selector.select2-container .select2-result .select2-result-label-main,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main,
.asset-selector .select2-search-result .select2-result .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main,
.asset-selector.select2-container .select2-choice .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main,
.asset-selector.select2-container .select2-choices .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-link,
.asset-selector.select2-container .select2-result .select2-result-label-link,
.asset-selector .select2-search-choice .select2-result .select2-result-label-link,
.asset-selector .select2-search-result .select2-result .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-link,
.asset-selector.select2-container .select2-choice .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-link,
.asset-selector .select2-search-result .select2-choice .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-link,
.asset-selector.select2-container .select2-choices .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-link,
.asset-selector .select2-search-result .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector.select2-container-multi .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-choice .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-result .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice {
  display: flex;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice,
.asset-selector.select2-container-multi .select2-choices,
.asset-selector.select2-container .select2-choices,
.asset-selector .select2-search-choice .select2-choices,
.asset-selector .select2-search-result .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label,
.asset-selector.select2-container .select2-result .select2-result-label,
.asset-selector .select2-search-choice .select2-result .select2-result-label,
.asset-selector .select2-search-result .select2-result .select2-result-label,
.asset-selector.select2-container-multi .select2-choice .select2-result-label,
.asset-selector.select2-container .select2-choice .select2-result-label,
.asset-selector .select2-search-choice .select2-choice .select2-result-label,
.asset-selector .select2-search-result .select2-choice .select2-result-label,
.asset-selector.select2-container-multi .select2-choices .select2-result-label,
.asset-selector.select2-container .select2-choices .select2-result-label,
.asset-selector .select2-search-choice .select2-choices .select2-result-label,
.asset-selector .select2-search-result .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector.select2-container-multi .select2-result img,
.asset-selector.select2-container .select2-result img,
.asset-selector .select2-search-choice .select2-result img,
.asset-selector .select2-search-result .select2-result img,
.asset-selector.select2-container-multi .select2-choice img,
.asset-selector.select2-container .select2-choice img,
.asset-selector .select2-search-choice .select2-choice img,
.asset-selector .select2-search-result .select2-choice img,
.asset-selector.select2-container-multi .select2-choices img,
.asset-selector.select2-container .select2-choices img,
.asset-selector .select2-search-choice .select2-choices img,
.asset-selector .select2-search-result .select2-choices img {
  margin-right: 10px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-hint,
.asset-selector.select2-container .select2-result .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-result .select2-result-label-hint,
.asset-selector .select2-search-result .select2-result .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-hint,
.asset-selector.select2-container .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choice .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-hint,
.asset-selector.select2-container .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main,
.asset-selector.select2-container .select2-result .select2-result-label-main,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main,
.asset-selector .select2-search-result .select2-result .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main,
.asset-selector.select2-container .select2-choice .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main,
.asset-selector.select2-container .select2-choices .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-link,
.asset-selector.select2-container .select2-result .select2-result-label-link,
.asset-selector .select2-search-choice .select2-result .select2-result-label-link,
.asset-selector .select2-search-result .select2-result .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-link,
.asset-selector.select2-container .select2-choice .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-link,
.asset-selector .select2-search-result .select2-choice .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-link,
.asset-selector.select2-container .select2-choices .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-link,
.asset-selector .select2-search-result .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector.select2-container-multi .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-choice .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-result .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector.select2-container-multi,
.asset-selector.select2-container {
  width: 460px;
}
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice {
  height: 70px;
}
.asset-selector.select2-container-multi .select2-choices,
.asset-selector.select2-container .select2-choices {
  border: none;
  border-bottom: 1px solid #D9DDE2;
  background-size: 16px 16px;
  min-height: 70px !important;
}
.asset-selector.select2-container-multi .select2-choices:hover,
.asset-selector.select2-container .select2-choices:hover {
  cursor: pointer;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-field,
.asset-selector.select2-container .select2-choices .select2-search-field {
  border: 1px solid #D9DDE2;
  width: 450px;
  height: 54px;
  margin-top: 5px;
  margin-left: 5px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-field input,
.asset-selector.select2-container .select2-choices .select2-search-field input {
  height: 54px;
  line-height: 70px;
  padding-left: 10px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice,
.asset-selector.select2-container .select2-choices .select2-search-choice,
.asset-selector.select2-container-multi .select2-choices .select2-search-result,
.asset-selector.select2-container .select2-choices .select2-search-result {
  height: 54px;
  line-height: 54px;
  width: 450px;
  display: flex;
  align-items: center;
  padding: 10px;
  background: white;
  border-color: #D9DDE2;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container .select2-choices .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container-multi .select2-choices .select2-search-result .select2-search-choice-close,
.asset-selector.select2-container .select2-choices .select2-search-result .select2-search-choice-close {
  position: relative;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-left: 4px;
}
.asset-selector.select2-container-multi.select2-dropdown-open .select2-search-field:not(:first-child),
.asset-selector.select2-container.select2-dropdown-open .select2-search-field:not(:first-child),
.asset-selector.select2-container-multi.select2-dropdown-open .select2-search-field,
.asset-selector.select2-container.select2-dropdown-open .select2-search-field {
  border: 1px solid #D9DDE2;
  border-bottom: none;
  width: 450px;
  height: 54px;
  margin-top: 5px;
  margin-left: 5px;
}
.asset-selector.select2-container-multi.select2-dropdown-open .select2-search-field:not(:first-child) input,
.asset-selector.select2-container.select2-dropdown-open .select2-search-field:not(:first-child) input,
.asset-selector.select2-container-multi.select2-dropdown-open .select2-search-field input,
.asset-selector.select2-container.select2-dropdown-open .select2-search-field input {
  height: 54px;
  padding-left: 10px;
}
.asset-selector.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-search-field,
.asset-selector.select2-container.select2-dropdown-open.select2-drop-above .select2-search-field {
  border-bottom: 1px solid #D9DDE2;
}
.asset-selector.select2-container .select2-choice {
  height: 54px;
  background: white;
}
.asset-selector.select2-container .select2-choice .select2-chosen {
  line-height: 54px;
}
.asset-selector.select2-container .select2-choice .select2-arrow {
  top: 8px;
}
.asset-selector.select2-container .select2-choice .select2-search-choice-close {
  width: 16px;
  height: 16px;
  margin-top: 11px;
  background-size: 16px 16px !important;
}
.asset-selector .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
}
.asset-selector.select2-container-disabled .select2-choice {
  background: #e9ebee;
}
.asset-selector--compact.select2-container {
  width: 285px;
}
.asset-selector--compact.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector--compact.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 140px !important;
}
.asset-selector--compact.select2-container .select2-choices .select2-search-field {
  width: 280px;
  background: none;
}
.asset-selector--compact.select2-container .select2-choices .select2-search-choice {
  width: 280px;
}
.asset-selector-dropdown--compact {
  width: 280px !important;
}
.asset-selector-dropdown--compact .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown--compact .select2-result-label-main .select2-result-label-bottom {
  max-width: 140px !important;
}
.asset-option-selector {
  width: 200px;
}
.asset-option-selector .select2-choices .select2-search-field .select2-input {
  background: white !important;
}
.asset-selector-multi-dropdown,
.asset-selector-dropdown {
  margin-top: -11px;
  padding: 0 14px 0 14px;
}
.asset-selector-multi-dropdown.select2-drop-above,
.asset-selector-dropdown.select2-drop-above {
  border-bottom: 1px solid #D9DDE2;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice {
  display: flex;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice,
.asset-selector-multi-dropdown .select2-choices,
.asset-selector-dropdown .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label,
.asset-selector-dropdown .select2-result .select2-result-label,
.asset-selector-multi-dropdown .select2-choice .select2-result-label,
.asset-selector-dropdown .select2-choice .select2-result-label,
.asset-selector-multi-dropdown .select2-choices .select2-result-label,
.asset-selector-dropdown .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector-multi-dropdown .select2-result img,
.asset-selector-dropdown .select2-result img,
.asset-selector-multi-dropdown .select2-choice img,
.asset-selector-dropdown .select2-choice img,
.asset-selector-multi-dropdown .select2-choices img,
.asset-selector-dropdown .select2-choices img {
  margin-right: 10px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-hint,
.asset-selector-dropdown .select2-result .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-hint,
.asset-selector-dropdown .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main,
.asset-selector-dropdown .select2-result .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main,
.asset-selector-dropdown .select2-choice .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main,
.asset-selector-dropdown .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-link,
.asset-selector-dropdown .select2-result .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-link,
.asset-selector-dropdown .select2-choice .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-link,
.asset-selector-dropdown .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector-multi-dropdown .select2-search-choice .select2-search-choice-close,
.asset-selector-dropdown .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice {
  display: flex;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice,
.asset-selector-multi-dropdown .select2-choices,
.asset-selector-dropdown .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label,
.asset-selector-dropdown .select2-result .select2-result-label,
.asset-selector-multi-dropdown .select2-choice .select2-result-label,
.asset-selector-dropdown .select2-choice .select2-result-label,
.asset-selector-multi-dropdown .select2-choices .select2-result-label,
.asset-selector-dropdown .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector-multi-dropdown .select2-result img,
.asset-selector-dropdown .select2-result img,
.asset-selector-multi-dropdown .select2-choice img,
.asset-selector-dropdown .select2-choice img,
.asset-selector-multi-dropdown .select2-choices img,
.asset-selector-dropdown .select2-choices img {
  margin-right: 10px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-hint,
.asset-selector-dropdown .select2-result .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-hint,
.asset-selector-dropdown .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main,
.asset-selector-dropdown .select2-result .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main,
.asset-selector-dropdown .select2-choice .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main,
.asset-selector-dropdown .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-link,
.asset-selector-dropdown .select2-result .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-link,
.asset-selector-dropdown .select2-choice .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-link,
.asset-selector-dropdown .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector-multi-dropdown .select2-search-choice .select2-search-choice-close,
.asset-selector-dropdown .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice {
  display: flex;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result,
.asset-selector-dropdown .select2-result,
.asset-selector-multi-dropdown .select2-choice,
.asset-selector-dropdown .select2-choice,
.asset-selector-multi-dropdown .select2-choices,
.asset-selector-dropdown .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector-multi-dropdown .select2-result .select2-search-choice-value,
.asset-selector-dropdown .select2-result .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-dropdown .select2-choice .select2-search-choice-value,
.asset-selector-multi-dropdown .select2-choices .select2-search-choice-value,
.asset-selector-dropdown .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label,
.asset-selector-dropdown .select2-result .select2-result-label,
.asset-selector-multi-dropdown .select2-choice .select2-result-label,
.asset-selector-dropdown .select2-choice .select2-result-label,
.asset-selector-multi-dropdown .select2-choices .select2-result-label,
.asset-selector-dropdown .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector-multi-dropdown .select2-result img,
.asset-selector-dropdown .select2-result img,
.asset-selector-multi-dropdown .select2-choice img,
.asset-selector-dropdown .select2-choice img,
.asset-selector-multi-dropdown .select2-choices img,
.asset-selector-dropdown .select2-choices img {
  margin-right: 10px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-hint,
.asset-selector-dropdown .select2-result .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-dropdown .select2-choice .select2-result-label-hint,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-hint,
.asset-selector-dropdown .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main,
.asset-selector-dropdown .select2-result .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main,
.asset-selector-dropdown .select2-choice .select2-result-label-main,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main,
.asset-selector-dropdown .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector-dropdown .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector-multi-dropdown .select2-result .select2-result-label-link,
.asset-selector-dropdown .select2-result .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choice .select2-result-label-link,
.asset-selector-dropdown .select2-choice .select2-result-label-link,
.asset-selector-multi-dropdown .select2-choices .select2-result-label-link,
.asset-selector-dropdown .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector-multi-dropdown .select2-search-choice .select2-search-choice-close,
.asset-selector-dropdown .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector-multi-dropdown {
  width: 450px !important;
  margin-left: 5px;
}
.asset-selector-container {
  display: flex;
}
.asset-selector-container .asset-selector-link-container {
  display: flex;
  flex-direction: column;
  margin: 6px 0;
  justify-content: space-around;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice {
  display: flex;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice,
.asset-selector.select2-container-multi .select2-choices,
.asset-selector.select2-container .select2-choices,
.asset-selector .select2-search-choice .select2-choices,
.asset-selector .select2-search-result .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label,
.asset-selector.select2-container .select2-result .select2-result-label,
.asset-selector .select2-search-choice .select2-result .select2-result-label,
.asset-selector .select2-search-result .select2-result .select2-result-label,
.asset-selector.select2-container-multi .select2-choice .select2-result-label,
.asset-selector.select2-container .select2-choice .select2-result-label,
.asset-selector .select2-search-choice .select2-choice .select2-result-label,
.asset-selector .select2-search-result .select2-choice .select2-result-label,
.asset-selector.select2-container-multi .select2-choices .select2-result-label,
.asset-selector.select2-container .select2-choices .select2-result-label,
.asset-selector .select2-search-choice .select2-choices .select2-result-label,
.asset-selector .select2-search-result .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector.select2-container-multi .select2-result img,
.asset-selector.select2-container .select2-result img,
.asset-selector .select2-search-choice .select2-result img,
.asset-selector .select2-search-result .select2-result img,
.asset-selector.select2-container-multi .select2-choice img,
.asset-selector.select2-container .select2-choice img,
.asset-selector .select2-search-choice .select2-choice img,
.asset-selector .select2-search-result .select2-choice img,
.asset-selector.select2-container-multi .select2-choices img,
.asset-selector.select2-container .select2-choices img,
.asset-selector .select2-search-choice .select2-choices img,
.asset-selector .select2-search-result .select2-choices img {
  margin-right: 10px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-hint,
.asset-selector.select2-container .select2-result .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-result .select2-result-label-hint,
.asset-selector .select2-search-result .select2-result .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-hint,
.asset-selector.select2-container .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choice .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-hint,
.asset-selector.select2-container .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main,
.asset-selector.select2-container .select2-result .select2-result-label-main,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main,
.asset-selector .select2-search-result .select2-result .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main,
.asset-selector.select2-container .select2-choice .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main,
.asset-selector.select2-container .select2-choices .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-link,
.asset-selector.select2-container .select2-result .select2-result-label-link,
.asset-selector .select2-search-choice .select2-result .select2-result-label-link,
.asset-selector .select2-search-result .select2-result .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-link,
.asset-selector.select2-container .select2-choice .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-link,
.asset-selector .select2-search-result .select2-choice .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-link,
.asset-selector.select2-container .select2-choices .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-link,
.asset-selector .select2-search-result .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector.select2-container-multi .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-choice .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-result .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice {
  display: flex;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice,
.asset-selector.select2-container-multi .select2-choices,
.asset-selector.select2-container .select2-choices,
.asset-selector .select2-search-choice .select2-choices,
.asset-selector .select2-search-result .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label,
.asset-selector.select2-container .select2-result .select2-result-label,
.asset-selector .select2-search-choice .select2-result .select2-result-label,
.asset-selector .select2-search-result .select2-result .select2-result-label,
.asset-selector.select2-container-multi .select2-choice .select2-result-label,
.asset-selector.select2-container .select2-choice .select2-result-label,
.asset-selector .select2-search-choice .select2-choice .select2-result-label,
.asset-selector .select2-search-result .select2-choice .select2-result-label,
.asset-selector.select2-container-multi .select2-choices .select2-result-label,
.asset-selector.select2-container .select2-choices .select2-result-label,
.asset-selector .select2-search-choice .select2-choices .select2-result-label,
.asset-selector .select2-search-result .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector.select2-container-multi .select2-result img,
.asset-selector.select2-container .select2-result img,
.asset-selector .select2-search-choice .select2-result img,
.asset-selector .select2-search-result .select2-result img,
.asset-selector.select2-container-multi .select2-choice img,
.asset-selector.select2-container .select2-choice img,
.asset-selector .select2-search-choice .select2-choice img,
.asset-selector .select2-search-result .select2-choice img,
.asset-selector.select2-container-multi .select2-choices img,
.asset-selector.select2-container .select2-choices img,
.asset-selector .select2-search-choice .select2-choices img,
.asset-selector .select2-search-result .select2-choices img {
  margin-right: 10px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-hint,
.asset-selector.select2-container .select2-result .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-result .select2-result-label-hint,
.asset-selector .select2-search-result .select2-result .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-hint,
.asset-selector.select2-container .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choice .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-hint,
.asset-selector.select2-container .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main,
.asset-selector.select2-container .select2-result .select2-result-label-main,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main,
.asset-selector .select2-search-result .select2-result .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main,
.asset-selector.select2-container .select2-choice .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main,
.asset-selector.select2-container .select2-choices .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-link,
.asset-selector.select2-container .select2-result .select2-result-label-link,
.asset-selector .select2-search-choice .select2-result .select2-result-label-link,
.asset-selector .select2-search-result .select2-result .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-link,
.asset-selector.select2-container .select2-choice .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-link,
.asset-selector .select2-search-result .select2-choice .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-link,
.asset-selector.select2-container .select2-choices .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-link,
.asset-selector .select2-search-result .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector.select2-container-multi .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-choice .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-result .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice {
  display: flex;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value {
  width: 380px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result,
.asset-selector.select2-container .select2-result,
.asset-selector .select2-search-choice .select2-result,
.asset-selector .select2-search-result .select2-result,
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice,
.asset-selector .select2-search-choice .select2-choice,
.asset-selector .select2-search-result .select2-choice,
.asset-selector.select2-container-multi .select2-choices,
.asset-selector.select2-container .select2-choices,
.asset-selector .select2-search-choice .select2-choices,
.asset-selector .select2-search-result .select2-choices {
  flex-direction: row;
  align-items: center;
  font-size: 13px;
  flex: 1;
}
.asset-selector.select2-container-multi .select2-result .select2-search-choice-value,
.asset-selector.select2-container .select2-result .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-result .select2-search-choice-value,
.asset-selector .select2-search-result .select2-result .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choice .select2-search-choice-value,
.asset-selector.select2-container .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choice .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choice .select2-search-choice-value,
.asset-selector.select2-container-multi .select2-choices .select2-search-choice-value,
.asset-selector.select2-container .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-choice .select2-choices .select2-search-choice-value,
.asset-selector .select2-search-result .select2-choices .select2-search-choice-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 13px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label,
.asset-selector.select2-container .select2-result .select2-result-label,
.asset-selector .select2-search-choice .select2-result .select2-result-label,
.asset-selector .select2-search-result .select2-result .select2-result-label,
.asset-selector.select2-container-multi .select2-choice .select2-result-label,
.asset-selector.select2-container .select2-choice .select2-result-label,
.asset-selector .select2-search-choice .select2-choice .select2-result-label,
.asset-selector .select2-search-result .select2-choice .select2-result-label,
.asset-selector.select2-container-multi .select2-choices .select2-result-label,
.asset-selector.select2-container .select2-choices .select2-result-label,
.asset-selector .select2-search-choice .select2-choices .select2-result-label,
.asset-selector .select2-search-result .select2-choices .select2-result-label {
  flex: auto;
}
.asset-selector.select2-container-multi .select2-result img,
.asset-selector.select2-container .select2-result img,
.asset-selector .select2-search-choice .select2-result img,
.asset-selector .select2-search-result .select2-result img,
.asset-selector.select2-container-multi .select2-choice img,
.asset-selector.select2-container .select2-choice img,
.asset-selector .select2-search-choice .select2-choice img,
.asset-selector .select2-search-result .select2-choice img,
.asset-selector.select2-container-multi .select2-choices img,
.asset-selector.select2-container .select2-choices img,
.asset-selector .select2-search-choice .select2-choices img,
.asset-selector .select2-search-result .select2-choices img {
  margin-right: 10px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-hint,
.asset-selector.select2-container .select2-result .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-result .select2-result-label-hint,
.asset-selector .select2-search-result .select2-result .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-hint,
.asset-selector.select2-container .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choice .select2-result-label-hint,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-hint,
.asset-selector.select2-container .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-hint,
.asset-selector .select2-search-result .select2-choices .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
  text-align: right;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main,
.asset-selector.select2-container .select2-result .select2-result-label-main,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main,
.asset-selector .select2-search-result .select2-result .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main,
.asset-selector.select2-container .select2-choice .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main,
.asset-selector.select2-container .select2-choices .select2-result-label-main,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-top {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 13px;
  font-size: 11px;
  color: #A1A9B7;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-result .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choice .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-main .select2-result-label-bottom,
.asset-selector .select2-search-result .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 19px;
}
.asset-selector.select2-container-multi .select2-result .select2-result-label-link,
.asset-selector.select2-container .select2-result .select2-result-label-link,
.asset-selector .select2-search-choice .select2-result .select2-result-label-link,
.asset-selector .select2-search-result .select2-result .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choice .select2-result-label-link,
.asset-selector.select2-container .select2-choice .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choice .select2-result-label-link,
.asset-selector .select2-search-result .select2-choice .select2-result-label-link,
.asset-selector.select2-container-multi .select2-choices .select2-result-label-link,
.asset-selector.select2-container .select2-choices .select2-result-label-link,
.asset-selector .select2-search-choice .select2-choices .select2-result-label-link,
.asset-selector .select2-search-result .select2-choices .select2-result-label-link {
  margin-left: 7px;
  margin-top: 2px;
}
.asset-selector.select2-container-multi .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-choice .select2-search-choice .select2-search-choice-close,
.asset-selector .select2-search-result .select2-search-choice .select2-search-choice-close {
  background-size: 16px;
}
.asset-selector.select2-container-multi,
.asset-selector.select2-container {
  width: 460px;
}
.asset-selector.select2-container-multi .select2-choice,
.asset-selector.select2-container .select2-choice {
  height: 70px;
}
.asset-selector.select2-container-multi .select2-choices,
.asset-selector.select2-container .select2-choices {
  border: none;
  border-bottom: 1px solid #D9DDE2;
  background-size: 16px 16px;
  min-height: 70px !important;
}
.asset-selector.select2-container-multi .select2-choices:hover,
.asset-selector.select2-container .select2-choices:hover {
  cursor: pointer;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-field,
.asset-selector.select2-container .select2-choices .select2-search-field {
  border: 1px solid #D9DDE2;
  width: 450px;
  height: 54px;
  margin-top: 5px;
  margin-left: 5px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-field input,
.asset-selector.select2-container .select2-choices .select2-search-field input {
  height: 54px;
  line-height: 70px;
  padding-left: 10px;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice,
.asset-selector.select2-container .select2-choices .select2-search-choice,
.asset-selector.select2-container-multi .select2-choices .select2-search-result,
.asset-selector.select2-container .select2-choices .select2-search-result {
  height: 54px;
  line-height: 54px;
  width: 450px;
  display: flex;
  align-items: center;
  padding: 10px;
  background: white;
  border-color: #D9DDE2;
}
.asset-selector.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container .select2-choices .select2-search-choice .select2-search-choice-close,
.asset-selector.select2-container-multi .select2-choices .select2-search-result .select2-search-choice-close,
.asset-selector.select2-container .select2-choices .select2-search-result .select2-search-choice-close {
  position: relative;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-left: 4px;
}
.asset-selector.select2-container-multi.select2-dropdown-open .select2-search-field:not(:first-child),
.asset-selector.select2-container.select2-dropdown-open .select2-search-field:not(:first-child),
.asset-selector.select2-container-multi.select2-dropdown-open .select2-search-field,
.asset-selector.select2-container.select2-dropdown-open .select2-search-field {
  border: 1px solid #D9DDE2;
  border-bottom: none;
  width: 450px;
  height: 54px;
  margin-top: 5px;
  margin-left: 5px;
}
.asset-selector.select2-container-multi.select2-dropdown-open .select2-search-field:not(:first-child) input,
.asset-selector.select2-container.select2-dropdown-open .select2-search-field:not(:first-child) input,
.asset-selector.select2-container-multi.select2-dropdown-open .select2-search-field input,
.asset-selector.select2-container.select2-dropdown-open .select2-search-field input {
  height: 54px;
  padding-left: 10px;
}
.asset-selector.select2-container-multi.select2-dropdown-open.select2-drop-above .select2-search-field,
.asset-selector.select2-container.select2-dropdown-open.select2-drop-above .select2-search-field {
  border-bottom: 1px solid #D9DDE2;
}
.asset-selector.select2-container .select2-choice {
  height: 54px;
  background: white;
}
.asset-selector.select2-container .select2-choice .select2-chosen {
  line-height: 54px;
}
.asset-selector.select2-container .select2-choice .select2-arrow {
  top: 8px;
}
.asset-selector.select2-container .select2-choice .select2-search-choice-close {
  width: 16px;
  height: 16px;
  margin-top: 11px;
  background-size: 16px 16px !important;
}
.asset-selector .select2-result-label-hint {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #A1A9B7;
}
.asset-selector.select2-container-disabled .select2-choice {
  background: #e9ebee;
}
.asset-selector--compact.select2-container {
  width: 285px;
}
.asset-selector--compact.select2-container .select2-choices .select2-result-label-main .select2-result-label-top,
.asset-selector--compact.select2-container .select2-choices .select2-result-label-main .select2-result-label-bottom {
  max-width: 140px !important;
}
.asset-selector--compact.select2-container .select2-choices .select2-search-field {
  width: 280px;
  background: none;
}
.asset-selector--compact.select2-container .select2-choices .select2-search-choice {
  width: 280px;
}
.asset-selector-dropdown--compact {
  width: 280px !important;
}
.asset-selector-dropdown--compact .select2-result-label-main .select2-result-label-top,
.asset-selector-dropdown--compact .select2-result-label-main .select2-result-label-bottom {
  max-width: 140px !important;
}
.asset-option-selector {
  width: 200px;
}
.asset-option-selector .select2-choices .select2-search-field .select2-input {
  background: white !important;
}
/* Overrides src/Pim/Bundle/UIBundle/Resources/public/lib/slimbox2/slimbox2.css */
#lbCenter {
  z-index: 1000;
}
#lbOverlay {
  z-index: 900;
}
.tabsection-title:not(:empty) {
  padding: 0;
  line-height: 46px;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid #11324D;
  color: #11324D;
}
.tab-container.tab-content {
  flex-grow: 1;
}
.tab-content > .tab-pane {
  padding: 0;
}
.wizard-header {
  background: #f8f8f9;
  padding: 15px 0 30px;
  margin-bottom: 25px;
  border-top: 1px solid #ccd1d8;
  border-bottom: 1px solid #ccd1d8;
  text-align: center;
}
.wizard-header .wizard {
  width: 940px;
  margin: auto;
}
.wizard-header .wizard li {
  width: 235px;
  position: relative;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
  list-style: none;
}
.wizard-header .wizard li .dot {
  left: 110px;
  color: #52267D;
  position: absolute;
  bottom: -6px;
  line-height: 0;
}
.wizard-header .wizard li .dot .icon-circle {
  margin: 0;
  font-size: 15px;
}
.wizard-header .wizard .progress-start,
.wizard-header .wizard .progress-end {
  background: #A1A9B7;
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 3px;
}
.wizard-header .wizard .progress-start.active,
.wizard-header .wizard .progress-end.active {
  background-color: #52267D;
}
.wizard-header .wizard .progress-start {
  left: 0;
}
.wizard-header .wizard .progress-end {
  right: 0;
}
.note-editor {
  width: calc(100% - 4px);
  border-color: #ccd1d8;
  border-radius: 2px;
  background: white;
  margin-bottom: 4px;
}
.note-editor .note-editable ol {
  list-style-type: decimal;
  margin-left: 1em;
}
.note-editor .note-editable ol > li {
  list-style-type: decimal;
}
.note-editor .note-editable ul {
  list-style-type: disc;
  margin-left: 1em;
}
.note-editor .note-editable ul > li {
  list-style-type: disc;
}
.note-editor .note-editable[contenteditable="false"] {
  background: #e9ebee;
}
.note-editor .note-toolbar {
  padding: 5px;
  background: #f8f8f9;
  border-color: #ccd1d8;
}
.note-toolbar > .btn-group {
  margin-top: 0;
}
.note-toolbar > .btn-group + .note-toolbar > .btn-group {
  margin-top: 5px;
}
.note-toolbar > .btn-group button {
  background: white;
  border: 1px solid #ccd1d8;
  border-radius: 2px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  color: #67768A;
  padding: 0;
}
.note-toolbar > .btn-group button:hover {
  background: #F9F9FB;
}
.note-toolbar > .btn-group button + button {
  border-left: none;
}
.note-editor .note-toolbar {
  display: flex;
}
.note-popover .popover .popover-content,
.note-toolbar {
  padding: 0;
}
.note-link-dialog.modal.in {
  width: 500px;
  height: 340px;
  transform: translate(-250px, -170px);
  left: 50%;
  top: 50%;
  padding: 20px;
}
@font-face {
  font-family: 'Lato';
  src: url('/bundles/pimui/fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/bundles/pimui/fonts/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/bundles/pimui/fonts/Lato-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  color: #67768A;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  background-color: white;
  line-height: 20px;
  min-width: 980px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
body.konami:hover {
  cursor: url("/bundles/pimui/images/unicorn-akeneo_43.png"), pointer !important;
}
ul,
ol,
li,
menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
  vertical-align: middle;
  margin: -2px 0 0 0;
  height: 16px;
  width: 16px;
}
input,
button,
select,
textarea {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
a {
  color: #52267D;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccd1d8;
  color: #67768A;
  background: white;
  width: 100%;
  padding: 0 8px;
  border-radius: 2px;
}
select option {
  color: #67768A;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
input[type=checkbox] {
  margin: -6px 5px 0px 0;
}
input[type=checkbox]:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: #F9F9FB;
  background-position: 0 -18px;
  border: 1px solid #ccd1d8;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.1s ease-in, background-position 0.2s ease-in;
}
input[type=checkbox]:checked:before {
  border-color: #5992C7;
  background-color: #5992C7;
  background-image: url("/bundles/pimui/images/icon-checkwhite.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 17px;
}
input[type=checkbox]:focus {
  outline: none !important;
}
label > em {
  padding-left: 3px;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.AknActionButton {
  height: 24px;
  min-width: 24px;
  line-height: 22px;
  font-size: 13px;
  border: 1px solid #ccd1d8;
  color: #67768A;
  background-color: white;
  border-radius: 100px;
  font-weight: normal;
  padding: 0 15px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  text-transform: uppercase;
  transition: background 0.1s ease-in;
}
.AknActionButton-caret {
  display: inline-block;
  width: 12px;
  height: 6px;
  background: url("/bundles/pimui/images/jstree/icon-down.svg") no-repeat 0 center;
  background-size: 12px;
  margin-left: 3px;
}
.AknActionButton:not(.AknActionButton--withoutBorder):hover,
.AknActionButton:not(.AknActionButton--withoutBorder):active,
.AknActionButton:not(.AknActionButton--withoutBorder):focus {
  background: #F9F9FB;
}
.AknActionButton--noLeftBorder {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.AknActionButton--big {
  height: 32px;
  line-height: 32px;
}
.AknActionButton .ui-multiselect {
  width: auto !important;
  padding: 0 !important;
}
.AknActionButton--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.AknActionButton--unclickable {
  opacity: 0.5;
  cursor: default;
}
.AknActionButton--withoutBorder {
  border: none;
  padding: 0;
  background-color: transparent;
  text-transform: none;
}
.AknActionButton-highlight {
  color: #9452BA;
}
.AknActionButton--light {
  padding: 1px 5px 0 5px;
}
.AknActionButton--light:focus {
  background: #D9DDE2;
}
.AknActionButton--highlight {
  color: #9452BA;
  border-color: #9452BA;
}
.AknActionButton--important {
  text-transform: uppercase;
  font-size: 15px;
}
@keyframes downloadPop {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
.AknButton {
  background-color: white;
  color: #67768A;
  height: 32px;
  line-height: 30px;
  font-size: 15px;
  min-width: 32px;
  display: inline-block;
  padding: 0 16px;
  border-radius: 100px;
  border: 1px solid #ccd1d8;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  transition: background 0.1s ease, color 0.1s ease, border-color 0.1s ease;
  position: relative;
  text-transform: uppercase;
}
.AknButton:hover,
.AknButton--active {
  background-color: #e6e6e6;
  color: #515d6d;
}
.AknButton-icon {
  margin: -4px -4px -7px 0;
}
.AknButton--disabled {
  color: #9faab8;
  border-color: #ffffff;
  cursor: not-allowed;
}
.AknButton--delete {
  background-color: transparent;
  color: #D4604F;
  display: inline-block;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.1s ease;
  text-transform: none;
  height: auto;
  font-size: 11px;
}
.AknButton--delete .lid {
  transition: transform 0.1s linear;
  transform-origin: 60% 90%;
}
.AknButton--delete:hover .lid {
  transform: rotate(15deg) translate(-3px, -2px);
}
.AknButton--delete:hover {
  background-color: transparent;
  color: #c1422f;
}
.AknButton--spaced {
  margin-left: 10px;
}
.AknButton--apply {
  background-color: #67b373;
  border-color: #67b373;
  color: white;
}
.AknButton--apply:hover,
.AknButton--apply.AknButton--active {
  background-color: #4d9a59;
  border-color: #4d9a59;
  color: white;
}
.AknButton--apply.AknButton--disabled {
  background-color: #abd5b2;
  border-color: #abd5b2;
  cursor: not-allowed;
}
.AknButton-animatedIcon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.AknButton--grey {
  background-color: #A1A9B7;
  border-color: #A1A9B7;
  color: white;
}
.AknButton--grey:hover,
.AknButton--grey.AknButton--active {
  background-color: #848fa1;
  border-color: #848fa1;
  color: white;
}
.AknButton--grey.AknButton--disabled {
  background-color: #dbdee3;
  border-color: #dbdee3;
  cursor: not-allowed;
}
.AknButton--greyLight {
  background-color: white;
  border-color: #A1A9B7;
  color: #A1A9B7;
}
.AknButton--greyLight:hover,
.AknButton--greyLight.AknButton--active {
  background-color: white;
  border-color: #697589;
  color: #697589;
}
.AknButton--greyLight.AknButton--disabled {
  background-color: white;
  border-color: #dbdee3;
  color: #dbdee3;
  cursor: not-allowed;
}
.AknButton--slateGrey {
  background-color: #67768A;
  border-color: #67768A;
  color: white;
}
.AknButton--slateGrey:hover,
.AknButton--slateGrey.AknButton--active {
  background-color: #515d6d;
  border-color: #515d6d;
  color: white;
}
.AknButton--slateGrey.AknButton--disabled {
  background-color: #9faab8;
  border-color: #9faab8;
  cursor: not-allowed;
}
.AknButton--important {
  background-color: #D4604F;
  border-color: #D4604F;
  color: white;
}
.AknButton--important:hover,
.AknButton--important.AknButton--active {
  background-color: #c1422f;
  border-color: #c1422f;
  color: white;
}
.AknButton--important.AknButton--disabled {
  background-color: #e8aaa1;
  border-color: #e8aaa1;
  cursor: not-allowed;
}
.AknButton--action {
  background-color: #5992C7;
  border-color: #5992C7;
  color: white;
}
.AknButton--action:hover,
.AknButton--action.AknButton--active {
  background-color: #3c79b1;
  border-color: #3c79b1;
  color: white;
}
.AknButton--action.AknButton--disabled {
  background-color: #a5c4e1;
  border-color: #a5c4e1;
  cursor: not-allowed;
}
.AknButton--big {
  height: 38px;
  line-height: calc(38px - 2px);
  min-width: 38px;
  font-size: 15px;
}
.AknButton--small {
  height: 30px;
  line-height: calc(30px - 2px);
  min-width: 30px;
  font-size: 13px;
}
.AknButton--micro {
  height: 24px;
  line-height: calc(24px - 2px);
  min-width: 24px;
  font-size: 13px;
}
.AknButton--noLeftRadius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.AknButton--hidden {
  display: none;
}
.AknButton--disabled:focus {
  outline: -webkit-focus-ring-color auto 0;
}
.AknButton--glued:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.AknButton--glued:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.AknButton--centered {
  display: block;
  margin: auto;
}
.AknButton--dropdown {
  background-image: url("/bundles/pimui/images/icon-down-white.svg");
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 20px;
  padding-right: 34px;
}
.AknButton-squareIcon {
  width: 54px;
  height: 54px;
  display: flex;
  background-size: 100%;
  margin: 5px auto 10px;
  cursor: pointer;
}
.AknButton-squareIcon--small {
  width: 22px;
  height: 22px;
}
.AknButton-squareIcon--id {
  background-image: url("/bundles/pimui/images/attribute/icon-id.svg");
}
.AknButton-squareIcon--text {
  background-image: url("/bundles/pimui/images/attribute/icon-text.svg");
}
.AknButton-squareIcon--textarea {
  background-image: url("/bundles/pimui/images/attribute/icon-textarea.svg");
}
.AknButton-squareIcon--number {
  background-image: url("/bundles/pimui/images/attribute/icon-number.svg");
}
.AknButton-squareIcon--price {
  background-image: url("/bundles/pimui/images/attribute/icon-price.svg");
}
.AknButton-squareIcon--multiselect {
  background-image: url("/bundles/pimui/images/attribute/icon-multiselect.svg");
}
.AknButton-squareIcon--select {
  background-image: url("/bundles/pimui/images/attribute/icon-select.svg");
}
.AknButton-squareIcon--file {
  background-image: url("/bundles/pimui/images/attribute/icon-file.svg");
}
.AknButton-squareIcon--asset {
  background-image: url("/bundles/pimui/images/attribute/icon-asset.svg");
}
.AknButton-squareIcon--switch {
  background-image: url("/bundles/pimui/images/attribute/icon-switch.svg");
}
.AknButton-squareIcon--date {
  background-image: url("/bundles/pimui/images/attribute/icon-date.svg");
}
.AknButton-squareIcon--metric {
  background-image: url("/bundles/pimui/images/attribute/icon-metric.svg");
}
.AknButton-squareIcon--assetCollection {
  background-image: url("/bundles/pimui/images/attribute/icon-assetCollection.svg");
}
.AknButton-squareIcon--reference-entity {
  background-image: url("/bundles/pimui/images/attribute/icon-reference-entity.svg");
}
.AknButton-squareIcon--reference-entity-multiple {
  background-image: url("/bundles/pimui/images/attribute/icon-reference-entity-multiple.svg");
}
.AknButton-squareIcon--delete {
  background-image: url("/bundles/pimui/images/icon-delete-white.svg");
}
.AknButton-squareIcon--dismiss {
  background-image: url("/bundles/pimui/images/icon-delete-slategrey.svg");
}
.AknButton-squareIcon--validate {
  background-image: url("/bundles/pimui/images/icon-check-green.svg");
}
.AknButton-squareIcon.AknButton--micro {
  background-position: center;
  background-size: 75%;
  width: 24px;
  height: 24px;
  padding: 0;
  background-repeat: no-repeat;
}
.AknButton--asIcon {
  margin-top: -4px;
  margin-left: 10px;
}
.AknButton--round {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.AknButton--ghost {
  padding: 0 15px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid #D9DDE2;
  color: #67768A;
}
.AknButton--ghost:hover {
  border: 1px solid #A1A9B7;
}
.AknButton--ghost:active {
  border: 1px solid #67768A;
  background: #D9DDE2;
}
.AknButton--withSuffix {
  margin-left: 20px;
}
.AknButton--withSuffix::before {
  content: "";
  position: absolute;
  top: 4px;
  height: 22px;
  border-left: 1px solid white;
  transform: translateX(-10px);
}
.AknButtonList {
  display: flex;
  align-items: center;
  margin-right: -10px;
}
.AknButtonList-item {
  margin-right: 10px;
}
.AknButtonList-item--hide,
.AknButtonList-item.disabled {
  display: none;
}
.AknButtonList-item--transparent {
  visibility: hidden;
}
.AknButtonList--hide {
  display: none;
}
.AknButtonList--wrap {
  align-items: flex-start;
  flex-wrap: wrap;
}
.AknButtonList--wrap :first-child {
  margin-right: 10px;
  margin-bottom: 10px;
}
.AknButtonList--right {
  justify-content: flex-end;
  margin-right: 0;
  margin-left: -10px;
}
.AknButtonList--right .AknButtonList-item {
  margin-right: 0;
  margin-left: 10px;
}
.AknButtonList--centered {
  justify-content: center;
}
.AknButtonList--centered .AknButtonList-item {
  margin-right: 5px;
  margin-left: 5px;
}
.AknButtonList--twoColumns {
  flex-wrap: wrap;
  justify-content: space-between;
}
.AknButtonList--twoColumns .AknButtonList-item {
  margin-left: 0;
  margin-right: 0;
  flex-basis: calc(50% - 5px);
  margin-bottom: 10px;
}
.AknButtonList--single {
  padding-top: 20px;
}
.AknButtonList--vertical {
  flex-direction: column;
  align-items: flex-end;
}
.AknButtonList--vertical .AknButtonList-item:not(:first-child) {
  margin-top: 10px;
}
.AknButtonList--expanded {
  margin-right: -20px;
}
.AknButtonList--expanded .AknButtonList-item {
  margin-right: 20px;
}
.AknButtonList--expanded.AknButtonList--right {
  margin-right: 0;
  margin-left: -20px;
}
.AknButtonList--expanded.AknButtonList--right .AknButtonList-item {
  margin-right: 0;
  margin-left: 20px;
}
.AknDropdownButton {
  white-space: nowrap;
  display: inline-block;
}
.AknDropdownButton-button {
  background: #e9ebee;
  height: 32px;
  line-height: 30px;
  font-size: 15px;
  border: 1px solid #ccd1d8;
  color: #67768A;
  padding: 0 0 0 12px;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
}
.AknDropdownButton-button:hover,
.AknDropdownButton.open .AknDropdownButton-button {
  background: #ccd1d8;
}
.AknDropdownButton-caretContainer {
  width: 30px;
  height: 30px;
  background: #ccd1d8;
  margin-left: 12px;
  display: inline-block;
  text-align: center;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.AknDropdownButton--apply .AknDropdownButton-button {
  background: #cde6d1;
  color: #3c7845;
  border: 1px solid #4d9a59;
}
.AknDropdownButton--apply .AknDropdownButton-caretContainer {
  background: #abd5b2;
  color: #3c7845;
}
.AknDropdownButton--apply:hover .AknDropdownButton-button,
.AknDropdownButton--apply.open .AknDropdownButton-button {
  background: #abd5b2;
}
.AknDropdownButton--important .AknDropdownButton-button {
  background: #f2cfca;
  color: #983425;
  border: 1px solid #c1422f;
}
.AknDropdownButton--important .AknDropdownButton-caretContainer {
  background: #e8aaa1;
  color: #983425;
}
.AknDropdownButton--important:hover .AknDropdownButton-button,
.AknDropdownButton--important.open .AknDropdownButton-button {
  background: #e8aaa1;
}
.AknDropdownButton--grey .AknDropdownButton-button {
  background: #A1A9B7;
  color: white;
  border: 1px solid #848fa1;
}
.AknDropdownButton--grey .AknDropdownButton-caretContainer {
  background: #848fa1;
  color: white;
}
.AknDropdownButton--grey:hover .AknDropdownButton-button,
.AknDropdownButton--grey.open .AknDropdownButton-button {
  background: #848fa1;
}
.AknDropdownButton--stickedRight .AknDropdownButton-caretContainer,
.AknDropdownButton--stickedRight .AknDropdownButton-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.AknDropdownButton--stickedRight .AknDropdownButton-button {
  border: 1px solid #848fa1;
}
.AknDropdownButton--small .AknDropdownButton-button {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.AknDropdownButton--small .AknDropdownButton-caretContainer {
  width: 28px;
  height: 28px;
}
.AknDropdownButton--hide {
  display: none;
}
.AknIconButton {
  color: #ccd1d8;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 19px;
  border: none;
  display: inline-block;
  padding: 0;
  border-radius: 2px;
  text-align: center;
  transition: background 0.1s ease, color 0.1s ease;
}
.AknIconButton:hover {
  color: white;
  cursor: pointer;
}
.AknIconButton.AknIconButton--light {
  background-color: #F9F9FB;
  border: 1px solid #ccd1d8;
  color: #A1A9B7;
}
.AknIconButton.AknIconButton--light:hover {
  background-color: #A1A9B7;
}
.AknIconButton--glued {
  height: 40px;
  width: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.AknIconButton--dark {
  color: #535c6c;
}
.AknIconButton.AknIconButton--grey {
  background-color: #A1A9B7;
  color: white;
}
.AknIconButton.AknIconButton--grey:hover {
  background-color: #848fa1;
}
.AknIconButton.AknIconButton--important {
  background-color: #D4604F;
  color: white;
}
.AknIconButton.AknIconButton--important:hover {
  background-color: #c1422f;
}
.AknIconButton--gold {
  color: #F8B441;
}
.AknIconButton--remove,
.AknIconButton--removeWhite,
.AknIconButton--ok,
.AknIconButton--edit {
  background-size: 60%;
}
.AknIconButton--apply {
  background-color: #67b373;
  color: white;
}
.AknIconButton--apply:hover {
  background-color: #4d9a59;
}
.AknIconButton--small {
  font-size: 13px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.AknIconButton--round {
  border-radius: 1000px;
}
.AknIconButton--hide {
  display: none !important;
}
.AknIconButton--noFocus:focus {
  outline: none;
}
.AknIconButton--inactive {
  filter: grayscale(1);
}
.AknIconButton--ok {
  background-image: url("/bundles/pimui/images/icon-checkwhite.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--ok:hover {
  opacity: 1;
}
.AknIconButton--ok.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--ok.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--editWhite {
  background-image: url("/bundles/pimui/images/icon-edit-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--editWhite:hover {
  opacity: 1;
}
.AknIconButton--editWhite.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--editWhite.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--remove {
  background-image: url("/bundles/pimui/images/icon-delete-slategrey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--remove:hover {
  opacity: 1;
}
.AknIconButton--remove.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--remove.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--removeWhite {
  background-image: url("/bundles/pimui/images/icon-delete-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--removeWhite:hover {
  opacity: 1;
}
.AknIconButton--removeWhite.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--removeWhite.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--plus {
  background-image: url("/bundles/pimui/images/icon-plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--plus:hover {
  opacity: 1;
}
.AknIconButton--plus.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--plus.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--edit {
  background-image: url("/bundles/pimui/images/icon-edit.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--edit:hover {
  opacity: 1;
}
.AknIconButton--edit.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--edit.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--folder {
  background-image: url("/bundles/pimui/images/icon-folder.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--folder:hover {
  opacity: 1;
}
.AknIconButton--folder.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--folder.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--trash {
  background-image: url("/bundles/pimui/images/icon-trash.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--trash:hover {
  opacity: 1;
}
.AknIconButton--trash.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--trash.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--delete {
  background-image: url("/bundles/pimui/images/icon-delete-slategrey.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--delete:hover {
  opacity: 1;
}
.AknIconButton--delete.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--delete.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--erase {
  background-image: url("/bundles/pimui/less/components/button/../../../images/icon-erase.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--erase:hover {
  opacity: 1;
}
.AknIconButton--erase.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--erase.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--switch {
  background-image: url("/bundles/pimui/images/icon-switch.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--switch:hover {
  opacity: 1;
}
.AknIconButton--switch.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--switch.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--view {
  background-image: url("/bundles/pimui/images/icon-view.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--view:hover {
  opacity: 1;
}
.AknIconButton--view.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--view.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--unpublish {
  background-image: url("/bundles/pimui/images/icon-unpublish.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--unpublish:hover {
  opacity: 1;
}
.AknIconButton--unpublish.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--unpublish.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--play {
  background-image: url("/bundles/pimui/images/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--play:hover {
  opacity: 1;
}
.AknIconButton--play.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--play.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--value {
  background-image: url("/bundles/pimui/images/icon-value.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--value:hover {
  opacity: 1;
}
.AknIconButton--value.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--value.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--link {
  background-image: url("/bundles/pimui/images/icon-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--link:hover {
  opacity: 1;
}
.AknIconButton--link.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--link.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--info {
  background-image: url("/bundles/pimui/images/icon-info.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.8;
  transition: opacity 0.1s ease-in;
  font-size: 0;
}
.AknIconButton--info:hover {
  opacity: 1;
}
.AknIconButton--info.AknIconButton--big {
  background-size: 24px;
}
.AknIconButton--info.AknIconButton--white {
  filter: brightness(200);
  opacity: 1;
  background-color: inherit;
}
.AknIconButton--topLeft {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  width: 25px;
  height: 25px;
  color: #67768A;
  border-radius: 20px;
  text-align: center;
  background-color: white;
  opacity: 1;
  background-size: 15px;
  z-index: 2;
}
.AknIconButton--topLeft:hover {
  background-color: white;
}
.AknSecondaryActions-button {
  height: 32px;
  width: 32px;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.1s ease-in;
  background: url("/bundles/pimui/images/icon-more.svg") no-repeat center center;
}
.AknSecondaryActions-button--rotated {
  transform: rotate(90deg);
}
.AknSecondaryActions-button:hover {
  opacity: 1;
}
.AknSelectButton {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccd1d8;
  border-radius: 3px;
  background-color: #F9F9FB;
  cursor: pointer;
}
.AknSelectButton--selected {
  border-color: #5992C7;
  background-color: #5992C7;
  background-image: url("/bundles/pimui/images/icon-checkwhite.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 17px;
}
.AknSelectButton--partial {
  border-color: #5992C7;
  background-color: #5992C7;
  background-image: url("/bundles/pimui/images/icon-checkpartialwhite.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 17px;
}
.AknSelectButton--disabled {
  cursor: not-allowed;
  border-color: #8290a2;
  background-color: #8290a2;
  background-image: url("/bundles/pimui/images/icon-checkwhite.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 17px;
}
.AknSeveralActionsButton {
  display: flex;
  text-transform: none;
}
.AknSeveralActionsButton-mainAction,
.AknSeveralActionsButton-caretContainer {
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  color: white;
  border: none;
  cursor: pointer;
}
.AknSeveralActionsButton-mainAction {
  background: #A1A9B7;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding: 0 12px;
  text-transform: uppercase;
}
.AknSeveralActionsButton-caretContainer {
  width: 32px;
  background: #848fa1;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  text-align: center;
  padding: 0;
}
.AknSeveralActionsButton-caret {
  width: 22px;
  margin: 5px;
}
.AknSeveralActionsButton-menu {
  margin-top: 32px;
}
.AknSeveralActionsButton--apply .AknSeveralActionsButton-mainAction {
  background-color: #67b373;
  color: white;
}
.AknSeveralActionsButton--apply .AknSeveralActionsButton-mainAction:hover {
  background-color: #4d9a59;
  color: white;
}
.AknSeveralActionsButton--apply .AknSeveralActionsButton-caretContainer {
  background: #4d9a59;
}
.AknSeveralActionsButton--action .AknSeveralActionsButton-mainAction {
  background-color: #5992C7;
  color: white;
}
.AknSeveralActionsButton--action .AknSeveralActionsButton-mainAction:hover {
  background-color: #3c79b1;
  color: white;
}
.AknSeveralActionsButton--action .AknSeveralActionsButton-caretContainer {
  background: #3c79b1;
}
.AknSeveralActionsButton--small .AknSeveralActionsButton-mainAction {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.AknSeveralActionsButton--small .AknSeveralActionsButton-caretContainer {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 13px;
}
.AknSeveralActionsButton--small .AknSeveralActionsButton-menu {
  margin-top: 30px;
}
.AknFilterBox {
  background-color: white;
}
.AknFilterBox-addFilterButton {
  background: url("/bundles/pimui/images/icon-plus.svg") no-repeat right center;
  background-size: 19px;
  width: calc(100% + 10px) !important;
  padding: 0 !important;
  border: none;
  height: 30px;
  font-size: 15px;
  color: #11324D;
  transition: color 0.1s ease-in;
  text-align: left;
  cursor: pointer;
}
.AknFilterBox--search:not(:empty) {
  min-height: 44px;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ccd1d8;
  justify-content: flex-end;
  padding: 0 0 1px 0;
  background: none;
  flex-wrap: wrap;
  background: white;
}
.AknFilterBox--sticky {
  position: sticky;
  background: white;
  padding: 10px 0 1px 0;
  margin: -10px 0 10px 0;
  top: 0;
  z-index: 1;
}
.AknFilterBox--sticky:not(:empty) {
  padding: 0;
  margin-bottom: 0;
  margin-top: -10px;
  padding-top: 10px;
  top: -10px;
}
.AknFilterBox-title {
  order: -1;
  flex-grow: 10;
  min-width: 300px;
  background: white;
  color: #67768A;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.AknFilterBox-search {
  height: 44px;
  line-height: 44px;
  color: #67768A;
  font-size: 13px;
  border: none;
  background: url("/bundles/pimui/images/icon-search.svg") no-repeat 0 center;
  padding-left: 30px;
  flex-grow: 1;
  margin-top: 20px;
  width: 100%;
}
.AknFilterBox-search:focus {
  outline: none;
}
.AknFilterBox-searchContainer {
  order: -1;
  flex-grow: 10;
  display: flex;
  margin-top: -20px;
  min-width: 300px;
}
.AknFilterBox-filterContainer {
  cursor: pointer;
  position: relative;
  margin-top: 20px;
}
.AknFilterBox-filterContainer--inline {
  display: flex;
  flex-wrap: wrap;
}
.AknFilterBox--search .AknFilterBox-filterContainer {
  margin-top: 0;
}
.AknFilterBox-filter {
  margin: 0 5px 30px 0;
}
.AknFilterBox-filter--relative {
  position: relative;
}
.AknFilterBox-disableFilter {
  position: absolute;
  right: -16px;
  top: 6px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.AknFilterBox-filterContainer:hover .AknFilterBox-disableFilter {
  opacity: 1;
}
.AknFilterBox-filterLabel {
  display: block;
  color: #A1A9B7;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
  margin-bottom: 3px;
}
.AknFilterBox-filterCriteria {
  color: #11324D;
  font-size: 13px;
}
.AknFilterBox-filterCriteria.ui-multiselect {
  width: auto !important;
  padding: 0 !important;
  border: none;
  background: none;
  line-height: 0;
  height: 0;
}
.AknFilterBox-filterCriteria--limited {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}
.AknFilterBox-filterCriteriaHint {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: inherit;
}
.AknFilterBox-column {
  width: 230px;
  display: none;
  top: -191px;
  left: 59px;
  position: absolute;
  overflow: scroll;
}
.AknFilterBox-column--expanded {
  left: 360px;
  overflow-x: hidden;
  padding-bottom: 0 !important;
}
.AknFilterBox--search .AknFilterBox-filter {
  display: flex;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  background: none;
  border: none;
  margin: 0 0 0 20px;
}
.AknFilterBox--search .AknFilterBox-filter--smallMargin {
  margin: 0 0 0 10px;
}
.AknFilterBox--search .AknFilterBox-filterCriteria {
  color: #9452BA;
  height: 44px;
  line-height: 44px;
  display: inherit;
}
.AknFilterBox--search .AknFilterBox-filterCaret {
  display: inline-block;
  width: 12px;
  height: 44px;
  background: url("/bundles/pimui/images/jstree/icon-down.svg") no-repeat 0 center;
  background-size: 12px;
  margin-left: 3px;
}
.AknFilterBox--search .AknFilterBox-filterLabel {
  text-transform: none;
}
.AknFilterBox--search .AknFilterBox-filterLabel:after {
  content: ' : ';
  margin-right: 3px;
  color: #67768A;
}
.AknFilterBox-filterDetails {
  background: white;
  position: absolute;
  z-index: 804;
  right: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.AknFilterBox-filterDetails--rightAlign {
  right: auto;
  left: 0;
}
.AknFilterBox--search .AknFilterBox-filterContainer {
  margin-right: 0;
}
.AknFilterBox--search .AknFilterBox-disableFilter {
  display: none;
}
.AknFilterBox--search .AknFilterBox-list {
  margin-right: 10px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.AknFilterBox--search .AknFilterBox-addFilterButton {
  line-height: 30px;
  min-height: 44px;
  min-width: 44px;
  border: none;
  order: -1;
  width: auto !important;
  background-color: white;
  background: url("/bundles/pimui/images/icon-filters.svg") no-repeat left 50%;
  flex-grow: 1;
  padding-left: 35px !important;
  margin-left: 10px;
  margin-top: 30px;
}
.AknFilterBox-itemsCounter {
  padding-right: 8px;
  border-right: 1px solid #ccd1d8;
  color: #9452BA;
}
.AknFilterBox-itemsCounter--inline {
  padding-right: 10px;
  position: relative;
  top: 2px;
}
.AknFilterChoice {
  padding: 10px 20px;
  cursor: default;
}
.AknFilterChoice-header {
  border-bottom: 1px solid #9452BA;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
  padding-bottom: 5px;
}
.AknFilterChoice-title {
  color: #9452BA;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 30px;
  margin-right: 30px;
}
.AknFilterChoice-button {
  margin-top: 20px;
  text-align: center;
}
.AknFilterChoice-dates {
  display: flex;
}
.AknFilterChoice-separator {
  margin-left: 5px;
  margin-right: 5px;
  line-height: 40px;
}
.AknFilterChoice-date {
  flex-grow: 1;
  min-width: 100px;
}
.AknFilterChoice-inputContainer {
  height: 40px;
  display: flex;
}
.AknFilterChoice-unit,
.AknFilterChoice-currency {
  height: 40px;
  border: 1px solid #ccd1d8;
  border-left: none;
  background: white;
  margin-left: -1px;
  z-index: 1;
  padding: 7px;
}
.AknGrid {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
}
.AknGrid-bodyRow {
  transition: background 0.2s ease-in;
}
.AknGrid-bodyRow--wordBreakable {
  word-wrap: break-word;
}
.AknGrid-bodyRow + .AknGrid-bodyRow:not(.AknGrid-bodyRow--withoutTopBorder) .AknGrid-bodyCell {
  border-top: 1px solid #ccd1d8;
}
.AknGrid-bodyRow + .AknGrid-bodyRow .AknGrid-bodyCell:first-child.AknGrid-bodyCell--checkbox {
  border-top: none;
}
.AknGrid-bodyRow + .AknGrid-bodyRow .AknGrid-bodyCell.AknGrid-bodyCell--withoutTopBorder {
  padding-top: 2px;
  border-top: none;
  vertical-align: top;
}
.AknGrid-bodyCell.AknGrid-bodyCell--withoutBottomBorder {
  padding-bottom: 2px;
  border-bottom: none;
}
.AknGrid-bodyCell,
.AknGrid-headerCell {
  vertical-align: middle;
  line-height: 20px;
  padding: 12px 4px;
  transition: background 0.1s ease;
}
.AknGrid-bodyCell--tight,
.AknGrid-headerCell--tight {
  width: 1px;
}
.AknGrid-bodyCell--image,
.AknGrid-headerCell--image {
  width: 54px;
}
.AknGrid-bodyCell:first-child.AknGrid-bodyCell--checkbox,
.AknGrid-bodyCell:first-child.AknGrid-headerCell--checkbox,
.AknGrid-headerCell:first-child.AknGrid-bodyCell--checkbox,
.AknGrid-headerCell:first-child.AknGrid-headerCell--checkbox {
  background: white;
  text-align: center;
  width: 40px;
  max-width: 40px;
}
.AknGrid-headerCell.AknGrid-headerCell--checkbox {
  border-bottom: none;
  width: 40px;
  max-width: 40px;
  opacity: 0;
  transform: scale(0);
}
.AknGrid-body .AknGrid-bodyRow:not(.AknGrid-bodyRow--thumbnail):hover,
.AknGrid-bodyRow--highlight {
  background: #F9F9FB;
}
.AknGrid-bodyRow--selected {
  background: #deeaf4;
}
.AknGrid-bodyRow--selected:hover {
  background: #d3e2f0;
}
.AknGrid-bodyContainer--collapsed .AknGrid-bodyRow:not(.AknGrid-headerToggle) {
  display: none;
}
.AknGrid-bodyCell {
  cursor: pointer;
}
.AknGrid-bodyCell--flex {
  display: flex;
  align-items: center;
}
.AknGrid-bodyCell--full {
  padding: 10px 20px;
  background: white;
  cursor: default;
}
.AknGrid-bodyCell--actions,
.AknGrid-bodyCell:first-child.AknGrid-bodyCell--checkbox,
.AknGrid-bodyCell .AknGrid-onHoverElement {
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.AknGrid-bodyCell--actions {
  width: 1px;
  padding-right: 20px;
}
.AknGrid-bodyCell--credentials {
  line-height: 24px;
}
.AknGrid-bodyCell--highlight {
  color: #9452BA;
  font-style: italic;
  font-size: 15px;
  max-width: 15vw;
  overflow: hidden;
  text-overflow: ellipsis;
}
.AknGrid-bodyCell--highlightWithTooltip {
  color: #9452BA;
  font-style: italic;
  font-size: 15px;
  white-space: nowrap;
  max-width: 15vw;
  text-overflow: ellipsis;
}
.AknGrid-bodyCell--big {
  font-size: 15px;
}
.AknGrid-bodyCell--highlightAlternative {
  color: #11324D;
  font-size: 15px;
}
.AknGrid-bodyCell--noWrap {
  white-space: nowrap;
}
.AknGrid-bodyRow:hover .AknGrid-bodyCell--actions,
.AknGrid-bodyRow:hover .AknGrid-bodyCell--checkbox,
.AknGrid-bodyRow:hover .AknGrid-onHoverElement,
.AknGrid-bodyRow.AknGrid-bodyRow--selected .AknGrid-bodyCell--checkbox,
.AknGrid-bodyRow .AknGrid-bodyCell--checked {
  opacity: 1;
}
.AknGrid-headerCell {
  color: #67768A;
  border-bottom: solid 1px #11324D;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.AknGrid-headerCell a {
  color: #67768A;
}
.AknGrid-bodyCell--center,
.AknGrid-headerCell--center {
  text-align: center;
}
.AknGrid-bodyCell--right,
.AknGrid-headerCell--right {
  text-align: right;
}
.AknGrid--withCheckbox .AknGrid-bodyRow .AknGrid-bodyCell:nth-child(2),
.AknGrid:not(.AknGrid--withCheckbox) .AknGrid-bodyRow .AknGrid-bodyCell:first-child,
.AknGrid--withCheckbox .AknGrid-bodyRow .AknGrid-headerCell:nth-child(2),
.AknGrid:not(.AknGrid--withCheckbox) .AknGrid-bodyRow .AknGrid-headerCell:first-child {
  padding-left: 20px;
}
.AknGrid .AknGrid--withCheckbox .AknGrid-bodyRow .AknGrid-bodyCell:nth-child(2),
.AknGrid .AknGrid:not(.AknGrid--withCheckbox) .AknGrid-bodyRow .AknGrid-bodyCell:first-child,
.AknGrid .AknGrid--withCheckbox .AknGrid-bodyRow .AknGrid-headerCell:nth-child(2),
.AknGrid .AknGrid:not(.AknGrid--withCheckbox) .AknGrid-bodyRow .AknGrid-headerCell:first-child {
  padding-left: 4px;
}
.AknGrid-headerCell--sticky {
  position: sticky;
  background: white;
}
.AknGrid-caret {
  margin-left: 5px;
  display: none;
}
.AknGrid-headerCell--ascending .AknGrid-caret,
.AknGrid-headerCell--descending .AknGrid-caret {
  display: inline-block;
}
.AknGrid-headerCell--ascending .AknGrid-caret {
  border-bottom: 4px solid #67768A;
  border-top: none;
}
.AknGrid--condensed {
  border: 1px solid #ccd1d8;
}
.AknGrid--condensed .AknGrid-bodyCell,
.AknGrid--condensed .AknGrid-headerCell {
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: white;
}
.AknGrid--gallery .AknGrid {
  display: block !important;
}
.AknGrid--gallery .AknGrid-header {
  display: none;
}
.AknGrid--gallery .AknGrid-body {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.AknGrid--gallery .AknGrid-body--small {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.AknGrid--gallery .AknGrid--withCheckbox .AknGrid-body {
  margin-left: 40px;
}
.AknGrid .AknGrid-bodyRow:first-child .AknGrid-bodyCell {
  border-top: none;
}
.AknGrid--unclickable .AknGrid-bodyRow .AknGrid-bodyCell,
.AknGrid--unclickable .AknGrid-bodyRow .AknGrid-headerCell {
  cursor: default;
}
.AknGrid-label {
  font-weight: bold;
  display: inline-block;
  width: 60px;
}
.AknGrid-truncatable {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.AknGrid-multiline {
  width: 100%;
  word-break: break-word;
}
.AknGrid-expandable {
  width: 100px;
}
.AknGrid-expand {
  width: 32px;
  height: 32px;
  background: url("/bundles/pimui/images/icon-right.svg") no-repeat 50%;
  transition: transform 0.2s ease-in;
}
.AknGrid-expand--expanded {
  transform: rotate(90deg);
}
.AknGrid-imageLayer {
  position: absolute;
  border: 1px solid #ccd1d8;
  background: white;
  height: 44px;
  width: 44px;
  transform: translate(4px, 0);
  transition: border-color 0.2s ease-in;
}
.AknGrid-imageLayer:after {
  content: '';
  position: absolute;
  border: 1px solid #ccd1d8;
  background: white;
  height: 42px;
  width: 42px;
  transform: translate(-3px, 1px);
  transition: border-color 0.2s ease-in;
}
.AknGrid-bodyRow:hover .AknGrid-imageLayer,
.AknGrid-bodyRow:hover .AknGrid-image,
.AknGrid-bodyRow:hover .AknGrid-imageLayer:after {
  border-color: #939cac;
}
.AknGrid-image {
  background: white;
  position: relative;
  height: 44px;
  width: 44px;
  border: 1px solid #ccd1d8;
  transition: border-color 0.2s ease-in;
  margin-top: 3px;
  margin-bottom: -3px;
  object-fit: contain;
}
.AknGrid-image--withLayer {
  margin-top: 4px;
  margin-bottom: -4px;
  margin-right: 4px;
}
.AknGrid-fullImage {
  width: 100%;
  height: 200px;
  min-height: 200px;
  background-size: cover;
  background-position: 50%;
  margin-bottom: 16px;
  position: relative;
  display: block;
}
.AknGrid-fullImage:before {
  content: '';
  width: 100%;
  height: 200px;
  background: #11324D;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.AknGrid-fullImage--small {
  height: 150px;
  min-height: 150px;
}
.AknGrid-title {
  z-index: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-style: initial;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
  display: block;
}
.AknGrid-subTitle,
.AknGrid-description {
  font-size: 13px;
  color: #A1A9B7;
  padding-top: 6px;
  max-width: 100%;
  display: block;
}
.AknGrid-movableRow {
  cursor: move;
}
.AknGrid-bodyRow--withLayer:before,
.AknGrid-bodyRow--withLayer:after {
  content: '';
  border: 1px #ccd1d8 solid;
  border-radius: 3px;
  transform: translate(1px, 1px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-color: inherit;
}
.AknGrid-bodyRow--withLayer:after {
  transform: translate(3px, 3px);
}
.AknGrid-bodyRow--thumbnail {
  border: 1px #ccd1d8 solid;
  border-radius: 3px;
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
  background: white;
  overflow: visible;
  transition: background 0.4s ease-in;
}
.AknGrid-bodyRow--thumbnail .AknGrid-bodyCell {
  padding: 0;
}
.AknGrid-bodyRow--thumbnail .AknGrid-bodyCell--checkbox {
  align-self: start;
  background: none !important;
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
}
.AknGrid-bodyRow--thumbnail .AknGrid-bodyCell--actions {
  transition: none;
  color: white;
  z-index: 2;
  max-width: 100%;
  margin-top: 4px;
  display: grid;
  justify-content: center;
  width: 100%;
}
.AknGrid-bodyRowRemove {
  display: none;
  z-index: 3;
}
.AknGrid-bodyRow--thumbnail:hover {
  border-color: #11324D;
  background: #11324D;
  color: white;
}
.AknGrid-bodyRow--thumbnail:hover .AknGrid-description {
  color: white;
}
.AknGrid-bodyRow--thumbnail:hover .AknGrid-bodyCell--actions {
  display: grid;
}
.AknGrid-bodyRow--thumbnail:hover .AknGrid-fullImage {
  opacity: 0.7;
}
.AknGrid-bodyRow--thumbnail:hover .AknGrid-bodyRowRemove {
  display: block;
}
.AknGrid-bodyRow--selected {
  border-color: #5992C7;
  background: white;
  border-width: 2px;
}
.AknGrid-bodyRow--selected:after,
.AknGrid-bodyRow--selected:before {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}
.AknGrid--stretched .AknGrid-bodyCell {
  padding-top: 17px;
  padding-bottom: 17px;
}
.AknGrid-bodyRow--success .AknGrid-bodyCell {
  background: #eff7f0;
}
.AknGrid-bodyRow--success:hover .AknGrid-bodyCell {
  background: #e8f4ea;
}
.AknGrid-bodyCell--sixteen,
.AknGrid-headerCell--sixteen {
  width: 16%;
}
.AknGrid--light {
  font-size: 15px;
}
.AknGrid--light .AknGrid-bodyCell {
  height: 74px;
  min-width: 75px;
  background: white;
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.AknGrid--light .AknGrid-headerCell {
  min-width: 75px;
  height: 44px;
  position: sticky;
  top: 0;
  z-index: 2;
  background: linear-gradient(to top, #67768A 1px, white 0px);
  border: none;
}
.AknGrid--left {
  position: sticky;
  left: 0;
  z-index: 3;
  width: auto;
}
.AknGrid--left .AknGrid-bodyCell,
.AknGrid--left .AknGrid-headerCell {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 3;
}
.AknGrid--left .AknGrid-bodyCell {
  background: none;
}
.AknGrid--left .AknGrid-bodyRow {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.9) 8px, #ffffff 100%);
}
.AknGrid--right {
  position: sticky;
  right: 0;
  width: 0;
}
.AknGrid--right .AknGrid-bodyCell {
  background: none;
}
.AknGrid--right .AknGrid-bodyRow {
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0) 100%);
}
.AknGrid-bodyCellContainer {
  max-height: 50px;
  line-height: 50px;
  height: 49px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 10px 0 0;
  max-width: 250px;
}
.AknGridHistory-bodyCell--highlight {
  color: #9452BA;
  font-style: italic;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.AknGridHistory-bodyCell--changes {
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 250px;
}
.AknGridContainer {
  position: relative;
  padding: 20px 0 10px 0;
}
.AknGridContainer--withCheckbox {
  margin-left: -40px;
}
.AknGridContainer-noData {
  min-height: calc(100vh - 400px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 32px;
  overflow: hidden;
}
.AknGridContainer-noData--small {
  margin-top: 50px;
  min-height: 0;
}
.AknGridContainer-noDataImage {
  background-image: url("/bundles/pimui/images/illustrations/Attribute.svg");
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  width: 200px;
  margin-bottom: 30px;
  background-size: 100% auto;
}
.AknGridContainer-noDataImage--associations {
  background-image: url("/bundles/pimui/images/illustrations/Association-types.svg");
}
.AknGridContainer-noDataImage--reference-entity {
  background-image: url("/bundles/pimui/images/illustrations/NoResult.svg");
}
.AknGridContainer-noDataImage--user-group {
  background-image: url("/bundles/pimui/images/illustrations/User-groups.svg");
}
.AknGridContainer-noDataTitle {
  font-size: 30px;
  color: #11324D;
  text-align: center;
  margin-bottom: 20px;
}
.AknGridContainer-noDataSubtitle {
  max-width: 600px;
  margin-bottom: 20px;
  color: #67768A;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
.AknGridContainer--withoutNoDataPanel .AknGridContainer-noData {
  display: none;
}
.AknGridContainer-noData--small {
  min-height: auto;
}
.AknGridContainer-noData--small .AknGridContainer-noDataImage {
  height: 115px;
  background-size: 150px 150px;
}
.AknGridContainer-noData--small .AknGridContainer-noDataTitle {
  font-size: 28px;
}
.AknGridContainer--expanded {
  max-width: 800px;
  margin: 0 auto;
}
.AknGridContainer--box {
  border: 1px solid #ccd1d8;
  padding: 10px 20px;
  background: white;
}
.AknGridContainer--box + .AknGridContainer--box {
  margin-top: 20px;
}
.AknGridContainer-notEnoughDataTitle {
  color: #11324D;
  font-size: 28px;
  text-align: center;
  margin: 30px 0 10px;
}
.AknGridContainer-notEnoughDataSubtitle {
  color: #67768A;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 20px;
}
@-moz-document url-prefix() {
  .AknGridContainer {
    margin-bottom: 40px;
  }
}
.AknGridToolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.AknGridToolbar-left {
  margin-top: 20px;
}
.AknGridToolbar-center:not(:empty) {
  margin-top: 20px;
  order: 5;
  flex-grow: 1;
  justify-content: center;
  display: flex;
  align-items: center;
}
.AknGridToolbar-right {
  margin-top: 20px;
  order: 10;
  justify-content: flex-end;
  align-items: center;
}
.AknGridToolbar-pageSize {
  display: flex;
  line-height: 28px;
}
.AknGridToolbar-actionsPanel {
  display: flex;
}
.AknGridToolbar-actionButton {
  min-width: 28px;
  margin-left: 5px;
  text-align: center;
}
.AknGridToolbar-label {
  margin-left: 5px;
  margin-right: 5px;
}
.AknGridToolbar-left .AknGridToolbar-actionButton:first-child {
  margin-left: 0;
}
.AknMassActions-dropdown {
  background: url("/bundles/pimui/images/icon-down.svg") no-repeat center;
  background-size: 18px;
  margin: 6px 0px 0 6px;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.AknMassActions-counter {
  text-transform: uppercase;
  margin: 0 16px;
}
.AknAssetCollectionField {
  width: 100%;
  border: 1px solid #ccd1d8;
}
.AknAssetCollectionField-header {
  background: #f8f8f9;
  border-bottom: 1px solid #ccd1d8;
  padding: 10px;
  margin: 0;
}
.AknAssetCollectionField-list {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  min-height: 100px;
}
.AknAssetCollectionField-list--unwrapped {
  flex-wrap: nowrap;
  position: relative;
}
.AknAssetCollectionField-listItem {
  width: 100px;
  border: 1px solid #ccd1d8;
  padding: 10px;
  text-align: center;
  margin: 5px;
  position: relative;
  background-color: #FFFFFF;
  cursor: pointer;
}
.AknAssetCollectionField-listItem--transparent {
  opacity: 0.4;
  transition: opacity 0.15s ease-in;
}
.AknAssetCollectionField-listItem--transparent:hover {
  opacity: 0.6;
}
.AknAssetCollectionField-listItem footer {
  text-overflow: ellipsis;
  overflow: hidden;
}
.AknAssetCollectionField-assetThumbnail {
  width: 78px;
  height: 78px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.AknAssetCollectionField-assetThumbnail--small {
  width: 45px;
  height: 45px;
  background-size: cover;
}
.AknAssetCollectionField-icon {
  position: absolute;
  top: 5px;
  right: 5px;
}
.AknAssetCollectionField--withoutBorder {
  border: none;
}
.AknAssetCollectionField--withoutBorder .AknAssetCollectionField-list {
  padding: 0;
}
.AknAssetCollectionField-header--disabled {
  display: none;
}
.AknAssetCollectionField-list--disabled {
  background-color: #e9ebee;
  cursor: not-allowed;
  background-image: url("/bundles/pimui/images/icon-lock.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  padding-right: 36px;
  color: #9faab8;
}
.AknAssetCollectionField-listItem--disabled {
  color: #9faab8;
}
.AknAssetPreview {
  height: calc(100vh - 170px);
  text-align: center;
}
.AknAssetPreview-main {
  display: flex;
}
.AknAssetPreview-buttons {
  overflow-x: auto;
  display: inline-block;
  max-width: 90vw;
}
.AknAssetPreview-imageContainer {
  flex-grow: 1;
  text-align: center;
  align-self: center;
}
.AknAssetPreview-image {
  max-height: calc(100vh - 330px);
  max-width: calc(100vw - 80px);
  min-width: 40px;
  min-height: 40px;
  background: url("/bundles/pimui/images/loader-V2.svg") no-repeat center;
}
.AknAssetPreview-left,
.AknAssetPreview-right {
  flex-basis: 80px;
  height: calc(100vh - 290px);
  background-image: url("/bundles/pimui/images/icon-right.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center left;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s ease-in;
}
.AknAssetPreview-left:hover,
.AknAssetPreview-right:hover {
  opacity: 1;
}
.AknAssetPreview-left {
  transform: rotate(180deg);
}
.AknAssetPreview-confirmation {
  flex-direction: column;
  width: 180px;
  position: absolute;
  background: white;
  z-index: 1;
  top: 0;
  padding: 20px 30px 10px 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  left: -78px;
}
.AknAssetPreview-confirmation-hide {
  display: none;
}
.AknAssetPreview-confirmationText {
  font-size: 17px;
  margin-bottom: 20px;
  color: #11324D;
  display: inline-block;
}
.AknAttributeActions {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  z-index: 3;
}
.AknAttributeActions-close {
  width: 20px;
  height: 20px;
}
.AknAttributeActions-copyActions {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-left: 460px;
}
.AknAttributeActions-editActions {
  flex-basis: 100%;
}
.AknAttributeActions-contextSelectors {
  border-left: 1px solid #ccd1d8;
  padding-left: 10px;
}
.AknChoicesField-choiceItem {
  margin-top: 5px;
  margin-bottom: 5px;
}
.AknCommentPanel-thread {
  margin-top: 10px;
}
.AknCommentPanel-item--reply {
  margin-left: 58px;
}
.AknCommentPanel-header {
  display: flex;
  align-items: center;
  font-size: 17px;
}
.AknCommentPanel-avatar {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  margin-right: 10px;
}
.AknCommentPanel-title {
  flex-grow: 1;
}
.AknCommentPanel-author {
  color: #9452BA;
  font-style: italic;
}
.AknCommentPanel-icon {
  margin-left: 5px;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.AknCommentPanel-item:hover .AknCommentPanel-icon {
  opacity: 1;
}
.AknCommentPanel-message {
  margin: 5px 0 20px 58px;
  border-left: 2px solid #9452BA;
  background: #F9F9FB;
  padding: 20px;
  font-size: 15px;
}
.AknCommentPanel-date {
  font-size: 13px;
}
.AknCommentPanel-replyContainer {
  margin: 20px 0 -4px 0;
}
.AknCompletenessPanel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
}
.AknCompletenessPanel-block {
  padding: 8px 20px 20px 20px;
  border: 1px solid #ccd1d8;
}
.AknCompletenessPanel-header {
  border-bottom: 1px solid #ccd1d8;
  min-height: 38px;
  line-height: 28px;
  height: auto;
  display: flex;
  color: #11324D;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.AknCompletenessPanel-headerLocale {
  text-transform: uppercase;
  flex-grow: 1;
  padding-right: 16px;
}
.AknCompletenessPanel-channel {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.AknCompletenessPanel-channelTitle {
  text-transform: capitalize;
  font-size: 15px;
}
.AknCompletenessPanel-missing {
  color: #9faab8;
  font-size: 11px;
  padding-top: 6px;
}
.AknCompletenessPanel-progressContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.AknCompletenessPanel-progress {
  flex-basis: 85%;
}
.AknCompletenessPanel-progressRatio {
  font-size: 11px;
  margin-left: 10px;
}
.AknCompletenessPanel[data-closed="true"] .AknCompletenessPanel-content {
  display: none;
}
.AknCompletenessPanel[data-closed="true"] .AknCompletenessPanel-arrow:before {
  transform: rotate(90deg);
}
.AknCompletenessPanel-highlight {
  cursor: pointer;
  color: #9452BA;
  transition: color 0.1s ease-in;
}
.AknCompletenessPanel-highlight:hover {
  color: #52267D;
}
.AknComparableFields {
  display: flex;
}
.AknComparableFields-item:not(:empty) {
  flex-basis: 460px;
  flex-shrink: 0;
}
.AknComparableFields-item:not(:empty)--comparisonContainer {
  margin-left: 20px;
}
.AknComparableFields-copyContainer {
  display: flex;
  flex-grow: 1;
  margin-left: 10px;
}
.AknComparableFields-checkbox {
  flex-basis: 20px;
  flex-shrink: 0;
  position: relative;
  top: 6px;
}
.AknFieldContainer {
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
.AknFieldContainer--packed {
  margin-bottom: 5px;
}
.AknFieldContainer--packed:first-of-type {
  margin-top: 20px;
}
.AknFieldContainer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.AknFieldContainer-header--light {
  margin-bottom: 1px;
  max-width: 456px;
}
.AknFieldContainer-header--light .AknFieldContainer-label {
  font-size: 13px;
  color: #A1A9B7;
}
.AknFieldContainer-label {
  color: #67768A;
  flex-grow: 1;
  font-size: 13px;
  display: flex;
}
.AknFieldContainer-label--grey {
  color: #A1A9B7;
  font-size: 10px;
}
.AknFieldContainer-label--inline {
  color: #11324D;
}
.AknFieldContainer-label--withImage {
  display: flex;
  font-size: 13px;
  align-items: flex-end;
  line-height: 13px;
}
.AknFieldContainer-label .AknFieldContainer-labelAnnotation {
  margin-right: 3px;
}
.AknFieldContainer-label .AknFieldContainer-labelAnnotation:not(:first-child) {
  margin-left: 3px;
}
.AknFieldContainer-labelImage {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.AknFieldContainer-unavailable {
  color: #9faab8;
}
.AknFieldContainer-clickable {
  color: #9faab8;
  cursor: pointer;
}
.AknFieldContainer-clickable:hover {
  text-decoration: underline;
}
.AknFieldContainer-footer {
  color: #9faab8;
  font-size: 11px;
}
.AknFieldContainer-inputContainer {
  display: flex;
  align-items: center;
  position: relative;
}
.AknFieldContainer-inputLink {
  margin-left: 4px;
  position: relative;
  width: 24px;
  height: 24px;
}
.AknFieldContainer-inputSides {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.AknFieldContainer-subContainer {
  position: relative;
  flex-grow: 10000;
}
.AknFieldContainer-iconsContainer {
  padding-top: 4px;
  min-width: 24px;
  margin-left: 5px;
}
.AknFieldContainer-contextContainer {
  display: flex;
  flex-wrap: nowrap;
}
.AknFieldContainer-validationErrors {
  display: flex;
  flex-direction: column;
}
.AknFieldContainer-validationError {
  display: flex;
  align-items: baseline;
  margin-top: 3px;
  color: #D4604F;
  background: url("/bundles/pimui/images/icon-danger.svg") no-repeat left center;
  padding-left: 26px;
}
.AknFieldContainer-validationWarning {
  display: flex;
  align-items: baseline;
  margin-top: 3px;
  color: #11324D;
  background: url("/bundles/pimui/images/icon-danger-orange.svg") no-repeat left center;
  padding-left: 26px;
}
.AknFieldContainer--withoutMargin {
  margin-bottom: 0;
}
.AknFieldContainer--hidden {
  display: none;
}
.AknFieldContainer--inline {
  display: flex;
  min-height: 40px;
}
.AknFieldContainer--inline .AknFieldContainer-inputContainer {
  width: 350px;
  margin-right: 10px;
  flex-shrink: 0;
}
.AknFieldContainer--inline .AknFieldContainer-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}
.AknFieldContainer--big {
  width: 920px;
}
.AknFormContainer {
  width: 460px;
  z-index: 1;
}
.AknFormContainer--large {
  width: 710px;
}
.AknFormContainer--small {
  width: 300px;
}
.AknFormContainer--wide {
  width: 100%;
}
.AknFormContainer--withPadding:not(:empty):not(.AknFormContainer--centered) {
  margin: 20px 0 10px;
}
.AknFormContainer--withPadding:not(:empty).AknFormContainer--centered {
  margin-bottom: 20px;
}
.AknFormContainer--withSmallPadding:not(:empty) {
  padding: 0 20px;
}
.AknFormContainer--centered {
  margin: auto;
}
.AknFormContainer--expanded {
  max-width: 920px;
  width: 100%;
}
.AknFormContainer--inline {
  width: auto;
}
.AknHorizontalNavtab {
  border-bottom: 1px solid #ccd1d8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AknHorizontalNavtab--centered {
  justify-content: center;
  border-bottom: none;
}
.AknHorizontalNavtab--centered .AknHorizontalNavtab-list {
  border-bottom: 1px solid #ccd1d8;
}
.AknHorizontalNavtab--centered .AknHorizontalNavtab-link {
  padding: 0 20px;
}
.AknHorizontalNavtab-item {
  list-style-type: none;
}
.AknHorizontalNavtab-list {
  display: flex;
}
.AknHorizontalNavtab-item:not(:last-child) {
  margin-right: 10px;
}
.AknHorizontalNavtab-item--forbidden .AknHorizontalNavtab-link {
  opacity: 0.7;
  cursor: not-allowed;
  background: url("/bundles/pimui/images/icon-lock2.svg") no-repeat right;
  background-size: 21px;
}
.AknHorizontalNavtab-link {
  font-size: 15px;
  height: 46px;
  line-height: 46px;
  color: #67768A;
  padding: 0 40px 0 0;
  display: inline-block;
  cursor: pointer;
  margin-bottom: -1px;
  transition: color 0.1s ease-in, border-width 0.1s ease-in;
  white-space: nowrap;
}
.AknHorizontalNavtab-link--errored {
  font-weight: bold;
  color: #D4604F;
}
.AknHorizontalNavtab-link--errored:before {
  display: inline-block;
  margin-right: 5px;
  font-family: 'FontAwesome';
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f06a";
  text-indent: 0;
}
.AknHorizontalNavtab-item--active {
  width: 100%;
}
.AknHorizontalNavtab-item:not(.AknHorizontalNavtab-item--forbidden):not(.AknHorizontalNavtab-item--active) .AknHorizontalNavtab-link:not(.AknHorizontalNavtab-link--active):hover,
.AknHorizontalNavtab-item--active .AknHorizontalNavtab-link,
.AknHorizontalNavtab-link--active {
  background: none;
  border-bottom: 3px solid #9452BA;
  color: #9452BA;
}
.AknMediaField {
  height: 140px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 3px;
  border: 1px solid #D9DDE2;
}
.AknMediaField--disabled {
  background: #e9ebee;
  background-image: url("/bundles/pimui/images/icon-lock.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
}
.AknMediaField--disabled .AknMediaField-preview {
  opacity: 0.5;
}
.AknMediaField-fileUploaderInput {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.AknMediaField-fileUploaderInput--disabled,
.AknMediaField-fileUploaderInput[readonly],
.AknMediaField-fileUploaderInput[disabled] {
  cursor: not-allowed;
}
.AknMediaField-fileUploaderInput--disabled + .AknMediaField-emptyContainer,
.AknMediaField-fileUploaderInput[readonly] + .AknMediaField-emptyContainer,
.AknMediaField-fileUploaderInput[disabled] + .AknMediaField-emptyContainer {
  background: #e9ebee;
  background-image: url("/bundles/pimui/images/icon-lock.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  padding-right: 36px;
  color: #9faab8;
}
.AknMediaField-fileUploaderInput--disabled ~ .AknMediaField-progress,
.AknMediaField-fileUploaderInput[readonly] ~ .AknMediaField-progress,
.AknMediaField-fileUploaderInput[disabled] ~ .AknMediaField-progress {
  background: #e9ebee;
  opacity: 1;
  flex-basis: 7px;
  margin: 0;
  border-radius: 0;
}
.AknMediaField-emptyContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  cursor: pointer;
}
.AknMediaField-preview {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
}
.AknMediaField-remove {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-left: 5px;
  cursor: pointer;
  background-image: url("/bundles/pimui/images/icon-delete-slategrey.svg");
  background-size: 100%;
  display: block;
  background-repeat: no-repeat;
}
.AknMediaField-thumb {
  flex-basis: 140px;
  margin: 5px 5px 0 5px;
  text-align: center;
  height: 100px;
}
.AknMediaField-image {
  max-height: 92px;
}
.AknMediaField-info {
  flex-grow: 1;
  text-align: center;
  display: flex;
}
.AknMediaField-progress {
  flex-basis: 2px;
  opacity: 0;
  margin: 0 10px 5px;
}
.AknMediaField-icon {
  font-size: 50px;
  color: #848fa1;
}
.AknMediaField-uploadIcon {
  height: 100px;
  width: 100px;
  display: block;
  margin-top: 2px;
  background-size: 100%;
  background-image: url("/bundles/pimui/images/illustrations/Import.svg");
}
.AknMediaField-trashIcon {
  background: #ccd1d8;
  font-size: 28px;
  padding: 56px 0;
  position: absolute;
  height: 100%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  right: 0;
  width: 40px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.AknMetricField {
  display: flex;
  width: 100%;
}
.AknMetricField-unit {
  flex-basis: 50%;
}
.AknMetricField--localizable {
  margin-right: 4px;
}
.AknPriceList {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: -8px;
}
.AknPriceList-item {
  width: 148px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: flex;
}
.AknPriceList-currency {
  background: white;
  height: 38px;
  line-height: 38px;
  border-top: 1px solid #ccd1d8;
  border-right: 1px solid #ccd1d8;
  border-bottom: 1px solid #ccd1d8;
  width: 44px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0 4px;
  display: block;
  box-sizing: content-box;
  text-align: center;
  z-index: 1;
  color: #9faab8;
}
.AknPriceList--localizable .AknPriceList-item {
  position: relative;
  padding-right: 4px;
}
.AknSelectField {
  width: 460px;
}
.AknTabHeader {
  border-bottom: 1px solid #11324D;
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
}
.AknTabHeader-title {
  color: #52267D;
  font-size: 15px;
  height: 45px;
  line-height: 41px;
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  text-transform: uppercase;
}
.AknTabHeader-title:first-letter {
  text-transform: uppercase;
}
.AknTabHeader-subTitle {
  color: #9faab8;
  font-size: 15px;
}
.AknTextareaField {
  color: #67768A;
  border: 1px solid #ccd1d8;
  width: 100%;
  border-radius: 2px;
  padding: 12px;
  min-height: 100px;
  max-height: 400px;
}
.AknTextareaField--monospaced {
  font-family: Courier, "MS Courier New", Prestige, "Everson Mono";
}
.AknTextareaField--light {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.AknTextareaField--light:focus {
  border-color: #5992C7;
  outline: none;
}
.AknTextareaField-layer {
  border: 1px solid #ccd1d8;
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: white;
  border-radius: 2px;
}
.AknTextareaField-layer--first {
  top: 4px;
  left: 4px;
}
.AknTextareaField-layer--second {
  top: 2px;
  left: 2px;
}
.AknTextareaField[readonly],
.AknTextareaField[disabled] {
  background: #e9ebee;
  cursor: not-allowed;
}
.AknTextareaField--narrow {
  width: 460px;
}
.AknTextareaField--small {
  height: 40px;
  overflow: hidden;
}
.AknTextareaField--localizable {
  margin-right: 4px;
  z-index: 1;
}
@-moz-document url-prefix() {
  .AknTextareaField-layer {
    height: calc(100% - 1px);
  }
}
.AknTextField {
  height: 40px;
  line-height: 40px;
  color: #11324D;
  border: 1px solid #ccd1d8;
  width: 100%;
  border-radius: 2px;
  padding: 0 8px;
  z-index: 1;
}
.AknTextField-layer {
  border: 1px solid #ccd1d8;
  position: absolute;
  width: calc(100% - 4px);
  height: 100%;
  background: white;
  border-radius: 2px;
}
.AknTextField-layer--first {
  top: 4px;
  left: 4px;
}
.AknTextField-layer--second {
  top: 2px;
  left: 2px;
}
.AknTextField--noRightRadius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.AknTextField--noLeftRadius {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.AknTextField--noRadius {
  border-radius: 0;
}
.AknTextField--withDashedBottomBorder {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dashed #D9DDE2;
}
.AknTextField--withRightButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1px;
}
.AknTextField--select2 {
  padding: 0;
  border: none;
  height: auto;
}
.AknTextField--fileDropZone {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
}
.AknTextField--transparent {
  background: none;
  border: none;
}
.AknTextField--file {
  color: transparent;
  height: 140px;
  margin-top: -30px;
}
.AknTextField--narrow {
  width: 460px;
}
.AknTextField--disabled:not(.AknTextField--light),
.AknTextField[readonly]:not(.AknTextField--light),
.AknTextField[disabled]:not(.AknTextField--light) {
  background: #e9ebee;
  background-image: url("/bundles/pimui/images/icon-lock.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  padding-right: 36px;
  color: #9faab8;
  cursor: not-allowed;
}
.AknTextField--light {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #D9DDE2;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
}
.AknTextField--light:focus {
  outline: none;
  border-color: #5992C7;
}
.AknTextField--light.AknTextField--disabled {
  border-bottom: 1px dotted #D9DDE2;
  background-image: url("/bundles/pimui/images/icon-lock2.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 12px) center;
  padding-right: 36px;
  color: #A1A9B7;
  cursor: not-allowed;
}
.AknTextField--localizable {
  width: calc(100% - 4px);
  position: relative;
}
.AknTextField--localizable.AknTextField--narrow {
  width: 456px;
}
.AknVariantNavigation {
  border: 1px solid #ccd1d8;
  border-radius: 3px;
  height: 34px;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}
.AknVariantNavigation-item {
  display: inline-flex;
  padding-left: 20px;
  height: 32px;
  line-height: 32px;
  z-index: 5;
  min-width: 120px;
}
.AknVariantNavigation-item:after {
  content: "";
  position: relative;
  display: block;
  right: -13px;
  top: 4px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  transform: rotate(45deg);
  box-sizing: border-box;
  border: 1px solid #ccd1d8;
  border-width: 1px 1px 0 0;
  border-radius: 2px;
}
.AknVariantNavigation-item--highlight {
  color: #9452BA;
  background-color: #F9F9FB;
  z-index: 4;
}
.AknVariantNavigation-item--highlight:after {
  background: #F9F9FB;
}
.AknVariantNavigation-item + .AknVariantNavigation-item {
  padding-left: 30px;
}
.AknVariantNavigation-itemLabel {
  cursor: pointer;
  display: flex;
  flex: 1;
  overflow: hidden;
}
.AknVariantNavigation-axisName {
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 240px;
}
.AknVariantNavigation-axisValue {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.AknVariantNavigation-axisName.AknVariantNavigation-axisName--selected + .AknVariantNavigation-axisValue:before {
  content: ": ";
}
.AknVariantNavigation-listItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.AknVariantNavigation-listProductModelImage,
.AknVariantNavigation-listProductImage {
  border-radius: 4px;
  max-width: 25px;
  max-height: 25px;
}
.AknVariantNavigation-listProductModelLabel,
.AknVariantNavigation-listProductLabel {
  margin-left: 5px;
  margin-right: 5px;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.AknVariantNavigation-listProductModelCompleteness,
.AknVariantNavigation-listProductCompleteness {
  border-radius: 50px;
  float: right;
  padding: 0 10px;
  height: 22px;
  font-size: 11px;
  line-height: 22px;
  color: #ffffff;
}
.AknVariantNavigation-listProductModelCompleteness--empty,
.AknVariantNavigation-listProductCompleteness--empty {
  background-color: #D4604F;
}
.AknVariantNavigation-listProductModelCompleteness--incomplete,
.AknVariantNavigation-listProductCompleteness--incomplete {
  background-color: #F8B441;
}
.AknVariantNavigation-listProductModelCompleteness--complete,
.AknVariantNavigation-listProductCompleteness--complete {
  background-color: #67b373;
}
.AknVerticalNavtab {
  margin-right: -1px;
  padding: 0;
}
.AknVerticalNavtab-header {
  height: 26px;
}
.AknVerticalNavtab-item:not(.AknVerticalNavtab-header) {
  min-width: 150px;
  border-right: 1px solid #ccd1d8;
  border-bottom: 1px solid #ccd1d8;
}
.AknVerticalNavtab-link {
  height: 46px;
  line-height: 46px;
  color: #67768A;
  background: #FFFFFF;
  font-size: 13px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
}
.AknVerticalNavtab-link:hover:not(.AknVerticalNavtab-link--active) {
  background: #F9F9FB;
}
.AknVerticalNavtab-link--active,
.AknVerticalNavtab-item--active .AknVerticalNavtab-link {
  background: white;
  color: #515d6d;
  font-size: 13px;
}
.AknVerticalNavtab-link--active:hover,
.AknVerticalNavtab-item--active .AknVerticalNavtab-link:hover {
  background: #F9F9FB;
  color: #515d6d;
}
.AknVerticalNavtab--condensed .AknVerticalNavtab-link {
  height: 40px;
  line-height: 40px;
}
.AknAcl {
  display: inline-flex;
  align-items: center;
}
.AknAcl-icon {
  margin-right: 10px;
  cursor: pointer;
}
.AknAcl-item {
  display: flex;
  line-height: 46px;
}
.AknAcl-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.AknAcl--hide {
  display: none;
}
.AknAcl--centered {
  justify-content: center;
}
.AknBadge {
  line-height: 22px;
  height: 22px;
  min-width: 22px;
  font-size: 13px;
  background: #D9DDE2;
  color: #67768A;
  display: inline-block;
  border-radius: 100px;
  padding: 0 8px;
  transition: background 0.15s ease-in, opacity 0.4s ease-in;
  white-space: nowrap;
  margin: 2px 0 -2px 0;
  text-transform: uppercase;
  cursor: default;
}
.AknBadge-icon {
  margin: 0 5px 0 0;
}
.AknBadge--enabled,
.AknBadge--success {
  background: #67b373;
  color: white;
}
.AknBadge--enabled:hover,
.AknBadge--success:hover {
  background: #4d9a59;
}
.AknBadge--enabled .AknBadge-icon,
.AknBadge--success .AknBadge-icon {
  color: white;
}
.AknBadge--disabled,
.AknBadge--important,
.AknBadge--invalid {
  background: #D4604F;
  color: white;
}
.AknBadge--disabled:hover,
.AknBadge--important:hover,
.AknBadge--invalid:hover {
  background: #c1422f;
}
.AknBadge--disabled .AknBadge-icon,
.AknBadge--important .AknBadge-icon,
.AknBadge--invalid .AknBadge-icon {
  color: white;
}
.AknBadge--warning {
  background: #F8B441;
  color: white;
}
.AknBadge--warning:hover {
  background: #F8B441;
}
.AknBadge--warning .AknBadge-icon {
  color: white;
}
.AknBadge--grey {
  background: #A1A9B7;
  color: white;
}
.AknBadge--grey:hover {
  background: #848fa1;
}
.AknBadge--info {
  background: #5992C7;
  color: white;
}
.AknBadge--info:hover {
  background: #3c79b1;
}
.AknBadge--active {
  background: #9452BA;
  color: white;
}
.AknBadge--active:hover {
  background: #793e9b;
}
.AknBadge--highlight {
  background: #F8B441;
}
.AknBadge--light {
  opacity: 0.2;
}
.AknBadge--grey .AknBadge-icon {
  color: white;
}
.AknBadge--hidden {
  display: none;
}
.AknBadge--hidden.AknBadge--floating {
  display: inline-block;
  opacity: 0;
}
.AknBadge--big {
  height: 28px;
  min-width: 28px;
  line-height: 28px;
  font-size: 12px;
  padding: 0 15px;
  margin: 0;
}
.AknBadge--big .AknBadge-icon {
  margin: 4px -3px -9px 0;
}
.AknBadge--large {
  padding: 0 20px;
}
.AknBadge--small {
  height: 8px;
  padding: 0 4px;
  margin-bottom: 0;
  min-width: 8px;
}
.AknBadge--floating {
  margin-left: -12px;
  margin-top: 6px;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
.AknBadge--topRight {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
  margin-top: 10px;
  z-index: 1;
}
.AknBadge--round {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.AknBreadcrumb {
  color: #67768A;
  font-size: 15px;
  text-transform: uppercase;
  transition: color 0.2s ease-in;
}
.AknBreadcrumb-item {
  display: inline;
}
.AknBreadcrumb-item--routable {
  cursor: pointer;
}
.AknBreadcrumb-item:after {
  content: ' / ';
}
.AknBreadcrumb-item:hover {
  color: #67768A;
}
.AknBreadcrumb-item--final {
  color: #A1A9B7;
}
.AknBreadcrumb-item--final:after {
  content: '';
}
.AknBreadcrumb-item--final:hover {
  color: #A1A9B7;
}
.AknCaret {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid #67768A;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-bottom: 2px;
}
.AknCaret--inverse {
  border-top-color: white;
}
.AknCaret--big {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
  margin-bottom: 3px;
}
.AknCaret--important {
  border-top-color: #983425;
}
.AknCaret--apply {
  border-top-color: #3c7845;
}
.AknCenteredBox {
  width: 940px;
  margin: 20px auto;
  border: 1px solid #ccd1d8;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  border-radius: 2px;
}
.AknCenteredBox-highlight {
  color: #9452BA;
}
.AknOptionEditor {
  min-width: 80vw;
  display: flex;
  margin: 0 auto;
}
.AknOptionEditor-translator {
  overflow: auto;
  flex: 2;
  padding-right: 20px;
}
.AknOptionEditor-helper {
  flex: 1;
  padding-left: 20px;
  border-left: 1px solid #9452BA;
  position: sticky;
  top: 0;
}
.AknOptionEditor-table {
  width: 100%;
  overflow: auto;
}
.AknOptionEditor-headCell {
  z-index: 1;
  position: sticky;
  top: 62px;
}
.AknOptionEditor-headCellLabel {
  width: 100%;
  font-weight: normal;
  display: block;
  text-align: left;
  box-shadow: 0 -14px 0 white;
  background: white;
}
.AknOptionEditor-labelList {
  overflow: auto;
  height: 100%;
}
.AknOptionEditor-remove {
  width: 16px;
  height: 16px;
  margin-top: 14px;
}
.AknOptionEditor-remove:hover {
  cursor: pointer;
}
.AknOptionEditor-row {
  vertical-align: top;
}
@keyframes checkTick {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes uncheckTick {
  to {
    stroke-dashoffset: 17;
  }
}
.AknCheckbox {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #F9F9FB;
  border: 1px solid #D9DDE2;
  transition: background-color 0.2s ease-out;
}
.AknCheckbox:focus {
  outline: none;
  border: 1px solid #A1A9B7;
}
.AknCheckbox-tickPath {
  animation: uncheckTick 0.2s ease-in forwards;
  stroke-dasharray: 17;
  stroke-dashoffset: 0;
  opacity: 0;
  transition: opacity 0.1s ease-out;
  transition-delay: 0.2s;
}
.AknCheckbox--inline {
  margin-right: 5px;
}
.AknCheckbox--disabled {
  opacity: 0.7;
}
.AknCheckbox--disabled:not(.AknCheckbox:focus) {
  border: 1px solid #D9DDE2;
}
.AknCheckbox--checked.AknCheckbox--disabled:not(.AknCheckbox:focus) {
  border: 1px solid #3c79b1;
}
.AknCheckbox--checked {
  background-color: #5992C7;
  border: 1px solid #3c79b1;
}
.AknCheckbox--checked:focus {
  border: 1px solid #224565;
}
.AknCheckbox--checked .AknCheckbox-tickPath {
  animation-delay: 0.2s;
  animation: checkTick 0.2s ease-out forwards;
  stroke-dashoffset: 17;
  opacity: 1;
  transition-delay: 0s;
}
.AknColumn {
  flex-basis: 280px;
  width: 280px;
  position: relative;
  transition: flex-basis 0.3s ease-in-out, width 0.3s ease-in-out;
  order: -10;
  background: #F9F9FB;
  border-right: 1px solid #ccd1d8;
  flex-shrink: 0;
  height: 100%;
  z-index: 802;
  overflow: hidden;
}
.AknColumn:empty {
  display: none;
}
.AknColumn-inner {
  width: 280px;
  height: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 11px;
  position: absolute;
  right: 0;
  overflow-x: auto;
  transition: right 0.3s ease-in-out;
}
.AknColumn-innerTop:not(:empty),
.AknColumn-innerBottom:not(:empty) {
  padding: 0 30px 30px 30px;
  line-height: 14px;
  transition: margin-right 0.3s ease-in-out, margin-left 0.3s ease-in-out;
}
.AknColumn-innerTop {
  flex-grow: 1;
}
.AknColumn-innerTop:not(:empty) {
  padding-bottom: 0;
}
.AknColumn-innerBottom:not(:empty) {
  border-top: 1px solid #ccd1d8;
  padding-top: 30px;
}
.AknColumn-block:not(:empty) {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0 0;
}
.AknColumn-block--inline:not(:empty) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: -55px;
}
.AknColumn-block--inline .AknColumn-subtitle {
  line-height: 38px;
  white-space: nowrap;
}
.AknColumn-block--inline .AknColumn-value {
  flex-grow: 1;
  margin-top: 2px;
  margin-bottom: -2px;
}
.AknColumn-blockDropdown {
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 4px;
  margin-right: -16px;
}
.AknColumn-blockDown {
  background: url("/bundles/pimui/images/icon-down.svg") no-repeat center;
  display: inline-block;
  height: 8px;
  width: 18px;
  background-size: 18px;
  margin-left: 5px;
  opacity: 0.7;
  transition: opacity 0.1s ease-in;
  cursor: pointer;
}
.AknColumn-blockDown:hover {
  opacity: 1;
}
.AknColumn-title,
.AknColumn-subtitle {
  color: #A1A9B7;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 20px;
}
.AknColumn-title {
  margin-bottom: 30px;
}
.AknColumn-value {
  color: #11324D;
  font-size: 13px;
}
.AknColumn-value--highlited {
  color: #9452BA;
}
.AknColumn-part:not(:empty) {
  border-bottom: 1px solid #ccd1d8;
  margin-top: 0;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  min-height: 47px;
}
.AknColumn-part--small:not(:empty) {
  padding-bottom: 17px;
  margin-top: -5px;
}
.AknColumn-part--filter:not(:empty) {
  margin-top: -1px;
  padding-bottom: 16px;
  border-top: 1px solid #ccd1d8;
  padding-top: 14px;
}
.AknColumn-navigationLink {
  display: block;
  font-size: 15px;
  margin: 0 0 20px 0;
  color: #11324D;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.2s ease-in;
}
.AknColumn-navigationLink:hover {
  opacity: 1;
}
.AknColumn-navigationLink--active {
  color: #9452BA;
}
.AknColumn-navigation {
  position: fixed;
  margin-top: 10px;
  left: 84px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 850;
}
.AknColumn-resume {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 13px;
}
.AknColumn-collapseButton {
  height: 70px;
  width: 280px;
  background: url("/bundles/pimui/images/icon-panelClose.svg") no-repeat 20px center;
  background-size: 30px;
  background-color: #F9F9FB;
  cursor: pointer;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 1px solid #ccd1d8;
  transition: opacity 0.2s ease-in-out, width 0.3s ease-in-out, background-position 0.3s ease-in-out;
}
.AknColumn-collapseButton:hover {
  opacity: 1;
}
.AknColumn--collapsed {
  flex-basis: 40px;
  width: 40px;
}
.AknColumn--collapsed .AknColumn-navigation {
  opacity: 1;
}
.AknColumn--collapsed .AknColumn-inner {
  right: -16px;
}
.AknColumn--collapsed .AknColumn-innerTop,
.AknColumn--collapsed .AknColumn-innerBottom {
  margin-right: 56px;
  margin-left: -56px;
}
.AknColumn--collapsed .AknColumn-collapseButton {
  width: 40px;
  background-position: 5px center;
  background-image: url("/bundles/pimui/images/icon-panelOpen.svg");
}
.AknColumn-bottomButtonContainer {
  border-top: 1px solid #ccd1d8;
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-left: -20px;
  background: white;
}
.AknColumn-bottomButtonContainer--sticky {
  position: sticky;
  bottom: 0;
  width: calc(100% + 40px);
  background: white;
}
.AknColumn-span {
  padding-left: 4px;
}
.AknColumn--firstColumn {
  z-index: 803;
}
.AknColumnConfigurator {
  display: flex;
  padding: 0 0 0 24px;
  font-size: 15px;
}
.AknColumnConfigurator-column {
  flex-basis: 30%;
  flex-grow: 1;
  border: 1px solid #ccd1d8;
  margin-right: 24px;
}
.AknColumnConfigurator-column--large {
  flex-basis: 80%;
}
.AknColumnConfigurator-column--gray {
  background: #F9F9FB;
}
.AknColumnConfigurator-column--fixed {
  flex-basis: 300px;
}
.AknColumnConfigurator-columnHeader {
  height: 50px;
  border-bottom: 1px solid #9452BA;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  margin: 5px 20px 0 20px;
}
.AknColumnConfigurator-listContainer {
  max-height: calc(100vh - 210px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 20px;
  min-height: 100px;
  color: #11324D;
}
.AknColumnConfigurator-searchInput {
  font-size: 15px;
  padding-left: 32px;
  background: url("/bundles/pimui/images/icon-search-purple.svg") no-repeat 0 9px;
  background-size: 20px;
  border: none;
  color: #9452BA;
}
.AknColumnConfigurator-searchInput:focus {
  outline: none !important;
}
.AknColumnConfigurator-searchInput::-webkit-input-placeholder {
  color: #9452BA;
  text-transform: uppercase;
}
.AknColumnConfigurator-searchInput::-moz-placeholder {
  color: #9452BA;
  opacity: 1;
  text-transform: uppercase;
}
.AknColumnConfigurator-searchIcon {
  font-size: 28px;
  position: absolute;
  margin-left: 10px;
  top: 30px;
  color: #67768A;
}
.AknColumnConfigurator-relativeContent {
  position: relative;
}
.AknDescriptionHeader {
  background: #f5f9fc;
  display: flex;
  padding: 5px 5px 5px 0;
  font-size: 15px;
  color: #67768A;
  min-height: 80px;
  align-items: center;
  margin-bottom: 20px;
  line-height: 21px;
  width: 100%;
}
.AknDescriptionHeader--sticky {
  position: sticky;
  left: 0;
}
.AknDescriptionHeader--push {
  margin-top: 30px;
}
.AknDescriptionHeader-icon {
  min-width: 120px;
  min-height: 100px;
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: 50%;
  border-right: 1px solid #D9DDE2;
  margin: 5px 20px 5px 0;
}
.AknDescriptionHeader-title {
  font-size: 17px;
  color: #11324D;
  margin-top: 20px;
  margin-bottom: 20px;
}
.AknDescriptionHeader-title--highlight {
  color: #9452BA;
}
.AknDescriptionHeader-description {
  font-size: 13px;
  color: #67768A;
  margin-top: 3px;
}
.AknDescriptionHeader-link {
  color: #9452BA;
  text-decoration: underline #9452BA;
}
.AknDiff {
  display: inline;
}
.AknDiff--remove {
  color: #D4604F;
}
.AknDiff--add {
  color: #67b373;
}
.AknDropdown {
  position: relative;
  cursor: pointer;
}
.AknDropdown-menu {
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 801;
  min-width: 100%;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s ease-in;
  animation-name: fadeOut;
  transition-timing-function: ease-in;
  animation-duration: 0.2s;
  max-height: 70vh;
  overflow: auto;
  font-style: normal;
}
.AknDropdown-menu--offset {
  left: 30px;
}
.AknDropdown-menu--offset.AknDropdown-menu--right {
  right: 30px;
}
.AknDropdown-menu--heightLimited {
  max-height: 300px;
  overflow: auto;
}
.AknDropdown-menu--right {
  right: 0;
  left: auto;
}
.AknDropdown-menu--top {
  bottom: 0px;
  top: auto;
}
.AknDropdown-menu--spaceless {
  padding: 0;
}
.AknDropdown-menu-expanded {
  min-width: 400px;
}
.AknDropdown-menu--open {
  display: block;
  transform: scale(1);
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 0.2s;
  transition-timing-function: ease-in;
  cursor: default;
  z-index: 804;
}
.AknDropdown-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 803;
}
.AknDropdown-menuTitle {
  color: #9452BA;
  border-bottom: 1px solid #9452BA;
  margin-bottom: 12px;
  padding-bottom: 5px;
  padding-right: 40px;
  text-transform: uppercase;
}
.AknDropdown-menuTitle--soft {
  color: #67768A;
  font-style: italic;
  text-transform: none;
}
.AknDropdown-menuTitle,
.AknDropdown-menuLink {
  white-space: nowrap;
  font-weight: normal;
  background: none;
  display: block;
  text-align: left;
  font-size: 13px;
  width: 100%;
  line-height: 26px;
  transition: line-height 0.2s ease-in;
}
.AknDropdown-menuLink {
  color: #67768A;
  border: none;
  cursor: pointer;
  padding: 0;
  text-transform: none;
}
.AknDropdown-menuLink--inactive {
  cursor: default;
}
.AknDropdown-menuLink:hover {
  background: #F9F9FB;
}
.AknDropdown-menuLink--active {
  color: #262b32;
}
.AknDropdown-menuLink--withImage {
  display: flex;
  align-items: center;
}
.AknDropdown-menuLink--hidden {
  display: none;
}
.AknDropdown-menuLinkImage {
  width: 25px;
  height: 25px;
  margin: 0 10px 10px 0;
}
.AknDropdown-validationError {
  display: flex;
  align-items: baseline;
  margin-top: 3px;
  color: #D4604F;
  font-style: italic;
}
.AknDropdown-validationError--arrow {
  background: url("/bundles/pimui/images/red_arrow.svg") no-repeat 0 40%;
  padding-left: 15px;
}
.AknDropdown--right {
  margin-right: 10px;
}
.AknDropdown-menuSection:not(:empty) {
  border-bottom: 1px solid #D9DDE2;
  margin: 0 0 12px 0;
  padding-bottom: 12px;
}
.AknDropdown--left {
  margin-left: 10px;
}
.AknDropdown--read-only {
  cursor: default;
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
  }
  1% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeOut {
  0% {
    transform: scale(1);
  }
  99% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.AknFlash {
  border-radius: 2px;
  padding: 12px;
  display: flex;
  margin-top: 10px;
  font-size: 15px;
  line-height: 11px;
  align-items: center;
  width: 340px;
  min-height: 50px;
  z-index: 15;
  position: relative;
  left: 384px;
  opacity: 0;
  transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out, min-height 0.2s ease-in-out, height 0.2s ease-in-out, padding 0.2s ease-in-out, margin-top 0.2s ease-in-out, border-width 0.2s ease-in-out;
  border: 1px solid #5992C7;
  background: #deeaf4;
  color: #5992C7;
}
.AknFlash--visible {
  left: 0;
  opacity: 1;
}
.AknFlash--crushed {
  min-height: 0;
  height: 0;
  padding: 0;
  margin-top: 0;
  border-width: 0;
  overflow: hidden;
}
.AknFlash-icon {
  border-radius: 1000px;
  padding: 2px;
  height: 24px;
  width: 24px;
  background: #5992C7;
}
.AknFlash-messageTitle {
  font-weight: bold;
}
.AknFlash-message {
  flex-grow: 1;
  line-height: 17.25px;
  margin: 0 16px;
  overflow-wrap: break-word;
  max-width: 236px;
}
.AknFlash-closeButton {
  cursor: pointer;
  padding: 4px;
  width: 24px;
  height: 24px;
}
.AknFlash-timer {
  width: 24px;
  text-align: center;
}
.AknFlash--withTimer .AknFlash-closeButton {
  display: none;
}
.AknFlash--withTimer:hover .AknFlash-closeButton {
  display: block;
}
.AknFlash--withTimer:hover .AknFlash-timer {
  display: none;
}
.AknFlash--success {
  border-color: #56ab63;
  background: #cde6d1;
  color: #56ab63;
}
.AknFlash--success .AknFlash-icon {
  background: #56ab63;
}
.AknFlash--error {
  border-color: #cf4d3b;
  background: #f2cfca;
  color: #cf4d3b;
}
.AknFlash--error .AknFlash-icon {
  background: #cf4d3b;
}
.AknFlash--warning {
  border-color: #F8B441;
  background: #fdeed5;
  color: #e49208;
}
.AknFlash--warning .AknFlash-icon {
  background: #F8B441;
}
.AknFooter {
  text-align: center;
  color: #A1A9B7;
}
.AknFooter-item {
  display: inline-block;
}
.AknFooter-item + .AknFooter-item:before {
  content: " | ";
}
.AknHeader {
  display: flex;
  height: 100%;
}
.AknHeader-menu {
  display: flex;
  width: 80px;
  flex-basis: 80px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-right: 1px solid #ccd1d8;
  z-index: 803;
  background: white;
}
.AknHeader-menuBlock {
  display: flex;
  flex-direction: column;
}
.AknHeader-menuItemContainer {
  flex-grow: 1;
  flex-basis: 70px;
  position: relative;
}
.AknHeader-menuItem {
  position: absolute;
  height: 100%;
  display: flex;
  width: 80px;
  border: 0 solid #9452BA;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
  padding-right: 0;
  color: #67768A;
  text-align: center;
  transition: border-left-width 0.1s ease-in, padding-right 0.1s ease-in, color 0.1s ease-in, opacity 0.1s ease-in;
}
.AknHeader-menuItem:hover,
.AknHeader-menuItem--active {
  border-left-width: 4px;
  padding-right: 4px;
  color: #9452BA;
}
.AknHeader-menuItemImage {
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: opacity 0.1s ease-in;
  background-size: 22px;
  background: no-repeat center;
  display: block;
}
.AknHeader-menuItemImage:first-child {
  position: absolute;
  opacity: 1;
}
.AknHeader-menuItem:hover .AknHeader-menuItemImage:first-child,
.AknHeader-menuItem--active .AknHeader-menuItemImage:first-child {
  opacity: 0;
}
.AknHeader-menuItem:hover .AknHeader-menuItemImage:not(:first-child),
.AknHeader-menuItem--active .AknHeader-menuItemImage:not(:first-child) {
  opacity: 1;
}
.AknHeader-menuItemImage--iconCard {
  background-image: url("/bundles/pimui/images/icon-card-purple.svg");
}
.AknHeader-menuItemImage--iconCard:first-child {
  background-image: url("/bundles/pimui/images/icon-card.svg");
}
.AknHeader-menuItemImage--iconUpload {
  background-image: url("/bundles/pimui/images/icon-upload-purple.svg");
}
.AknHeader-menuItemImage--iconUpload:first-child {
  background-image: url("/bundles/pimui/images/icon-upload.svg");
}
.AknHeader-menuItemImage--iconProduct {
  background-image: url("/bundles/pimui/images/icon-product-purple.svg");
}
.AknHeader-menuItemImage--iconProduct:first-child {
  background-image: url("/bundles/pimui/images/icon-product.svg");
}
.AknHeader-menuItemImage--iconDownload {
  background-image: url("/bundles/pimui/images/icon-download-purple.svg");
}
.AknHeader-menuItemImage--iconDownload:first-child {
  background-image: url("/bundles/pimui/images/icon-download.svg");
}
.AknHeader-menuItemImage--iconSettings {
  background-image: url("/bundles/pimui/images/icon-settings-purple.svg");
}
.AknHeader-menuItemImage--iconSettings:first-child {
  background-image: url("/bundles/pimui/images/icon-settings.svg");
}
.AknHeader-menuItemImage--iconSystem {
  background-image: url("/bundles/pimui/images/icon-system-purple.svg");
}
.AknHeader-menuItemImage--iconSystem:first-child {
  background-image: url("/bundles/pimui/images/icon-system.svg");
}
.AknHeader-menuItemImage--iconAsset {
  background-image: url("/bundles/pimui/images/icon-asset-purple.svg");
}
.AknHeader-menuItemImage--iconAsset:first-child {
  background-image: url("/bundles/pimui/images/icon-asset.svg");
}
.AknHeader-menuItemImage--iconReferenceEntity {
  background-image: url("/bundles/pimui/images/icon-reference-entity-purple.svg");
}
.AknHeader-menuItemImage--iconReferenceEntity:first-child {
  background-image: url("/bundles/pimui/images/icon-reference-entity.svg");
}
.AknHeader-menuItemImage--iconHelp {
  background-image: url("/bundles/pimui/images/icon-help-purple.svg");
  background-size: 100%;
}
.AknHeader-menuItemImage--iconHelp:first-child {
  background-image: url("/bundles/pimui/images/icon-help.svg");
  background-size: 100%;
}
.AknImage {
  position: relative;
  width: 142px;
  height: 142px;
  border: 1px solid #ccd1d8;
  margin-right: 20px;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  flex-basis: 142px;
  flex-shrink: 0;
}
.AknImage--editable:after {
  content: '';
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.3s;
}
.AknImage--dropping .AknImage-uploaderIllustration .arrow,
.AknImage:hover .AknImage-uploaderIllustration .arrow {
  transform: rotate(180deg);
}
.AknImage--dropping .AknImage-uploaderIllustration .stars,
.AknImage:hover .AknImage-uploaderIllustration .stars {
  transform: scale(1.2);
}
.AknImage-uploader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.AknImage-uploader .arrow {
  transform-origin: 51.2% 26%;
  transition: transform 0.3s ease-in-out;
}
.AknImage-uploader .stars {
  transform-origin: 50% 50%;
  transition: transform 0.2s linear;
}
.AknImage-uploader:hover .arrow {
  transform: rotate(180deg);
}
.AknImage-uploader:hover .stars {
  transform: scale(1.2);
}
.AknImage-uploaderIllustration {
  width: 190px;
  overflow: visible;
}
.AknImage-uploaderHelper {
  margin: 24px 0;
}
.AknImage:not(.AknImage--wide) .AknImage-uploader {
  justify-content: space-evenly;
}
.AknImage:not(.AknImage--wide) .AknImage-uploaderIllustration {
  width: auto;
  height: 70px;
  margin: 8px 0;
}
.AknImage:not(.AknImage--wide) .AknImage-uploaderHelper {
  margin: 0;
  text-align: center;
}
.AknImage-action {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 3;
  display: flex;
  padding: 0;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s;
}
.AknImage-action .AknImage-actionItem {
  margin-top: 10px;
  display: flex;
  align-items: end;
  color: white;
}
.AknImage-action .AknImage-actionItem .lid {
  transition: transform 0.1s linear;
  transform-origin: 60% 90%;
}
.AknImage-action .AknImage-actionItem:hover .lid {
  transform: rotate(15deg) translate(-3px, -2px);
}
.AknImage-action .AknImage-actionItem .arrow {
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.AknImage-action .AknImage-actionItem:hover .arrow {
  animation-name: downloadPop;
}
.AknImage-action .AknImage-actionItem:hover {
  cursor: pointer;
}
.AknImage-action .AknImage-actionItemIcon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  overflow: visible;
}
.AknImage:not(.AknImage--empty):not(.AknImage--readOnly):not(.AknImage--wide):hover .AknImage-action {
  padding: 0 0 15px 15px;
}
.AknImage:not(.AknImage--empty):not(.AknImage--readOnly):not(.AknImage--wide):hover .AknImage-actionItemIcon {
  margin-right: 4px;
}
.AknImage:not(.AknImage--empty):not(.AknImage--readOnly):hover .AknImage-action {
  opacity: 1;
  width: 100%;
  height: 100%;
  padding: 0 0 30px 30px;
}
.AknImage:not(.AknImage--empty):not(.AknImage--readOnly):hover .AknImage-display {
  filter: blur(4px);
}
.AknImage--focusing {
  border-color: #5992C7;
  outline: none;
}
.AknImage-loader {
  opacity: 0;
  position: absolute;
  width: 0%;
  height: 140px;
  display: block;
  transition: opacity 0.5s;
  z-index: 2;
  overflow: hidden;
}
.AknImage-loader--loading {
  opacity: 1;
  transition: width 0.5s;
}
.AknImage-display {
  margin: auto;
  width: auto;
  max-height: 140px;
  transition: filter 0.3s;
  z-index: 0;
  object-fit: contain;
}
.AknImage-displayContainer {
  display: flex;
  width: 100%;
  height: 100%;
}
.AknImage-updater {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.AknImage-updater:hover:not(.AknImage-updater--readOnly) {
  cursor: pointer;
}
.AknImage-drop {
  position: absolute;
  width: 140px;
  height: 140px;
  transform: scale(1.05);
  background-size: cover;
  background-position: 50% 50%;
  filter: blur(5px) brightness(50%);
}
.AknImage--wide {
  width: 460px;
  flex-basis: 460px;
  height: 250px;
}
.AknImage--wide .AknImage-loader {
  height: 250px;
}
.AknImage--wide .AknImage-display {
  max-height: 250px;
  max-width: 460px;
  width: auto;
}
.AknImage--wide .AknImage-drop {
  width: 460px;
  height: 250px;
}
.AknImage--centered {
  display: block;
  margin: auto;
}
.AknImage--centeredWithMargin {
  display: block;
  margin: 20px auto 0;
}
.AknInfoBlock {
  font-size: 15px;
  max-width: 940px;
  margin: 10px auto;
  text-align: center;
}
.AknInfoBlock--error {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.AknInfoBlock-errorNumber {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #2368a1;
}
.AknInfoBlock-errorNumber--400 {
  left: 55px;
  bottom: 44px;
}
.AknInfoBlock-errorNumber--500 {
  left: -101px;
  bottom: 44px;
}
.AknList {
  font-size: 13px;
  color: #67768A;
  margin: 5px 10px;
  min-width: 300px;
}
.AknList--withDisc .AknList-item {
  list-style: disc;
}
.AknList--withDisc {
  list-style: disc outside none;
  margin-left: 20px;
}
@keyframes loading-breath {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.AknLoadingPlaceHolderContainer > * {
  position: relative;
  border: none !important;
  border-radius: 5px;
  overflow: hidden;
}
.AknLoadingPlaceHolderContainer > *:after {
  animation: loading-breath 2s infinite;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #fdfdfd, #eee);
  background-size: 400% 400%;
  border-radius: 5px;
}
.AknLoadingPlaceHolder {
  position: relative;
  border: none;
}
.AknLoadingPlaceHolder:after {
  animation: loading-breath 2s infinite;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #fdfdfd, #eee);
  background-size: 400% 400%;
  border-radius: 5px;
}
.AknLoadingMask {
  background: rgba(255, 255, 255, 0.8) url("/bundles/pimui/images/loader-V2.svg") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 950;
  background-size: 60px;
  transition-delay: 0.2s;
}
.AknLoadingMask--hidden {
  opacity: 0;
  height: 0;
  transition-delay: 0s;
}
.AknLoadingIndicator {
  background: url("/bundles/pimui/images/loader-V2.svg") no-repeat center;
  background-size: 50px;
  width: 50px;
  transition: opacity 0.2s ease-in-out;
  transition-delay: 0.3s;
}
.AknLoadingIndicator--hidden {
  opacity: 0;
}
.AknMessageBox {
  border: 1px solid #ccd1d8;
  color: #67768A;
  background: #F9F9FB;
  border-radius: 2px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.AknMessageBox-title {
  display: inline;
  font-weight: bold;
  margin-right: 10px;
  text-transform: uppercase;
}
.AknMessageBox--apply {
  border: 1px solid #4d9a59;
  background: #cde6d1;
  color: #3c7845;
}
.AknMessageBox--warning {
  border: 1px solid #f6a110;
  background: #fdeed5;
  color: #cc8307;
}
.AknMessageBox--danger,
.AknMessageBox--error {
  border: 1px solid #c1422f;
  background: #f2cfca;
  color: #983425;
}
.AknMessageBox-list {
  list-style: disc inside none;
}
.AknMessageBox--centered {
  text-align: center;
}
.AknMessageBox--hide {
  display: none;
}
.AknMessageBox + .AknMessageBox {
  margin-top: 10px;
}
.AknMessageBox--withIcon {
  background-image: url("/bundles/pimui/images/icon-danger-darkred.svg");
  background-repeat: no-repeat;
  background-position: 8px 50%;
  padding-left: 40px;
  font-size: 15px;
  font-weight: bold;
}
.AknMessageBox-link {
  text-decoration: underline;
}
.AknNotification {
  width: 400px;
}
.AknNotification-link {
  border-bottom: 1px solid #ccd1d8;
  color: #67768A;
  padding: 15px;
  display: flex;
  flex-direction: column;
  opacity: 0.4;
  transition: background 0.2s ease;
}
.AknNotification-link:hover {
  background: #F9F9FB;
}
.AknNotification-link--new {
  opacity: 1;
}
.AknNotification-header {
  display: flex;
}
.AknNotification-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #ccd1d8;
  border-radius: 2px;
  background-position: center center;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.AknNotification-icon--import,
.AknNotification-icon--massUpload {
  background-image: url("/bundles/pimui/images/icon-import.svg");
}
.AknNotification-icon--export,
.AknNotification-icon--quickExport {
  background-image: url("/bundles/pimui/images/icon-export.svg");
}
.AknNotification-icon--massEdit {
  background-image: url("/bundles/pimui/images/icon-edit.svg");
}
.AknNotification-icon--pimeeWorkflowProductDraftNotificationNewProposal,
.AknNotification-icon--pimeeWorkflowProductDraftNotificationPartialApprove,
.AknNotification-icon--pimeeWorkflowProductDraftNotificationPartialReject,
.AknNotification-icon--pimeeWorkflowProductDraftNotificationPartialRemove,
.AknNotification-icon--pimeeWorkflowProductDraftNotificationApprove,
.AknNotification-icon--pimeeWorkflowProductDraftNotificationRefuse,
.AknNotification-icon--pimeeWorkflowProductDraftNotificationRemove,
.AknNotification-icon--pimeeWorkflowProductDraftNotificationSent {
  background-image: url("/bundles/pimui/images/icon-proposal.svg");
}
.AknNotification-icon--pimeeWorkflowImportNotificationNewProposals {
  background-image: url("/bundles/pimui/images/icon-import-proposals.svg");
}
.AknNotification-icon--rule {
  background-image: url("/bundles/pimui/images/icon-rules.svg");
}
.AknNotification-icon--settings {
  background-image: url("/bundles/pimui/images/icon-rules.svg");
}
.AknNotification-icon--projectCalculation {
  background-image: url("/bundles/pimui/images/icon-tasks.svg");
}
.AknNotification-icon--projectCreated {
  background-image: url("/bundles/pimui/images/icon-tasks.svg");
}
.AknNotification-icon--projectFinished {
  background-image: url("/bundles/pimui/images/icon-tasks-done.svg");
}
.AknNotification-icon--robot {
  background-image: url("/bundles/pimui/images/icon-robot.svg");
}
.AknNotification-status {
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: -6.66666667px;
  top: -6.66666667px;
  position: absolute;
  margin: 0;
  color: white;
  text-align: center;
}
.AknNotification-status--apply,
.AknNotification-status--add,
.AknNotification-status--success {
  background: #67b373;
}
.AknNotification-status--warning {
  background: #F8B441;
}
.AknNotification-status--error {
  background: #D4604F;
}
.AknNotification-metas {
  flex-grow: 1;
  line-height: 20px;
  padding: 0 16px;
  align-self: center;
}
.AknNotification-time {
  color: #A1A9B7;
  font-size: 13px;
  display: block;
}
.AknNotification-title {
  font-size: 15px;
  font-weight: bold;
  display: block;
}
.AknNotification-message {
  line-height: 16px;
  padding: 16px 0;
}
.AknNotification-comment {
  background-color: #F9F9FB;
  color: #515d6d;
  line-height: 16px;
  padding: 16px;
  margin-bottom: 16px;
  width: 100%;
  transition: background 0.2s ease;
}
.AknNotification:hover .AknNotification-comment {
  background: #dadae7;
}
.AknNotification-button {
  align-self: flex-start;
}
.AknNotificationList {
  padding: 0;
  overflow-x: auto;
  max-height: calc(100vh - 130px);
}
.AknNotificationList:before {
  position: absolute;
  top: -7px;
  right: 17px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  border-left: 7px solid transparent;
  content: '';
}
.AknNotificationList-footer {
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 15px;
}
.AknNotificationMenu {
  margin-left: 10px;
}
.AknNotificationMenu-link {
  height: 32px;
  width: 32px;
  border: 1px solid #ccd1d8;
  border-radius: 100px;
  background: url("/bundles/pimui/images/icon-notification.svg") no-repeat 50% 50%;
  background-size: 16px;
  cursor: pointer;
}
.AknNotificationMenu-count {
  background: #D4604F;
  color: #D4604F;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  display: block;
  overflow: hidden;
}
.AknNotificationMenu-count--hidden {
  display: none;
}
.AknProgress {
  height: 20px;
  overflow: hidden;
  background-color: #D9DDE2;
  border-radius: 200px;
  width: 100%;
  min-width: 90px;
}
.AknProgress-bar {
  font-size: 13px;
  background-color: #52267D;
  float: left;
  width: 0;
  height: 100%;
  color: white;
  text-align: center;
  transition: width 0.6s ease;
  border-radius: 100px;
}
.AknProgress--apply .AknProgress-bar {
  background: #67b373;
}
.AknProgress--warning .AknProgress-bar {
  background: #F8B441;
}
.AknProgress--info .AknProgress-bar {
  background: #5992C7;
}
.AknProgress--small {
  height: 16px;
}
.AknProgress--micro {
  height: 2px;
  flex-basis: 2px;
}
.AknProgress--main {
  width: 300px;
  margin: auto;
}
.AknProgress--main .AknProgress-bar {
  width: 90%;
  animation: progress-bar-stripes 1s linear infinite;
  background-color: #5992C7;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.AknProgress--flat {
  border-radius: 0;
}
.AknProgress--flat .AknProgress-bar {
  border-radius: 0;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.AknProjectWidget-boxes {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
}
.AknProjectWidget-boxContainer {
  flex-basis: 33%;
  text-align: center;
  font-size: 15px;
}
.AknProjectWidget-boxContainer + .AknProjectWidget-boxContainer {
  margin-left: 20px;
}
.AknProjectWidget-boxLabel {
  margin-bottom: 10px;
  display: block;
}
.AknProjectWidget-box {
  color: #11324D;
  border: 1px solid #ccd1d8;
  font-size: 13px;
  padding: 12px 0;
  font-weight: bold;
  position: relative;
}
.AknProjectWidget-box--important {
  border-bottom: 4px solid #D4604F;
}
.AknProjectWidget-box--warning {
  border-bottom: 4px solid #F8B441;
}
.AknProjectWidget-box--success {
  border-bottom: 4px solid #67b373;
}
.AknProjectWidget-boxData {
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 15px;
  font-weight: 200;
  color: #A1A9B7;
}
.AknProjectWidget-box:hover .AknProjectWidget-boxHover {
  visibility: visible;
  opacity: 1;
}
.AknProjectWidget-boxHover {
  background: rgba(17, 50, 77, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s linear;
}
.AknProjectWidget-boxHoverText {
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 5px 10px;
  border-radius: 2px;
}
.AknProjectWidget-resume {
  font-size: 15px;
  margin-top: 10px;
}
.AknProjectWidget-topBar {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #11324D;
  margin-bottom: 20px;
  align-items: center;
}
.AknProjectWidget-tool {
  margin-right: 15px;
}
.AknProjectWidget-mainSelectorCurrent {
  color: #9452BA;
}
.AknProjectWidget-mainSelectorCurrentTitle {
  color: #11324D;
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 5px;
}
.AknProjectWidget-secondarySelectorCurrentTitle {
  font-size: 13px;
  color: #9452BA;
}
.AknProjectWidget-mainSelectorLine,
.AknProjectWidget-secondarySelectorLine {
  display: flex;
  justify-content: space-between;
  color: #A1A9B7;
  overflow: hidden;
  width: 100%;
}
.AknProjectWidget-mainSelectorLineTitle,
.AknProjectWidget-secondarySelectorLineTitle {
  color: #67768A;
  min-width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.AknProjectWidget-mainSelectorLineTitle {
  margin-right: 10px;
}
.AknProjectWidget-info {
  font-size: 15px;
}
.AknProjectWidget-emptyWidget {
  font-size: 28px;
  margin: 50px auto;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
.AknProjectWidget-link {
  color: #52267D;
  cursor: pointer;
}
.AknProjectWidget-loadingMask {
  top: auto;
  z-index: auto;
  height: 50px;
}
.AknRule-attribute {
  font-weight: bold;
  color: #52267D;
}
.AknRule + .AknRule {
  margin-top: 5px;
}
.AknSearch {
  height: 30px;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ccd1d8;
  justify-content: flex-end;
  padding-bottom: 1px;
  margin-bottom: 10px;
}
.AknSearch-input {
  height: 30px;
  color: #67768A;
  font-size: 12px;
  line-height: 30px;
  border: none;
  background: url("/bundles/pimui/images/icon-search.svg") no-repeat 0 center;
  padding-left: 30px;
  flex-grow: 1;
}
.AknSearch-input:focus {
  outline: none;
}
.AknSequentialEdit {
  align-items: center;
  color: #A1A9B7;
  display: flex;
  justify-content: center;
}
.AknSequentialEdit-progress {
  flex-basis: 50%;
  margin: 10px;
  line-height: 24px;
  background-color: #F9F9FB;
}
.AknSequentialEdit-previous,
.AknSequentialEdit-next {
  margin: 10px;
  display: flex;
  align-items: center;
  color: #A1A9B7;
  line-height: 24px;
  cursor: pointer;
}
.AknSequentialEdit-previous:before,
.AknSequentialEdit-next:after {
  width: 25px;
  height: 25px;
  display: block;
  content: "";
  cursor: default;
}
.AknSequentialEdit-previous:before {
  margin-right: 10px;
  background: url("/bundles/pimui/images/icon-down.svg") no-repeat;
  transform: rotate(90deg);
}
.AknSequentialEdit-next:after {
  margin-left: 10px;
  background: url("/bundles/pimui/images/icon-down.svg") no-repeat;
  transform: rotate(-90deg);
}
.AknSquareList {
  max-width: 740px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  line-height: 12px;
}
.AknSquareList-item {
  min-height: 128px;
  flex-basis: 128px;
  border: 1px solid #D9DDE2;
  margin: 10px;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  line-height: 16px;
  transition: background 0.2s ease-in, color 0.2s ease-in;
}
.AknSquareList-item--selected,
.AknSquareList-item:hover {
  border: 2px solid #5992C7;
  background: #f2f6fa;
  color: #5992C7;
  padding: 9px;
}
.AknSquareList-icon {
  width: 54px;
  height: 54px;
  display: block;
  margin: 5px auto 10px;
}
.AknSquareList-icon--selected {
  display: none;
}
.AknSquareList-item--selected .AknSquareList-icon.AknSquareList-icon--selected,
.AknSquareList-item:hover .AknSquareList-icon.AknSquareList-icon--selected {
  display: block;
}
.AknSquareList-item--selected .AknSquareList-icon:not(.AknSquareList-icon--selected),
.AknSquareList-item:hover .AknSquareList-icon:not(.AknSquareList-icon--selected) {
  display: none;
}
.AknSquareList--centered {
  justify-content: center;
}
.AknState {
  background: url("/bundles/pimui/images/icon-plain-danger-orange.svg") no-repeat left center;
  background-size: 18px;
  color: #11324D;
  padding-left: 20px;
  font-style: italic;
  border-bottom: 1px solid #F8B441;
  white-space: nowrap;
}
.AknSteps {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.AknSteps-step {
  width: 175px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
.AknSteps-step--checked {
  color: #67768A;
}
.AknSteps-step--undefined:after {
  display: none;
}
.AknSteps-stepCircle {
  display: block;
  content: ' ';
  border: 1px solid #ccd1d8;
  border-radius: 100px;
  height: 32px;
  width: 32px;
  position: relative;
  top: -38px;
  left: 71.5px;
  background: white;
  color: #A1A9B7;
  margin-bottom: -32px;
}
.AknSteps-step--checked .AknSteps-stepCircle {
  border-color: #67b373;
  background: #67b373 url("/bundles/pimui/images/icon-checkwhite.svg") no-repeat 50%;
}
.AknSteps-step + .AknSteps-step:before {
  display: block;
  content: ' ';
  width: 175px;
  border-bottom: 1px solid #ccd1d8;
  position: relative;
  left: -71.5px;
  top: -22px;
}
.AknSteps-step + .AknSteps-step.AknSteps-step--checked:before {
  border-color: #67b373;
}
.AknSteps-step + .AknSteps-step.AknSteps-step--undefined:before {
  border-bottom: 1px dashed #ccd1d8;
}
.AknSubsection-title {
  background: white;
  color: #67768A;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 2px solid #67768A;
  font-weight: bold;
  line-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  z-index: 2;
}
.AknSubsection-title--sticky {
  position: sticky;
  top: 0;
  padding-top: 10px;
}
.AknSubsection-title--sticky.AknSubsection-title--withHeader {
  top: 192px;
}
.AknSubsection-title--glued {
  margin-bottom: 0;
}
.AknSubsection-title--light {
  border-bottom: 1px solid #A1A9B7;
  font-weight: normal;
  color: #9452BA;
}
.AknSubsection-title--blockDown {
  margin-bottom: 36px;
}
.AknSubsection-titleLabel {
  flex: 1;
}
.AknSubsection-footer {
  background: white;
  border-top: 1px solid #A1A9B7;
  display: flex;
  align-items: center;
  z-index: 2;
}
.AknSubsection-footer--sticky {
  position: sticky;
  bottom: 0;
  padding: 10px;
}
.AknSubsection-container {
  display: flex;
}
.AknSubsection-comment {
  margin-left: 5px;
  font-size: 13px;
  line-height: 36px;
  text-transform: none;
  font-weight: normal;
}
.AknSubsection-comment--clickable {
  color: #9452BA;
  transition: color 0.1s ease-in;
  cursor: pointer;
}
.AknSubsection-comment--clickable:hover {
  color: #52267D;
}
.AknSubsection-hint {
  background: #F5F9FC;
  display: flex;
  padding: 5px 20px 5px 5px;
  font-size: 13px;
  color: #67768A;
  min-height: 80px;
  align-items: center;
}
.AknSubsection-hint--hidden {
  display: none;
}
.AknSubsection-hintTitle {
  flex-grow: 1;
}
.AknSubsection-hintIcon {
  border-right: 1px #D9DDE2 solid;
  min-width: 65px;
  min-height: 65px;
  margin-right: 16px;
  background-image: url("/bundles/pimui/images/icon-info.svg");
}
.AknQuickEdit {
  position: sticky;
  border: 1px solid #ccd1d8;
  top: calc(192px + 100px);
  background-color: white;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.15);
  max-height: calc(100vh - 320px);
  overflow-y: auto;
  margin-left: 70px;
  align-self: flex-start;
  transition: 0.2s ease-in-out opacity, 0.2s ease-in-out transform;
  min-width: 400px;
  max-width: 460px;
  flex: 1;
}
.AknQuickEdit--hidden {
  opacity: 0;
  transform: translate(-100px, 0);
}
.AknTabContainer {
  padding: 10px 20px;
}
.AknTabContainer-contentThreeColumns {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.AknTabContainer--withPadding {
  margin: 20px 0 0 40px;
}
.AknTabContainer-content {
  position: relative;
}
.AknTabContainer-contentCache {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.AknTabContainer-contentCache--hidden {
  display: none;
}
.AknThumbnail {
  width: 160px;
  height: 110px;
  background-size: 100% auto;
  background-position: center center;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 3px;
}
.AknThumbnail-label {
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.AknTitleContainer {
  position: sticky;
  top: 0;
  left: -40px;
  margin: 0 -40px 0 -40px;
  padding: 40px 40px 10px;
  background: white;
  z-index: 10;
}
.AknTitleContainer-line {
  display: flex;
  justify-content: space-between;
}
.AknTitleContainer-imageContainer:not(:empty) {
  position: relative;
  width: 142px;
  height: 142px;
  border: 1px solid #ccd1d8;
  margin-right: 20px;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  flex-basis: 142px;
  flex-shrink: 0;
}
.AknTitleContainer-imageContainer--editable:after {
  content: '';
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.3s;
}
.AknTitleContainer-imageContainer--dropping:after {
  background: rgba(255, 255, 255, 0.8) url("/bundles/pimui/images/icon-upload.svg") no-repeat 50% 50%;
  background-size: 50%;
  opacity: 1;
}
.AknTitleContainer-imageContainer--dropping .AknTitleContainer-image {
  filter: blur(4px);
}
.AknTitleContainer-imageContainer--removing:after {
  background: rgba(255, 255, 255, 0.8) url("/bundles/pimui/images/icon-delete-slategrey.svg") no-repeat 50% 50%;
  background-size: 50%;
  opacity: 1;
}
.AknTitleContainer-imageContainer--removing .AknTitleContainer-image {
  filter: blur(4px);
}
.AknTitleContainer-imageContainer--focusing {
  box-shadow: 0 0 5px;
  border: 1px solid #999;
}
.AknTitleContainer-imageLoader {
  opacity: 0;
  position: absolute;
  width: 0%;
  height: 100%;
  display: block;
  transition: opacity 0.3s;
  background-color: rgba(255, 255, 255, 0.8);
}
.AknTitleContainer-imageLoader--loading {
  opacity: 1;
}
.AknTitleContainer-image {
  margin: auto;
  width: 100%;
  transition: filter 0.3s;
}
.AknTitleContainer-imageUpdater {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 11;
}
.AknTitleContainer-imageUpdater:hover {
  cursor: pointer;
}
.AknTitleContainer-mainContainer {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 100%;
}
.AknTitleContainer-imageContainer:not(:empty) ~ .AknTitleContainer-mainContainer {
  max-width: calc(100% - 150px);
}
.AknTitleContainer-breadcrumbs {
  flex-grow: 1;
  max-height: 32px;
  overflow: hidden;
  margin-right: 20px;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.AknTitleContainer-buttonsContainer {
  display: flex;
  align-content: baseline;
}
.AknTitleContainer-userMenu:not(:empty) {
  display: flex;
  height: 32px;
}
.AknTitleContainer-userIcon {
  height: 32px;
  width: 32px;
  border-radius: 100px;
  cursor: pointer;
  background-size: cover;
}
.AknTitleContainer-title {
  color: #9452BA;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.AknTitleContainer-title:first-letter {
  text-transform: uppercase;
}
.AknTitleContainer-state:not(:empty) {
  order: 50;
  align-self: center;
  margin-right: 0;
  margin-top: 6px;
  text-align: right;
  margin-left: 20px;
}
.AknTitleContainer-context {
  padding: 10px 0;
}
.AknTitleContainer-search:not(:empty) {
  flex: 1;
  border-bottom: 1px solid #ccd1d8;
  display: flex;
  align-items: center;
  margin-bottom: -10px;
}
.AknTitleContainer-metaItem:not(:empty) + .AknTitleContainer-metaItem:not(:empty):before {
  content: ' | ';
}
.AknTitleContainer-meta {
  display: flex;
  align-items: center;
}
.AknTitleContainer-navigation {
  width: 100%;
}
.AknTitleContainer--hidden {
  display: none;
}
.AknTitleContainer-mainContainer--contained {
  max-width: calc(100% - 162px);
}
.AknTitleContainer-userMenuContainer + .AknTitleContainer-actionsContainer:not(:empty) {
  border-left: 1px solid #ccd1d8;
  margin-left: 20px;
  padding-left: 20px;
}
.AknTitleContainer-displaySelector {
  flex-grow: 1;
  text-align: right;
}
.AknSwitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.AknSwitch-input {
  display: none;
}
.AknSwitch-input:checked + .AknSwitch-slider {
  background-color: #67b373;
}
.AknSwitch-input:focus + .AknSwitch-slider {
  box-shadow: 0 0 1px #67b373;
}
.AknSwitch-input:checked + .AknSwitch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.AknSwitch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9faab8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.AknSwitch-slider:before {
  position: absolute;
  content: '';
  height: 32px;
  width: 32px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.AknSwitch--disabled .AknSwitch-input:checked + .AknSwitch-slider {
  background-color: #abd5b2;
}
.AknSwitch--disabled .AknSwitch-slider {
  background-color: #dadee3;
  cursor: not-allowed;
}
.AknVerticalList {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  padding: 0;
  height: auto !important;
}
.AknVerticalList-item {
  border-bottom: 1px solid #ccd1d8;
  height: 50px;
  line-height: 50px;
  margin: 0 0 -1px 0;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  align-items: center;
}
.AknVerticalList-item--selectable {
  cursor: pointer;
}
.AknVerticalList-item--movable {
  cursor: move;
  background: url("/bundles/pimui/images/icon-dragcolumns.svg") no-repeat 0 center;
  background-size: 13px;
  padding-left: 20px;
}
.AknVerticalList-item--hide {
  display: none;
}
.AknVerticalList-item.active,
.AknVerticalList-item--active {
  color: #9452BA;
}
.AknVerticalList-itemLink {
  color: #67768A;
  flex-grow: 1;
}
.AknVerticalList-itemLink:hover {
  color: #3b4450;
}
.AknVerticalList-delete {
  background: url("/bundles/pimui/images/icon-delete-slategrey.svg") no-repeat center;
  background-size: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.AknVerticalList--withoutBorder .AknVerticalList-item {
  border-left: none;
  border-right: none;
}
.AknWidget {
  margin: 20px auto;
  width: 100%;
}
.AknWidget-header {
  color: #11324D;
  border-bottom: 1px solid #11324D;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AknWidget-header--compact {
  height: 44px;
}
.AknWidget-subTitle {
  padding: 5px 0;
  border-bottom: 1px solid #11324D;
}
.AknWidget-content {
  position: relative;
  min-height: 50px;
}
.AknWidget-content--withPadding {
  padding: 10px;
}
.AknWidget-footer {
  border-top: 1px solid #ccd1d8;
  padding-top: 10px;
  margin-top: 10px;
}
.AknFamilyVariant {
  display: flex;
  padding: 0 0 0 24px;
  margin-top: 50px;
  margin-bottom: 24px;
}
.AknFamilyVariant-description {
  margin: 30px auto 0;
  max-width: 600px;
}
.AknFamilyVariant-level {
  flex-basis: 30%;
  flex-grow: 1;
  margin-right: 24px;
}
.AknFamilyVariant-level:nth-child(3) {
  margin-top: 65px;
}
.AknFamilyVariant-level:first-child {
  background-color: #F9F9FB;
}
.AknFamilyVariant-column {
  border: 1px solid #ccd1d8;
  padding: 5px 20px;
  overflow-y: auto;
  color: #11324D;
  min-height: 300px;
}
.AknFamilyVariant-column--common {
  max-height: calc(100vh - 320px);
}
.AknFamilyVariant-axes {
  color: #9452BA;
  background-color: #F9F9FB;
  font-size: 15px;
  white-space: nowrap;
  min-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.AknFamilyVariant-column--level2 {
  max-height: calc(100vh - (320px + 2 * 65px));
}
.AknFamilyVariant-column--level1 {
  max-height: calc(100vh - (320px + 65px));
}
.AknFamilyVariant-columTitle {
  text-transform: uppercase;
  border-bottom: 1px solid #67768A;
  font-size: 15px;
  color: #A1A9B7;
  margin: 0;
}
.AknFamilyVariant-columnList {
  font-size: 13px;
  margin-bottom: 20px;
}
.AknFamilyVariant-levelPathLabel {
  background-color: #3c79b1;
  border-color: #2f5f8b;
  color: white;
  height: 32px;
  line-height: 30px;
  font-size: 15px;
  min-width: 32px;
  display: inline-block;
  padding: 0 16px;
  border-radius: 100px;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
}
.AknFamilyVariant-levelPath {
  display: flex;
  position: relative;
  left: -32px;
  margin: 5px 0 0 0;
}
.AknFamilyVariant-levelPath:before {
  content: '';
  width: 60px;
  height: 32px;
  background-image: url("/bundles/pimui/images/connector-start.svg");
  display: inline-block;
}
.AknFamilyVariant-levelPath:after {
  content: '';
  width: 60px;
  height: 60px;
  background-image: url("/bundles/pimui/images/connector-end.svg");
  display: inline-block;
}
.AknFamilyVariant-attribute {
  background-color: white;
  margin: 0;
}
.AknFamilyVariant-attribute--common {
  background-color: #F9F9FB;
}
.AknFamilyVariant-attribute--movable,
.AknFamilyVariant-columTitle--movable {
  background: url("/bundles/pimui/images/icon-dragcolumns.svg") no-repeat 0 center;
  background-size: 13px;
  padding-left: 20px;
  cursor: move;
}
.AknFamilyVariant-attributeGroup {
  background-color: white;
}
.AknFamilyVariant-attributeGroup--common {
  background-color: #F9F9FB;
}
.AknFamilyVariant-attributeGroup--empty {
  min-height: 250px;
}
.AknCatalogVolume {
  display: flex;
}
.AknCatalogVolume-icon {
  min-width: 70px;
  min-height: 60px;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 15px;
  background-size: 29px auto;
  position: relative;
}
.AknCatalogVolume-icon--count-products,
.AknCatalogVolume-icon--average-max-records-per-reference-entity {
  background-image: url("/bundles/pimui/images/icon-product.svg");
}
.AknCatalogVolume-icon--average-max-attributes-per-family,
.AknCatalogVolume-icon--count-scopable-attributes,
.AknCatalogVolume-icon--count-localizable-and-scopable-attributes,
.AknCatalogVolume-icon--count-localizable-attributes,
.AknCatalogVolume-icon--count-attributes,
.AknCatalogVolume-icon--average-max-attributes-per-reference-entity {
  background-image: url("/bundles/pimui/images/icon-tag.svg");
}
.AknCatalogVolume-icon--average-max-options-per-attribute {
  background-image: url("/bundles/pimui/images/icon-add-attribute.svg");
}
.AknCatalogVolume-icon--count-locales {
  background-image: url("/bundles/pimui/images/icon-locale.svg");
}
.AknCatalogVolume-icon--count-families {
  background-image: url("/bundles/pimui/images/bulk/icon-template.svg");
}
.AknCatalogVolume-icon--count-category-trees,
.AknCatalogVolume-icon--count-asset-category-trees {
  background-image: url("/bundles/pimui/images/bulk/icon-folders.svg");
}
.AknCatalogVolume-icon--count-asset-categories,
.AknCatalogVolume-icon--count-categories {
  background-image: url("/bundles/pimui/images/icon-folder.svg");
}
.AknCatalogVolume-icon--count-assets {
  background-image: url("/bundles/pimui/images/icon-asset.svg");
}
.AknCatalogVolume-icon--count-product-models {
  background-image: url("/bundles/pimui/images/bulk/icon-model.svg");
}
.AknCatalogVolume-icon--count-variant-products {
  background-image: url("/bundles/pimui/images/bulk/icon-variant.svg");
}
.AknCatalogVolume-icon--count-channels {
  background-image: url("/bundles/pimui/images/icon-shop.svg");
}
.AknCatalogVolume-icon--count-reference-entity {
  background-image: url("/bundles/pimui/images/icon-reference-entity.svg");
}
.AknCatalogVolume-icon--header {
  background-image: url("/bundles/pimui/images/illustrations/Product-categories.svg");
  background-size: 80%;
  background-position: 50%;
  width: 95px;
}
.AknCatalogVolume-icon--warning {
  filter: brightness(0) saturate(100%) invert(44%) sepia(24%) saturate(1404%) hue-rotate(234deg) brightness(86%) contrast(93%);
}
.AknCatalogVolume-icon--warning:after {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #9452BA;
  content: '';
}
.AknCatalogVolume-axis {
  display: flex;
  width: 33.33333333%;
  height: auto;
  margin-bottom: 20px;
  padding-right: 20px;
}
.AknCatalogVolume-axisContainer {
  padding-top: 20px;
  display: flex;
  height: auto;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
}
.AknCatalogVolume-axisContainer--right {
  justify-content: flex-end;
}
.AknCatalogVolume-warning {
  font-size: 13px;
  margin-top: 10px;
  color: #67768A;
}
.AknCatalogVolume-title {
  font-size: 15px;
  border-left: 1px #D9DDE2 solid;
  padding-left: 15px;
  color: #11324D;
}
.AknCatalogVolume-value {
  color: #9452BA;
  font-size: 16px;
  margin-top: 5px;
  display: block;
}
.AknCatalogVolume-value span {
  color: #A1A9B7;
  padding-right: 4px;
  display: inline;
}
.AknCatalogVolume-value div {
  color: #9452BA;
  display: inline;
}
.AknDefault-page {
  width: 100%;
  height: 100%;
  display: flex;
}
.AknDefault-container {
  flex-grow: 1;
  width: 1px;
}
.AknDefault-verticalScrollContainer {
  display: flex;
}
.AknDefault-horizontalScrollContainer {
  overflow-x: auto;
  height: calc(100vh - 246px);
}
.AknDefault-horizontalScroller {
  overflow-x: auto;
  flex: 1;
}
.AknDefault-progressContainer {
  width: 940px;
  font-size: 28px;
  display: block;
  margin: 200px auto 0;
  text-align: center;
  line-height: 40px;
}
.AknDefault-progressContainer--loadingMessages {
  margin: 0;
  color: #11324D;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
}
.AknDefault-progressContainer--loadingMessages:before {
  content: url("/bundles/pimui/images/quote-left.svg");
  position: relative;
  top: -10px;
}
.AknDefault-progressContainer--loadingMessages:after {
  content: url("/bundles/pimui/images/quote-right.svg");
  position: relative;
  bottom: -38px;
}
.AknDefault-flashContainer {
  position: fixed;
  z-index: 1042;
  bottom: 44px;
  right: 44px;
}
.AknDefault-flashList {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  z-index: 999;
}
.AknDefault-contentWithColumn {
  display: flex;
  height: 100%;
  overflow: hidden;
}
.AknDefault-contentWithBottom {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.AknDefault-mainContent {
  padding: 0 40px 40px 40px;
  overflow-x: auto;
  flex-grow: 1;
  position: relative;
  height: 100%;
}
.AknDefault-mainContent--withoutPadding {
  padding: 10px 0 0 0;
}
.AknDefault-mainContent--withoutBottomPadding {
  padding-bottom: 0;
}
.AknDefault-horizontalscrollContainer {
  overflow-x: scroll;
}
.AknDefault-thirdColumnContainer {
  order: -5;
  margin-left: -300px;
  position: relative;
  transition: margin 0.3s ease-in-out;
}
.AknDefault-thirdColumnContainer--open {
  margin-left: 0 !important;
}
.AknDefault-thirdColumn {
  height: 100vh;
  background: white;
  z-index: 801;
  border-right: 1px solid #ccd1d8;
  padding: 20px;
  margin: 0;
  width: 300px;
}
.AknDefault-thirdColumnButton {
  position: absolute;
  bottom: 90px;
  width: calc(100% - 40px);
  text-align: center;
  padding: 20px;
  border-top: 1px solid #ccd1d8;
}
.AknDefault-bottomPanel {
  background: white;
  border-top: 1px solid #D9DDE2;
  display: flex;
  align-items: center;
  padding: 0 20px 0 10px;
  flex-basis: 70px;
  min-height: 70px;
  z-index: 1;
  transition: flex-basis 0.3s ease-in-out, min-height 0.3s ease-in-out;
}
.AknDefault-bottomPanel--hidden {
  flex-basis: 0;
  min-height: 0;
  overflow: hidden;
}
@-moz-document url-prefix() {
  .AknDefault-contentWithColumn {
    margin-left: 1px;
  }
}
/* Temporary block */
.view {
  height: 100%;
}
.app {
  height: 100%;
  overflow: hidden;
}
.AknFullPage {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1040;
  overflow: hidden;
  align-items: center;
  padding: 20px 0;
}
.AknFullPage--withBottom {
  height: calc(100vh - 110px);
}
.AknFullPage--fixedWidth .AknFullPage-content {
  padding-left: calc((100vw - 1080px) / 2);
  padding-right: calc((100vw - 1080px) / 2);
}
.AknFullPage--full {
  justify-content: flex-start;
}
.AknFullPage-titleContainer {
  margin-bottom: 30px;
}
.AknFullPage--full .AknFullPage-content {
  flex-grow: 1;
}
.AknFullPage-content {
  max-height: 100vh;
  overflow-x: auto;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: -20px 80px;
  padding: 20px 0;
}
.AknFullPage-content--withIllustration {
  margin: 0 80px;
  flex-direction: row;
  justify-content: center;
}
.AknFullPage-content--withIllustration > :nth-child(1) {
  text-align: right;
  border-right: 2px solid #9452BA;
  padding-right: 40px;
  width: calc((100vw - 160px) / 3);
}
.AknFullPage-content--withIllustration > :nth-child(2) {
  padding: 20px 0 20px 40px;
  width: calc((100vw - 160px) / 3 * 2);
}
.AknFullPage-cancel {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 32px;
  height: 32px;
  background: url("/bundles/pimui/images/icon-delete-slategrey.svg") no-repeat 50% 50%;
  cursor: pointer;
  border: none;
  z-index: 1050;
  font-size: 0;
}
.AknFullPage-previous {
  position: absolute;
  top: 24px;
  left: 64px;
  z-index: 1050;
}
.AknFullPage-subTitle {
  color: #9452BA;
  text-transform: uppercase;
  font-size: 17px;
}
.AknFullPage-title {
  font-size: 30px;
  line-height: 1.4;
  color: #11324D;
}
.AknFullPage-title--highlight {
  color: #9452BA;
}
.AknFullPage-subTitle,
.AknFullPage-title,
.AknFullPage-description {
  text-align: center;
}
.AknFullPage-content--withIllustration .AknFullPage-subTitle,
.AknFullPage-content--withIllustration .AknFullPage-title,
.AknFullPage-content--withIllustration .AknFullPage-description {
  text-align: left;
}
.AknFullPage-description {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.AknFullPage-description--bottom {
  margin-bottom: 30px;
}
.AknFullPage-ok {
  position: fixed;
  z-index: 1050;
  right: 20px;
  top: 20px;
}
.AknFullPage-state {
  position: fixed;
  right: 20px;
  top: 60px;
}
.AknFullPage-bottom {
  position: fixed;
  bottom: 0;
  width: 100vw;
  padding: 24px;
  height: 110px;
  background: white;
}
.AknFullPage-illustration {
  background-image: url("/bundles/pimui/images/illustrations/Attribute.svg");
  background-size: 210px 210px;
  height: 210px;
  background-position: right;
  background-repeat: no-repeat;
}
.AknFullPage-illustration--api-connections {
  background-image: url("/bundles/pimui/images/illustrations/Api.svg");
}
.AknFullPage-illustration--association-types {
  background-image: url("/bundles/pimui/images/illustrations/Association-types.svg");
}
.AknFullPage-illustration--attributes {
  background-image: url("/bundles/pimui/images/illustrations/Attribute.svg");
}
.AknFullPage-illustration--robot {
  background-image: url("/bundles/pimui/images/illustrations/Robot.svg");
}
.AknFullPage-illustration--attribute-groups {
  background-image: url("/bundles/pimui/images/illustrations/Attribute-groups.svg");
}
.AknFullPage-illustration--projects {
  background-image: url("/bundles/pimui/images/illustrations/Project.svg");
}
.AknFullPage-illustration--products {
  background-image: url("/bundles/pimui/images/illustrations/Product.svg");
}
.AknFullPage-illustration--product-models {
  background-image: url("/bundles/pimui/images/illustrations/Product-model.svg");
}
.AknFullPage-illustration--product-model {
  background-image: url("/bundles/pimui/images/illustrations/Product-model.svg");
}
.AknFullPage-illustration--delete {
  background-image: url("/bundles/pimui/images/illustrations/Delete.svg");
}
.AknFullPage-illustration--assets,
.AknFullPage-illustration--asset {
  background-image: url("/bundles/pimui/images/illustrations/Asset.svg");
}
.AknFullPage-illustration--export-profiles {
  background-image: url("/bundles/pimui/images/illustrations/Export.svg");
}
.AknFullPage-illustration--import-profiles {
  background-image: url("/bundles/pimui/images/illustrations/Import.svg");
}
.AknFullPage-illustration--categories {
  background-image: url("/bundles/pimui/images/illustrations/Product-categories.svg");
}
.AknFullPage-illustration--families {
  background-image: url("/bundles/pimui/images/illustrations/Family.svg");
}
.AknFullPage-illustration--group,
.AknFullPage-illustration--groups {
  background-image: url("/bundles/pimui/images/illustrations/Groups.svg");
}
.AknFullPage-illustration--association {
  background-image: url("/bundles/pimui/images/illustrations/Association-types.svg");
}
.AknFullPage-illustration--channels {
  background-image: url("/bundles/pimui/images/illustrations/Channel.svg");
}
.AknFullPage-illustration--api {
  background-image: url("/bundles/pimui/images/illustrations/Api.svg");
}
.AknFullPage-illustration--users {
  background-image: url("/bundles/pimui/images/illustrations/User.svg");
}
.AknFullPage-illustration--roles {
  background-image: url("/bundles/pimui/images/illustrations/User-roles.svg");
}
.AknFullPage-illustration--proposal {
  background-image: url("/bundles/pimui/images/illustrations/Product.svg");
}
.AknLogin {
  color: #67768A;
  background: white;
  background-image: url("/bundles/pimui/images/illustration-login.svg");
  background-position: center bottom;
  background-size: 100%;
  height: 100%;
  min-height: 280px;
  background-repeat: no-repeat;
}
.AknLogin-link {
  color: #9452BA;
  margin-right: 10px;
}
.AknLogin-mainContainer {
  padding-top: 100px;
  width: 620px;
  margin: auto;
}
.AknLogin-title {
  text-align: center;
  max-width: 260px;
  margin: 0 auto 30px auto;
}
.AknLogin-form {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.AknLogin-formCell {
  flex-grow: 1;
  margin: 5px;
  display: flex;
  align-items: center;
}
.AknLogin-formCell--small {
  flex-grow: 0;
}
.AknLogin-subTitle {
  font-size: 16px;
  margin: 5px 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #9452BA;
}
.AknLogin-footer {
  position: absolute;
  bottom: 35px;
  width: 100%;
}
