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

.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;
}
.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;
}
.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;
}
.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;
}
.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 {
  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;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.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-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;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.142857142857143em;
  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: .2em .25em .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: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
[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;
}
.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;
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .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: .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: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .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: .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: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
.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;
}
.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;
}
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-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);
}
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;
}
.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";
}

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

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
}
.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;
  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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
@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;
  }
}

#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: .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: .9;
  -khtml-opacity: .9;
  -moz-opacity: .9;
  opacity: .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: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .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: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

.has-switch {
  height: 32px;
  border-color: #ccd1d8;
  border-radius: 2px;
}
.has-switch .switch-on,
.has-switch .switch-off,
.has-switch label.switch-small,
.has-switch span.switch-small {
  height: 30px;
  line-height: 30px;
  padding-bottom: 0;
  padding-top: 0;
}
.has-switch.switch-small {
  min-width: 100px;
}
.has-switch label,
.has-switch span {
  width: 33.333333333333%;
}

.ui-dialog {
  z-index: 950;
}
.ui-dialog .ui-widget-header {
  background: #52267D;
  font-size: 18.198px;
  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: 34px;
  line-height: 34px;
  font-size: 14.154px;
  min-width: 34px;
  padding: 0 12px;
  display: inline-block;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  margin-left: 10px;
}
.ui-dialog .btn.btn-primary {
  background-color: #67b373;
}
.ui-dialog .btn.btn-primary:hover {
  background: #4d9a59;
}
.ui-dialog .btn:not(.btn-primary) {
  background-color: #A1A9B7;
}
.ui-dialog .btn:not(.btn-primary):hover {
  background: #848fa1;
}
.ui-widget-overlay {
  background: black;
}

.dropdown-menu > li > a,
.dropdown-menu > li.active > a {
  color: #8543c6;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:active {
  color: #381a56;
  cursor: pointer;
}
.dropdown-menu {
  margin-top: -1px;
  border-radius: 0;
  z-index: 900;
}
.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: #F1F4F9;
  color: #11324D;
}
.dropdown-menu > li > a,
.dropdown-menu > li.active > a {
  color: #11324D;
}
.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-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;
}
[class^='icon-'].hide-text:after,
[class^='icon-'].hide-text:before {
  font-size: 14.154px;
  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/less/images/small-icon-category.png");
}
.icon-product {
  background-image: url("../bundles/pimui/less/images/small-icon-product.png");
}

.jstree.jstree-default {
  padding-bottom: 50px;
}
.jstree.jstree-default a {
  color: #11324D !important;
}
.jstree.jstree-default .jstree-tree-toolbar {
  padding: 6.5px;
  margin-bottom: 10px;
  background: #e9ebee;
}
.jstree.jstree-default .jstree-hovered {
  background: inherit !important;
  border: inherit !important;
  padding: 0 2px !important;
}
.jstree.jstree-default .jstree-clicked {
  color: #52267D !important;
  background: inherit !important;
  border: inherit !important;
  padding: 0 !important;
  font-weight: bold;
}
.jstree.jstree-default li.jstree-open > a:not(.jstree-loading) .jstree-icon {
  background: url("../bundles/pimui/images/jstree/folder_standard_opened.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-open > a.jstree-clicked .jstree-icon {
  background: url("../bundles/pimui/images/jstree/folder_selected_opened.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-closed > a:not(.jstree-loading) .jstree-icon {
  background: url("../bundles/pimui/images/jstree/folder_standard_closed.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-closed > a.jstree-clicked .jstree-icon {
  background: url("../bundles/pimui/images/jstree/folder_selected_closed.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-leaf > a:not(.jstree-loading) .jstree-icon {
  background: url("../bundles/pimui/images/jstree/folder_leaf.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-leaf > a.jstree-clicked .jstree-icon {
  background: url("../bundles/pimui/images/jstree/folder_selected_leaf.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-unclassified > a:not(.jstree-loading) .jstree-icon {
  background: url("../bundles/pimui/images/jstree/folder_unclassified.png") 0 0 no-repeat;
}
.jstree.jstree-default li.jstree-unclassified > a.jstree-clicked .jstree-icon {
  background: url("../bundles/pimui/images/jstree/folder_selected_closed.png") 0 0 no-repeat;
}
.jstree.jstree-default .jstree-footer {
  background: #e9ebee;
  border-top: 1px solid #ccd1d8;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  line-height: 32px;
  overflow: hidden;
}
.jstree.jstree-default .jstree-footer label {
  padding: 0 10px;
}
.root-unselectable .jstree-root > a > .jstree-checkbox {
  display: none;
}

.ui-dialog {
  background: white;
  border: 1px solid #ccd1d8;
}
.ui-sortable-handle {
  cursor: move;
}
.ui-sortable.ui-sortable-disabled .ui-sortable-handle {
  display: none;
}

.ui-multiselect {
  height: 30px;
  line-height: 30px;
  font-size: 12.132px;
  border: 1px solid #ccd1d8;
  color: #11324D;
  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 {
  padding: 0;
  max-width: 235px;
  min-width: 150px !important;
  border: 1px solid #ccd1d8;
  background: white;
}
.ui-multiselect-menu.select-filter-widget .ui-multiselect-header .ui-helper-reset {
  display: none;
}
.ui-multiselect-menu.select-filter-widget ul {
  max-height: 200px;
}
.ui-multiselect-menu input[type="search"] {
  height: 34px;
  line-height: 34px;
  color: #11324D;
  border: 1px solid #ccd1d8;
  min-width: 142px;
  width: calc(100% - 8px) !important;
  border-radius: 2px;
  padding: 0 8px;
  margin-left: 3px;
  margin-bottom: 3px;
}
.ui-multiselect-menu .ui-multiselect-header {
  padding: 0 2px 2px 2px;
  margin-bottom: 0;
  border: none;
}
.ui-multiselect-menu .ui-multiselect-filter input {
  height: 34px;
  line-height: 34px;
  color: #11324D;
  border: 1px solid #ccd1d8;
  font-size: 12.132px;
  border-radius: 2px;
  padding: 0 8px;
  margin: 0;
  width: calc(100% - 8px) !important;
}
.ui-multiselect-menu .ui-multiselect-checkboxes {
  padding: 5px 0;
  clear: both;
  background: white;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label {
  line-height: 25px;
  padding: 0 10px !important;
}
.ui-multiselect-menu .ui-multiselect-checkboxes li {
  padding-right: 0;
}
.ui-multiselect-menu .ui-multiselect-checkboxes.ui-helper-reset li {
  font-size: 12.132px;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label {
  padding: 0;
}
.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-top: 10px;
  padding-left: 10px;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label input {
  top: 1px;
  margin-right: 5px;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label {
  padding: 3px 10px;
  cursor: pointer;
  font-weight: normal;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label:hover {
  background: #F1F4F9;
}
.ui-multiselect-menu .ui-multiselect-checkboxes label.ui-state-active {
  background: #52267D;
  color: white;
}
.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: 12.132px;
  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: 34px;
  line-height: 34px;
  padding: 0 0 0 10px !important;
  display: flex;
}
.ui-multiselect.ui-multiselect--select2:hover {
  background: #F1F4F9;
}
.ui-multiselect.ui-multiselect--select2 span {
  float: left;
}
.ui-multiselect.ui-multiselect--select2 .caret {
  width: 34px;
  height: 32px;
  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: #F1F4F9;
}

.sidebar-controls {
  background: #e9ebee;
  border-color: #ccd1d8 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-top-width: 0 !important;
}
.sidebar-content {
  background: #f8f8f9;
  height: calc(100% - 25px) !important;
}
.separator {
  border-color: #ccd1d8 !important;
}

.modal {
  border-radius: 0;
  border: none;
  top: 50%;
  position: fixed;
  left: 50%;
  z-index: 1050;
  width: 800px;
  margin-left: -400px;
  background-color: white;
  transform: translate(0,-50%);
}
.modal.modal-large {
  width: 90%;
  left: 5%;
  top: 5%;
  margin-left: 0;
  transform: none;
}
.modal .modal-header {
  background: #52267D;
  font-size: 18.198px;
  height: 50px;
  line-height: 50px;
  color: white;
  padding: 0 16px;
  border: none;
  margin-top: -1px;
}
.modal .modal-header .close {
  display: none;
}
.modal .modal-header h3 {
  line-height: 50px;
  font-weight: normal;
  margin: 0;
}
.modal .modal-body {
  position: relative;
  max-height: calc(100vh - 140px);
  padding: 15px;
  overflow-y: auto;
}
.modal .modal-footer {
  border-top: 1px solid #ccd1d8;
  padding: 10px 20px;
}
.modal.modal-full .modal-body {
  padding: 0;
}
.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: #11324D;
  background: white;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: 0;
  margin-right: 0;
}

.select2-default {
  color: #11324D !important;
}
.select2-container {
  width: 100%;
}
.select2-container .select2-choice {
  color: #11324D;
}
.select2-container.select2-container-disabled .select2-choice {
  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: 30px;
}
.select2-drop-active {
  border-color: #ccd1d8;
}
.select2-drop {
  border-radius: 0 0 2px 2px;
  color: #11324D;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #ccd1d8;
}
.select2-results .select2-highlighted {
  background: #F1F4F9;
  color: #11324D;
}
.select2-results .select2-result-label {
  line-height: 24px;
  padding: 0 4px;
  min-height: 0;
}
.select2-results .select2-searching {
  padding: 10px;
  background: white;
  color: #9faab8;
  text-align: center;
}
.select2-more-results.select2-active {
  background: none;
}
.select2-search {
  padding-top: 4px;
}
.select2-search input {
  line-height: 34px;
  color: #11324D;
  border: 1px solid #ccd1d8;
  border-radius: 2px;
  padding: 0 8px;
  background: none;
}
.select2-search input.select2-active {
  background: none;
}
.select2-container .select2-choice {
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccd1d8;
  color: #081723;
  border-radius: 2px;
  background: white;
}
.select2-container .select2-choice .select2-arrow {
  width: 34px;
  border-left-color: #ccd1d8;
  border-radius: 0 2px 2px 0;
  background: white;
}
.select2-container .select2-choice .select2-arrow b {
  background-size: 96px 48px;
  background-image: url('../bundles/pimui/css/images/select2x2.png');
  background-position: 3px 2px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 44px;
}
.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 {
  border-radius: 2px;
  border-color: #ccd1d8;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin: 1px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 20px;
}
.select2-container-multi .select2-choices .select2-search-field {
  height: 32px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 30px;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: none !important;
}
.select2-container-multi .select2-search-choice-close {
  top: 8px;
}
.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: #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;
}
.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;
}
.select2--annotedLabels.select2-drop .select2-result-label-attribute input[type="checkbox"] {
  flex-basis: 14px;
  margin-top: 4px;
}
.select2--annotedLabels.select2-drop .select2-result-label-attribute .attribute-label {
  flex-grow: 1;
  padding-left: 4px;
}
.select2--annotedLabels.select2-drop .select2-result-label-attribute .group-label {
  font-style: italic;
}
.grid-view-selector .select2-container {
  width: 200px;
  font-size: 14.154px;
}
.grid-view-selector .select2-container.stickedLeft .select2-choice {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px solid #848fa1;
  border-right: 1px solid #848fa1;
  border-bottom: 1px solid #848fa1;
  border-left: none;
}
.grid-view-selector .select2-container .select2-choice {
  background: #e9ebee;
  font-style: 14.154px;
}
.grid-view-selector .select2-container .select2-choice .select2-arrow {
  background: #ccd1d8;
}
.grid-view-selector.select2-drop {
  width: 400px !important;
}
.grid-view-selector.select2-drop .select2-search {
  background: #F1F4F9;
  border-top: 1px solid #ccd1d8;
  border-bottom: 1px solid #ccd1d8;
  padding: 6px;
}
.grid-view-selector.select2-drop .select2-search .view-selector-type-dropdown {
  position: absolute;
  top: 6px;
  right: 6px;
}
.grid-view-selector.select2-drop .select2-search .view-selector-type-dropdown .view-type-item {
  text-transform: uppercase;
}
.grid-view-selector.select2-drop .select2-search .view-selector-type-switcher {
  border: 1px solid #ccd1d8;
  text-transform: uppercase;
  height: 38px;
  border-radius: 0;
  width: 107px;
  font-weight: bold;
}
.grid-view-selector.select2-drop .select2-search .icon-search {
  font-size: 16px;
  color: #A1A9B7;
  position: absolute;
  top: 16px;
  left: 12px;
}
.grid-view-selector.select2-drop .select2-search .select2-input {
  font-size: 14.154px;
  background: white !important;
  height: 38px;
  padding-left: 32px;
  line-height: 38px;
}
.grid-view-selector.select2-drop .select2-search .select2-input.with-dropdown {
  width: 280px;
}
.grid-view-selector.select2-drop .select2-results {
  padding: 0;
  margin: 8px 8px 8px 8px;
}
.grid-view-selector.select2-drop .select2-results .select2-result {
  border-left: 1px solid #ccd1d8;
  border-top: 1px solid #ccd1d8;
  border-right: 1px solid #ccd1d8;
}
.grid-view-selector.select2-drop .select2-results .select2-result:last-child {
  border-bottom: 1px solid #ccd1d8;
}
.grid-view-selector.select2-drop .select2-results .select2-result .select2-result-label {
  font-size: 14.154px;
  position: relative;
  padding: 15px;
}
.grid-view-selector.select2-drop .select2-results .select2-result .select2-result-label .select2-result-label-view .view-label.view-label-current {
  color: #52267D;
  font-style: italic;
  font-weight: bold;
}
.grid-view-selector.select2-drop .select2-results .select2-result .select2-result-label .select2-result-label-view .project-line.project-line-current .project-label {
  color: #52267D;
  font-style: italic;
  font-weight: bold;
}
.grid-view-selector.select2-drop .select2-results .select2-result.select2-highlighted {
  background: none;
}
.grid-view-selector.select2-drop .select2-results .select2-result.select2-highlighted .select2-result-label {
  background-color: #F1F4F9;
}
.grid-view-selector.select2-drop .select2-results .select2-more-results,
.grid-view-selector.select2-drop .select2-results .select2-no-results,
.grid-view-selector.select2-drop .select2-results .select2-searching {
  color: #A1A9B7;
  text-align: center;
  padding: 15px;
}
.grid-view-selector.select2-drop .ui-multiselect-footer {
  border-top: 1px solid #ccd1d8;
  padding: 3px;
  height: 50px;
}
.grid-view-selector.select2-drop .ui-multiselect-footer .buttons {
  line-height: 30px;
  margin: 5px;
}
.select2-drop.select2--withArrowLeft::before,
.select2-drop.select2--withArrowRight::before {
  position: absolute;
  top: -6px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: white;
  transform: rotate(45deg);
  border-top: solid 1px #ccd1d8;
  border-left: 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;
  padding: 5px;
  margin-top: 5px;
  min-width: 300px;
}
.select2-drop.select2-drop--forProjectWidget .select2-search {
  margin-bottom: 5px;
}
.select2-drop.select2-drop--forProjectWidget .select2-input,
.select2-drop.select2-drop--forProjectWidget .select2-focused {
  border: 1px solid #ccd1d8 !important;
  background-color: #F1F4F9 !important;
  color: #11324D;
  padding-left: 34px;
  font-size: 14.154px;
  line-height: 30px;
  box-shadow: none !important;
}
.select2-drop.select2-drop--forProjectWidget .select2-highlighted {
  background-color: #F1F4F9;
}
.select2-container.select2--withoutBorder.select2-container-active .select2-choice {
  box-shadow: none;
}
.select2-container.select2--withoutBorder .select2-choice {
  border: none;
}
.select2-container.select2--withoutBorder .select2-choice > .select2-chosen {
  margin-right: 34px;
}
.select2-container.select2--withoutBorder .select2-choice .select2-arrow {
  border-left: none;
}
.select2-searchIcon {
  font-size: 19px;
  color: #ccd1d8;
  line-height: 32px;
  position: absolute;
  left: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min-resolution: 144dpi) {
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-size: 90px 48px !important;
  }
  .select2-search input {
    background: none !important;
  }
  .select2-search-choice-close {
    background-position: -75px 0 !important;
  }
  .select2-search input {
    background-position: 100% 118% !important;
  }
}

#lbCenter {
  z-index: 1000;
}
#lbOverlay {
  z-index: 900;
}

.tabsection-title:not(:empty) {
  padding: 0 20px;
  background-color: #e9ebee;
  line-height: 44px;
}
.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: 110.423px;
  color: #52267D;
  position: absolute;
  bottom: -6px;
  line-height: 0;
}
.wizard-header .wizard li .dot .icon-circle {
  margin: 0;
  font-size: 14.154px;
}
.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: 100%;
  border-color: #ccd1d8;
  border-radius: 2px;
}
.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-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: #11324D;
}
.note-toolbar > .btn-group button:hover {
  background: #F1F4F9;
}
.note-toolbar > .btn-group button + button {
  border-left: none;
}
.note-editor .note-toolbar {
  display: flex;
}
.note-popover .popover .popover-content,
.note-toolbar {
  padding: 0;
}

@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: #11324D;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12.132px;
  background-color: white;
  line-height: 20px;
  min-width: 980px;
  min-height: 600px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
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;
}
input,
button,
select,
textarea {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12.132px;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
a {
  color: #52267D;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
select {
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccd1d8;
  color: #11324D;
  background: white;
  width: 100%;
  padding: 0 8px;
  border-radius: 2px;
}
select option {
  color: #11324D;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.AknActionButton {
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  font-size: 12.132px;
  border: 1px solid #ccd1d8;
  color: #11324D;
  background-color: white;
  border-radius: 2px;
  font-weight: normal;
  padding: 0 10px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
}
.AknActionButton-caret {
  margin-left: 5px;
}
.AknActionButton:hover,
.AknActionButton:active,
.AknActionButton:focus {
  background: #F1F4F9;
}
.AknActionButton--noRightBorder {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.AknActionButton--noLeftBorder {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.AknActionButton-selectButton {
  color: #11324D;
  cursor: pointer;
  background: none;
  border: none;
}
.AknActionButton-selectButton:hover,
.AknActionButton-selectButton:active,
.AknActionButton-selectButton:focus {
  outline: none;
}
.AknActionButton--big {
  height: 34px;
  line-height: 34px;
}
.AknActionButton .ui-multiselect {
  width: auto !important;
  padding: 0 !important;
}
.AknActionButton--glued {
  border-radius: 0;
}
.AknActionButton--glued:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.AknActionButton--glued:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.AknActionButton--glued + .AknActionButton--glued {
  border-left: none;
}
.AknActionButton--disabled {
  color: #9faab8;
  background: #e9ebee;
  cursor: not-allowed;
}
.AknActionButton--input {
  cursor: inherit;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}
.AknActionButton--input:hover {
  background: white;
}
.AknActionButton--square {
  min-width: 30px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.AknSeveralActionsButton {
  display: flex;
  text-transform: none;
}
.AknSeveralActionsButton-mainAction,
.AknSeveralActionsButton-caretContainer {
  height: 34px;
  line-height: 34px;
  font-size: 14.154px;
  color: white;
  border: none;
  cursor: pointer;
}
.AknSeveralActionsButton-mainAction {
  background: #A1A9B7;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 0 12px;
}
.AknSeveralActionsButton-caretContainer {
  width: 34px;
  background: #848fa1;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  text-align: center;
  padding: 0;
}
.AknSeveralActionsButton-menu {
  margin-top: 34px;
}
.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: #4992C7;
  color: white;
}
.AknSeveralActionsButton--action .AknSeveralActionsButton-mainAction:hover {
  background-color: #3478a9;
  color: white;
}
.AknSeveralActionsButton--action .AknSeveralActionsButton-caretContainer {
  background: #3478a9;
}
.AknSeveralActionsButton--small .AknSeveralActionsButton-mainAction {
  height: 30px;
  line-height: 30px;
  font-size: 12.132px;
}
.AknSeveralActionsButton--small .AknSeveralActionsButton-caretContainer {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 12.132px;
}
.AknSeveralActionsButton--small .AknSeveralActionsButton-menu {
  margin-top: 30px;
}

.AknButton {
  background: #F1F4F9;
  color: #11324D;
  height: 34px;
  line-height: 34px;
  font-size: 14.154px;
  min-width: 34px;
  display: inline-block;
  padding: 0 12px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  transition: background 0.1s ease;
  position: relative;
}
.AknButton--withIcon {
  padding-left: 46px;
}
.AknButton:hover,
.AknButton--active {
  background: #cdd8ea;
  color: #081723;
}
.AknButton-icon {
  height: 34px;
  width: 34px;
  line-height: 34px;
  background: #cdd8ea;
  margin-right: 12px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  display: inline-block !important;
}
.AknButton--disabled,
.AknButton--disabled .AknButton-icon {
  background: #ffffff;
  cursor: not-allowed;
}
.AknButton--apply {
  background-color: #67b373;
  color: white;
}
.AknButton--apply:hover,
.AknButton--apply.AknButton--active,
.AknButton--apply .AknButton-icon {
  background: #4d9a59;
  color: white;
}
.AknButton--apply.AknButton--disabled,
.AknButton--apply.AknButton--disabled .AknButton-icon {
  background: #abd5b2;
  cursor: not-allowed;
}
.AknButton--grey {
  background-color: #A1A9B7;
  color: white;
}
.AknButton--grey:hover,
.AknButton--grey.AknButton--active,
.AknButton--grey .AknButton-icon {
  background: #848fa1;
  color: white;
}
.AknButton--grey.AknButton--disabled,
.AknButton--grey.AknButton--disabled .AknButton-icon {
  background: #dbdee3;
  cursor: not-allowed;
}
.AknButton--important {
  background-color: #d36050;
  color: white;
}
.AknButton--important:hover,
.AknButton--important.AknButton--active,
.AknButton--important .AknButton-icon {
  background: #c04230;
  color: white;
}
.AknButton--important.AknButton--disabled,
.AknButton--important.AknButton--disabled .AknButton-icon {
  background: #e7aaa2;
  cursor: not-allowed;
}
.AknButton--action {
  background-color: #4992C7;
  color: white;
}
.AknButton--action:hover,
.AknButton--action.AknButton--active,
.AknButton--action .AknButton-icon {
  background: #3478a9;
  color: white;
}
.AknButton--action.AknButton--disabled,
.AknButton--action.AknButton--disabled .AknButton-icon {
  background: #97c1df;
  cursor: not-allowed;
}
.AknButton--big {
  height: 38px;
  line-height: 38px;
  min-width: 38px;
  font-size: 14.154px;
}
.AknButton--big .AknButton-icon {
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-size: 14.154px;
}
.AknButton--small {
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  font-size: 12.132px;
}
.AknButton--small .AknButton-icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 12.132px;
}
.AknButton--small.AknButton--withIcon {
  padding-left: 42px;
}
.AknButton--micro {
  height: 22px;
  line-height: 22px;
  min-width: 22px;
  font-size: 12.132px;
}
.AknButton--micro.AknButton--withIcon {
  padding-left: 34px;
}
.AknButton--micro .AknButton-icon {
  height: 22px;
  width: 22px;
  line-height: 22px;
  font-size: 12.132px;
}
.AknButton--noLeftRadius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.AknButton--hidden {
  display: none;
}
.AknButton--uppercase {
  text-transform: uppercase;
}
.AknButton--disabled:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.AknButtonList {
  display: flex;
  align-items: center;
}
.AknButtonList-item {
  margin-right: 6px;
}
.AknButtonList-item--hide {
  display: none;
}
.AknButtonList--hide {
  display: none;
}
.AknButtonList--right {
  justify-content: flex-end;
}
.AknButtonList--right .AknButtonList-item {
  margin-right: 0;
  margin-left: 6px;
}
.AknButtonList--centered {
  justify-content: center;
}
.AknButtonList--centered .AknButtonList-item {
  margin-right: 3px;
  margin-left: 3px;
}
.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;
}

.AknDropdownButton {
  white-space: nowrap;
  display: inline-block;
}
.AknDropdownButton-button {
  background: #e9ebee;
  height: 34px;
  line-height: 32px;
  font-size: 14.154px;
  border: 1px solid #ccd1d8;
  color: #11324D;
  padding: 0 0 0 12px;
  border-radius: 2px;
  cursor: pointer;
  display: flex;
}
.AknDropdownButton-button:hover,
.AknDropdownButton.open .AknDropdownButton-button {
  background: #ccd1d8;
}
.AknDropdownButton-caretContainer {
  width: 32px;
  height: 32px;
  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: #973426;
  border: 1px solid #c04230;
}
.AknDropdownButton--important .AknDropdownButton-caretContainer {
  background: #e7aaa2;
  color: #973426;
}
.AknDropdownButton--important:hover .AknDropdownButton-button,
.AknDropdownButton--important.open .AknDropdownButton-button {
  background: #e7aaa2;
}
.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: 12.132px;
}
.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;
  background: white;
  display: inline-block;
  padding: 0;
  border-radius: 2px;
  text-align: center;
  transition: background 0.1s ease, color 0.1s ease;
}
.AknIconButton:hover {
  background: #ccd1d8;
  color: white;
  cursor: pointer;
}
.AknIconButton--light {
  background-color: #F1F4F9;
  border: 1px solid #A1A9B7;
  color: #A1A9B7;
}
.AknIconButton--light:hover {
  background-color: #A1A9B7;
}
.AknIconButton--dark {
  color: #535c6c;
}
.AknIconButton--grey {
  background-color: #A1A9B7;
  color: white;
}
.AknIconButton--grey:hover {
  background: #848fa1;
}
.AknIconButton--important {
  background-color: #d36050;
  color: white;
}
.AknIconButton--important:hover {
  background: #c04230;
}
.AknIconButton--gold {
  color: #f8b43f;
}
.AknIconButton--apply {
  background-color: #67b373;
  color: white;
}
.AknIconButton--apply:hover {
  background: #4d9a59;
}
.AknIconButton--small {
  font-size: 12.132px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.AknIconButton--hide {
  display: none !important;
}
.AknIconButton--noFocus:focus {
  outline: none;
}

.AknFilterBox {
  background: #dbdee3;
  padding: 20px 20px 10px 140px;
  z-index: 800;
  position: relative;
  min-height: 64px;
}
.AknFilterBox-addFilterButton {
  line-height: 30px;
  font-size: 14.154px;
  position: absolute;
  left: 20px;
  border: none;
  background: inherit;
  width: auto !important;
}
.AknFilterBox-filter {
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.AknFilterBox-filter--inline {
  margin-bottom: 0;
}
.AknFilterBox-disableFilter {
  text-align: center;
  display: inline-block;
  width: 20px;
}

.AknFilterChoice {
  display: flex;
  padding: 0 5px;
}
.AknFilterChoice-operator {
  flex-shrink: 0;
}
.AknFilterChoice-field {
  min-width: 150px;
}
.AknFilterChoice-button {
  flex-shrink: 0;
}

.AknFilterDate {
  display: flex;
  flex-direction: column;
  padding: 0 5px;
  width: 200px;
}
.AknFilterDate-select {
  height: 34px;
  margin-bottom: 5px;
  border-radius: 2px;
  background: white;
}
.AknFilterDate-dates {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.AknFilterDate-separator {
  height: 34px;
  line-height: 34px;
  margin: 0 5px;
}
.AknFilterDate-start,
.AknFilterDate-end {
  flex-grow: 1;
}

.AknGrid {
  font-size: 12.132px;
  width: 100%;
  border-collapse: collapse;
}
.AknGrid-bodyRow + .AknGrid-bodyRow {
  border-top: 1px solid #ccd1d8;
}
.AknGrid-bodyCell,
.AknGrid-headerCell {
  vertical-align: middle;
  line-height: 16px;
  padding: 12px 10px;
  transition: background 0.1s ease;
  background: white;
}
.AknGrid-bodyCell--tight,
.AknGrid-headerCell--tight {
  width: 1px;
}
.AknGrid-bodyRow:hover .AknGrid-bodyCell,
.AknGrid-bodyRow--highlight .AknGrid-bodyCell {
  background: #F1F4F9;
}
.AknGrid-bodyCell {
  cursor: pointer;
}
.AknGrid-bodyCell--full {
  padding: 10px 20px;
  background: white;
  cursor: default;
}
.AknGrid-bodyCell--actions {
  opacity: 0;
  width: 1px;
}
.AknGrid-bodyRow:hover .AknGrid-bodyCell--actions {
  opacity: 1;
}
.AknGrid-headerCell {
  color: #11324D;
  border-bottom: solid 2px #11324D;
  font-size: 11.121px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}
.AknGrid-headerCell a {
  color: #11324D;
}
.AknGrid-bodyCell--center,
.AknGrid-headerCell--center {
  text-align: center;
}
.AknGrid-bodyCell--right,
.AknGrid-headerCell--right {
  text-align: right;
}
.AknGrid-caret {
  margin-left: 5px;
  display: none;
}
.AknGrid-headerCell--ascending .AknGrid-caret,
.AknGrid-headerCell--descending .AknGrid-caret {
  display: inline-block;
}
.AknGrid-headerCell--descending .AknGrid-caret {
  border-bottom: 4px solid #11324D;
  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--unclickable .AknGrid-bodyRow .AknGrid-bodyCell {
  cursor: default;
}

.AknGridsLine {
  display: flex;
  margin: 10px 0;
}
.AknGridsLine-item {
  border: 10px solid #f8f8f9;
  transition: border 0.2s ease;
  flex-grow: 1;
}
.AknGridsLine-item:hover {
  border-color: #e9ebee;
}
.AknGridsLine-item + .AknGridsLine-item {
  margin-left: 10px;
}

.AknGridContainer {
  position: relative;
  padding: 10px 20px;
  overflow-x: auto;
}

.AknGridToolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 20px;
}
.AknGridToolbar-left {
  order: 1;
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.AknGridToolbar-center {
  order: 5;
  flex-grow: 1;
  justify-content: center;
  display: flex;
  align-items: center;
}
.AknGridToolbar-right {
  order: 10;
  display: flex;
  flex-grow: 1;
  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;
}
@media screen and (max-width: 1360px) {
  .AknGridToolbar-center {
    order: 15;
    flex-basis: 100%;
  }
}

.AknAssetCollectionField {
  width: 100%;
  border: 1px solid #ccd1d8;
}
.AknAssetCollectionField-header {
  background: #f8f8f9;
  border-bottom: 1px solid #ccd1d8;
  padding: 10px;
}
.AknAssetCollectionField-list {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  min-height: 110px;
}
.AknAssetCollectionField-listItem {
  width: 152.33333333333px;
  border: 1px solid #ccd1d8;
  padding: 10px;
  text-align: center;
  margin: 5px;
  position: relative;
}
.AknAssetCollectionField-assetThumbnail {
  width: 132.33333333333px;
  height: 110px;
  background-size: 100% auto;
  background-position: center center;
}
.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: #e9ebee;
}
.AknAssetCollectionField-listItem--disabled {
  color: #9faab8;
}

.AknAttributeActions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AknAttributeActions-editActions {
  padding: 5.5px 10px 5.5px 0;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
  margin-right: 10px;
}
.AknAttributeActions-copyActions {
  order: 10;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.AknAttributeActions-otherActions {
  display: flex;
  align-items: center;
}
.AknAttributeActions-contextSelectors {
  display: flex;
}
.AknAttributeActions--comparisonMode .AknAttributeActions-editActions {
  border-right: 1px solid #ccd1d8;
  flex-basis: 520px;
  flex-grow: 0;
}
.AknAttributeActions--comparisonMode .AknAttributeActions-copyActions {
  flex-grow: 1;
}
.AknAttributeActions-help {
  color: #9faab8;
  padding: 0 10px;
  text-align: right;
}

.AknChoicesField-choiceItem {
  margin-top: 5px;
  margin-bottom: 5px;
}

.AknCommentPanel-thread {
  margin-top: 10px;
}
.AknCommentPanel-item {
  border-left: 1px solid #ccd1d8;
  border-top: 1px solid #ccd1d8;
  border-right: 1px solid #ccd1d8;
}
.AknCommentPanel-header {
  display: flex;
  align-items: center;
  padding: 5px;
}
.AknCommentPanel-avatar {
  width: 22px;
  height: 22px;
  border: 1px solid #ccd1d8;
  border-radius: 2px;
  margin-right: 5px;
}
.AknCommentPanel-author {
  flex-grow: 1;
}
.AknCommentPanel-icon {
  margin-left: 5px;
}
.AknCommentPanel-message {
  padding: 5px;
}

.AknCompletenessBlock-header {
  border: 1px solid #ccd1d8;
  height: 46px;
  line-height: 46px;
  font-size: 14.154px;
  display: flex;
}
.AknCompletenessBlock-headerLocale {
  flex-grow: 1;
  padding: 0 5px 0 10px;
}
.AknCompletenessBlock-headerStats {
  flex-basis: 50%;
  padding: 0 10px 0 5px;
  display: flex;
  align-items: center;
}
.AknCompletenessBlock-headerButton {
  flex-basis: 46px;
  border-left: 1px solid #ccd1d8;
  font-size: 18.198px;
  text-align: center;
  cursor: pointer;
}
.AknCompletenessBlock-headerButton:hover {
  background: #F1F4F9;
}
.AknCompletenessBlock-content {
  border-left: 1px solid #ccd1d8;
  border-right: 1px solid #ccd1d8;
  border-bottom: 1px solid #ccd1d8;
  padding: 20px;
}
.AknCompletenessBlock-channel {
  display: flex;
  flex-direction: column;
}
.AknCompletenessBlock-channel + .AknCompletenessBlock-channel {
  border-top: 1px solid #ccd1d8;
  padding-top: 10px;
  margin-top: 10px;
}
.AknCompletenessBlock-channelTitle {
  text-transform: capitalize;
  font-size: 14.154px;
}
.AknCompletenessBlock-missing {
  color: #9faab8;
  font-size: 11.121px;
}
.AknCompletenessBlock-progressContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.AknCompletenessBlock-progress {
  flex-basis: 85%;
}
.AknCompletenessBlock-progressRatio {
  font-size: 11.121px;
  margin-left: 10px;
}
.AknCompletenessBlock[data-closed="true"] .AknCompletenessBlock-content {
  display: none;
}
.AknCompletenessBlock[data-closed="true"] .AknCompletenessBlock-arrow:before {
  transform: rotate(90deg);
}
.AknCompletenessBlock + .AknCompletenessBlock {
  margin-top: 10px;
}

.AknComparableFields {
  display: flex;
}
.AknComparableFields-item:not(:empty) {
  flex-basis: 500px;
  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;
}
.AknFieldContainer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.AknFieldContainer-label {
  color: #11324D;
  flex-grow: 1;
  font-size: 14.154px;
}
.AknFieldContainer-unavailable {
  color: #9faab8;
}
.AknFieldContainer-footer {
  color: #9faab8;
  font-size: 11.121px;
}
.AknFieldContainer-inputContainer {
  display: flex;
  justify-content: space-between;
}
.AknFieldContainer-iconsContainer {
  margin-left: 5px;
  min-width: 34px;
}
.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: #d36050;
}
.AknFieldContainer--withoutMargin {
  margin-bottom: 0;
}

.AknFormContainer {
  width: 500px;
}
.AknFormContainer--withPadding:not(:empty) {
  padding: 20px 20px 10px;
}
.AknFormContainer--centered {
  margin: auto;
}

.AknHorizontalNavtab {
  border-bottom: 3px solid #52267D;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AknHorizontalNavtab-list {
  display: flex;
}
.AknHorizontalNavtab-item:not(:last-child) {
  margin-right: 5px;
}
.AknHorizontalNavtab-link {
  height: 46px;
  line-height: 46px;
  color: #11324D;
  background: #f8f8f9;
  padding: 0 20px;
  display: block;
  border-top: 1px solid #ccd1d8;
  border-left: 1px solid #ccd1d8;
  border-right: 1px solid #ccd1d8;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  cursor: pointer;
}
.AknHorizontalNavtab-link--errored {
  font-weight: bold;
  color: #d36050;
}
.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:not(.AknHorizontalNavtab-item--active) .AknHorizontalNavtab-link:not(.AknHorizontalNavtab-link--active):hover {
  background: #F1F4F9;
}
.AknHorizontalNavtab-item--active .AknHorizontalNavtab-link,
.AknHorizontalNavtab-link--active {
  background: #52267D;
  border-color: #52267D;
  color: white;
  font-weight: bold;
}

.AknMediaField {
  height: 100px;
  background: #e9ebee;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 2px;
}
.AknMediaField-fileUploaderInput {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.AknMediaField-emptyContainer {
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.AknMediaField-preview {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.AknMediaField-thumb {
  flex-basis: 100px;
  margin: 5px 5px 0 5px;
  text-align: center;
}
.AknMediaField-image {
  max-height: 76px;
}
.AknMediaField-info {
  flex-grow: 1;
  text-align: center;
}
.AknMediaField-progress {
  flex-basis: 8px;
  opacity: 0;
  margin: 0 10px 5px;
}
.AknMediaField-icon {
  font-size: 50px;
  color: #848fa1;
}
.AknMediaField-uploadIcon {
  height: 50px;
}
.AknMediaField-trashIcon {
  background: #ccd1d8;
  font-size: 18.198px;
  padding: 40.901px 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%;
}

.AknPanelContainer {
  background: #f8f8f9;
  border-bottom: 1px solid #ccd1d8;
  border-right: 1px solid #ccd1d8;
  border-left: 1px solid #ccd1d8;
  min-width: 400px;
  padding: 0 10px 10px;
  height: 100%;
  margin-left: -1px;
}
.AknPanelContainer-header {
  height: 46px;
  border-bottom: 3px solid #ccd1d8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.AknPanelContainer-title {
  color: #52267D;
  font-size: 18.198px;
  order: -1;
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
}
.AknPanelContainer-footer {
  text-align: right;
  margin-top: 10px;
}

.AknPriceList {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: -8px;
}
.AknPriceList-item {
  width: 161.33333333333px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: flex;
}
.AknPriceList-currency {
  height: 32px;
  line-height: 32px;
  border: 1px solid #ccd1d8;
  background: #e9ebee;
  width: 44px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0 4px;
  display: block;
  box-sizing: content-box;
  text-align: center;
}

.AknTabHeader {
  background: #f8f8f9;
  border-bottom: 1px solid #ccd1d8;
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
}
.AknTabHeader-title {
  color: #52267D;
  font-size: 18.198px;
  height: 45px;
  line-height: 45px;
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
}
.AknTabHeader-title:first-letter {
  text-transform: uppercase;
}
.AknTabHeader-subTitle {
  color: #9faab8;
  font-size: 14.154px;
}

.AknTextareaField {
  color: #11324D;
  border: 1px solid #ccd1d8;
  width: 100%;
  border-radius: 2px;
  padding: 8px;
  height: 150px;
}
.AknTextareaField[readonly],
.AknTextareaField[disabled] {
  background: #e9ebee;
  cursor: not-allowed;
}
.AknTextareaField--small {
  height: 34px;
}

.AknTextField {
  height: 34px;
  line-height: 34px;
  color: #11324D;
  border: 1px solid #ccd1d8;
  width: 100%;
  border-radius: 2px;
  padding: 0 8px;
}
.AknTextField--noRightRadius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.AknTextField--noLeftRadius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.AknTextField--noRadius {
  border-radius: 0;
}
.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--file {
  color: transparent;
}
.AknTextField--disabled,
.AknTextField[readonly],
.AknTextField[disabled] {
  background: #e9ebee;
  background-image: url("../bundles/pimui/images/icon-lock.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 10px;
  padding-right: 30px;
  color: #9faab8;
  cursor: not-allowed;
}
@-moz-document url-prefix() {
  .AknTextField--file {
    padding-left: 0;
    border: none;
    height: 36px;
  }
}

.AknVerticalNavtab {
  border-left: 1px solid #ccd1d8;
  border-right: 1px solid #ccd1d8;
  margin-right: -1px;
  padding: 0;
}
.AknVerticalNavtab-header {
  background: #f8f8f9;
  height: 46px;
}
.AknVerticalNavtab-item {
  border-bottom: 1px solid #ccd1d8;
}
.AknVerticalNavtab-item:not(.AknVerticalNavtab-header) {
  min-width: 150px;
}
.AknVerticalNavtab-link {
  height: 46px;
  line-height: 46px;
  color: #11324D;
  background: #f8f8f9;
  font-size: 12.132px;
  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: #F1F4F9;
}
.AknVerticalNavtab-link--active,
.AknVerticalNavtab-item--active .AknVerticalNavtab-link {
  background: #dbdee3;
  color: #081723;
  font-weight: bold;
}
.AknVerticalNavtab-link--active:hover,
.AknVerticalNavtab-item--active .AknVerticalNavtab-link:hover {
  background: #dbdee3;
  color: #081723;
}
.AknVerticalNavtab--condensed .AknVerticalNavtab-link {
  height: 30px;
  line-height: 30px;
}

.AknAcl {
  display: flex;
  align-items: center;
}
.AknAcl-icon {
  color: #dbdee3;
  cursor: pointer;
  width: 15px;
  text-align: center;
  transition: font-size 0.1s ease;
}
.AknAcl-icon--granted {
  font-size: 125%;
  color: #67b373;
}
.AknAcl-icon--nonGranted {
  font-size: 125%;
  color: #d36050;
}
.AknAcl--hide {
  display: none;
}
.AknAcl--centered {
  justify-content: center;
}

.AknBadge {
  line-height: 12.132px;
  font-size: 12.132px;
  background: #F1F4F9;
  color: #11324D;
  display: inline-block;
  border-radius: 2px;
  padding: 4px;
  transition: background 0.1s ease-in, opacity 0.4s ease-in;
  white-space: nowrap;
  margin: 0 4px;
}
.AknBadge-icon {
  margin: 0 5px 0 0;
}
.AknBadge--enabled,
.AknBadge--success {
  background: #cde6d1;
  color: #3c7845;
}
.AknBadge--enabled:hover,
.AknBadge--success:hover {
  background: #abd5b2;
}
.AknBadge--enabled .AknBadge-icon,
.AknBadge--success .AknBadge-icon {
  color: #3c7845;
}
.AknBadge--disabled,
.AknBadge--important,
.AknBadge--invalid {
  background: #f2cfca;
  color: #973426;
}
.AknBadge--disabled:hover,
.AknBadge--important:hover,
.AknBadge--invalid:hover {
  background: #e7aaa2;
}
.AknBadge--disabled .AknBadge-icon,
.AknBadge--important .AknBadge-icon,
.AknBadge--invalid .AknBadge-icon {
  color: #973426;
}
.AknBadge--warning {
  background: #fcdaa1;
  color: #986206;
}
.AknBadge--warning:hover {
  background: #fac770;
}
.AknBadge--warning .AknBadge-icon {
  color: #ca8207;
}
.AknBadge--grey {
  background: #A1A9B7;
  color: white;
}
.AknBadge--grey:hover {
  background: #848fa1;
}
.AknBadge--info {
  background: #4992C7;
  color: white;
}
.AknBadge--info:hover {
  background: #3478a9;
}
.AknBadge--highlight {
  background: #f8b43f;
}
.AknBadge--light {
  opacity: 0.2;
}
.AknBadge--round {
  border-radius: 10px;
}
.AknBadge--round:not(:empty) {
  padding-left: 7px;
  padding-right: 7px;
}
.AknBadge--grey .AknBadge-icon {
  color: white;
}
.AknBadge--hidden {
  display: none;
}

.AknBell-link {
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
  display: block;
  position: relative;
}
.AknBell-link:hover,
.AknBell-link:focus {
  color: white;
}
.AknBell-icon {
  font-size: 19px;
  line-height: 50px;
}
.AknBell-countContainer {
  width: 50px;
  position: absolute;
  top: -8px;
  right: -8px;
}
.AknBell-count {
  background: #d36050;
  padding: 0 2px;
  border-radius: 2px;
}
.AknBell-count--hidden {
  display: none;
}

.AknBreadcrumb {
  color: #11324D;
  font-size: 11.121px;
}
.AknBreadcrumb-item {
  display: inline;
}
.AknBreadcrumb-item:not(:first-child):before {
  content: ' / ';
}

.AknBreadcrumbContainer {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  border-bottom: 1px solid #ccd1d8;
}
.AknBreadcrumbContainer-flashContainer {
  flex-grow: 1;
  position: relative;
  margin: 0 50px;
  align-self: flex-start;
  z-index: 899;
}
.AknBreadcrumbContainer-flashList {
  position: absolute;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.AknBreadcrumbContainer-pinButtonsContainer {
  padding-top: 2px;
  padding-bottom: 2px;
}

.AknCaret {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid #11324D;
  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: #973426;
}
.AknCaret--apply {
  border-top-color: #3c7845;
}

.AknColumnConfigurator {
  display: flex;
}
.AknColumnConfigurator-column {
  flex-basis: 33.333333333333%;
  flex-grow: 1;
  border-left: 1px solid #ccd1d8;
  border-top: 1px solid #ccd1d8;
  border-bottom: 1px solid #ccd1d8;
}
.AknColumnConfigurator-column:last-child {
  border-right: 1px solid #ccd1d8;
}
.AknColumnConfigurator-column--large {
  flex-basis: 80%;
}
.AknColumnConfigurator-columnHeader {
  height: 50px;
  padding: 8px;
  border-bottom: 1px solid #ccd1d8;
  font-size: 14.154px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AknColumnConfigurator-listContainer {
  max-height: calc(100vh - 210px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  min-height: 100px;
}
.AknColumnConfigurator-columnHeader ~ .AknColumnConfigurator-listContainer {
  max-height: calc(100vh - 260px);
}
.AknColumnConfigurator-searchInput {
  font-size: 14.154px;
  padding-left: 32px;
}
.AknColumnConfigurator-searchIcon {
  font-size: 18.198px;
  position: absolute;
  margin-left: 10px;
  top: 30px;
  color: #67768A;
}
.AknColumnConfigurator-relativeContent {
  position: relative;
}

.AknDashboardButtons {
  width: 940px;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
}
.AknDashboardButtons-item {
  background: #f8f8f9;
  color: #52267D;
  transition: background 0.2s ease;
  flex-grow: 1;
  display: block;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: bold;
}
.AknDashboardButtons-item:hover {
  background: #e9ebee;
}
.AknDashboardButtons-item + .AknDashboardButtons-item {
  margin-left: 10px;
}
.AknDashboardButtons-image {
  display: block;
  margin: 0 auto 10px auto;
}

.AknDiff {
  display: inline;
}
.AknDiff--remove {
  background: #f2cfca;
  color: #973426;
}
.AknDiff--add {
  background: #cde6d1;
  color: #3c7845;
}

.AknDropdown {
  position: relative;
}
.AknDropdown-menu {
  border: 1px solid #ccd1d8;
  padding: 5px 0;
  position: absolute;
  left: 0;
  display: none;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  z-index: 801;
}
.AknDropdown-menu--right {
  right: 0;
  left: auto;
}
.AknDropdown-menu--spaceless {
  padding: 0;
}
.AknDropdown-menuLink {
  color: #11324D;
  font-size: 12.132px;
  padding: 0 15px;
  display: block;
  height: 27px;
  line-height: 27px;
  white-space: nowrap;
  font-weight: normal;
  border: none;
  background: white;
  cursor: pointer;
  text-align: left;
  min-width: 80px;
}
.AknDropdown-menuLink:hover {
  background: #F1F4F9;
}
.AknDropdown-menuLink--active,
.AknDropdown-menuLink--active:hover {
  background: #52267D;
  color: white;
}
.AknDropdown.open .AknDropdown-menu {
  display: block;
}

.AknFlash {
  border: 1px solid #f6a10e;
  background: #fdeed3;
  color: #ca8207;
  border-radius: 2px;
  padding: 2px 20px;
  display: flex;
  align-items: flex-start;
  margin-top: 4px;
}
.AknFlash-closeButton {
  font-size: 14.154px;
  flex-basis: 14.154px;
  color: #ca8207;
  margin: 0 -16px 0 10px;
  background: none;
  border: none;
  order: 10;
  cursor: pointer;
}
.AknFlash--success {
  border: 1px solid #4d9a59;
  background: #cde6d1;
  color: #3c7845;
}
.AknFlash--success .AknFlash-closeButton {
  color: #3c7845;
}
.AknFlash--danger,
.AknFlash--error {
  border: 1px solid #c04230;
  background: #f2cfca;
  color: #973426;
}
.AknFlash--danger .AknFlash-closeButton,
.AknFlash--error .AknFlash-closeButton {
  color: #973426;
}
.AknFlash + .AknFlash {
  margin-top: 8px;
}

.AknFooter {
  text-align: center;
  color: #A1A9B7;
}
.AknFooter-item {
  display: inline-block;
}
.AknFooter-item + .AknFooter-item:before {
  content: " | ";
}

.AknHeader {
  display: flex;
  flex-direction: column;
}
.AknHeader-menus {
  background: #52267D;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 900;
  position: relative;
  box-shadow: 0 1px 4px rgba(0,0,0,0.065);
}
.AknHeader-leftMenus {
  display: flex;
}
.AknHeader-logo {
  margin: 0 30px 0 0;
}
.AknHeader-logoImage {
  height: 50px;
  vertical-align: middle;
}
.AknHeader-pinbar {
  background: #381a56;
  z-index: 910;
  display: flex;
  justify-content: space-between;
  padding: 2px 10px;
}
.AknHeader-pinbarButton {
  font-size: 16px;
  color: white;
  order: 10;
}
.AknHeader-pinbarLink {
  color: #A1A9B7;
}
.AknHeader-pinList {
  display: flex;
}
.AknHeader-pinClose {
  color: #A1A9B7;
}
.AknHeader-pinLink {
  color: #A1A9B7;
}
.AknHeader-userMenu {
  display: flex;
  height: 50px;
  line-height: 50px;
}
.AknHeader-userLink {
  color: white;
  padding: 20px;
}
.AknHeader-userLink:hover,
.AknHeader-userLink:focus {
  color: white;
}
.AknHeader-helpLink {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 16px;
  display: block;
}
.AknHeader-helpLink:hover,
.AknHeader-helpLink:focus {
  color: white;
}

.AknInfoBlock {
  font-size: 14.154px;
  max-width: 940px;
  margin: 10px auto;
  text-align: center;
}

.AknList {
  font-size: 12.132px;
  color: #11324D;
  margin: 5px 10px;
  min-width: 300px;
}
.AknList--withDisc .AknList-item {
  list-style: disc;
}
.AknList--withDisc {
  list-style: disc outside none;
  margin-left: 20px;
}

.AknLoadingMask-wrapper {
  background: black;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 950;
}
.AknLoadingMask-frame {
  position: absolute;
  top: 40%;
  left: calc(50% - 180px / 2);
  width: 180px;
  z-index: 9999;
}
.AknLoadingMask-box {
  margin: 10px 0;
}
.AknLoadingMask-content {
  font-size: 0;
  width: 40px;
  height: 40px;
  margin: auto auto;
  background-color: white;
  border-radius: 2px;
  animation: scaleout 0.7s infinite ease-in-out;
}
@keyframes scaleout {
  0% {
    transform: scale(0.0);
  }
  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

.AknMessageBox {
  border: 1px solid #ccd1d8;
  color: #11324D;
  background: #F1F4F9;
  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 #f6a10e;
  background: #fdeed3;
  color: #11324D;
}
.AknMessageBox--danger,
.AknMessageBox--error {
  border: 1px solid #c04230;
  background: #f2cfca;
  color: #973426;
}
.AknMessageBox-list {
  list-style: disc inside none;
}
.AknMessageBox--centered {
  text-align: center;
}
.AknMessageBox--hide {
  display: none;
}
.AknMessageBox + .AknMessageBox {
  margin-top: 10px;
}

.AknMainMenu {
  height: 50px;
  display: flex;
}
.AknMainMenu-item {
  font-size: 14.154px;
}
.AknMainMenu-item--active .AknMainMenu-link {
  background: #1f0e2f;
}
.AknMainMenu-level1,
.AknMainMenu-level2 {
  display: none;
}
.AknMainMenu-link {
  line-height: 50px;
  padding: 0 20px;
  display: block;
  color: white;
  transition: background 0.1s ease;
  white-space: nowrap;
}
.AknMainMenu-link.active {
  background: #1f0e2f;
}
.AknMainMenu-submenu {
  border: 1px solid #e9ebee;
  position: absolute;
  background: white;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}
.AknMainMenu-level2 {
  width: auto;
  left: 100%;
  margin-top: -37px;
}
.AknMainMenu-submenu .AknMainMenu-link {
  line-height: 35px;
  border-bottom: 1px solid #e9ebee;
}
.AknMainMenu-item:hover .AknMainMenu-submenu:not(.AknMainMenu-level2),
.AknMainMenu-level1 .AknMainMenu-item:hover .AknMainMenu-submenu {
  display: block;
}
.AknMainMenu-item:hover .AknMainMenu-link {
  color: #081723;
  background: white;
}
.AknMainMenu-submenu .AknMainMenu-item:hover .AknMainMenu-link,
.AknMainMenu-item:hover .AknMainMenu-level2 .AknMainMenu-item:hover .AknMainMenu-link {
  background: #F1F4F9;
}
.AknMainMenu-item:hover .AknMainMenu-level2 .AknMainMenu-link {
  background: white;
}
.AknMainMenu-submenu .AknMainMenu-item:last-child .AknMainMenu-link {
  border-bottom: none;
}

.AknNotification {
  width: 400px;
}
.AknNotification-link {
  border-bottom: 1px solid #ccd1d8;
  color: #11324D;
  padding: 15px;
  display: flex;
  flex-direction: column;
  opacity: 0.4;
  transition: background 0.2s ease;
}
.AknNotification-link:hover {
  background: #F1F4F9;
}
.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 {
  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--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-status {
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: -6.6666666666667px;
  top: -6.6666666666667px;
  position: absolute;
  margin: 0;
  color: white;
  text-align: center;
}
.AknNotification-status--apply,
.AknNotification-status--add,
.AknNotification-status--success {
  background: #67b373;
}
.AknNotification-status--warning {
  background: #f8b43f;
}
.AknNotification-status--error {
  background: #d36050;
}
.AknNotification-metas {
  flex-grow: 1;
  line-height: 20px;
  padding: 0 16px;
  align-self: center;
}
.AknNotification-time {
  color: #A1A9B7;
  font-size: 12.132px;
  display: block;
}
.AknNotification-title {
  font-size: 14.154px;
  font-weight: bold;
  display: block;
}
.AknNotification-message {
  line-height: 16px;
  padding: 16px 0;
}
.AknNotification-comment {
  background-color: #F1F4F9;
  color: #081723;
  line-height: 16px;
  padding: 16px;
  margin-bottom: 16px;
  width: 100%;
  transition: background 0.2s ease;
}
.AknNotification:hover .AknNotification-comment {
  background: #cdd8ea;
}
.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: 0 16px;
}

.AknProgress {
  height: 22px;
  overflow: hidden;
  background-color: #F1F4F9;
  border-radius: 200px;
  width: 100%;
  min-width: 50px;
}
.AknProgress-bar {
  font-size: 12.132px;
  background-color: #52267D;
  float: left;
  width: 0;
  height: 100%;
  color: white;
  text-align: center;
  transition: width 0.6s ease;
}
.AknProgress--apply .AknProgress-bar {
  background: #67b373;
}
.AknProgress--warning .AknProgress-bar {
  background: #f8b43f;
}
.AknProgress--small {
  height: 16px;
}
.AknProgress--micro {
  height: 8px;
}
.AknProgress--main {
  width: 300px;
  margin: auto;
}
.AknProgress--main .AknProgress-bar {
  width: 90%;
  animation: progress-bar-stripes 1s linear infinite;
  background-color: #4992C7;
  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;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

.AknProjectWidget {
  border: 1px solid #ccd1d8;
  padding: 15px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.AknProjectWidget-boxes {
  display: flex;
  justify-content: space-between;
}
.AknProjectWidget-boxContainer {
  flex-basis: 33%;
  text-align: center;
  font-size: 14.154px;
}
.AknProjectWidget-boxContainer + .AknProjectWidget-boxContainer {
  margin-left: 10px;
}
.AknProjectWidget-boxLabel {
  margin-bottom: 10px;
  display: block;
}
.AknProjectWidget-box {
  color: #11324D;
  border: 1px solid #ccd1d8;
  font-size: 12.132px;
  padding: 40px 0 30px;
  font-weight: bold;
  position: relative;
}
.AknProjectWidget-box--important {
  border-bottom: 4px solid #d36050;
}
.AknProjectWidget-box--warning {
  border-bottom: 4px solid #f8b43f;
}
.AknProjectWidget-box--success {
  border-bottom: 4px solid #67b373;
}
.AknProjectWidget-boxData {
  font-size: 60.66px;
  line-height: 60.66px;
  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: 12.132px;
  color: white;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 5px 10px;
  border-radius: 2px;
}
.AknProjectWidget-resume {
  font-size: 14.154px;
  font-weight: bold;
  margin-top: 10px;
}
.AknProjectWidget-resumeTitle {
  color: #11324D;
  border-bottom: 1px solid #ccd1d8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.AknProjectWidget-topBar {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #52267D;
  margin-bottom: 10px;
  align-items: center;
  padding-bottom: 10px;
}
.AknProjectWidget-tool {
  margin-right: 15px;
}
.AknProjectWidget-mainSelectorCurrent {
  color: #52267D;
  font-size: 14.154px;
}
.AknProjectWidget-mainSelectorCurrentTitle {
  color: #52267D;
  font-size: 14.154px;
  font-weight: bold;
  text-transform: uppercase;
}
.AknProjectWidget-mainSelectorCurrentTitle:after {
  content: ' - ';
}
.AknProjectWidget-secondarySelectorCurrentTitle {
  font-size: 12.132px;
  font-weight: bold;
  text-transform: uppercase;
}
.AknProjectWidget-mainSelectorLine,
.AknProjectWidget-secondarySelectorLine {
  display: flex;
  justify-content: space-between;
  color: #A1A9B7;
  line-height: 24px;
}
.AknProjectWidget-mainSelectorLineTitle,
.AknProjectWidget-secondarySelectorLineTitle {
  color: #11324D;
  min-width: 33%;
}
.AknProjectWidget-emptyWidget {
  font-size: 18.198px;
  margin: 50px auto;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

.AknRule-attribute {
  font-weight: bold;
  color: #52267D;
}
.AknRule + .AknRule {
  margin-top: 5px;
}

.AknSequentialEdit {
  display: flex;
  justify-content: center;
}
.AknSequentialEdit-progress {
  flex-basis: 50%;
  margin: 10px;
}
.AknSequentialEdit-previous,
.AknSequentialEdit-next {
  margin: 10px;
  line-height: 22px;
}

.AknTabContainer {
  padding: 10px 20px;
}
.AknTabContainer-content {
  border-left: 1px solid #ccd1d8;
  border-right: 1px solid #ccd1d8;
  border-bottom: 1px solid #ccd1d8;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.AknTabContainer-content--fullWidth {
  width: 100%;
}
.AknTabContainer-contentThreeColumns {
  display: flex;
  align-items: stretch;
}
.AknTabContainer-panels {
  flex-basis: 450px;
  flex-grow: 0.1;
}
.AknTabContainer-panels--closed {
  display: none;
}
.AknTabContainer-contentThreeColumns--fullPanel .AknTabContainer-notPanels {
  display: none;
}
.AknTabContainer-contentThreeColumns--fullPanel .AknTabContainer-panels {
  border-left: 1px solid #ccd1d8;
  flex-basis: 100%;
}

.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 {
  background: #f8f8f9;
  padding: 15px 20px 10px 20px;
  display: flex;
}
.AknTitleContainer--condensed {
  padding-top: 5px;
  padding-bottom: 5px;
}
.AknTitleContainer-backContainer {
  display: flex;
}
.AknTitleContainer-contentContainer {
  flex-grow: 1;
}
.AknTitleContainer-mainLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.AknTitleContainer-metaLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
.AknTitleContainer-titleContainer {
  display: flex;
  flex-grow: 1;
}
.AknTitleContainer-title {
  color: #52267D;
  font-size: 18.198px;
  height: 34px;
  line-height: 34px;
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
}
.AknTitleContainer-title:first-letter {
  text-transform: uppercase;
}
.AknTitleContainer-rightButtons {
  order: 10;
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
.AknTitleContainer-rightButton {
  margin-left: 10px;
}
.AknTitleContainer-titleButtons {
  margin-left: 10px;
  display: flex;
  order: 10;
  align-items: center;
}
.AknTitleContainer-meta {
  font-size: 11.121px;
  color: #9faab8;
  flex-wrap: wrap;
  line-height: 23px;
  flex-grow: 1;
}
.AknTitleContainer-metaItem:not(:first-child):not(:empty):before {
  content: ' | ';
}
.AknTitleContainer-metaLink {
  cursor: pointer;
}
.AknTitleContainer-metaLink:hover {
  color: #8290a2;
}
.AknTitleContainer-state {
  order: 10;
  align-self: flex-end;
  flex-grow: 1;
  text-align: right;
}
.AknTitleContainer-backLink {
  min-height: 34px;
  width: 34px;
  line-height: 34px;
  background: #dfe6f1;
  height: calc(100% - 4px);
  text-align: center;
  margin-right: 10px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.AknTitleContainer-backLink:hover {
  background: #bbcae2;
}
.AknTitleContainer-avatar {
  height: 58px;
  width: 58px;
  margin-right: 10px;
}
.AknTitleContainer--hidden {
  display: none;
}

.AknVerticalList {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  padding: 0;
  height: auto !important;
}
.AknVerticalList-item {
  background: #f8f8f9;
  border: 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;
}
.AknVerticalList-item--hide {
  display: none;
}
.AknVerticalList-item.active,
.AknVerticalList-item--active {
  background: white;
}
.AknVerticalList-itemLink {
  color: #11324D;
  flex-grow: 1;
}
.AknVerticalList-itemLink:hover {
  color: #000000;
}
.AknVerticalList--withoutBorder .AknVerticalList-item {
  border-left: none;
  border-right: none;
}

.AknWidget {
  width: 940px;
  margin: 20px auto;
}
.AknWidget-header {
  color: #52267D;
  border-bottom: 3px solid #52267D;
  font-size: 14.154px;
  text-transform: uppercase;
  line-height: 44px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AknWidget-subTitle {
  padding: 5px 0;
  border-bottom: 1px solid #52267D;
}
.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;
}

.AknDefault-page {
  width: 100%;
}
.AknDefault-topPage {
  width: 100%;
}
.AknDefault-progressContainer {
  width: 940px;
  font-size: 18.198px;
  display: block;
  margin: 200px auto 0;
  text-align: center;
  line-height: 40px;
}

.AknLogin {
  color: #A1A9B7;
  background: linear-gradient(to bottom,#112539 0,#76324d 86%,#d1706a 100%);
  background-image: url("/bundles/pimui/images/background_login.png");
  background-position: bottom center;
  background-size: cover;
  height: 100%;
  min-height: 280px;
}
.AknLogin-link {
  color: #A1A9B7;
}
.AknLogin-mainContainer {
  padding-top: 100px;
  width: 520px;
  margin: auto;
}
.AknLogin-title {
  text-align: center;
}
.AknLogin-form {
  font-size: 14.154px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  text-shadow: 1px 1px 2px black;
}
.AknLogin-formInput {
  color: #11324D;
  border: 1px solid #A1A9B7;
  background-color: #A1A9B7;
  -webkit-box-shadow: 0 0 0 1000px #A1A9B7 inset;
  -webkit-text-fill-color: #11324D;
  font-size: 14.154px;
  height: 38px;
  line-height: 38px;
  flex-grow: 1;
  margin-right: 10px;
  border-radius: 2px;
  padding: 0 10px;
}
.AknLogin-formInput::-webkit-input-placeholder {
  color: #11324D;
  -webkit-text-fill-color: #11324D;
}
.AknLogin-formInput:-webkit-autofill {
  background-color: #A1A9B7;
  -webkit-box-shadow: 0 0 0 1000px #A1A9B7 inset;
}
.AknLogin-subTitle {
  font-size: 16px;
  margin: 5px 0;
  font-weight: normal;
  text-transform: uppercase;
}
.AknLogin-footer {
  position: absolute;
  bottom: 35px;
  width: 100%;
}
